Skip to main content
POST
This endpoint allows users to withdraw funds from their wallet to their linked bank account or debit card. This process uses Stripe Connect to securely transfer funds.

Request Body

string
required
The unique identifier of the wallet to withdraw funds from.
number
required
The amount to withdraw.
string
default:"usd"
The currency code for the payout. Optional; defaults to usd.
string
default:"Wallet withdrawal"
An optional description for the payout.

Response

string
The unique identifier for the transaction.
string
The current status of the transaction (e.g., “pending”, “completed”, “failed”).
number
The amount being withdrawn.
string
The currency of the withdrawal.
number
The fee charged by Stripe for the payout.
number
The platform fee collected for this withdrawal.