Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Body Params application/json
{
"v": "1",
"language": "en",
"payout_system_account_id": 1,
"project_id": 1,
"amount": 100,
"wallet_value": "1234-1234-1234-1234"
}
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/payout/create?v&language' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"payout_system_account_id": 1,
"project_id": 1,
"amount": 100,
"wallet_value": "1234-1234-1234-1234"
}'
Responses
application/json Modified at 2025-09-11 17:15:27