Auto Direct Debit
Light Mode
Inquiry Consumer validate
POST
{{Merchant_Domain}}/consumer/validateBiller Implement this endpoint
:::note
Bill24 will call this endpoint to validate if consumer is exist in biller system and get that consumer information for show to consumer.
:::
Request
Header Params
Content-Type
string
required
Example:
application/json
token
string
required
Token auth from biller
Example:
biller token
Accept
string
required
Example:
application/json
Body Params application/json
biller_code
string
required
Consumer code for inquiry information
consumer_code
string
required
Biller Code
Example
{
"biller_code": "1111",
"consumer_code": "C000001"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
string
optional
message
string
optional
message_kh
string
optional
data
object
optional
consumer_code
string
required
Consumer Code
consumer_name
string
required
Consumer name in Khmer
consumer_name_latin
string
required
Consumer name in Latin
additional_information
string
required
Other information for dispay
Example
{
"code": "000",
"message": "",
"message_kh": "",
"data": {
"consumer_code": "C000001",
"consumer_name": "សូនី វ៉ាន់នេត",
"consumer_name_latin": "SONY Vannet",
"additional_information": "អសយដ្ឋាន : ផ្លូវ 271"
}
}
Last modified: 3 months ago