Atol Online
Create fiscal receipts via Atol Online — 54-ФЗ compliant online cash register service
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-ФЗ.
Usage Instructions
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
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
login | string | Yes | Atol Online API login |
password | string | Yes | Atol Online API password |
inn | string | Yes | Company INN |
items | array | Yes | Array of receipt items |
total | number | Yes | Total receipt amount |
email | string | No | Customer email for receipt |
phone | string | No | Customer phone number |
Output
| Parameter | Type | Description |
|---|---|---|
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
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
login | string | Yes | Atol Online API login |
password | string | Yes | Atol Online API password |
inn | string | Yes | Company INN |
items | array | Yes | Array of refunded items |
total | number | Yes | Total refund amount |
Output
| Parameter | Type | Description |
|---|---|---|
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

