> ## 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.

# Countries

> Payment rails and APIs by country where HG.Cash operates

## Overview

HG.Cash operates in several countries. Each market uses its own **currency**, **payment rails**, and **API paths**. Use the guides below for the country where your accounts are provisioned.

Shared concepts—authentication, accounts, balances, and [webhooks](/developers/receiving-webhooks)—work the same everywhere. Country guides focus on **cash-in** (receive funds) and **payouts** (send funds) for that market.

For a **single hosted payment page** across Argentina, Brazil, Chile, and Bolivia, use **[Hosted checkout](/developers/checkout)** (`POST /api/v1/checkouts`) instead of country-specific inbound APIs where that fits your product.

## Where we operate

<CardGroup cols={1}>
  <Card title="Argentina" icon="building-columns" href="/countries/argentina/bank-transfers">
    **ARS** — Assigned banking accounts; cash-ins and cash-outs notified by webhook; instant API cash-outs.
  </Card>

  <Card title="Chile" icon="flag" href="/countries/chile/cash-in">
    **CLP** — Hosted checkout for cash-in and bank payouts for withdrawals.
  </Card>

  <Card title="Brazil" icon="flag" href="/countries/brazil/pix-cash-in">
    **BRL** — PIX QR / copy-paste for cash-in and PIX key payouts.
  </Card>

  <Card title="Bolivia" icon="flag" href="/countries/bolivia/qr-cash-in">
    **BOB** — QR cash-in and ACH bank payouts.
  </Card>
</CardGroup>

## API reference

Country-specific endpoints are grouped in the [API reference](/api-reference) tab (**Transactions** for Argentina; **Brazil**, **Chile**, and **Bolivia** for direct cash-in and payouts). Start from the guide for your country, then use the interactive reference for request and response schemas.
