Airwallex · Example Payload

Airwallex Account Example

Cross-Border PaymentsFinTechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

Airwallex Account Example is an example object payload from Airwallex, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idaccount_namestatusprimary_currencybalancescountry_codecreated_at

Example Payload

airwallex-account-example.json Raw ↑
{
  "id": "abc123def456",
  "account_name": "Example Name",
  "status": "PENDING",
  "primary_currency": "USD",
  "balances": [],
  "country_code": "example-value",
  "created_at": "2026-04-19T10:30:00Z"
}