Body
The amount to be paid in millimes.
The URL to redirect the user to after a successful payment.
The URL to redirect the user to after a failed payment.
The webhook URL you want to receive payment confirmation on.
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 of the image to display on the payment page. This field is optional, and the default image is the image of the merchant in the Flouci portal.
The session timeout in seconds.
A list of destination objects specifying the distribution of the transaction amount. Each destination must include:
- amount (integer): The amount in millimes to send to this destination. The sum of all destination amounts must not exceed the total
amountof the transaction. - destination (string): A valid Flouci Merchant ID that can receive the funds
