Interface

Handle3dsRequest

Handle3dsRequest

The request params when calling handle3ds

View Source types/fraud.d.ts, line 67

Members

string

# authFormContainer Optional

the id of the container you would like the 3ds popup to show

View Source types/fraud.d.ts, line 87

string

# challengeWindowSize Optional

The size of the 3DS challenge popup The available options are below. Any invalid option will map to option '05' '01': ['250px', '400px'] '02': ['390px', '400px'] '03': ['500px', '600px'] '04': ['600px', '400px'] '05': ['100%', '100%']

View Source types/fraud.d.ts, line 93

AirwallexEnv

# env

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)

View Source types/fraud.d.ts, line 71

Intent

# intent

The intent that you would like to checkout

View Source types/fraud.d.ts, line 77

NextAction

# next_action

next_action of the transaction, could got it from confirm response

View Source types/fraud.d.ts, line 82