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
{
"consumer_code": "CU003035"
}
Request samples
curl --location --request POST 'https://mock.apidog.com/m1/444561-0-default/proxy' \
--header 'Accept: application/json' \
--header 'token: 1603aa00dcc4426ba83298341bab126b' \
--header 'Content-Type: application/json' \
--data-raw '{
"consumer_code": "CU003035"
}'
Responses
application/json {
"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 2025-02-24 01:56:55