fn
Сервис FNS KKT Online предоставляет публичный API для checking the authenticity of fiscal receipts issued by online cash registers (ККТ). This — это free service by the Russian Federal Tax Service (ФНС) that requires no authentication.
С помощью FNS Проверить Receipt интеграции в AACFlow можно:
- Verify receipts: Проверить whether a fiscal receipt — это authentic и retrieve its details
This integration — это useful для fraud prevention, automated receipt validation, и expense management workflows.
Инструкции по использованию
Интегрируйте FNS Проверить Receipt в рабочий процесс. No API ключ — это required — the service uses public FNS endpoints. Provide the receipt parameters printed on the physical receipt (FN, FD, FP numbers и date/time).
Инструменты
fns_receipts_check
Verify a fiscal receipt
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
fn | string | Да | Fiscal drive number (ФН) |
fd | string | Да | Fiscal document number (ФД) |
fp | string | Да | Fiscal sign (ФПД) |
date | string | Да | Receipt date and time (YYYY-MM-DDTHH:MM) |
sum | number | Да | Receipt total in kopecks |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
valid | boolean | Произошла ли receipt is authentic |
items | array | Массив receipt line items |
total | number | Total amount |
dateTime | string | Receipt date and time |
success | boolean | Произошла ли check succeeded |
Ссылки
- Official API: https://kkt-online.nalog.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/fns_receipts.ts

