/transactions/{id}

Returns a Transaction 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

expandenumOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
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

idstringRead-onlyformat: "uuid"
remote_idstring or null

The third-party API ID of the matching object.

created_atdatetimeRead-only
The datetime that this object was created by Merge.
modified_atdatetimeRead-only
The datetime that this object was modified by Merge.
transaction_typestring or null

The type of transaction, which can by any transaction object not already included in Merge’s common model.

numberstring or null
The transaction's number used for identifying purposes.
transaction_datedatetime or null
The date upon which the transaction occurred.
accountstring or nullformat: "uuid"
The transaction's account.
contactstring or nullformat: "uuid"
The contact to whom the transaction relates to.
inclusive_of_taxboolean or null

If the transaction is inclusive or exclusive of tax. True if inclusive, False if exclusive.

total_amountstring or nullformat: "decimal"
The total amount being paid after taxes.
currencyenum or null
The transaction's currency. The currency code in ISO 4217 format.
exchange_ratestring or nullformat: "decimal"
The transaction's exchange rate.
companystring or nullformat: "uuid"
The company the transaction belongs to.
tracking_categorieslist of strings
line_itemslist of objectsRead-only
remote_was_deletedbooleanRead-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.

accounting_periodstring or nullformat: "uuid"
The accounting period that the Transaction was generated in.
field_mappingsobject or nullRead-only
remote_datalist of objects or nullRead-only

Field support by integration

See all supported fields

Use the /linked-accounts endpoint to pull platform support information