Retrieves a specific payment-keys transaction by ID if the caller is authorized to view it.
GET/paymentkeys/transaction/:transactionId
Returns the transaction details when the caller is either the UserId or the AuthorId on the record.
Otherwise, an error result is returned.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.