Sample - Stripe API
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.

2 parameters
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.

2 status codes
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.
Allowed:credit_reversaldebit_reversalinbound_transferissuing_authorizationotheroutbound_paymentoutbound_transferreceived_creditreceived_debit
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.
Allowed:treasury.transaction_entry
transactionstringrequired
The Transaction associated with this object.
typestringrequired
The specific money movement that generated the TransactionEntry.
Allowed:credit_reversalcredit_reversal_postingdebit_reversalinbound_transferinbound_transfer_returnissuing_authorization_holdissuing_authorization_releaseotheroutbound_paymentoutbound_payment_cancellationoutbound_payment_failureoutbound_payment_posting
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.