v1

latestOpenAPI 3.1.0MIT2026-07-22252442.9 KB
Chile

List payment methods (Chile)

Returns active payment methods available for Chile (CLP) cash-in. Methods are enabled when your Chile CLP account is provisioned for hosted checkout.

get/cl/payment-methods

Query parameters

type'BANK_TRANSFER' | 'CASH' | 'WALLET' | 'CREDIT_CARD'

Response

Payment methods

Example response

{
  "paymentMethods": [
    {
      "country": "CL"
    }
  ]
}