Airwallex · Schema

PaymentIntent

An Airwallex payment intent representing a payment session for collecting customer payment.

Cross-Border PaymentsFinTechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

Properties

Name Type Description
id string Unique payment intent identifier.
amount number Payment amount in the specified currency.
currency string ISO 4217 currency code.
merchant_order_id string Merchant's own order identifier.
status string Current payment intent status.
client_secret string Client secret for frontend SDK initialization.
captured_amount number Amount captured so far.
customer_id string Airwallex customer ID.
payment_method_options object Payment method configuration options.
descriptor string Statement descriptor shown on customer bank statement.
metadata object Arbitrary key-value metadata for the payment intent.
created_at string Timestamp when the payment intent was created.
updated_at string Timestamp of last update.
View JSON Schema on GitHub