Adyen · Arazzo Workflow
Adyen Management Create Webhook, Generate HMAC and Test
Version 1.0.0
Register a merchant webhook, generate its HMAC key, then send a test event.
Provider
Workflows
create-webhook-hmac-and-test
Create a merchant webhook, generate its HMAC key, and send a test event.
Creates a webhook for a merchant account, generates the HMAC signing key for it, sends a test notification to the configured url, and reads the webhook back to confirm its final configuration.
1
createWebhook
Create the webhook subscription for the merchant account with the supplied url, communication format, and type.
2
generateHmac
Generate the HMAC key for the new webhook so incoming notifications can be signature-verified.
3
testWebhook
Send a test notification to the configured url to confirm the endpoint receives and accepts webhook events.
4
getWebhook
Read the webhook back by its id to confirm the final configuration after setup is complete.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.