💸Withdrawal/Payout
The payout operation allows funds to be transferred to a specified destination, including various methods such as cards, IBAN or crypto wallets .
Supported Payout Methods
Card Payout to a card.
IBAN Payout to an International Bank Account Number (IBAN).
Crypto Wallet Payout to a cryptocurrency wallet, supporting various blockchain networks.
Payout Flow
Initiate Payout: Submit a request to transfer funds to the specified payout method.
Validation: The system validates the provided payout details (card number, IBAN, or wallet address).
Processing: Funds are processed and transferred to the destination account.
Notification: If webhook settings specified, webhook is sent for each status transition. Webhook body represents payment model. Please refer to webhook section to get more details.
If no webhook settings specified, you can retrieve payment status via GET endpoint
Example API Request (See the API reference for more examples)
Example API Request using prefetched payment method id
Fetch payment methods, e.g. to perform crypto BITCOIN/BTC/PAYOUT:
Perform proper payout call
Last updated