Transactions

All transactions within OmniMoney are in the following format.

Data Model

Field
Type
Nullable?
Description

id

string
false

The identifier for the transaction

created_at

date
false

When the transaction was added to OmniMoney

updated_at

date
false

When the transaction was last updated in OmniMoney

account_id

string
false

The identifier for the account associated with the transaction

transfer_account_id

string
true

The identifier for the account the amount was transferred to (if applicable)

payee_id

string
true

The identifer for the payee associated with the transaction

amount

number
false

The amount of the transaction

currency

string
false

The currency of the transaction

authorized_at

string
false

When the transaction was authorized (Format: YYYY-MM-DD)

posted_at

string
true

When the transaction was posted (Format: YYYY-MM-DD)

is_pending

boolean
false

Indicates if the transaction is still pending

notes

string
true

User created notes for the transaction

category_id

string
true

The identifer for the category associated with the transaction

source

string
false

manual if the transaction was manually created. sync if the transaction was synced via Plaid

Last updated

Was this helpful?