Retrieve single transaction
GET/transactions/:transactionId
Retrieve details on a transaction with the specified id. List of transactions can be fetched by calling the /transactions
endpoint. To retrieve the details of a card authorization by id, the Retrieve Single Authorization
endpoint should be used - /authorizations/{authorizationId}
.
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
OK
Bad request
Unauthorized
Not found
Internal Server Error
Service Unavailable. Please try again later.