How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adyen Companies API

The Companies API from Adyen — 29 operation(s) for companies.

Adyen Companies API is one of 138 APIs that Adyen publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Companies. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 44 operations across 29 paths, and defines 99 schemas. It is described by OpenAPI 3.2.0, at version 3.

Requests are made against a single base URL, https://management-test.adyen.com/v3.

44 operations 29 paths 99 schemas 2 DELETE24 GET6 PATCH12 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3
Base URL
https://cal-test.adyen.com
Authentication
API Key, HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 2

Adyen Companies API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). It accepts HTTP basic authentication (BasicAuth).

Paths & Operations 44

Across 29 paths, the API surfaces 44 operations — 2 DELETE, 24 GET, 6 PATCH, 12 POST. Each is listed below with its method, path, parameters, and response codes.

Companies 44
GET
/companies
Adyen Get a List of Company Accounts
get-companies 2 params → 200400401403422500
GET
/companies/{companyId}
Adyen Get a Company Account
get-companies-companyId 1 param → 200400401403422500
GET
/companies/{companyId}/androidApps
Adyen Get a List of Android Apps
get-companies-companyId-androidApps 5 params → 200400401403422500
POST
/companies/{companyId}/androidApps
Adyen Upload Android App
post-companies-companyId-androidApps 1 param → 200400401403422500
GET
/companies/{companyId}/androidApps/{id}
Adyen Get Android App
get-companies-companyId-androidApps-id 2 params → 200400401403422500
GET
/companies/{companyId}/androidCertificates
Adyen Get a List of Android Certificates
get-companies-companyId-androidCertificates 4 params → 200400401403422500
GET
/companies/{companyId}/apiCredentials
Adyen Get a List of API Credentials
get-companies-companyId-apiCredentials 3 params → 200400401403422500
POST
/companies/{companyId}/apiCredentials
Adyen Create an API Credential.
post-companies-companyId-apiCredentials 1 param body → 200400401403422500
GET
/companies/{companyId}/apiCredentials/{apiCredentialId}
Adyen Get an API Credential
get-companies-companyId-apiCredentials-apiCredentialId 2 params → 200400401403422500
PATCH
/companies/{companyId}/apiCredentials/{apiCredentialId}
Adyen Update an API Credential.
patch-companies-companyId-apiCredentials-apiCredentialId 2 params body → 200400401403422500
GET
/companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins
Adyen Get a List of Allowed Origins
get-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins 2 params → 200400401403422500
POST
/companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins
Adyen Create an Allowed Origin
post-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins 2 params body → 200400401403422500
DELETE
/companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}
Adyen Delete an Allowed Origin
delete-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins-originId 3 params → 204400401403422500
GET
/companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}
Adyen Get an Allowed Origin
get-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins-originId 3 params → 200400401403422500
POST
/companies/{companyId}/apiCredentials/{apiCredentialId}/generateApiKey
Adyen Generate New API Key
post-companies-companyId-apiCredentials-apiCredentialId-generateApiKey 2 params → 200400401403422500
POST
/companies/{companyId}/apiCredentials/{apiCredentialId}/generateClientKey
Adyen Generate New Client Key
post-companies-companyId-apiCredentials-apiCredentialId-generateClientKey 2 params → 200400401403422500
GET
/companies/{companyId}/billingEntities
Adyen Get a List of Billing Entities
get-companies-companyId-billingEntities 2 params → 200400401403422500
GET
/companies/{companyId}/merchants
Adyen Get a List of Merchant Accounts
get-companies-companyId-merchants 3 params → 200400401403422500
GET
/companies/{companyId}/shippingLocations
Adyen Get a List of Shipping Locations
get-companies-companyId-shippingLocations 4 params → 200400401403422500
POST
/companies/{companyId}/shippingLocations
Adyen Create a Shipping Location
post-companies-companyId-shippingLocations 1 param body → 200400401403422500
GET
/companies/{companyId}/terminalActions
Adyen Get a List of Terminal Actions
get-companies-companyId-terminalActions 5 params → 200400401403422500
GET
/companies/{companyId}/terminalActions/{actionId}
Adyen Get Terminal Action
get-companies-companyId-terminalActions-actionId 2 params → 200400401403422500
GET
/companies/{companyId}/terminalLogos
Adyen Get the Terminal Logo
get-companies-companyId-terminalLogos 2 params → 200400401403422500
PATCH
/companies/{companyId}/terminalLogos
Adyen Update the Terminal Logo
patch-companies-companyId-terminalLogos 2 params body → 200400401403422500
GET
/companies/{companyId}/terminalModels
Adyen Get a List of Terminal Models
get-companies-companyId-terminalModels 1 param → 200400401403422500
GET
/companies/{companyId}/terminalOrders
Adyen Get a List of Orders
get-companies-companyId-terminalOrders 5 params → 200400401403422500
POST
/companies/{companyId}/terminalOrders
Adyen Create an Order
post-companies-companyId-terminalOrders 1 param body → 200400401403422500
GET
/companies/{companyId}/terminalOrders/{orderId}
Adyen Get an Order
get-companies-companyId-terminalOrders-orderId 2 params → 200400401403422500
PATCH
/companies/{companyId}/terminalOrders/{orderId}
Adyen Update an Order
patch-companies-companyId-terminalOrders-orderId 2 params body → 200400401403422500
POST
/companies/{companyId}/terminalOrders/{orderId}/cancel
Adyen Cancel an Order
post-companies-companyId-terminalOrders-orderId-cancel 2 params → 200400401403422500
GET
/companies/{companyId}/terminalProducts
Adyen Get a List of Terminal Products
get-companies-companyId-terminalProducts 5 params → 200400401403422500
GET
/companies/{companyId}/terminalSettings
Adyen Get Terminal Settings
get-companies-companyId-terminalSettings 1 param → 200400401403422500
PATCH
/companies/{companyId}/terminalSettings
Adyen Update Terminal Settings
patch-companies-companyId-terminalSettings 1 param body → 200400401403422500
GET
/companies/{companyId}/users
Adyen Get a List of Users
get-companies-companyId-users 4 params → 200400401403422500
POST
/companies/{companyId}/users
Adyen Create a New User
post-companies-companyId-users 1 param body → 200400401403422500
GET
/companies/{companyId}/users/{userId}
Adyen Get User Details
get-companies-companyId-users-userId 2 params → 200400401403422500
PATCH
/companies/{companyId}/users/{userId}
Adyen Update User Details
patch-companies-companyId-users-userId 2 params body → 200400401403422500
GET
/companies/{companyId}/webhooks
Adyen List All Webhooks
get-companies-companyId-webhooks 3 params → 200400401403422500
POST
/companies/{companyId}/webhooks
Adyen Set Up a Webhook
post-companies-companyId-webhooks 1 param body → 200400401403422500
DELETE
/companies/{companyId}/webhooks/{webhookId}
Adyen Remove a Webhook
delete-companies-companyId-webhooks-webhookId 2 params → 204400401403422500
GET
/companies/{companyId}/webhooks/{webhookId}
Adyen Get a Webhook
get-companies-companyId-webhooks-webhookId 2 params → 200400401403422500
PATCH
/companies/{companyId}/webhooks/{webhookId}
Adyen Update a Webhook
patch-companies-companyId-webhooks-webhookId 2 params body → 200400401403422500
POST
/companies/{companyId}/webhooks/{webhookId}/generateHmac
Adyen Generate an HMAC Key
post-companies-companyId-webhooks-webhookId-generateHmac 2 params → 200400401403422500
POST
/companies/{companyId}/webhooks/{webhookId}/test
Adyen Test a Webhook
post-companies-companyId-webhooks-webhookId-test 2 params body → 200400401403422500

