Buy Now Pay Later (BNPL)
Untuk meningkatkan pengalaman penjualan dan pelanggan Anda, penjual online atau offline dapat menyematkan BNPL ini ke modul pembayaran Anda untuk memberikan opsi pembayaran bagi pelanggan Anda.
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]
}