Download invoice - celdotro/marketplace GitHub Wiki
- Download invoice
celmarket\Payments\PaymentsReports
downloadInvoice
- method: Commissions
- action: downloadInvoice
- borderou = summary's ID
An object with the following attributes
- status = invoice's status
- data = base64 encoded invoice
https://github.com/celdotro/marketplace_examples/blob/master/Payments/9.downloadInvoice.php
{
"request": {
"borderou": 1
},
"response": {
"status": 1,
"data": "X"
}
}