According to Federal Law No. 54-FZ, a fiscal receipt must be generated and sent to the Tax Service via an online sales register after every payment made for goods or services.
The YooMoney solution for working with 54-FZ allows you to set up the interaction with your online sales register. YooMoney transfers data required for generating a receipt to the online sales register (for example, the quantity and cost of goods), and receives the result. Read more about the interaction process
Electronic receipts sent out to users by YooMoney are not fiscal receipts. To comply with the law, you will need to generate receipts via the online sales register. YooMoney helps you automatize this process.
- Buy or rent an online sales register from one of YooMoney’s partners and enter into an agreement with the fiscal data operator (OFD).
- Fill in the settings for working under Federal Law No. 54-FZ in your YooMoney Merchant Profile.
- Set up the transfer of data for generating receipts for payments and refunds.
Using the YooMoney API, you can:
- send data to the online sales register for generating receipts in accordance with the format of fiscal documents (FFD) 1.05;
- create receipts for payments and refunds, including full receipts against advance payments or prepayments;
- receive information about receipts generated via YooMoney.
YooMoney API supports three scenarios for sending the data for generating receipt: Payment and receipt at the same time, Payment after receipt, and Receipt after payment. The scenarios differ by the method and time of sending the data for generating payment and refund receipts. Transaction completion receipts are always sent as a separate request.
This scenario will suit most stores.
How to send data:
- payment receipt — along with the payment, in the receiptobject;
- refund receipt — along with the refund, in the receiptobject.
Payment process and the sending of data for generating the receipt will take place simultaneously. YooMoney will be waiting for a response from the online sales register for the following three days. If, for some reason, the receipt fails to register, you can do it manually via the online sales register. Failure to register the receipt will not affect the payment.
To activate this scenario, select the Accept payment mode in the Settings — Online sales register section under your Merchant Profile.
This scenario is suitable for stores that need to ensure each payment has a corresponding receipt. For example, stores that sell digital goods.
How to send data:
- payment receipt — along with the payment, in the receiptobject;
- refund receipt — along with the refund, in the receiptobject.
YooMoney will send the data to the online sales register immediately after creating the payment object and will wait for a response for the following five minutes. If the online sales register does not report a successful receipt registration within this timeslot, YooMoney will cancel the payment and return the money to the user.
To activate this scenario, select the Cancel payment mode in the Settings — Online sales register section under your Merchant Profile.
This scenario is suitable for stores that want to send the receipt and the payment separately and control this process independently using the YooMoney API. For example, stores that act as an agent. The scenario is mandatory for stores that list goods and services at marketplaces and accept payments via them.
How to send data:
- payment receipt — in a separate request for creating a receipt when the user already made the payment;
- refund receipt — in a separate request for creating a receipt after creating a refund .
In this scenario, requests to create a payment or refund must be submitted without a
receipt
object. If you include receipt
in these requests, YooMoney will return an error.YooMoney will immediately send the data for registering a receipt to your online sales register, as well as send you the receipt object in response to your request. If, for some reason, the receipt fails to register, the payment will not be affected in any way.
To activate this scenario, select the Don’t link payment and receipt mode in the Settings — Online sales register section under your Merchant Profile.
Generating receipts for paymentsGenerating receipts for refundsInformation on receipts