spec release

This commit is contained in:
Adyen Automation
2025-02-28 16:34:48 +01:00
parent 3755fe13ac
commit 929b45eeae
4 changed files with 0 additions and 30 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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.

View File

@@ -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.