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
string
required
The amount to be paid in millimes.
string
An ID for you to track the payment. This is a free field that Flouci doesn’t check against.
boolean
default:"false"
Whether to accept card payments.
string
required
The URL to redirect the user to after a successful payment.
string
required
The URL to redirect the user to after a failed payment.
string
required
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.string
The webhook URL you want to receive payment confirmation on.
URL
The URL of the image to display on the payment page.
integer
default:"1200"
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.