Create and send an invoice in the Webapp (no‑code)
- Create or select a Customer so the invoice has contact details for delivery.
- Add line items by choosing the relevant Product and Price; the Price determines the amount, currency, and billing configuration shown on the invoice.
- Choose how you’ll collect payment for this invoice: online (via checkout/Payments) or out‑of‑band (e.g., bank transfer, cheque) if you plan to reconcile manually.
- If you are collecting payment via Checkout / Payments, refer details to https://www.airwallex.com/docs/billing/billing-components/checkout
-
Send the invoice; Airwallex will deliver it to the customer based on their email and track its status and due date.
- If you’d want invoices to be automatically sent to your customers upon generation, make sure you’ve configured it within your Billing Settings
- Open the Customer communications tab within your Billing Settings.
- Find the specific email you want to activate (e.g., "Invoice Due Reminder").
- Click the toggle button to enable it
- If you’d want invoices to be automatically sent to your customers upon generation, make sure you’ve configured it within your Billing Settings
Create and send an invoice via API
We support API integrations if you’d like to enable your invoice creation and delivery via API. Below demonstrates a high-level flow for API integration:
- Create a Customer record (or use an existing one) so you can deliver invoices and, if needed, save payment details for future charges.
- Create or identify the Product and Price you will bill; the Price ID is a key resource you’ll reuse in your API integration.
- Create the invoice with the correct customer, currency, and line items (referencing your Product/Price).
- Deliver the invoice to the customer via email so they can pay online or via a method you’ve enabled, or provide a hosted checkout session for a guided payment flow.
- If using online payments, ensure Airwallex Payments is activated and your supported currencies and methods match your markets.
For details about API integration, prefer to API reference: https://www.airwallex.com/docs/api#/Billing/Invoices/