Architecture
Nayax calls your server. Nayax sends fiscal requests to your endpoints. Your server communicates with the tax authority and returns a structured response, which Nayax relays back to the device. You implement the API; Nayax drives the calls. The following components are involved in a FisCortina integration:Security
All FisCortina communication requires the following across both sandbox and production environments:- HTTPS with TLS 1.2 or higher for all requests and responses
- JSON as the content format for both request and response bodies
API Endpoints
FisCortina exposes three endpoints, all usingPOST with application/json:
Next steps
Integration Lifecycle
Follow the full onboarding process from kickoff to production launch.
Authentication
Implement the StartSession challenge-response before sending fiscal requests.