Airwallex · Example Payload

Airwallex Payment Intent Example

Cross-Border PaymentsFinTechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

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

Top-level fields

idamountcurrencymerchant_order_idstatusclient_secretcaptured_amountcustomer_idpayment_method_optionsdescriptormetadatacreated_atupdated_at

Example Payload

airwallex-payment-intent-example.json Raw ↑
{
  "id": "abc123def456",
  "amount": 100.0,
  "currency": "USD",
  "merchant_order_id": "abc123def456",
  "status": "CREATED",
  "client_secret": "example-value",
  "captured_amount": 100.0,
  "customer_id": "abc123def456",
  "payment_method_options": {},
  "descriptor": "example-value",
  "metadata": {},
  "created_at": "2026-04-19T10:30:00Z",
  "updated_at": "2026-04-19T10:30:00Z"
}