Withdrawals
Payouts of a member's balance to an external address.
Two things to know before integrating:
- The fee is charged on top.
amountis what the destination receives; the balance is debitedamount + fee. So a member needs more thanamountto make a payout, and sending the whole balance never works. Withdrawal Fees returns the exact figures for a given amount, network and destination. - Nothing is idempotent.
client_withdrawal_idis optional and no deduplication is documented, so a blind retry can pay twice. Send your own id and check the list before retrying.
member_id is required on the list.