LinkAja Integration Guide
The basic integration process of LinkAja channel will be explained below.
Integration Step:
Post Data Transaction to Faspay
Redirect to LinkAja website
Callback/Return URL
Payment Notification
Refund Full Transaction
1. Post data Transaction
Post data transactions should be done from merchant backend, the detailed API reference can be found Here
This is an example of post data transaction for LinkAja channel:
A. Post Data Request
B. Post Data Transaction Response
You will get the post data response like the following
2. Redirect
To redirect customers to LinkAja's Website, use redirect_url
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 LinkAja's website, the website automatically redirects the customer to the Callback/Return URL. Please provide the URL and make sure it's already registered on the 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 the Faspay system
The detailed API reference can be found here
Last updated