From 57a63d08de3fe80e729dd39f093c2afd6130e99d Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Wed, 11 Oct 2023 09:46:39 +0200 Subject: [PATCH] spec release --- json/BinLookupService-v40.json | 4 ++++ json/BinLookupService-v50.json | 4 ++++ json/BinLookupService-v52.json | 4 ++++ json/BinLookupService-v53.json | 4 ++++ json/BinLookupService-v54.json | 4 ++++ yaml/BinLookupService-v40.yaml | 4 ++++ yaml/BinLookupService-v50.yaml | 4 ++++ yaml/BinLookupService-v52.yaml | 4 ++++ yaml/BinLookupService-v53.yaml | 4 ++++ yaml/BinLookupService-v54.yaml | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/json/BinLookupService-v40.json b/json/BinLookupService-v40.json index b689114..47d341c 100644 --- a/json/BinLookupService-v40.json +++ b/json/BinLookupService-v40.json @@ -447,6 +447,10 @@ "description" : "Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.", "format" : "byte", "type" : "string" + }, + "rootCertificates" : { + "description" : "Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.", + "type" : "string" } }, "type" : "object" diff --git a/json/BinLookupService-v50.json b/json/BinLookupService-v50.json index 6ee6324..7c257f5 100644 --- a/json/BinLookupService-v50.json +++ b/json/BinLookupService-v50.json @@ -456,6 +456,10 @@ "description" : "Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.", "format" : "byte", "type" : "string" + }, + "rootCertificates" : { + "description" : "Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.", + "type" : "string" } }, "type" : "object" diff --git a/json/BinLookupService-v52.json b/json/BinLookupService-v52.json index 9425c98..6cfc76e 100644 --- a/json/BinLookupService-v52.json +++ b/json/BinLookupService-v52.json @@ -461,6 +461,10 @@ "description" : "Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.", "format" : "byte", "type" : "string" + }, + "rootCertificates" : { + "description" : "Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.", + "type" : "string" } }, "type" : "object" diff --git a/json/BinLookupService-v53.json b/json/BinLookupService-v53.json index 0184ebe..cc510e2 100644 --- a/json/BinLookupService-v53.json +++ b/json/BinLookupService-v53.json @@ -461,6 +461,10 @@ "description" : "Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.", "format" : "byte", "type" : "string" + }, + "rootCertificates" : { + "description" : "Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.", + "type" : "string" } }, "type" : "object" diff --git a/json/BinLookupService-v54.json b/json/BinLookupService-v54.json index 9828517..b0753d6 100644 --- a/json/BinLookupService-v54.json +++ b/json/BinLookupService-v54.json @@ -466,6 +466,10 @@ "description" : "Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.", "format" : "byte", "type" : "string" + }, + "rootCertificates" : { + "description" : "Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.", + "type" : "string" } }, "type" : "object" diff --git a/yaml/BinLookupService-v40.yaml b/yaml/BinLookupService-v40.yaml index 487265c..0c040eb 100644 --- a/yaml/BinLookupService-v40.yaml +++ b/yaml/BinLookupService-v40.yaml @@ -448,6 +448,10 @@ components: by using the DS public key. format: byte type: string + rootCertificates: + description: Directory Server root certificates. The 3D Secure 2 SDK verifies + the ACS signed content using the rootCertificates. + type: string type: object MerchantDetails: properties: diff --git a/yaml/BinLookupService-v50.yaml b/yaml/BinLookupService-v50.yaml index 2e83766..8aec9ee 100644 --- a/yaml/BinLookupService-v50.yaml +++ b/yaml/BinLookupService-v50.yaml @@ -454,6 +454,10 @@ components: by using the DS public key. format: byte type: string + rootCertificates: + description: Directory Server root certificates. The 3D Secure 2 SDK verifies + the ACS signed content using the rootCertificates. + type: string type: object MerchantDetails: properties: diff --git a/yaml/BinLookupService-v52.yaml b/yaml/BinLookupService-v52.yaml index 6acc9b1..567bbb2 100644 --- a/yaml/BinLookupService-v52.yaml +++ b/yaml/BinLookupService-v52.yaml @@ -458,6 +458,10 @@ components: by using the DS public key. format: byte type: string + rootCertificates: + description: Directory Server root certificates. The 3D Secure 2 SDK verifies + the ACS signed content using the rootCertificates. + type: string type: object MerchantDetails: properties: diff --git a/yaml/BinLookupService-v53.yaml b/yaml/BinLookupService-v53.yaml index cd6d4e8..7504108 100644 --- a/yaml/BinLookupService-v53.yaml +++ b/yaml/BinLookupService-v53.yaml @@ -458,6 +458,10 @@ components: by using the DS public key. format: byte type: string + rootCertificates: + description: Directory Server root certificates. The 3D Secure 2 SDK verifies + the ACS signed content using the rootCertificates. + type: string type: object MerchantDetails: properties: diff --git a/yaml/BinLookupService-v54.yaml b/yaml/BinLookupService-v54.yaml index 0f30c71..2f37843 100644 --- a/yaml/BinLookupService-v54.yaml +++ b/yaml/BinLookupService-v54.yaml @@ -463,6 +463,10 @@ components: by using the DS public key. format: byte type: string + rootCertificates: + description: Directory Server root certificates. The 3D Secure 2 SDK verifies + the ACS signed content using the rootCertificates. + type: string type: object MerchantDetails: properties: