Skip to main content

Withdrawals

Payouts of a member's balance to an external address.

Two things to know before integrating:

  1. The fee is charged on top. amount is what the destination receives; the balance is debited amount + fee. So a member needs more than amount to make a payout, and sending the whole balance never works. Withdrawal Fees returns the exact figures for a given amount, network and destination.
  2. Nothing is idempotent. client_withdrawal_id is 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.