Initiate a payout
Payouts
Initiate a payout
Withdraw available balance to a bank account. Provide either a saved accountId, or bankCode + accountNumber. The amount (minor units) must not exceed the available balance; the balance is debited immediately and the bank transfer runs asynchronously.
POST
Initiate a payout
Authorizations
Paste your secret key as the bearer token: sk_test_… (test) or sk_live_… (live). That is all a normal API call needs. OAuth access tokens from POST /v1/oauth/token also work, but a client id/secret is only for platforms acting on another tenant's behalf, not for your own integration.
Body
application/json
Response
Payout queued (status: processing)
Available options:
processing, completed, failed