Produk & Penagih Digital

Embedding our Digital Product & Billers into your native app allows users to purchase digital products or pay bills to multiple issuers or billers from our list of onboarded partners.

Bill 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]
}
				
			

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]
}
				
			
id_IDBahasa Indonesia