# Get banks This method obtains the list of banks that can be used to pay in this collection account. Endpoint: GET /2.0/banks Version: v2.0 Security: ## Response 200 fields (application/json): - `banks` (array, required) Array with list of banks. - `banks.bank_id` (string, required) Bank identifier. Example: "SDdGj" - `banks.name` (string, required) Name of the bank. Example: "Banco Estado" - `banks.message` (string, required) Message with bank details. Example: "Tarifa de $300 de transferencia a otros bancos, usando CuentaRUT." - `banks.min_amount` (number, required) Minimum amount that the bank accepts in a payment. Example: 1000 - `banks.type` (string, required) Bank type. Enum: "Persona", "Empresa" - `banks.parent` (string, required) Identifier of the parent bank (if a bank has personal and business banking, the first will be the parent of the second). - `banks.logo_url` (string) URL of the bank's logo. Example: "https://s3.amazonaws.com/static.khipu.com/logos/bancos/chile/estado-icon.png"