APIs for Businesses (Test)
Home
Services
  • Checkout / Deeplink
  • Merchant Proxy
Home
Services
  • Checkout / Deeplink
  • Merchant Proxy
Default module
Default module
  1. CHECKOUT/ DEEPLINK
  • CHECKOUT/ DEEPLINK
    • CHECKOUT/ DEEPLINK
      • Overview
      • Webhook
      • Full Example
      • FAQ
      • MOBILE SDKS
        • Flutter SDK
        • iOS SDK
        • Android SDK
      • WEB SDKS
        • Web SDK
      • Transaction Initiation
        POST
      • Transaction Verification
        POST
      • Authorization
        POST
  • test
    • CHECKOUT/ DEEPLINK
      • Overview
      • Webhook
      • Full Example
      • FAQ
      • MOBILE SDKS
        • Flutter SDK
        • iOS SDK
        • Android SDK
      • WEB SDKS
        • Web SDK
      • Transaction Initiation
      • Transaction Verification
      • Authorization
  • Merchant Proxy
    • Merchant Proxy
      • Overview
      • Full Example
      • FAQ
      • Proxy
      • Webhook
      • test
  • Bill24 Proxy
    • Bill24 Proxy
      • Overview
      • Full Example
      • FAQ
      • Test
      • Push Customer
      • Push Bill
      • Get Queue
      • Get Queue Detail
      • Webhook
      • Create Payment
      • Get Payment
  1. CHECKOUT/ DEEPLINK

Overview

Bill24 SDKs

Libraries for interacting with your e-commerce integration.

To begin using the API, developers are required to register and obtain an authorization token. This token is essential for accessing and leveraging the API's capabilities.

 

Businesses using Bill24



Customer Journey

Customize your payment interface look and feel.

Mobile SDKs

Download demo App for Android (APK).

Payment through your app
Customize payment widget
Payment via KHQR

 

Web SDK

Demo site.

Customize payment page
Payment via KHQR / Bank checkout page


Authorization Proccess

Process authorization to get access token

Integration Process

Process flow how to integrate with Bill24 SDKs




1.0 - Customer checkout on merchant platform (website or mobile app)

1.1 - Merchant plateform process checkout on merchant server

1.2 - Merchant server call authorization at Bill24 to get token

1.3 - Bill24 response token to merchant server

1.4 - Merchant server call transaction init at Bill24 to create transaction

1.5 - Bill24 response payment link to merchant server

1.6 - Merchant server response payment link to merchant platform to redirect

1.7 - Merchant platform direct to the payment link

1.8 - Bill24 display payment checkout page to the customer

2.0 - Customer make payment (select any bank to pay or scan KHQR)

3.0 - After payment completed, Bill24 redirect to merchant platform

3.1 - Merchant platform verify the transaction

3.2 - Merchant server call transaction verify at Bill24 to check the transaction

3.3 - Bill24 response transaction details to merchant server

3.4 - Merchant server response the transaction details to merchant platform

3.5 - Merchant platform display payment result page to customer

4.0 - Bill24 send transaction details to merchant server through webhook


Modified at 2024-01-17 04:50:58
Next
Webhook