Skip to main content
POST
Payout
Requires Authorization: Bearer <user-access-token> — the token from Verify login code. See Authentication for details.
Initiates a payout to an external destination. The transactionId field acts as an idempotency key — use a unique UUID per operation to safely retry requests without creating duplicate payouts. Payouts are asynchronous. A successful response means the request was accepted for processing; use transaction status endpoints or partner notifications to track the final result.

Request

Body

Response

200 OK
Payouts are processed asynchronously. An accepted request is not the same as final settlement. Poll Get transaction or listen for partner notifications to track the final status.