Fetch a single transaction by its ID.

get/transactions/{transactionId}

Path parameters

transactionIdstring required

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction.processed.v2 event, or you can retrieve it manually from the transaction's details page within the Stedi app.

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction.processed.v2 event, or you can retrieve it manually from the transaction's details page within the Stedi app.

Response

GetTransaction 200 response

transactionIdstring required

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction.processed.v2 event, or you can retrieve it manually from the transaction's details page within the Stedi app.

fileExecutionIdstring required
status'failed' | 'succeeded' required
direction'INBOUND' | 'OUTBOUND' | 'UNKNOWN' required
mode'test' | 'production' | 'other' required
processedAtstring date-time required

Changes