/v1/invoicesCreate an international invoice
Reserves a collection reference on the UK corporate node for the requested currency, persists the invoice in DRAFT → SENT, and returns a public tracking token your client can open without authentication.
Request
{
"client_name": "Northwind Labs Inc.",
"client_email": "ap@northwindlabs.com",
"client_country": "US",
"currency": "USD",
"amount": 42000.00,
"due_date": "2026-04-18",
"description": "Platform engineering retainer — March"
}Response
{
"id": "inv_9c1f4ad2",
"invoice_number": "INV-2041",
"status": "SENT",
"collection_reference": "NTR-8F42-2041",
"tracking_token": "9c1f4ad2b77e41c0",
"virtual_account": {
"currency": "USD",
"bank_name": "Airwallex UK",
"account_number": "41628037",
"routing_number": "026073150",
"swift_bic": "AIPTGB21XXX"
}
}