success_link
or fail_link
variables. Additionally, an optional webhook
field enables the Flouci system to notify the partner server-to-server when a transaction is complete, ensuring reliability in cases of network issues and providing a more comprehensive payment handling system.
1
Initiate Payment
To start a payment, the merchant must generate a payment request using the Flouci API. This involves specifying the amount, currency, and other transaction details.
2
Redirect to Payment Page
Once the payment request is generated, redirect the user to the Flouci payment page. The user can choose their preferred payment method and complete the transaction.
3
Handle Transaction Outcome
After the transaction, the user is redirected back to the merchant’s site using the success_link
or fail_link
. Additionally, configure a webhook
to receive server-to-server notifications for transaction completions.