/bank-feed-transactions/{id}

Beta

Returns a BankFeedTransaction object with the given id.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Query parameters

expandlist of enumsOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
Allowed values:
include_remote_databooleanOptional

Whether to include the original data Merge fetched from the third-party to produce these models.

include_shell_databooleanOptional

Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).

Response

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
bank_feed_accountstring or nullOptionalformat: "uuid"
The bank feed account associated with the transaction.
transaction_datedatetime or nullOptional
The date that the transaction occurred.
posted_datedatetime or nullOptional
The date the transaction was posted to the bank account.
amountdouble or nullOptional
The amount of the transaction.
descriptionstring or nullOptional<=1024 characters
The description of the transaction.
transaction_typestring or nullOptional<=1024 characters
The underlying type of the transaction.
payeestring or nullOptional<=1024 characters
The person or merchant who initiated the transaction, or alternatively, to whom the transaction was paid.
credit_or_debitenum or nullOptional
If the transaction is of type debit or credit.
source_transaction_idstring or nullOptional<=1024 characters

The customer’s identifier for the transaction.

bank_feed_transaction_urlstring or nullOptionalformat: "uri"<=2000 characters
The 3rd party URL of the bank feed transaction.
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

is_processedbooleanOptionalRead-only
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.