Descarca factura - celdotro/marketplace GitHub Wiki
- Descarca factura
celmarket\Payments\PaymentsReports
downloadInvoice
- metoda: Commissions
- actiune: downloadInvoice
- borderou = ID-ul borderoului
Un obiect cu urmatoarele atribute
- status = statusul facturii
- data = factura encodata in base64
https://github.com/celdotro/marketplace_examples/blob/master/Payments/9.downloadInvoice.php
{
"request": {
"borderou": 1
},
"response": {
"status": 1,
"data": "X"
}
}