Skip to content

Suggested

API Dashboard
GET /payments/banks/{country}

Returns all supported banks and financial institutions for the given country code. Use the code value as the bank field in BANK_ACCOUNT, BREB, or SPEI payment nodes.

GET/payments/banks/{country}
List banks by country

Bearer access token returned by the authentication endpoint.

The API key used for authentication when making requests to the API Gateway.

API version selector for Conomy endpoints. Use 24-04-2025 for the current version.

Identifies the application making the request.

ISO country code (e.g., CHL, COL, PER, MEX).

codestringrequired

Bank code used in payment nodes (e.g., BANCO_CHILE, co_bancolombia).

namestringrequired

Human-readable bank name.

countryCodestringrequired

ISO country code of the bank (e.g., CHL, COL).

Request
GET /sandbox/payments/banks/{country} HTTP/1.1
Host: api.conomyhq.com
Authorization: Bearer {ACCESS_TOKEN}
x-api-key: {YOUR_API_KEY}
conomyhq-api-version: 24-04-2025
User-Agent: MyApp/1.0
Response
[
  {
    "code": "string",
    "name": "string",
    "countryCode": "string"
  }
]