Minimum amount can pay per transaction. If -1 mean unlimited.
max_amount
number
optional
Maximum amount can pay per transaction. If -1 mean unlimited.
balance
number
optional
This represents the extra amount which consumers has already paid. Eg. Total customer’s due was 10,000៛ and customer made 15,000៛ payment, thus the customer has the balance of 5,000៛. This is optional information which can be shown as information to customer in some Bank Apps when provided.
description
string
optional
Free text information. It is only for information and biller can use it for their other validation. The information provided in this field will be sent back in Webhook payload.
last_bill_date
string
optional
This is optional information which can be shown as information to customer in some Bank Apps when provided.
last_due_date
string
required
This is required to know consumer last due date.
last_pay_date
string
optional
This is optional information which can be shown as information to customer in some Bank Apps when provided.
Examples
{"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"}}