client_id. The first transaction links the customer’s Flouci wallet or card to your application. Subsequent payments using the same client_id will use the saved payment method.
Body
The amount to be paid in millimes.
An ID for you to track the payment. This is a free field that Flouci doesn’t check against.
Whether to accept card payments.
The URL to redirect the user to after a successful payment.
The URL to redirect the user to after a failed payment.
A unique internal identifier for the customer. This is the key that creates and references the binding — subsequent payments with the same
client_id will use the saved payment method.The webhook URL you want to receive payment confirmation on.
The URL of the image to display on the payment page.
The session timeout in seconds.
The customer completes this first payment through the Flouci checkout page. Once completed, the
client_id is bound to their payment method for future use. You can get the Binding Id from the verify API after the payment is done.