Создание invoice
{
"signature": "***",
"paymentAmount": 9.00,
"debitMntAccount": 317,
"mntTransactionId": "***",
"customerEmail": "***@***.**",
"inventory": [
{"sellerAccount": "30990009",
"sellerInn": "1234",
"sellerName": "ООО Рога и копыта",
"sellerPhone": "71234567890",
"productName": "test1",
"productQuantity": 1,
"productPrice": 0.20,
"productVatCode": 1105},
{"sellerAccount": "60252006",
"sellerInn": "5678",
"sellerName": "ООО Ромашка",
"sellerPhone": "71234567890",
"productName": "test2",
"productQuantity": 2,
"productPrice": 4,
"productVatCode": 1105},
{"sellerAccount": "30990009",
"sellerInn": "1234",
"sellerName": "ООО Рога и копыта",
"sellerPhone": "71234567890",
"productName": "test3",
"productQuantity": 2,
"productPrice": 0.40,
"productVatCode": 1105}
]
}Last updated