Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Body Params application/json
{
"playerId": "vlstg_testvnd",
"txId": "AVCD123",
"amount": 100,
"currency": "VND"
}
Request samples
curl --location --request POST '/operator/withdrawal?clientId=gpk10' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"playerId": "vlstg_testvnd",
"txId": "AVCD123",
"amount": 100,
"currency": "VND"
}'
Responses
application/json Modified at 2024-10-30 21:32:13