Allobank
Integration Steps
Here is the overview of how to integrate with Allobank :
Account Binding
Merchant can binding Allobank account to customer id, each Allobank account can only binding to one customer on one merchant. Customer need to verify OTP and input PIN on Allobank page.
Here is the flow for Account Binding :
API Endpoint
Environment | Endpoint |
---|---|
HTTP Method | POST |
API Sandbox | |
API Production | |
Path |
|
Here is the sample request header, request body and response body for Account Binding - AlloBank
Check Balance Inquiry
Once a customer has linked their account through the Allobank platform, merchants can initiate a Balance Inquiry via the this API to obtain accurate and up-to-date account balance information.
Here is the flow for Check Balance Inquiry :
API Endpoint
Environment | Endpoint |
---|---|
HTTP Method | POST |
API Sandbox | |
API Production | |
Path | ..... |
Here is the sample request header, request body and response body for Check Balance Inquiry Allobank :
Payment
After merchant check the balance, merchant can hit this API to do payment. DOKU will deduct customer's balance.
Here is the flow for Payment Allobank :
API Endpoint
Environment | Endpoint |
---|---|
HTTP Method | POST |
API Sandbox | |
API Production | |
Path | ..... |
Acknowledge Payment Notification
After the payment is being made by your customer, DOKU will send HTTP Notification to your defined Notification URL
. Learn how to handle the notification from DOKU .
Additional Feature
Online Refund
Merchant can refund the transaction to DOKU. Hit this API to refund the transaction. Currently DOKU Support Full Refund.
Here is the Refund Flow :
API Endpoint
Environment | Endpoint |
---|---|
HTTP Method | POST |
API Sandbox | |
API Production | |
Path | ..... |
Account Unbinding
In case you need to remove the customer data on DOKU, hit this API to unbinding the customer data.
API Endpoint
Environment | Endpoint |
---|---|
HTTP Method | POST |
API Sandbox | |
API Production | |
Path | ..... |
Last updated