Pular para o conteúdo principal
GET
/
cl
/
payment-methods
Listar métodos de pagamento (Chile)
curl --request GET \
  --url https://hg.cash/api/v1/cl/payment-methods \
  --header 'Authorization: Bearer <token>'
{
  "paymentMethods": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "country": "CL",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.hg.cash/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

Authorization
string
header
obrigatório

User API authentication token with format: cash_<64-char-hex>

Example: cash_16cdc3b6f83c72d9d2680adca4f430962981f6bf32613a129dded0aa060387d2

Parâmetros de consulta

type
enum<string>
Opções disponíveis:
BANK_TRANSFER,
CASH,
WALLET,
CREDIT_CARD

Resposta

Métodos de pagamento

paymentMethods
object[]
obrigatório