amount is in major units, so 50 means
50.00. See API conventions.
Lifecycle
There is no automatic retry. A failed payout is final. Create a new payout if you need
to retry. There is no
cancelled or reversed status. The full state machine and the
time limits that seal an unresolved payout are on the
payout lifecycle page.
Verifying a payout
Webhooks are the primary signal. Orchestrate deliverspayout.initiated, payout.completed and payout.failed to
your project’s configured endpoints. See Webhooks for payload details and
signing.
To read the current state of a payout at any time:
data.
Sync and inspect are each limited by the payout resource and count against the shared
live-status budget for your API key. Poll the normal payout endpoint for stored state and
use these live operations only for recovery or diagnostics. See Rate limits.
Raw provider record
For support and debugging, fetch the verbatim record the provider returned:data object contains:
This endpoint is not intended for business logic — it is a diagnostic tool.
Listing payouts
Responses use cursor-based pagination. See API conventions for how to
navigate
next_cursor and prev_cursor.