Read the Ticketing payment status for a payment
GET/events/:eventId/ticketing/payments/:paymentId/status
Returns the live authorization status, the buyer's used vs. remaining attempts, and an optional lockout reason. Distinct from order status — payments express what's happening on the Stripe authorization side; orders express the high-level lifecycle. Auth: bearer order-status JWT (the order owns this paymentId). 401 when the token doesn't authorize this paymentId.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 429
- 500
Payment-domain status snapshot.
Bad Request
Unauthorized
Forbidden
Not Found
Gone
Too Many Requests
Internal Server Error