List destination banks
List destination banks
Bank catalog for a country’s payouts. Without method it returns the union of every payout method’s banks for the country (deduplicated by code); pass method to get a single channel’s catalog. Some methods have no bank catalog (e.g. QR) and contribute no entries.
GET
List destination banks
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Query Parameters
Example:
"CL"
Optional payout method to scope the catalog (see GET /v1/payouts/methods).
Example:
"bank_transfer"
Response
Banks catalog for the country.
The response is of type object.
Last modified on July 18, 2026