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

amount
string
required
The amount to be paid in millimes.
developer_tracking_id
string
An ID for you to track the payment. This is a free field that Flouci doesn’t check against.
accept_card
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).
binding_id
string
required
The binding identifier returned from the initial Create Binding payment.
client_id
string
required
The same unique internal identifier used when creating the binding.
cvc
integer
required
The card’s CVC/CVV code for payment verification.
webhook
string
The webhook URL you want to receive payment confirmation on.
image_url
URL
The URL of the image to display on the payment page.
session_timeout_secs
integer
default:"1200"
The session timeout in seconds.
Use the Verify Payment endpoint to check the payment status, or listen for the webhook notification.