second_receipt_create
Emit the final fiscal receipt for prepayment transactions under 54-ФЗ. Provide itemized goods, payment details, and client contact.
Instructions
Emit a final (second) 54-ФЗ fiscal receipt after an advance/prepayment sale.
For merchants using Robokassa Fiscal. merchant_id is the Fiscal
merchantId (e.g. robokassa_sell); origin_id is the InvId of the
original operation. Max 2 receipts per operation.
items: [{name, quantity, sum, tax, payment_method, payment_object}].
payments: typically [{type: 2, sum: <total>}] for offsetting a prepayment.
client: {email} or {phone}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merchant_id | Yes | ||
| receipt_id | Yes | ||
| origin_id | Yes | ||
| items | Yes | ||
| total | Yes | ||
| payments | Yes | ||
| client | Yes | ||
| url | Yes | ||
| password1 | No | ||
| sno | No | ||
| vats | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||