Load available pay systems
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/pay-system/list' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"pay_system_id": 0,
"name": "string",
"min_amount": 10,
"max_amount": 1000,
"currency": "rub",
"annual": 0,
"topup": 0,
"recurrent": 0,
"description": "string"
}
]
}
Modified at 2025-09-11 17:15:27