Config option for Hosted Payment Page(HPP) when doing redirect checkout using Airwallex payment page
Members
ApplePayHppOrDropInRequestOptions
# applePayRequestOptions Optional
The options of apple pay
If you want to integrate with apple pay, you need to provide the following options
boolean
# autoCapture Optional
Only support for card payment, indicate whether to capture immediate when authentication success
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`, `online_banking`, `skrill` or `seven_eleven` 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)
boolean
# disableAutoRedirect Optional
Disable redirect, return the hpp url to the merchant instead
- Default Value:
- false
AirwallexEnv
# env Optional
Indicate which airwallex integration env your merchant site would like to connect with
If not provide default will be prod which point to [Airwallex Checkout](https://checkout.airwallex.com)
GooglePayHppRequestOptions
# googlePayRequestOptions Optional
Define google pay type and it's mapped option type
'en'
|
'zh'
|
'ja'
|
'ko'
|
'ar'
|
'fr'
|
'es'
|
'nl'
|
'de'
|
'it'
|
'zh-HK'
|
'pl'
|
'fi'
|
'ru'
# locale Optional
i18n localization config
Array.<PaymentMethodType>
# methods Optional
The payment methods your website would like to integrate with
boolean
# withBilling Optional
Apply only for card, to improve 3DS experience, indicate if the payment form will collect billing info from shopper