Notifying the self-employed
Notifications from the Federal Tax Service
In accordance with the Federal regulations, it is obligatory to inform the self-employed about notifications sent to them from the Federal Tax Service via a website or mobile app.
How to work with the notifications
- Send a request to obtain the number of unread notifications within the
npd/notifications/count
method for a selected self-employed person. - In the reply, receive the number of unread notifications in the
count
parameter and forward this number forward to the self-employed person. - Send a request to obtain the text bodies of the unread notifications within the
npd/notifications/read
method and forward the notifications to the self-employed person. - Send information about notifications delivered to the self-employed person via the
npd/notifications/mark_as_delivered
method. - Send information about notification read by the self-employed person via the
npd/notifications/update
method.