---
title: "Handle Adyen token notifications"
method: POST
path: "/v1/api/notifications/adyen/tokens"
tags: ["Notifications"]
---

# Handle Adyen token notifications

`POST /v1/api/notifications/adyen/tokens`

Accepts Adyen recurring token webhooks as JSON and preserves the raw request body for signature verification.

## Headers

- `X-Forwarded-For` string
- `hmacSignature` string

## Request body

- string

## Response `200`

OK

## Other responses

- `400` — Bad Request - invalid JSON payload or missing required headers
- `403` — Forbidden - notification rejected
- `405` — Method Not Allowed - Unsupported HTTP method
- `415` — Unsupported Media Type - Unsupported content type

---

[API](https://skmtc.net/government-digital-service/apis/connector-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/connector-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/connector-api/revisions/62149e57992f/schema)
