Overview
Payment Method API helps Billers integrate with the Bill24 Payment SDK to accept payments from customers quickly and securely. It allows customers to sign up, choose a payment method (Wallet ,bank account or card), and pay their bills through the Biller’s platform.
Customer Journey
Top-Up With (Bank Account)
Top-Up With (KHQR)
Top-Up With (International Card)
Account and card on file
- Your credit/debit card info is saved in the app for easy and quick payments.
- Your bank account info is saved, so you can pay bills without re-entering details.
Authorization
Process authorization to get access token
Process Flow
Process flow how to integrate with Bill24 Payment SDK
1.0
Customer start signs up
1.1
Merchant Platform sends customer info to Merchant Server
1.2
Merchant Server requests to create a profile with BILL24
1.3
BILL24 processes the request and respond result to Merchant Server
1.4
Merchant Server returns the Create result to Merchant Platform
1.5
Merchant Platform displays the result to the Customer
1.6
Customer start navigates to the payment page on the Merchant Platform
1.7
Merchant Platform initializes the SDK and requests payment methods from Merchant Server
1.8
Merchant Server requests the SDK UI and payment methods from BILL24
1.9
BILL24 returns the SDK UI with payment methods to Merchant platform
2.0
Merchant Platform display payment methods to the Customer
2.1
Customer chooses a payment method and confirms the payment
2.2
Merchant Platform sends bill details and requests payment processing to Bill24
2.3
Bill24 returns the payment result to Merchant server
2.4
Merchant server returns the payment result to Merchant platform
2.5
Merchant Platform displays the payment result to the Customer