🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/v1/finance//invoices' \
--header 'api_key: <api-key>'{
"success": true,
"data": {
"partner": {
"partner_id": 0,
"partner_code": "string",
"partner_name": "string",
"email": "string",
"contact_person": "string",
"billing_address": "string",
"client_account": "string",
"entity": "string",
"entity_id": "string",
"vat_number": "string",
"is_external_reseller": true,
"is_iso_partner": true,
"iso_share": 0
},
"invoices": [
{
"invoice_id": "string",
"invoice_number": "string",
"invoice_type": "monthly",
"period_start": "string",
"period_end": "string",
"status": "GENERATED",
"currency": "string",
"sections": {
"payments": {
"count": 0,
"volume": 0,
"fees": 0,
"detail": "string"
},
"refunds": {
"count": 0,
"volume": 0,
"fees": 0,
"detail": "string"
},
"chargebacks": {
"count": 0,
"volume": 0,
"fees": 0,
"detail": "string"
},
"failed": {
"count": 0,
"volume": 0,
"fees": 0,
"detail": "string"
},
"other_fees": {
"count": 0,
"volume": 0,
"fees": 0,
"detail": "string"
}
},
"totals": {
"total_invoice_amount": 0,
"amount_deducted": 0,
"amount_due": 0
},
"iso_share": 0,
"net_profit": 0,
"iso_share_value": 0,
"pdf_available": true,
"pdf_file_name": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
}