Skip to content

Banks

Allows you to view the list of partner banks.

Base URL: https://app.payku.cl/ (Default server) · https://des.payku.cl/ (Sandbox server)
GET/api/banks?currency=clp

This method provides a list of partner banks filtered by currency. To filter by currency, you have to add the query params currency with the currency value.

curl -X GET \
https://BASE-URL/api/banks \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json' \
-H 'Host: BASE-URL' \

Responses

200
{
"status": "success",
"banks": [
{
"code": "0001",
"name": "Banco de Chile",
"currency": "CLP"
},
{
"code": "0012",
"name": "Banco Estado",
"currency": "CLP"
}
]
}
Response fields
ParameterTypeDescription
status string

Status of the endpoint. The possible statuses that can be obtained are the following:

  • success
Example: success
banks array of objects
Example: [{"code":"0001","name":"Banco de Chile","currency":"CLP"},{"code":"0012","name":"Banco Estado","currency":"CLP"}]
code string

Bank code of the bank to which the bank account belongs.

Example: Banco de Chile
name string

Name of bank.

Example: Banco de Chile
currency string

Currency