Airwallex · Example Payload

Airwallex Transfer Example

Cross-Border PaymentsFinTechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

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

Top-level fields

idsource_amountsource_currencytarget_amounttarget_currencystatusbeneficiary_idreferencefeefee_currencyfx_ratecreated_at

Example Payload

airwallex-transfer-example.json Raw ↑
{
  "id": "abc123def456",
  "source_amount": 100.0,
  "source_currency": "USD",
  "target_amount": 100.0,
  "target_currency": "USD",
  "status": "CREATED",
  "beneficiary_id": "abc123def456",
  "reference": "REF-001",
  "fee": 1,
  "fee_currency": "USD",
  "fx_rate": 0.9205,
  "created_at": "2026-04-19T10:30:00Z"
}