The Airwallex CLI helps you manage your Airwallex account right from the terminal.
With the CLI, you can:
- Inspect balances, beneficiaries, transfers, and conversions
- Create and manage billing customers, products, prices, and subscriptions
- Issue cards, manage cardholders, and tail issuing transactions
- Search the Airwallex docs without leaving your shell
Airwallex CLI is available for macOS and Linux as a single self-contained binary — no Python, pip, or runtime needed.
Auto-detects your OS and architecture, installs to ~/.local/bin/airwallex:
curl -fsSL https://raw.githubusercontent.com/airwallex/airwallex-cli/master/install.sh | shairwallex [command]
# Run `--help` for detailed information about CLI commands
airwallex [command] --helpauth— sign in and inspect the current sessionbalances— view balance activity and totalsbeneficiaries,beneficiary-schema— manage payout beneficiariesbilling-customers,billing-checkouts,billing-transactions— billingcards,cardholders,issuing-transactions— issuingconversions,conversion-amendments,conversion-rates,quotes— FXinvoices,credit-notes,coupons,prices,products,subscriptions,meters,usage-events— billing & catalogpayment-intents,payment-links,payment-disputes,payment-sources,payment-customers,refunds— paymentstransfers,global-accounts— money movementspend-bills,spend-expenses,spend-purchase-orders,spend-vendors,reimbursement-reports,financial-reports— spend & financesearch-docs— search the Airwallex API docsfeedback— report issues or suggestions
For a full reference, see the Airwallex API docs.
Got feedback? Open an issue or run airwallex feedback.