Create Transactions
<Badge>Available by Request</Badge>
Create one or more transactions for households or applications. Transactions can include charges, payments, credits, and other financial records. At least one of householdId or applicationId must be provided for each transaction.
<Note>
This endpoint is part of our evolving API ecosystem.
To explore availability for your integration, please contact our team.
</Note>
Request
This endpoint expects a list of objects.
idempotencyId
code
The code for the transaction
date
The date of the transaction
amount
The amount of the transaction
documentNumber
The document number for the transaction
notes
Notes about the transaction
order
The order of the transaction in the list
transactionId
Optional transaction ID
customerId
The customerId field is required when the transaction is associated with a household member other than the head of household.
householdId
At least one of householdId or applicationId must be provided with each transaction.
applicationId
At least one of householdId or applicationId must be provided with each transaction.
Response
The created transaction(s)
amount
code
The code for the transaction
createdAt
customerId
The ID of the customer associated with the transaction
date
deletedAt
depositId
The ID of the deposit associated with the transaction
fiscalPeriod
The fiscal period for the transaction
household
householdId
The ID of the household associated with the transaction
id
isPaid
Whether the transaction is paid
ledger
The ledger for the transaction
Allowed values:
note
Notes about the transaction
organizationId
The ID of the organization associated with the transaction
paymentDate
The date the charge was paid
propertyId
The ID of the property associated with the transaction
readableId
The readable ID for the transaction
reversedTransactionId
The ID of the reversed transaction
runningBalanceAmount
The running balance amount after the transaction
subjournal
The subjournal for the transaction
Allowed values:
type
The type of the transaction
updatedAt

