Submit-mode success. The payout has been accepted and is now pending. Asynchronous processing continues; observe state changes via payout.status_updated webhooks or GET /payouts. Returned only when validate is omitted or false.
400
Validation failure. A schema, business-logic, or address-validity check failed, OR an Idempotency-Key was reused with a different request body. Body uses the standard errors[] envelope. Nothing is persisted.
403
Forbidden
404
Not Found
422
Operational halt — the supplied payment.asset is currently depegged and new conversions are halted. Returns 422 (not 400) because the request itself is well-formed; the current state simply prevents execution. Nothing is persisted; the Idempotency-Key is NOT consumed and may be reused once the depeg clears. Replays of a pre-depeg payout with the same key + body still echo back 202 normally.
500
Internal Server Error
503
Service Unavailable
Updated 18 days ago
Language
ShellNodeRubyPHPPython
Credentials
Header +1
Loading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200202400 - Schema — postal code format400 - Schema — unknown field400 - Business logic — top-level payor not approved400 - Address validity — deny list or network mismatch400 - Idempotency-Key reused with a different body400 - Submit mode without an Idempotency-Key header403404422500503