For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Guías (Español)Guides (English)Referencia API
  • Referencia API
      • GETListar bancos soportados
LogoLogo
Referencia APIBanks

Listar bancos soportados

GET
https://app.recurrente.com/api/banks
GET
/api/banks
$curl https://app.recurrente.com/api/banks \
> -H "X-SECRET-KEY: <apiKey>"
200Retrieved
1[
2 {
3 "name": "Banco Industrial",
4 "country": "GT"
5 }
6]

Lista los bancos que Recurrente acepta. Usa el campo name como valor para bank_name al crear cuentas bancarias.

Was this page helpful?
Previous

Listar cuentas conectadas

Next
Built with

Authentication

X-SECRET-KEYstring
Tu llave secreta de API

Response

Lista de bancos soportados
namestring
countrystring