at
Atol Online is a leading Russian fiscal data operator (ОФД) service for 54-ФЗ compliance. It provides an API for issuing fiscal receipts for sales, purchases, and their refunds through certified online cash registers (ОФД-сервис).
With the Atol Online integration in AACFlow, you can:
- Sell: Issue a fiscal receipt for a completed sale
- Sell Refund: Issue a refund receipt for a returned purchase
- Buy: Register a purchase transaction receipt
- Buy Refund: Issue a refund receipt for a purchase return
This integration is essential for Russian e-commerce businesses required to issue electronic fiscal receipts under 54-ФЗ.
Nutzungsanleitung
Integrate Atol Online into the workflow. Requires Atol Online API credentials (login, password, and company INN/группа/taxSystem). Credentials are available in your Atol Online merchant account.
Tools
atol_online_sell
Issue a fiscal sell receipt
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
login | string | Ja | Atol Online API login |
password | string | Ja | Atol Online API password |
inn | string | Ja | Company INN |
items | array | Ja | Array of receipt items |
total | number | Ja | Total receipt amount |
email | string | Nein | Customer email for receipt |
phone | string | Nein | Customer phone number |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
uuid | string | Receipt UUID for status tracking |
status | string | Initial processing status |
success | boolean | Whether the receipt was queued |
atol_online_sell_refund
Issue a fiscal sell refund receipt
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
login | string | Ja | Atol Online API login |
password | string | Ja | Atol Online API password |
inn | string | Ja | Company INN |
items | array | Ja | Array of refunded items |
total | number | Ja | Total refund amount |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
uuid | string | Refund receipt UUID |
success | boolean | Whether the refund receipt was queued |
Links
- Official API: https://online.atol.ru/api/
- AACFlow block source: apps/aacflow/blocks/blocks/atol_online.ts

