Create Scheduled Transaction
<Badge>Available by Request</Badge>
Create one or more scheduled (recurring) transactions for a lease. Scheduled transactions are automatically processed based on the specified frequency (daily, weekly, or monthly) and date range. Common use cases include monthly rent charges, recurring fees, or scheduled credits.
<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.
amount
The amount of the scheduled transaction
type
The type of scheduled transaction
Allowed values:
startDate
The start date in YYYY-MM-DD format
code
The transaction code
leaseId
The ID of the lease associated with the scheduled transaction
ledger
The ledger for the transaction. Note - SECURITY is not supported yet.
Allowed values:
subledger
The subledger for the transaction
Allowed values:
frequency
The frequency of the scheduled transaction
Allowed values:
endDate
The end date in YYYY-MM-DD format. Must be on or after startDate.
documentNumber
The document number
notes
Notes about the scheduled transaction
idempotencyId
Response
The created scheduled transaction(s)
amount
code
type
Allowed values:
createdAt
customer
deletedAt
description
endDate
household
householdId
id
idempotencyId
lease
leaseId
ledger
Allowed values:
notes
organizationId
property
propertyId
startDate
subledger
Allowed values:
updatedAt

