Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Oct 11, 2023
1 parent 05011d8 commit 57a63d0
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json/BinLookupService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions json/BinLookupService-v50.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions json/BinLookupService-v52.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions json/BinLookupService-v53.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions json/BinLookupService-v54.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions yaml/BinLookupService-v40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions yaml/BinLookupService-v50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions yaml/BinLookupService-v52.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions yaml/BinLookupService-v53.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions yaml/BinLookupService-v54.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 57a63d0

Please sign in to comment.