๐ฐDeposit/Payin
Supported Payin Methods
Payin Flow
Example API Request (See the API reference for more examples)
{
"amount": 100,
"clientOrderId": "1234567890",
"currency": "EUR",
"firstName": "John",
"lastName": "Doe",
"method": "CC_VISAMC",
"returnUrl": "https://example.com/"
}Example API Request using prefetched payment method id
Example API Response
Last updated