This method obtains the list of banks that can be used to pay in this collection account.
Successful operation. Returns a JSON object with the array of available banks.
Bad request
Unauthorized - Invalid or missing credentials
Forbidden
Not found - Resource not available
Internal server error
{- "banks": [
- {
- "bank_id": "SDdGj",
- "name": "Banco Estado",
- "message": "Tarifa de $300 de transferencia a otros bancos, usando CuentaRUT.",
- "min_amount": 1000,
- "type": "Persona",
- "parent": "",
}
]
}