Sakuku Integration Guide
One of the e-money payment methods offered by Faspay is BCA Sakuku. By using this payment method, customers can pay via e-money website and Faspay will send real-time notifications when the customer completes the payment.
The basic integration process of BCA Sakuku will be explained below.
Integration Step
1. Post Data Transaction
Post data transactions should be initiated from the merchant's backend. You can find detailed API references Here
This is an example of post data transaction for Sakuku channel
A. Post Data Transaction Request
B. Post Data Transaction response
You will get the post data response like the following:
2. Redirect customer to Sakuku's website
To redirect customers to Sakuku'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 Sakuku's apps, the Sakuku website automatically redirects the 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 if the transaction status is updated to ensure the merchant is securely informed. Please provide the URL and make sure it's already registered on Faspay system
The detailed API reference can be found here
Last updated