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

# Overview

Nayax supports two methods for delivering transaction reports to your systems. Choose the method that best fits your integration needs:

<CardGroup cols={2}>
  <Card title="Amazon SQS" icon="bolt" href="/docs/manage-data-operations/amazon-sqs/set-up-nayax-core/nayax-back-office-setup">
    **Online (Real-time delivery)**

    Transactions are pushed to your Amazon SQS queue immediately as they occur. Ideal for systems that need up-to-the-minute data.
  </Card>

  <Card title="SFTP / Email" icon="clock" href="/docs/manage-data-operations/amazon-sqs/set-up-nayax-core/set-up-transaction-delivery#scheduled-file-report-sftp--email">
    **Periodic (Batch delivery)**

    Transaction reports are delivered to an SFTP server or email address at the end of each hour or day. Ideal for back-office batch processing.
  </Card>
</CardGroup>

## Amazon SQS (Real-Time)

Amazon SQS (Simple Queuing Service) is a queue mechanism that provides a robust, redundant, and reliable
way to transfer data between systems without managing retry logic. By integrating SQS with Nayax Core,
operators can securely transmit payment details, machine events, and audit data while maintaining data integrity and encryption.

The SQS integration is a two-step process:

* [Setting up Amazon Queue in AWS](/docs/manage-data-operations/amazon-sqs/amazon-queue-setup/index)
* [Configuring Nayax Core](/docs/manage-data-operations/amazon-sqs/set-up-nayax-core/nayax-back-office-setup)

## Email/SFTP (Periodic)

Nayax Core can be configured to deliver a transaction report file to an SFTP server or email address on a recurring schedule (hourly or daily).
The report uses the same transaction fields as SQS and supports CSV or XML output with configurable delimiters.

Setup is done entirely in Nayax Core. See the [Scheduled File Report (Email/SFTP)](/docs/manage-data-operations/amazon-sqs/set-up-nayax-core/set-up-transaction-delivery#scheduled-file-report-sftp--email) section of the transaction delivery guide.

<Card title="Set Up the MCP Server" icon="robot" href="/docs/get-started/mcp-setup">
  Connect your AI assistant to Nayax documentation for instant answers.
</Card>
