Cards
Withdraw from Card
Withdraw funds from a card back to partner wallet
POST
Withdraws funds from a card and credits the amount back to your partner wallet. Supported on both float-funded and crypto-funded cards.
string
required
Bearer token. Example:
Bearer sk_staging_your_api_keystring
required
A unique key to ensure the request is processed only once. Use a UUID v4.
string
required
The card’s service ID.
number
required
Amount to withdraw in USD. Must be between 5 and 10000.
string
required
Partner-supplied opaque correlator (1–256 chars). Echoed back on the resulting
wallet.deposit.card-withdrawal webhook so you can match the wallet credit to your originating user transaction.Minimum withdrawal amount is 10,000 per transaction. A withdrawal fee may apply based on your partner fee configuration.
Once the wallet is credited, a
wallet.deposit.card-withdrawal webhook is delivered to your endpoint with the same reference echoed in data.reference. Use it to fan funds out to your end-user’s destination address.