Buy Now Pay Later (BNPL)

When you embed our BNPL payment module, to your shopping cart feature, this improves your sales and customer experience by providing online or offline sellers with the option of BNPL.

QRIS PayLater

The QRIS Paylater API is used to make payments for QRIS transactions using partner deposit balances as a source of funds.

Endpoint

				
					[POST]
{{hostname}}/payment/qris/paylater
				
			

Response (Success)

				
					{
"code":"000000",
"message":"Success",
"responseId":"8249287347634"
"customerPan":"9360081292038475",
"merchantPan":"9360071903920183",
"acquirerName":"ID.KASPRO.WWW"
}
				
			

QRIS Payment to Merchant

The QRIS Payment to merchant API is used to make QRIS payments using the KasPro wallet as a source of funds to the merchant wallet.

Endpoint

				
					[POST]
https://{{hostname}}/qris-issuer/
				
			

Response (Success)

				
					Headers
Content-Type:application/json
Body
{
"responseId": [string],
"code": [string],
"message": [string]
}
				
			

Response (Fail)

				
					Headers
Content-Type:application/json
Body
{
"responseId": [string],
"code": [string],
"message": [string]
}
				
			
en_USEnglish