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
post-merchants-merchantId-webhooks
Create the webhook subscription for the merchant account with the supplied url, communication format, and type.
2
generateHmac
post-merchants-merchantId-webhooks-webhookId-generateHmac
Generate the HMAC key for the new webhook so incoming notifications can be signature-verified.
3
testWebhook
post-merchants-merchantId-webhooks-webhookId-test
Send a test notification to the configured url to confirm the endpoint receives and accepts webhook events.
4
getWebhook
get-merchants-merchantId-webhooks-webhookId
Read the webhook back by its id to confirm the final configuration after setup is complete.