mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -17490,13 +17490,6 @@
|
||||
},
|
||||
"type" : "array"
|
||||
},
|
||||
"associatedMerchantAccounts" : {
|
||||
"description" : "List of merchant accounts that the API credential has explicit access to. \n If the credential has access to a company, this implies access to all merchant accounts and no merchants for that company will be included.",
|
||||
"items" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : "array"
|
||||
},
|
||||
"clientKey" : {
|
||||
"description" : "Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.",
|
||||
"type" : "string"
|
||||
|
||||
@@ -17910,13 +17910,6 @@
|
||||
},
|
||||
"type" : "array"
|
||||
},
|
||||
"associatedMerchantAccounts" : {
|
||||
"description" : "List of merchant accounts that the API credential has explicit access to. \n If the credential has access to a company, this implies access to all merchant accounts and no merchants for that company will be included.",
|
||||
"items" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : "array"
|
||||
},
|
||||
"clientKey" : {
|
||||
"description" : "Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication). The client key is required for Drop-in and Components integrations.",
|
||||
"type" : "string"
|
||||
|
||||
@@ -12158,14 +12158,6 @@ components:
|
||||
items:
|
||||
$ref: '#/components/schemas/AllowedOrigin'
|
||||
type: array
|
||||
associatedMerchantAccounts:
|
||||
description: "List of merchant accounts that the API credential has explicit\
|
||||
\ access to. \n If the credential has access to a company, this implies\
|
||||
\ access to all merchant accounts and no merchants for that company will\
|
||||
\ be included."
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
clientKey:
|
||||
description: Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication).
|
||||
The client key is required for Drop-in and Components integrations.
|
||||
|
||||
@@ -12437,14 +12437,6 @@ components:
|
||||
items:
|
||||
$ref: '#/components/schemas/AllowedOrigin'
|
||||
type: array
|
||||
associatedMerchantAccounts:
|
||||
description: "List of merchant accounts that the API credential has explicit\
|
||||
\ access to. \n If the credential has access to a company, this implies\
|
||||
\ access to all merchant accounts and no merchants for that company will\
|
||||
\ be included."
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
clientKey:
|
||||
description: Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication).
|
||||
The client key is required for Drop-in and Components integrations.
|
||||
|
||||
Reference in New Issue
Block a user