Get payout data for create
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
billing:read-Чтение биллинга
or
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/payout/prepare?v&language&project_id'
Responses
application/json {
"results": [
{
"payout_system_account_id": 1,
"payout_system_id": 1,
"description": "Description text",
"commission": 1,
"commission_type": "percent",
"title": "Title",
"active": true,
"currency": "rub",
"min_amount": 1,
"max_amount": 1
}
]
}
Modified at 2026-04-28 20:02:55