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