List Active Corridors
Return every active payout corridor on your merchant account. A corridor is a (rail_type, currency, country, method, network) combination Anton can deliver payouts through.
Use this to validate a (country, currency, method) combination before
attempting POST /v1/payouts. Corridors not listed here will return
corridor_not_enabled.
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
Filter to one rail family. An unrecognised value returns
400 — it is validated against the enum, not silently ignored.
fiat, crypto, stablecoin ISO 4217 three-letter currency code.
^[A-Z]{3}$"USD"
ISO 3166-1 alpha-2 country code.
^[A-Z]{2}$"US"
Response
Active corridors.