Biller Implement this endpoint
{
"consumer_codes": [
"C000001",
"C000002"
],
"biller_code": "1111"
}
curl --location -g --request POST '{{Biller_Domain}}/consumer/inquiry' \
--header 'token: biller token' \
--header 'Content-Type: application/json' \
--data-raw '{
"consumer_codes": [
"C000001",
"C000002"
],
"biller_code": "1111"
}'
{
"code": "000",
"message": "Request was successful",
"message_kh": "ááśááááážááťáááśááááááá",
"data": [
{
"consumer_code": "C00001",
"consumer_name": "ááźáḠáááśááááá",
"consumer_name_latin": "SONY Vannet",
"amount": 15.5,
"currency": "USD",
"identity_code": "BILL-78945",
"additional_information":""
},
{
"consumer_code": "C00002",
"consumer_name": "ááááťáá ááťá Software áŻ.á",
"consumer_name_latin": "Software Co., Ltd.",
"amount": 250000,
"currency": "KHR",
"identity_code": "BILL-78945",
"additional_information":""
}
]
}