OVO Integration Guide
Last updated
Last updated
One of the e-money payment methods offered by Faspay is OVO. By using this payment method, customers can make a payment via e-money website and Faspay will send real-time notifications when the customer completes the payment.
The basic integration process of OVO will be explained below.
Post Data Transaction to Faspay
Push to Pay
Callback/Return URL
Payment Notification
Post data transactions should be done from the merchant backend, the detailed API reference can be found
This is an example of a request post data transaction for OVO channel
A. Post Data Transaction Request
B. Post Data Transaction Response
You will get the post data response like the following:
Push to Pay is a process to push Ovo's customer number
There are two options to do this process :
Please create your own page so the customer can input the Ovo's number on the merchant's website and submit it to Faspay.
How to submit Ovo's number to Faspay will explained below:
After post data transaction process please post the details below to Faspay's URL Endpoint
Development
trx_id
Alphanumeric
transaction unix id from post data transaction
ovo_number
Numeric
customer's number already register on OVO
signature
Alphanumeric
sha1(md5(user_id.password.trx_id))
Sample code for Push To Pay from merchant's side
Payment notification from Faspay to the Merchant backend will also be triggered in the event of transaction status getting updated, to ensure the merchant is securely informed. Please provide the URL and make sure it's already registered on Faspay system
Redirect to Faspay's page so the customer can input Ovo's number and submit to Ovo's side, to do this use redirect_url
which is retrieved from post data transaction response (JSON Format) or follows the detailed API reference
After the customer completes the payment via OVO's apps, faspay automatically redirects the customer to the Callback/Return URL. Please provide the URL and make sure it's already registered on Faspay system. For the detailed reference can be found
The detailed API reference can be found