🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
{
"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"
}