Skip to main content
FisCortina is Nayax’s fiscalization platform: a REST API that allows integrators to report transactions to regional tax authorities in real time. Rather than managing separate compliance implementations per country, FisCortina gives merchants a single solution covering payment processing and fiscal reporting together, regardless of the underlying regional regulation.

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 using POST with application/json:
Refund not yet supported. The /FisCortina/Refund endpoint is not available. Do not implement or trigger refund calls in your integration at this time.

Next steps

Integration Lifecycle

Follow the full onboarding process from kickoff to production launch.

Authentication

Implement the StartSession challenge-response before sending fiscal requests.