GetPayment retrieves a specific payment by ID.
GET/api/v1/billing/payments/:id
Returns complete payment details including gateway response data.
Authorization
Requires billing:read permission.
Errors
- NOT_FOUND: Payment does not exist
- PERMISSION_DENIED: Payment belongs to different organization
Request
Responses
- 200
- default
A successful response.
An unexpected error response.