Properties
| Name | Type | Description |
|---|---|---|
| acsChallengeMandated | string | |
| acsOperatorID | string | |
| acsReferenceNumber | string | |
| acsSignedContent | string | |
| acsTransID | string | |
| acsURL | string | |
| authenticationType | string | |
| cardHolderInfo | string | |
| cavvAlgorithm | string | |
| challengeIndicator | string | |
| dsReferenceNumber | string | |
| dsTransID | string | |
| exemptionIndicator | string | |
| messageVersion | string | |
| riskScore | string | |
| sdkEphemPubKey | string | |
| threeDSServerTransID | string | |
| transStatus | string | |
| transStatusReason | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ThreeDS2ResponseData",
"title": "ThreeDS2ResponseData",
"properties": {
"acsChallengeMandated": {
"type": "string"
},
"acsOperatorID": {
"type": "string"
},
"acsReferenceNumber": {
"type": "string"
},
"acsSignedContent": {
"type": "string"
},
"acsTransID": {
"type": "string"
},
"acsURL": {
"type": "string"
},
"authenticationType": {
"type": "string"
},
"cardHolderInfo": {
"type": "string"
},
"cavvAlgorithm": {
"type": "string"
},
"challengeIndicator": {
"type": "string"
},
"dsReferenceNumber": {
"type": "string"
},
"dsTransID": {
"type": "string"
},
"exemptionIndicator": {
"type": "string"
},
"messageVersion": {
"type": "string"
},
"riskScore": {
"type": "string"
},
"sdkEphemPubKey": {
"type": "string"
},
"threeDSServerTransID": {
"type": "string"
},
"transStatus": {
"type": "string"
},
"transStatusReason": {
"type": "string"
}
},
"type": "object"
}