Send a POST request to the API with your API key in the Authorization header (Bearer token) and the invoice details in the request body.
The API will return an order_url. Redirect your customer to this URL to complete payment.
When payment is successful, Luxfin will send an HMAC-signed webhook to your Webhook URL with the order details. Verify the signature using your API secret before processing.