GET
/v1/treasury/transaction_entries/{id}Retrieve a transaction entry
Retrieves a specific transaction entry by its unique identifier. Use expand when you need selected fields returned in expanded form.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The unique identifier of the transaction entry. Must be no more than 5,000 characters.
expandarray<string>optional
Fields to expand in the response. Each field name must be no more than 5,000 characters.
200Returns the transaction entry, including its balance impact, currency, effective time, financial account, flow type, associated transaction, and money movement type.
balance_impactobjectrequired
Change to a FinancialAccount's balance
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
currencystringrequired
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
effective_atintegerrequired
When the TransactionEntry will impact the FinancialAccount's balance.
financial_accountstringrequired
The FinancialAccount associated with this object.
flowstringoptional
Token of the flow associated with the TransactionEntry.
flow_detailsobjectoptional
Details of the flow associated with the TransactionEntry.
flow_typestringrequired
Type of the flow associated with the TransactionEntry.
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
transactionstringrequired
The Transaction associated with this object.
typestringrequired
The specific money movement that generated the TransactionEntry.
defaultError response.
errorobjectrequired
Error handling
id must identify the transaction entry to retrieve and must be no more than 5,000 characters. Each value in expand must be a string of no more than 5,000 characters.