Create a bank payout
Hold funds and queue a payout to a bank account. The endpoint is the rail — there is no rail field in the body. Requires an Idempotency-Key.
Authorizations
Your Jenzy API key: Authorization: Bearer jz_live_…
Headers
Required. A key you mint per payout intent (a UUID works). Replays of the same key + body return the original response byte-for-byte; the same key with a different body is a 409.
Body
Response
Accepted: funds are held and the payout is queued for submission. Track it via webhooks or GET /payouts/{id}.
Payout id — your handle for polling and support.
250000
bank, momo Lifecycle: received → validated → held → submitted → pending → succeeded | failed. Only succeeded and failed are terminal.
received, validated, held, submitted, pending, succeeded, failed "succeeded"
The destination snapshot as validated at accept — shape follows rail.
- Option 1
- Option 2
Set exactly when status is failed; null otherwise.