๐ธWithdrawal/Payout
Supported Payout Methods
Payout Flow
Example API Request (See the API reference for more examples)
{
"currency": "EUR",
"method": "CC_VISAMC",
"amount": 100,
"cardNumber": "1234123412341234",
"clientOrderId": "1234567890",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "123123123"
}Example API Request using prefetched payment method id
Last updated