---
title: "List payment methods (Chile)"
method: GET
path: "/cl/payment-methods"
tags: ["Chile"]
---

# List payment methods (Chile)

`GET /cl/payment-methods`

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

## Query parameters

- `type` 'BANK_TRANSFER' | 'CASH' | 'WALLET' | 'CREDIT_CARD'

## Response `200`

Payment methods

- ClPaymentMethodsResponse
  - `paymentMethods` ClPaymentMethod[], required
    - `id` string, uuid, required — HG.Cash payment method ID for the selected cash-in option
    - `country` string, required
    - `type` 'BANK_TRANSFER' | 'CASH' | 'WALLET' | 'CREDIT_CARD', required
    - `name` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/hg/apis/hg-cash-api.md) · [All operations](https://skmtc.net/hg/apis/hg-cash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hg/hg-cash-api/revisions/0d337f48a0b9/schema)
