Back-End Integration

Nayax provides the eCom API to handle the intricate server-side logic, data storage, and authentication required to ensure transactions are processed efficiently and securely.

📘

API Reference

See the complete API Reference of the eCom API for more details on its endpoints and parameters.

📘

Integration URL

When performing your integration to the API use the stable URL

  • https://stable-sdk-api.nayax.com/

eCom API

This API serves as the interface for handling eCom requests, including initialization and payment. See the diagram below:

Where:

  1. The merchant's backend sends an API request to the Nayax Server.
  2. Nayax processes the request and sends a response (approved or declined) to the Merchant's back end.
  3. Asynchronously, the Nayax Server sends a webhook notification to your back-end with the final transaction status.

See Also