Apply to dropIn element type integration, interface used when call createElement with type `dropIn`
Members
ApplePayHppOrDropInRequestOptions
# applePayRequestOptions Optional
The options of apple pay
If you want to integrate with apple pay, you need to provide the following options
string
# client_secret
If the intent provided, this should be the client_secret of the intent
If no intent provided, this should be the client_secret of the customer
Array.<PaymentMethodType>
# components Optional
The payment methods your website would like to integrate with
- Deprecated:
- use `methods` instead
string
# country_code Optional
The 2-letter ISO country code from which the consumer will be paying
If you want to integrate with `bank_transfer` payment method, it would be required
string
# customer_id Optional
Checkout for know customer, refer to [Airwallex Client API](https://www.airwallex.com/docs/api#/Payment_Acceptance/Customers/Intro)
GooglePayRequestOptions
# googlePayRequestOptions Optional
The options of apple pay
If you want to integrate with apple pay, you need to provide the following options
string
# intent_id Optional
The payment intent id you would like to checkout, it's required when mode is `payment`
Array.<PaymentMethodType>
# methods Optional
The payment methods your website would like to integrate with
boolean
# withBilling Optional
Indicate to improve 3DS experience, indicate if the payment form will collect billing info from shopper