Internet Banking integration Guide
Last updated
Last updated
One of the payment method offered by Faspay is Internet Banking. By using this payment method, customers will have the option to make a payment via bank website and Faspay will send real-time notifications when the customer completes the payment.
At this moment, Faspay has integrated some Internet Banking payment methods:
BRI e-Pay
BCA KlikPay
Danamon Online Banking
Octo Clicks
PermataNet
The basic integration process of Internet Banking will be explained below.
Post Data Transaction to Faspay
Redirect customer to bank's website
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 post data transaction for an Internet Banking channel
Post Data Transaction Response
You will get a post data response like the below:
Development
va_number
Numeric
Mandatory
trx_id
respon from post data transaction
amount
Numeric
Mandatory
total amount transaction
Payment notification from Faspay to the Merchant backend will also be triggered in the event of transaction status being 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 the Bank's Website, use redirect_url
that retrieved from Post-Data Transaction response (JSON Format) or follow the detailed API reference
After the customer completes the payment via the bank'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 Faspay system. For detailed reference will be found
The detailed API reference can be found