Transactions are the immutable additions and removals of money from your bank account. They're the equivalent of line items on your bank statement. To learn more, see [Transactions and Transfers].
Fields
id- The Transaction identifier.account_id- The identifier for the Account the Transaction belongs to.amount- The Transaction amount in the minor unit of its currency. For dollars, for example, this is cents.created_at- The ISO 8601 date and time at which the Transaction occurred.currency- The ISO 4217 code for the Transaction's currency. This will match the currency on the Transaction's Account.description- An informational message describing this transaction. Use the fields insourceto get more detailed information. This field appears as the line-item on the statement.route_id- The identifier for the route this Transaction came through. Routes are things like cards and ACH details.route_type- The type of the route this Transaction came through.source- This is an object giving more details on the network-level event that caused the Transaction. Note that for backwards compatibility reasons, additional undocumented keys may appear in this object. These should be treated as deprecated and will be removed in the future. A map keyed by"category". Exactly one of the following keys is present, matching that discriminator's value:"account_revenue_payment""account_transfer_intention""ach_transfer_intention""ach_transfer_rejection""ach_transfer_return""blockchain_offramp_transfer_settlement""blockchain_onramp_transfer_intention""card_dispute_acceptance""card_dispute_financial""card_dispute_loss""card_financial""card_push_transfer_acceptance""card_refund""card_revenue_payment""card_settlement""cashback_payment""check_deposit_acceptance""check_deposit_return""check_transfer_deposit""fednow_transfer_acknowledgement""fee_payment""inbound_ach_transfer""inbound_ach_transfer_return_intention""inbound_check_adjustment""inbound_check_deposit_return_intention""inbound_fednow_transfer_confirmation""inbound_real_time_payments_transfer_confirmation""inbound_wire_reversal""inbound_wire_transfer""inbound_wire_transfer_reversal""interest_payment""internal_source""other""real_time_payments_transfer_acknowledgement""sample_funds""swift_transfer_intention""swift_transfer_return""wire_transfer_intention"
type- A constant representing the object's type. For this resource it will always betransaction.