Skip to main content
A lease is recorded over a fixed term and, in practice, recognizes a right-of-use asset. Create the loan with at least one ASSET proceed that creates (or links) the right-of-use asset; the API does not require it, but a lease should have one. If the financing exceeds the asset’s value, add a cash DISBURSEMENT proceed for the remainder.

Step 1: Create the lease

Create a loan with loan_type set to LEASE, original_principal, and loan_term_months. Include an ASSET proceed whose new_asset has asset_type RIGHT_OF_USE_ASSET. To attach an existing asset instead, set the proceed’s asset to { "id": "<asset_id>" } or { "external_id": "<asset_external_id>" }.
Request

Step 2: Record repayments

Lease payments work exactly like term loan repayments: each is a loan payment split into PRINCIPAL and INTEREST, and if you have an amortization schedule we recommend pre-creating the installments with defer_posting set to true.