> ## 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 Amazon Pay

> Amazon Payment Services create, launch, return, verify, webhook.

# Setup Amazon Pay (Amazon PS)

## Routes

| Route                               | Role           |
| ----------------------------------- | -------------- |
| POST /api/amazon-ps/create-checkout | Create         |
| POST /api/amazon-ps/launch          | Launch         |
| POST /api/amazon-ps/return          | Return handler |
| POST /api/amazon-ps/verify-payment  | Verify         |
| POST /api/amazon-ps/webhook         | Settlement     |

## Setup

1. Enter Amazon PS merchant credentials in Payment methods.
2. Configure return URL to the Join Markt return route and webhook to `/api/amazon-ps/webhook`.
3. Test the full launch → return → verify path.
