Transactions
Transactions are payments from one Account to another. Each transaction must be between two accounts that are of the same Account Type.
Transaction
webapp.finances_transaction
Transaction between two accounts.
Field | Description | Type |
---|---|---|
id
|
Transaction ID | Numeric |
uuid
|
Transaction UUID | UUID |
amount
|
Transaction amount | Numeric |
memo
|
Optional memo line for the transaction. | Text |
credit_balance_effect
|
Whether the transaction has an 'increase' or 'decrease' effect on an associated Credit balance. | Text |
note_balance_effect
|
Whether the transaction has an 'increase' or 'decrease' effect on an associated Note balance. | Text |
ask_balance_effect
|
Whether the transaction has an 'increase' or 'decrease' effect on an associated Ask balance. | Text |
transaction_type
|
Transaction type, like 'note_payment' for making a Note payment, or 'note_fund' for funding a Note. | Text |
ask_id
|
Associated Ask, if there is one. | Numeric |
credit_id
|
Associated Credit, if there is one. | Numeric |
credit_id
|
Associated Note, if there is one. | Numeric |
created_by_id
|
Entity ID that created this transaction | Numeric |
from_account_id
|
ID of the account sending this transaction | Numeric |
to_account_id
|
ID of the account receiving this transaction | Numeric |
outcome_id
|
The outcome of role 'category' for this transaction | Numeric |
activity_id
|
The outcome of role 'activity' for this transaction | Numeric |