Skip to main content

Withdraw

Call this API to withdraw the money marked as "Withdrawable" in Billing to your Stripe wallet.

Notice

This API allows for a one-time withdrawal of all "Withdrawable" balances to your Stripe wallet. If the balance is less than $10, the API will not process the withdrawal and will return an error message.

/api/affiliate/billing/withdraw

Method: PUT

Response

{
"data": {
"availableInstantBalance": 0,
"currency": "string",
"hasInstantPaymentMethod": false,
"loginUrl": "string"
},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}