The definition mapping of supported integration element type with it's props options used to customize the element, merchant can check on each element options type for details
Members
CardElementOptions
# card
Define card element type and it's mapped option type, this integration make the card PCI input (card number / cvc / expiry) behavior like a single input
CardNumberElementOptions
# cardNumber
Define card number input element type and it's mapped option type, apply to split card element integration
Using together with `expiry` and `cvc` element to gain maximum customization
CvcElementOptions
# cvc
Define cvc input element type and it's mapped option type, apply to split card element integration
Using together with `cardNumber` and `expiry` element to gain maximum customization
DirectDebitElementOptions
# directDebit
Define direct debit element type and it's mapped option type, this integration make integrate with Airwallex supported direct debit payment method like a single widget
DropInElementOptions
# dropIn
Define dropIn element type and it's mapped option type, this integration make integrate with Airwallex supported card and APM (alternative payment method like WeChat etc.) payment method like a single widget
ExpiryDateElementOptions
# expiry
Define expiry input element type and it's mapped option type, apply to split card element integration
Using together with `cardNumber` and `cvc` element to gain maximum customization
FullFeaturedCardElementOptions
# fullFeaturedCard
Define full featured card element type and it's mapped option type, this integration make integrate with Airwallex supported card payment method like a single widget
PaymentRequestButtonOptions
# paymentRequestButton
Define W3C payment request API element type and it's mapped option type
- Deprecated:
- paymentRequestButton is no longer supported by airwallex