Account Entry

An account entry represents a movement of money on the account of the organization. It is equivalent to an entry from the typical bank statement. All account entries are also reflected on the statement.

Data Model

FieldTypeDescription
iduuidThe unique identification of the entity.
organizationIduuidReferences the organization this account entry belongs to.
card_accountIduuidReferences the card account id this account entry belongs to.
createdAtdate-timeDefines when this entry was created.
updatedAtdate-timeDefines when this entry was last updated.
indexnumberRunning index number of the account entry. Unique per organization and card account.
typestringThe type of the account entry, e.g. if it is a transaction or a payment.
bookingDatedateThe date this account entry was booked.
amountobjectThe amount and currency of the account entry.
balanceAfterobjectThe balance on the account after this entry was booked.
transactionTypestringIf this entry references a transaction (type = TRANSACTION), the type of the transaction.
transactionIduuidIf this entry references a transaction (type = TRANSACTION), the id of the transaction.
billPaymentTypestringIf this entry references a payment (type = BILL_PAYMENT), the type of the payment.
billPaymentIduuidIf this entry references a payment (type = BILL_PAYMENT), the id of the payment.