The BankFeedTransaction object
The BankFeedTransaction object is used to represent transactions linked to a bank feed account. This includes details about the transaction such as the date, amount, description, and type.
id
remote_id
created_at
The datetime that this object was created by Merge.
modified_at
The datetime that this object was modified by Merge.
bank_feed_account
The bank feed account associated with the transaction.
transaction_date
The date that the transaction occurred.
posted_date
The date the transaction was posted to the bank account.
amount
The amount of the transaction.
description
The description of the transaction.
transaction_type
The underlying type of the transaction.
payee
The person or merchant who initiated the transaction, or alternatively, to whom the transaction was paid.
credit_or_debit
Allowed values:
source_transaction_id
remote_was_deleted
is_processed
Whether or not this transaction has been processed by the external system. For example, NetSuite writes this field as True when the SuiteApp has processed the transaction.