Creates a new transaction for withdrawing funds to customers. Supports various withdrawal methods including bank transfers, e-wallets, and cryptocurrencies.
| Method | Typical Processing Time |
|---|---|
| Bank Transfer | 1-3 business days |
| E-wallets | Minutes to hours |
| Cryptocurrency | 10-60 minutes |
| International Wire | 3-5 business days |
API key for merchant authorization
Withdrawal transaction details
Withdrawal amount in cents
x >= 15000
Three-letter currency code (ISO 4217)
"USD"
Payout method identifier
"bank_transfer_001"
Merchant account identifier
"mr_clyv2goxb0000z8b8j5y6fl1j"
Unique withdrawal identifier in your system
"payout_123"
Customer identifier in your system
"customer_123"
URL to redirect customer after successful withdrawal initiation
"https://example.com/success"
URL to redirect customer after failed withdrawal
"https://example.com/failure"
URL to redirect customer when returning to your site
"https://example.com/return"
Webhook URL for withdrawal status notifications
"https://example.com/callback"
Language/locale in BCP 47 format
"en-US"
Additional payout method specific parameters
Additional metadata for the withdrawal
Withdrawal transaction successfully created