> ## Documentation Index
> Fetch the complete documentation index at: https://nayax-44d6e37b-docs-cortina-api-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cortina API Overview

The Cortina API documentation provides comprehensive information about the various available endpoints. The API enables a payment gateway (Integrator) to process payments via Nayax systems. This guide will help you understand the API's structure, endpoints, and usage.

## Backward Compatibility

Nayax reserves the right, at its sole discretion, to modify its APIs from time to time, for purposes including but not limited to the introduction of new functionality, enhanced data reporting, or regulatory compliance. Nayax will use commercially reasonable efforts to provide the Customer with no less than **fourteen (14) calendar days' advance written notice**.

Notwithstanding the foregoing, Nayax shall use reasonable efforts to maintain existing fields in a manner that does not break backward compatibility.

The above notice period shall not apply to modifications required to remediate a security vulnerability, comply with a legal or regulatory obligation, or address an urgent operational issue.

## API Modules

### Getting Started

<Columns cols={2}>
  <Card icon="circle-info" title="General" href="/reference/cortina/cortina-onboarding/get-version">
    Retrieve the API version and other general service details.
  </Card>

  <Card icon="user-plus" title="Cortina Onboarding" href="/reference/cortina/cortina-onboarding/onboard-actor">
    Register and configure integrator actors before processing payments.
  </Card>
</Columns>

### Card Payments

<Columns cols={2}>
  <Card icon="credit-card" title="Cortina Credit Card" href="/reference/cortina/cortina-credit-card/cortina-credit-card-authorization">
    Authorize, sell, settle, cancel, and void credit card transactions.
  </Card>

  <Card icon="wallet" title="Cortina Prepaid Card" href="/reference/cortina/cortina-prepaid/cortina-prepaid-authorization">
    Process prepaid card payments, balance checks, and refunds.
  </Card>
</Columns>

### QR Payments

<Columns cols={2}>
  <Card icon="qrcode" title="DynamicQR" href="/reference/cortina/dynamicqr/cortina-dynamicqr-generateqr">
    Generate dynamic QR codes and manage the resulting payments.
  </Card>

  <Card icon="qrcode" title="StaticQR" href="/reference/cortina/staticqr/cortina-staticqr-start">
    Process payments initiated from a static QR code on the machine.
  </Card>
</Columns>
