> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmarkt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup Adyen

> Adyen checkout create, verify, webhook.

# Setup Adyen

## Routes

| Route                           | Role            |
| ------------------------------- | --------------- |
| POST /api/adyen/create-checkout | Create checkout |
| POST /api/adyen/verify-payment  | Verify          |
| POST /api/adyen/webhook         | Settlement      |

## Setup

1. Connect Adyen credentials in Payment methods.
2. Register `/api/adyen/webhook` with HMAC validation enabled on Adyen.
3. Run a test payment through checkout.
