Transactions
Get Transaction
Fetch a single transaction by its ID.
GET
/
transactions
/
{transactionId}
Authorizations
A Stedi API Key for authentication.
Path Parameters
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
200 - application/json
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.
Available options:
failed
, succeeded
Available options:
INBOUND
, OUTBOUND
, UNKNOWN
Available options:
test
, production
, other
Was this page helpful?