Online Credit Integration Guide
Last updated
Last updated
One of the payment methods offered by Faspay is Online Credit channel. By using this payment method, customers will have the option to make a payment via an online credit website. Faspay will send real-time notifications when the customer completes the payment.
At this moment, Faspay has integrated some Online Credit payment methods:
Kredivo
Akulaku
Indodana
BRI Ceria
The basic integration process of Online Credit will be explained below.
Post Data Transaction to Faspay
Redirect customer to online credit website
Callback/Return URL
Payment Notification
Post data transaction should be done from the merchant backend, the detailed API reference can be found
This is an example of post data transaction for an Online Credit channel
You will get the post-data response like the following
Payment notification from Faspay to 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 Faspay system
To redirect customer to online credit's Website, use redirect_url that retrieved from Post Data Transaction response (JSON Format) or follows detailed API reference
After the customer completes the payment via online credit's website, the online credit website automatically redirects customer to Callback/Return URL. Please provide the URL and make sure it's already registered on Faspay system. For detail reference can be found
The detailed API reference can be found