Skip to main content
This endpoint creates a payment using an existing binding. The customer’s saved payment method is charged directly — no checkout redirect is needed (except for 3DS verification when required).

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.
The URL to redirect the user to after a successful payment (used if 3DS redirect is required).
The URL to redirect the user to after a failed payment (used if 3DS redirect is required).
string
required
The binding identifier returned from the initial Create Binding payment.
string
required
The same unique internal identifier used when creating the binding.
integer
required
The card’s CVC/CVV code for payment verification.
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.
Use the Verify Payment endpoint to check the payment status, or listen for the webhook notification.