Sakuku Integration Guide
Last updated
Last updated
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.
Post data transactions should be initiated from the merchant's backend. You can find detailed API references
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:
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
To redirect customers to Sakuku'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 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
The detailed API reference can be found