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=pen

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?currency=pen \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json' \
-H 'Host: BASE-URL' \

Responses

200
{
"status": "success",
"banks": [
{
"code": "007",
"name": "Citibank Perú S.A.",
"currency": "PEN"
}
]
}
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":"007","name":"Citibank Perú S.A.","currency":"PEN"}]
code string

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

Example: Citibank Perú S.A.
name string

Name of bank.

Example: Citibank Perú S.A.
currency string

Currency