Overview
The Anor API provides a full payment processing workflow using Anor, covering both payment initiation and fiscalization. The integration is divided into two independent stages:- Anor Payment – initiates a Anor payment using an amount and QR code.
- Fiscalization – confirms the completed payment and registers it with the fiscal system.
General Setup
All Anor endpoints share these common settings:- Status code:
200/400/500 - Method:
POST - Auth required:
No - Content-Type:
application/json
Note: Even in case of validation, payment, or fiscalization errors, the API returns HTTP 200.
- Always check
is_successandHTTP status codeto determine if the request succeeded. datacontains the payload on success;errorcontains details on failure.
Anor Flow
A typical Anor payment flow consists of the following steps:- The client initiates a payment via the Anor Payment API
- Anor processes the payment and returns a unique
payment_id - After successful payment, the transaction is sent for fiscalization
- A fiscal receipt is generated and registered in the Soliq system
Anor APIs
Explore the Anor endpoints below to integrate payment and fiscalization into your system.Anor Payment
Initiate Anor payments by providing the payment amount and QR code.
Returns a payment identifier used for further fiscal processing.
Fiscalization
Fiscalize completed Anor payments and generate official fiscal receipts.
Environment
The Anor APIs are available in the following environments:- Anor API

