Bill Payments
Get Bill payment
Get bill payment
get/bills/{bill_header_id}/payments/{id}
Path parameters
bill_header_idinteger required
idinteger required
Response
Successful operation
Example response
{
"message": "success.",
"bill_payment": {
"payment_id": 108,
"payment_voucher_id": 3247,
"payment_method": "Cash",
"payment_total": 2,
"bill_payment_total": 2,
"account_id": 373,
"account_name": "Global Finance Bank",
"account_currency": "USD",
"account_currency_id": 127,
"supplier_account_id": 571,
"supplier_account_name": "Acme Legal Supplies Ltd",
"date": "2026-05-18",
"exchange_rate": 1,
"bill_number": "BIL-0000001",
"created_on": "2026-05-18 14:44:21",
"modified_on": "2026-05-18 14:44:21"
}
}