> ## Documentation Index
> Fetch the complete documentation index at: https://docs.en.amplopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Payments

> Payment endpoints available in the Gateway API

Use the payment endpoints to create charges and deposits through the Gateway API.

Each payment method has its own endpoint and dedicated documentation page, following the same structure as the original documentation.

<CardGroup cols={2}>
  <Card title="Pix charge" href="/endpoints/payments/pix.mdx">
    Create a Pix charge.
  </Card>

  <Card title="Boleto charge" href="/endpoints/payments/boleto.mdx">
    Create a boleto charge.
  </Card>

  <Card title="Card charge" href="/endpoints/payments/card.mdx">
    Process a card payment.
  </Card>

  <Card title="Crypto charge" href="/endpoints/payments/crypto.mdx">
    Create a cryptocurrency charge.
  </Card>

  <Card title="Pix deposit" href="/endpoints/payments/pix-deposit.mdx">
    Create a Pix deposit.
  </Card>
</CardGroup>
