Skip to main content

How to get started:

  1. Create your API key and API secret in your admin dashboard.
  2. Set your Webhook URL in the webhook page.
  3. 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.
  4. The API will return an order_url. Redirect your customer to this URL to complete payment.
  5. 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.