List Payouts
Cursor-paginated list of payouts for your merchant, sorted by created_at
descending.
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Query Parameters
Items per page. Maximum 100.
1 <= x <= 100Opaque cursor returned by a previous list response. Omit for the first page.
Filter by one or more statuses. Repeat the param to pass multiple values.
Payout lifecycle state. See the How Anton Evaluates Payouts guide for the full state machine and integration guidance.
created, pending_screening, screening_failed, pending_approval, approved, processing, sent, completed, failed, returned, cancelled, manual_review, velocity_blocked, pending_engine_review ^ben_[a-zA-Z0-9]+$^ins_[a-zA-Z0-9]+$^bat_[a-zA-Z0-9]+$ISO 4217 three-letter currency code.
^[A-Z]{3}$"USD"
Exact-match filter on the merchant's reference field.
RFC 3339 timestamp. Returns payouts with created_at >= this.
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"
RFC 3339 timestamp. Returns payouts with created_at <= this (inclusive upper bound — matches /v1/batches).
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"