FLOWS Management API
Number of APIs: 5
Design workflows with the Adyen APIs.
This collection stores the requests used in the Management API flows.
-
Create webhook - Add Merchant webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks
-
Create webhook - Generate HMAC Key POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/generateHmac
-
Create webhook - Test webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/test
-
Create webhook - Enable webhook PATCH {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}
-
Create webhook - Delete webhook DELETE {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}