Skip to main content

How to get started:

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