Get A Transaction By Id
Returns the details of a single transaction identified by its id.
Restricted to the gateway’s rails, same as the list endpoint: requesting the id of a transaction outside the gateway’s rails (e.g. a BUY/SELL) returns 404, not a raw/typed payload.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Path Parameters
This property was not properly documented
Response
Transaction retrieved successfully.
null
null
Transaction object returned by the transactions list, detail and creation endpoints (GET /transactions/, GET /transactions/{id}/, and the 201 responses of every /transactions/{rail}/{action}/ endpoint). All three surfaces share this exact shape.