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

# Payments

This section of the Nayax SDK API handles all financial transactions, from initiating a new payment session to processing payments using saved card tokens. These two primary endpoints form the foundation of the e-commerce payment flow.

## Endpoints

<Columns cols={3}>
  <Card icon="link" title="Initialize an E-commerce Transaction" href="/reference/ecom/payments/initialize-an-e-commerce-transaction" arrow />

  <Card icon="link" title="Charge a Token" href="/reference/ecom/payments/charge-token" arrow />
</Columns>
