B-secure
The basic integration process of online debit will be explained below.
Integration Step
Post Data Transaction to Faspay
Redirect customer to online debit website
Callback/Return URL
Payment Notification
1. Post Data Transaction
Post data transactions 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 an Online Debit channel
Post Data Transaction Response
You will get the post data response like the following
2. Redirect customer to online debit's website
To redirect the customer to online debit'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 the online debit's website, the online debit website automatically redirects customer to 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 Merchant backend will also be triggered on event of transacion status getting updated, to ensure merchant is securely informed. Please provide the URL and make sure it's already register on Faspay system
The detailed API reference can be found here
Last updated