DANA Integration Guide
Basic integration process of DANA channel will be explained below.
Integration Step
Post Data Transaction to Faspay
Redirect customer to DANA's website
Callback/Return URL
Payment Notification
1. Post Data Transaction
Post data transaction should be done from the merchant backend, the detailed API reference can be found Here
This is an example of post data transaction request for DANA channel
A. Post Data Transaction Request
B. Post Data Transaction Response
You will get the post data transaction response like the following:
2. Redirect customer to DANA's website
To redirect customers to DANA's Website, use redirect_url
that retrieved from Post Data Transaction response (JSON Format) or follow the detailed API reference Here
3. Callback/Return URL
After the customer completes the payment via DANA's website, the DANA website 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 Here
4. Payment Notification
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
The detailed API reference can be found here
Last updated