Skip to main content
GET
Retrieve a payout

Authorizations

DPoP
string
header
required

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.

Path Parameters

id
string
required

Payout ID (prefixed pay_).

Pattern: ^pay_[a-zA-Z0-9]+$
Example:

"pay_01HX8Z9K0M2N3P4Q5R6S7T8UAB"

Response

Payout.

data
object
required

A single payment from your merchant balance to a beneficiary's instrument. Moves through a 13-state machine — see the How Anton Evaluates Payouts guide.

Rail-specific fields (rail_provider, rail_reference, network, wallet_address, tx_hash, etc.) populate as the payout moves through approved -> processing -> sent -> completed.

Example: