List Transactions
Fetch a list of transactions, sorted by the date they were created from newest to oldest.
This endpoint fetches a list of all the transactions Stedi has processed in your account. It’s useful for displaying a list of transactions in a UI. If you want to programmatically fetch and check for new transactions, you should use the Poll Transactions endpoint instead.
Authorizations
A Stedi API Key for authentication.
Query Parameters
The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.
1 <= x <= 500
A token returned by a previous call to this operation in the nextPageToken
. If not specified, Stedi returns the first page of results.
1 - 1024
businessIdentifier
may be passed to list only transactions matching the businessIdentifier.
transactionSetId
may be passed to list only a given type of transaction.
The direction of the transaction. Inbound transactions are those you receive from a payer, provider, or other trading partner. Outbound transactions are those you send to a payer, provider, or other trading partner.
INBOUND
, OUTBOUND
, UNKNOWN
Indicates whether the transaction contains test or production data. Stedi determines this from the value in ISA15
Usage Indicator Code.
test
, production
, other
A status indicating whether Stedi was able to successfully process the transaction.
failed
, succeeded
Response
ListTransactions 200 response
Common output structure for list operations with pagination support.