Transactions
Get a transaction by ID
Retrieve a single transaction by its ID. Returns full transaction details including attachments, check images, and related metadata.
get/transaction/{transactionId}
Path parameters
transactionIdstring uuid required
ID for this transaction
Response
Example response
{
"createdAt": "2016-07-22T00:00:00Z",
"estimatedDeliveryDate": "2016-07-22T00:00:00Z",
"failedAt": "2016-07-22T00:00:00Z",
"postedAt": "2016-07-22T00:00:00Z"
}