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

Overview

The Biller proxy API facilitates secure information hosting for Billers/Businesses, ensuring reliable service availability. This enables the Bill Gateway to query data when customers initiate payments through interfaces like Bank Apps, Internet Banking, and ATMs.

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

Process full payment journey from Bank App.

Payment via Bank App
Choose Menu
Confirm to pay
Payment Successful

Integration Process


1 - Consumer go to bank App to query bill.

2 - Bank side query to Bill24 through Bill24's API

3 - Bill24 query bill to interface (proxy) to merchant side. (Implement by Merchant side)

4 - Merchant side response bill detial.

5 - Bill24 send transaction details to merchant side through interface (webhook). (Implement by Merchant side)


Modified at 2024-01-24 08:52:53
Previous
Authorization
Next
Full Example