adyen.com

Configure and manage your Adyen company and merchant accounts, stores, and payment terminals. Authentication Each request to the Management API must be signed with an API key. Generate your API key in the Customer Ar

🔑 apikey 119 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
Get API credential details
curl \
  -H "X-API-Key: $API_KEY" \
  https://management-test.adyen.com/v1/me
Get a list of stores
curl \
  -H "X-API-Key: $API_KEY" \
  https://management-test.adyen.com/v1/stores
Get a list of company accounts
curl \
  -H "X-API-Key: $API_KEY" \
  https://management-test.adyen.com/v1/companies
Endpoints (119 total)
GET
/me
Get API credential details
GET
/stores
Get a list of stores
GET
/companies
Get a list of company accounts
GET
/merchants
Get a list of merchant accounts
GET
/terminals
Get a list of terminals
GET
/stores/{storeId}
Get a store
GET
/me/allowedOrigins
Get allowed origins
GET
/companies/{companyId}
Get a company account
GET
/merchants/{merchantId}
Get a merchant account
GET
/companies/{companyId}/users
Get a list of users
GET
/me/allowedOrigins/{originId}
Get allowed origin details
GET
/merchants/{merchantId}/users
Get a list of users
At a glance
Total SDKs5
Languages5
Endpoints119
Authapikey
Categories1
https://management-test.adyen.com/v1