Management API logo

Management API

Management API

Adyen Management API manages merchant account configuration — webhooks, stores, users, API credentials, payment-method activation.

Visit site ↗Health checked 9h ago
Use it when

Replaces Customer Area UI clicks — fully scriptable

Watch for

Configuration-only — does not cover payment business logic

First check

Create a Management API credential in Customer Area (separate from payment credentials). GET /v3/me to verify, then operate on resources.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
198 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 198ms
01

About this API

Management API exposes Adyen's Customer Area operations programmatically. Previously, opening a new store, changing webhook URLs, rotating API keys, or batch-configuring subaccounts required manual UI clicks. Now it's scriptable. Particularly valuable for multi-brand/multi-store retailers — opening a new restaurant branch can auto-provision Adyen store + webhook + payment methods, fully unattended. Also ideal for managing Adyen config via Terraform/Pulumi as part of GitOps.

02

What you can build

  • 1Manage Adyen config via IaC tools (no manual Customer Area clicking)
  • 2Programmatically provision new stores/branches
  • 3Batch create/revoke API credentials
  • 4Centralized webhook endpoint management
03

Strengths & limitations

Strengths

  • Replaces Customer Area UI clicks — fully scriptable
  • Audit-friendly — all changes can be tracked in version control

Limitations

  • Configuration-only — does not cover payment business logic
  • Relatively new — some Customer Area operations are not yet API-exposed
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://www.adyen.help/hc/en-us/community/topics/<endpoint>
05

Getting started

Create a Management API credential in Customer Area (separate from payment credentials). GET /v3/me to verify, then operate on resources.

06

FAQ

Is the Management API key the same as the payment credentials?+

No — Management API uses a separate credential scoped to management operations only.

Are all Customer Area operations API-exposed?+

Most common operations: yes. A few advanced configurations (e.g. some risk rules) remain UI-only.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
java, python, javascript, php, csharp
Response time
198 ms
Last health check
5/12/2026, 7:36:31 AM
08

Tags

09

More from Adyen