Moy Nalog (Self-Employed)
Create and cancel income receipts for self-employed individuals via the Moy Nalog API
Мой Налог (Moy Nalog) is the official Russian Federal Tax Service application for self-employed taxpayers (самозанятые). Its API allows authorized partners to create and cancel income receipts on behalf of self-employed individuals, automating tax reporting for professional income.
With the Moy Nalog integration in AACFlow, you can:
- Create receipts: Register income for a self-employed individual with specified service/goods details
- Cancel receipts: Cancel a previously issued receipt within the allowed period
This integration enables automated professional income tax receipt management for Russian self-employed individuals and platforms that aggregate self-employed contractors.
Usage Instructions
Integrate Moy Nalog into the workflow. Requires an API key authorized by the Federal Tax Service for partner access to the NPD (Налог на профессиональный доход) system. See npd.nalog.ru for partner registration details.
Tools
samozanyaty_create_receipt
Create an income receipt
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Moy Nalog API key |
inn | string | Yes | Self-employed taxpayer INN |
services | array | Yes | Array of services/goods (name, amount, quantity) |
totalAmount | number | Yes | Total receipt amount |
paymentType | string | No | Payment type (cash or non-cash) |
clientInn | string | No | Client INN (for legal entities) |
Output
| Parameter | Type | Description |
|---|---|---|
receiptId | string | Issued receipt ID |
link | string | Receipt link for download |
success | boolean | Whether the receipt was created |
samozanyaty_cancel_receipt
Cancel a previously issued receipt
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Moy Nalog API key |
receiptId | string | Yes | Receipt ID to cancel |
comment | string | No | Cancellation reason |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether the receipt was cancelled |
Links
- Official API: https://npd.nalog.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/samozanyaty.ts

