FLOWS Management API

Number of APIs: 5

Design workflows with the Adyen APIs.

This collection stores the requests used in the Management API flows.

  1. Create webhook - Add Merchant webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks

  2. Create webhook - Generate HMAC Key POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/generateHmac

  3. Create webhook - Test webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/test

  4. Create webhook - Enable webhook PATCH {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}

  5. Create webhook - Delete webhook DELETE {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}