Skip to content

Methods of payment

Allows viewing the list of payment methods used by Payku.

Base URL: https://app.payku.cl/ (Production) · https://des.payku.cl/ (Sandbox)

Get list of payment methods by currency type

Section titled “Get list of payment methods by currency type”
GET/api/paymentmethods?currency=ves

This method allows you to get a list of payment methods in payku. To filter by currency, you have to add the query params currency with the currency value.

curl -X GET \
https://BASE-URL/api/paymentmethods?currency=ves \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json' \
-H 'Host: BASE-URL' \

Responses

200
{
"status": "success",
"payment_methods": [
{
"currency": "VES",
"payment": 17,
"name": "VEPUY",
"description": "Use your bank, simplify your transfers."
}
]
}
Response fields
ParameterTypeDescription
status string

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

  • success
Example: success
payment_methods array of objects
Example: [{"currency":"VES","payment":17,"name":"VEPUY","description":"Use your bank, simplify your transfers."}]
code string

Code of the bank to which the bank account belongs.

Example: Banco de Venezuela
name string

Name of bank.

Example: Banco de Venezuela
currency string

Currency

Example: VES