Adyen · Schema

CreateCompanyApiCredentialResponse

CreateCompanyApiCredentialResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
_links object References to resources linked to the API credential.
active boolean Indicates if the API credential is enabled. Must be set to **true** to use the credential in your integration.
allowedIpAddresses array List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, y
allowedOrigins array List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential.
apiKey string The API key for the API credential that was created.
associatedMerchantAccounts array List of merchant accounts that the API credential has access to.
clientKey string 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.
description string Description of the API credential.
id string Unique identifier of the API credential.
password string The password for the API credential that was created.
roles array List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential.
username string The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **[email protected]**.
View JSON Schema on GitHub