Biller Management Product
Customers can explore & embedded each or all of the list of our biller products.
Biller Inquiry
The Biller Inquiry API is used to check PPOB purchase transaction details before making a payment.
Endpoint
[POST]
https:// {{hostname}}/biller-inquiry/
Response (Success)
Headers
Content-Type:application/json
Body
{
"responseId": [string],
"code": [int],
"message": [string],
"data": [
{
"Name": [string],
"Code": [string],
"Desc": [string],
"Nominal": [nt],
"Price": [nt],
"Fee": [nt],
"Category": [string]
}
…. [other data varies by product]
]
}
Response (Fail)
Headers
Content-Type:application/json
Body
{
"responseId": [string],
"code": [int],
"message": [string]
}
Airtime & Data Package
Water Bill : PDAM
Multi Finance
e-money
Property taxes : PBB
Biller Payment
The Biller Payment API is used to make payments for PPOB products using a source of funds from KasPro wallet.
Endpoint
[POST]
https://{{hostname}}/biller-payment/
Response (Success)
Headers
Content-Type:application/json
Body
{
"responseId": [string],
"code": [int],
"message": [string],
"data": {
"mobileNumber": [numeric],
"amount": [money],
"price": [money],
"serviceFee": [money],
"reffId": [numeric]
….[other data varies by product]
}
}
Response (Fail)
Headers
Content-Type:application/json
Body
{
"responseId": [string],
"code": [int],
"message": [string]
}



