Bill24 query bill throught this interface to get bill/ invoice detail. This endpoint implement by Merchant side.Change to your best URL:https://yourdomain/proxy
Name | value | Description |
---|
Success | success | Test case successful (default success) |
Fail | fail | Test case fail |
Request
Body Params application/json
Request samples
curl --location --request POST '/getitem' \
--header 'Content-Type: application/json' \
--data-raw '{
}'
Responses
application/json consumer_name_latin
string
required{
"code": 0,
"message": "Success",
"message_kh": "",
"data": {
"consumer_code": "CU003035",
"consumer_name": "ញ៉េប នីម",
"consumer_name_latin": "Nheb Nim",
"phone": "010888999",
"currency": "USD",
"due_amount": 10,
"min_amount": -1,
"max_amount": 5000,
"balance": 0,
"description": "Invoice on Feb-2024",
"last_bill_date": "2024-2-29 10:46:33",
"last_due_date": "2024-3-30 10:46:33",
"last_pay_date": "2024-01-05 10:46:33"
}
}
Modified at 2024-02-13 02:01:36