The Flouci web payment solution is based on a redirection mechanism. The user is redirected to a payment page, where they can pay with one of the payment methods activated by the merchant (Flouci wallet, bank card/e-dinar, other wallet, etc.). Based on the transaction outcome, the user is redirected to the merchant’s site using theDocumentation Index
Fetch the complete documentation index at: https://docs.flouci.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
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.
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.
