The Flouci Payment API is built on REST principles and requires all requests to be made over HTTPS (TLS 1.2 or higher). Any requests sent over plain HTTP will be rejected.Documentation Index
Fetch the complete documentation index at: https://docs.flouci.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
To authenticate your requests, you must include anAuthorization header in every API call. The value of this header should be your public_key and secret_key joined by a colon, in the following format: Bearer <PUBLIC_KEY>:<PRIVATE_KEY>
