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 ReferenceSee the complete API Reference of the eCom API for more details on its endpoints and parameters.
Integration URLWhen 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:
- The merchant's backend sends an API request to the Nayax Server.
- Nayax processes the request and sends a response (approved or declined) to the Merchant's back end.
- Asynchronously, the Nayax Server sends a webhook notification to your back-end with the final transaction status.
See Also
Updated 27 days ago