Schemas 99

The contract defines 99 schemas that model the data the API accepts and returns. The most detailed are Webhook (22 properties), TerminalSettings (20 properties), Profile (18 properties), ReceiptPrinting (16 properties). Each schema is shown below with its type and property counts.

AllowedOriginsResponse
object
1 property
CustomNotification
object
7 properties
Payment
object
2 properties
CardholderReceipt
object
1 property
WebhookLinks
object
5 properties 3 required
Passcodes
object
4 properties
Timeouts
object
1 property
GenerateHmacKeyResponse
object
1 property 1 required
CreateCompanyWebhookRequest
object
16 properties 6 required
TapToPay
object
1 property
Url
object
4 properties
ListCompanyUsersResponse
object
4 properties 2 required
ShippingLocation
object
4 properties
File
object
2 properties 2 required
Referenced
object
1 property
OrderItem
object
4 properties
UploadAndroidAppResponse
object
1 property
Signature
object
4 properties
Configuration
object
4 properties 2 required
EventUrl
object
2 properties
AndroidAppsResponse
object
1 property
IdName
object
2 properties
Surcharge
object
2 properties
TerminalProductsResponse
object
1 property
Profile
object
18 properties 4 required
AndroidCertificate
object
7 properties 1 required
ReceiptOptions
object
3 properties
Refunds
object
1 property
Links
object
1 property 1 required
ListWebhooksResponse
object
5 properties 2 required
CreateCompanyUserResponse
object
11 properties 5 required
InvalidField
object
3 properties 3 required
OfflineProcessing
object
2 properties
Logo
object
1 property
CreateCompanyUserRequest
object
7 properties 3 required
TerminalModelsResponse
object
1 property
TestCompanyWebhookRequest
object
3 properties
UpdateCompanyWebhookRequest
object
15 properties
Name
object
2 properties 2 required
Currency
object
3 properties 1 required
Amount
object
2 properties 2 required
TerminalOrdersResponse
object
1 property
Gratuity
object
4 properties
TerminalSettings
object
20 properties
Opi
object
3 properties
PaginationLinks
object
5 properties 3 required
Connectivity
object
1 property
Address
object
7 properties
MinorUnitsMonetaryValue
object
2 properties
ListExternalTerminalActionsResponse
object
1 property
BillingEntitiesResponse
object
1 property
UpdateCompanyUserRequest
object
7 properties
CreateCompanyApiCredentialRequest
object
4 properties
ListCompanyResponse
object
4 properties 2 required
TestOutput
object
6 properties 1 required
Settings
object
3 properties
AdditionalSettingsResponse
object
3 properties
Nexo
object
5 properties
CompanyApiCredential
object
10 properties 6 required
Standalone
object
2 properties
TerminalOrder
object
8 properties
RestServiceError
object
9 properties 5 required
Contact
object
5 properties
AndroidApp
object
8 properties 2 required
TerminalProduct
object
5 properties
Webhook
object
22 properties 4 required
AdditionalSettings
object
2 properties
NotificationUrl
object
2 properties
JSONObject
object
Merchant
object
14 properties
PayAtTable
object
3 properties
BillingEntity
object
5 properties
GenerateClientKeyResponse
object
1 property 1 required
Localization
object
3 properties
CompanyUser
object
11 properties 5 required
WifiProfiles
object
2 properties
TestWebhookResponse
object
1 property
Name2
object
2 properties
CreateCompanyApiCredentialResponse
object
12 properties 9 required
AllowedOrigin
object
3 properties 1 required
Hardware
object
3 properties
AndroidCertificatesResponse
object
1 property
Company
object
7 properties
Key
object
3 properties
TerminalOrderRequest
object
6 properties
LinksElement
object
1 property
ShippingLocationsResponse
object
1 property
MerchantLinks
object
4 properties 1 required
CompanyLinks
object
4 properties 1 required
ExternalTerminalAction
object
8 properties
ListCompanyApiCredentialsResponse
object
4 properties 2 required
ReceiptPrinting
object
16 properties
Notification
object
5 properties
TerminalProductPrice
object
2 properties
GenerateApiKeyResponse
object
1 property 1 required
ApiCredentialLinks
object
6 properties 1 required
UpdateCompanyApiCredentialRequest
object
5 properties
ListMerchantResponse
object
4 properties 2 required
DataCenter
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adyen-companies-api-openapi.yml Raw ↑

Other APIs Adyen publishes across the network.

Adyen acceptDispute API
Adyen Account API
Adyen accountHolderBalance API
Adyen accountHolderTransactionList API
Adyen Accounts API
Adyen adjustAuthorisation API
Adyen Admin API
Adyen Amount API
Adyen Apple API
Adyen assignTerminals API
Adyen Authorise API
Adyen Authorise3d API
Where this information came from

This is an independent, third-party profile of Adyen Companies API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.