Adyen · Schema
ThreeDS2ResponseData
ThreeDS2ResponseData schema from Adyen API
PaymentsFinancial ServicesFintech
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": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-three-ds2-response-data-schema.json",
"title": "ThreeDS2ResponseData",
"description": "ThreeDS2ResponseData schema from Adyen API",
"type": "object",
"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"
}
}
}