Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
Amount (in cents) transferred.
Change to a FinancialAccount's balance
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
An arbitrary string attached to the object. Often useful for displaying to users.
OptionalentriesA list of TransactionEntries that are part of this Transaction. This cannot be expanded in any list endpoints.
The FinancialAccount associated with this object.
ID of the flow that created the Transaction.
Optionalflow_Details of the flow that created the Transaction.
Type of the flow that created the Transaction.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
Status of the Transaction.
Transactions represent changes to a FinancialAccount's balance.