Allobank
Last updated
Last updated
DOKU API
Legacy DocumentationHere is the overview of how to integrate with Allobank :
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
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 :
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 | ..... |
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 .
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 | ..... |
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 | ..... |
Successful Balance Inquiry
"2001100"
"Successful"
DOKU Gateway token | Format : AN
"hdiwh3h832d832h382h3duh2"
Successful Unbinding
Customer phone number | min length: 9 | max length: 16 format: 62xxxxx
Successful registration
"2000700"
"Successful"
"129260743966"
"https://sandbox.doku.com/direct-debit/ui/binding/2238230713001534401107183161486001168389"
Original Partner Reference Number | min length: 1 | max length: 64
"INV-592566712725"
Original External Id - External ID from payment process| min length: 1 | max length: 36
"10052019"
Partner Refund Number| min length: 32 | max length: 64
"239850918204981205970"
Reason of Refund | max length: 255
"Customer complain"
Successful Refund
Partner Reference Number | min length: 1 | max length: 64
"INV_20221221_0002"
Successful Payment