LinkAja Integration Guide
Last updated
Last updated
The basic integration process of LinkAja channel will be explained below.
Post Data Transaction to Faspay
Redirect to LinkAja website
Callback/Return URL
Payment Notification
Refund Full Transaction
Post data transactions should be done from merchant backend, the detailed API reference can be found
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
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
To redirect customers to LinkAja's Website, use redirect_url
retrieved from Post Data Transaction response (JSON Format) or follow the detailed API reference
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
The detailed API reference can be found