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.
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.
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.