ApiKey: ********************curl --location --request GET 'https://app.hisabkitab.co/third-party/receipt-ledger-settle-invoices/' \
--header 'ApiKey: <api-key>'{
"data": {
"bills": [
{
"transaction_id": 1,
"invoice_number": "2",
"bill_type": 3,
"date": "22-09-2025",
"total_amount": 200,
"pending_amount": 200,
"type": 10,
"transaction_type": "Payment"
}
]
},
"success": true,
"message": "Ledger settle invoices retrieved successfully."
}