Payout
Financials
Payout
Send funds from a user’s Qash balance to an external destination.
POST
Payout
Requires
Authorization: Bearer <user-access-token> — the token from Verify login code. See Authentication for details.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 OKPayouts 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.