Transactions
All transactions within OmniMoney are in the following format.
Data Model
id
The identifier for the transaction
created_at
When the transaction was added to OmniMoney
updated_at
When the transaction was last updated in OmniMoney
account_id
The identifier for the account associated with the transaction
transfer_account_id
The identifier for the account the amount was transferred to (if applicable)
payee_id
The identifer for the payee associated with the transaction
amount
The amount of the transaction
currency
The currency of the transaction
authorized_at
When the transaction was authorized (Format: YYYY-MM-DD)
posted_at
When the transaction was posted (Format: YYYY-MM-DD)
is_pending
Indicates if the transaction is still pending
notes
User created notes for the transaction
category_id
The identifer for the category associated with the transaction
source
manual if the transaction was manually created. sync if the transaction was synced via Plaid
Last updated
Was this helpful?