Instant Payment API (v3.0)

Download OpenAPI specification:Download

Get banks

This method obtains the list of banks that can be used to pay in this collection account.

SecurityApi-Key
Responses
200

Successful operation. Returns a JSON object with the array of available banks.

Response Schema: application/json
required
Array of objects non-empty

Array with list of banks.

Array (non-empty)
bank_id
required
string

Bank identifier.

Example: "SDdGj"
name
required
string

Name of the bank.

Example: "Banco Estado"
message
required
string

Message with bank details.

Example: "Tarifa de $300 de transferencia a otros bancos, usando CuentaRUT."
min_amount
required
number <double>

Minimum amount that the bank accepts in a payment.

Example: 1000
type
required
string

Bank type.

Enum: "Persona" "Empresa"
Example: "Persona"
parent
required
string

Identifier of the parent bank (if a bank has personal and business banking, the first will be the parent of the second).

Example: ""
logo_url
string

URL of the bank's logo.

Example: "https://s3.amazonaws.com/static.khipu.com/logos/bancos/chile/estado-icon.png"
400

Bad request

401

Unauthorized - Invalid or missing credentials

403

Forbidden

404

Not found - Resource not available

500

Internal server error

get/v3/banks
Request samples
Response samples
application/json
{}