| Property | Description |
|---|---|
| liabilityShifted | A boolean that identifies if the customer authentication has completed and whether liability has shifted to the issuer. Example: true |
| mwTDSToken | This property is used to indicate if a transaction has been authenticated. Example: 8e86aef68037e8849980 |
| mwTDSMessage | This property contains the status of the 3DS verification check. Example: 3DS Successful |
| mwTDSEnrolled | This property is used to indicate if the customer's card is enrolled in 3DS. Example: Y |
| Parameter | Default | Description |
|---|---|---|
| width | 500px | The width of the 3DS verification window Example: width: '800px' |
| height | 500px | The height of the 3DS verification window Example: height: '350px' |
All of these parameters are required
| Parameter | Required | Description |
|---|---|---|
| payframeToken | Yes | A unique alphanumeric string returned by an MW Payframe that uses the getPayframeToken method. Example: KMJI24557546102398 |
| payframeKey | Yes | A unique alphanumeric string returned by an MW Payframe that uses the getPayframeToken method. Example: b941071d7be8d11f4c8e6c038968bc0d |
| transactionAmount | Yes | The amount must be formatted to have two decimal places. Any amounts without two decimal places or amounts less than one cent will be rejected. Example: 10.00 |
| transactionCurrency | Yes | One of the following: AUD, CAD, EUR, GBP, JPY, NZD, SGD, USD, FJD, HKD, MYR, THB, IDR, ZAR. This is provider dependent. Please check with MW before attempting to process transactions in any currency other than AUD. This field is case insensitive. Example: AUD |
| transactionProduct | Yes | A product (or sale) id or description. We recommend using an order/product id. This field's primary purpose is to help the transaction be identifiable for reporting and accounting purposes. Example: ABC4321 |
| Parameter | Required | Description |
|---|---|---|
| merchantUUID | Yes | The value of this parameter is provided to you by Merchant Warrior. Example: 123456789abcd |
| apiKey | Yes | The value of this parameter is provided to you by Merchant Warrior. Example: 1a3b5c |
| tdsDivID | Yes | This is the id of the div you wish the 3DS verification window to appear in. Example: tdsCheck |
| submitUrl | Yes | This parameter is used to set the target environment (Production, Camp). Example: Production |
| style | No | This parameter is used to set style options for the 3DS verification window. Example: {width: '500px'} |