cURL
curl --request POST \ --url https://app.fliqr.ai/api/users/{user_id}/pay/{order_id} \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data amount_received=123
{ "success": true }
Mark an order as Paid.
Total value the user paid in cents.
successful operation
Was this page helpful?