OVO Open API
Integration Steps
Here is the overview of how to integrate with OVO Open API :
Account Binding
Check Balance Inquiry
Payment
Acknowledge Payment Notification
1. Account Binding
Merchant can binding OVO account, each OVO account can only binding to one customer on one merchant. Customer need to verify OTP and input PIN on OVO page.
Here is the flow for Account Binding :
API Endpoint
Service Code
HTTP Method
POST
API Endpoint Sandbox
Copy
API Endpoint Production
Copy
Path
Copy
Here are the sample request header, request body and response body for OVO Open API
2. Check Balance Inquiry
Once a customer has linked their account through the OVO 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 :
Service Code
HTTP Method
POST
API Endpoint Sandbox
Copy
API Endpoint Production
Copy
Path
Copy
Here is the sample request header, request body and response body for Check Balance Inquiry OVO :
3. 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 OVO :
Here is the sample request header, request body and response body for Payment OVO :
4. 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
1. Account Unbinding
Last updated