Recent payouts

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

The opaque organization id issued to you, normally CUID-shaped (for
example cmsx…). It is not an org_-prefixed alias. Pass it unchanged
in every organization-scoped path.

Query Params
date-time

The change feed. Return payouts whose state changed at or after
this time, oldest-changed first.

Ordinary listing is newest-first by CREATION, which by construction
can never tell you that an OLD payout changed — and completed → failed on a bank return, days later, is exactly the change a ledger
cannot afford to miss. Page forward with nextCursor, carry the last
updatedAt you saw as your watermark, and you will observe every
revision without re-reading your whole history.

AT-LEAST-ONCE, not exactly-once: updatedSince is inclusive, so
resuming from your watermark re-reads the row at that instant.
Dedupe on payoutId + updatedAt.

status
array of objects, unique
length ≥ 1

One comma-separated list of canonical statuses, e.g. processing,completed.

string

Your id for the person the payout belongs to.

string

Your payment reference, matched exactly.

date-time
date-time
integer
1 to 100
Defaults to 50
string

The nextCursor from the previous page, passed back verbatim. It
is opaque — do not parse or construct one.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json