Endpoints
All endpoints require authentication unless noted.
Payments
| Method | Endpoint | Description | GET | /api/v1/auth/test | Test API keys | POST | /api/v1/payments/create | Create payment | GET | /api/v1/payments/:id | Get status | DELETE | /api/v1/payments/:id | Cancel payment |
|---|
Health
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Full health check |
| GET | /health/live | Liveness check |
| GET | /health/ready | Readiness check |