> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fusioncore.us/llms.txt
> Use this file to discover all available pages before exploring further.

# Installments Overview

> Split an Order's balance into scheduled charges, where each installment is a Financial Event you can revise, pay, or auto-charge.

## What This Section Covers

Installments let your staff break up an Order's balance into several scheduled charges instead of collecting everything up front. This is common for memberships and other subscription products that a member would rather pay over time.

An installment is not a separate kind of record. Each scheduled charge is a **Financial Event** — the ledger record fusionCore writes for every money motion — flagged as an installment. You schedule them from the **Manage Installments** screen on an Order, then either collect each one manually or let the daily auto-charge batch collect them against a saved payment method.

If you are new here, start with **Enabling Installments**, then **Creating Installments**.

## Key Concepts

* **Installment** — a single scheduled charge. It is a `FCORE_PAY__Financial_Event__c` record with `Type__c = 'Installment'`, `Status__c = 'Pending'`, and `Is_Installment__c = true`. There is **no** dedicated "Installment" object — see [Installment Financial Events](/end-user-guides/orders/installments/installment-financial-events).
* **Installment plan** — the full set of installments scheduled against one Order. fusionCore writes a summary of the plan back to the Order (start date, frequency, count, next installment).
* **Manage Installments** — the component on the Order record page where you preview, generate, and revise an installment plan.
* **Allow Installments** (`Product2.FCORE_PAY__Allow_Installments__c`) — the product-level checkbox that decides whether a product's amount can be split into installments. It is **checked by default**.

## Explore the Section

<CardGroup cols={2}>
  <Card title="Enabling Installments" icon="toggle-on" href="/end-user-guides/orders/installments/enabling-installments" arrow="true">
    Control which products can be split into installments.
  </Card>

  <Card title="Creating Installments" icon="calendar-plus" href="/end-user-guides/orders/installments/creating-installments" arrow="true">
    Schedule an installment plan on an Order by frequency or by number of installments.
  </Card>

  <Card title="Revising Installments" icon="pen-to-square" href="/end-user-guides/orders/installments/revising-installments" arrow="true">
    Regenerate a plan, and understand what happens to pending, failed, and succeeded installments.
  </Card>

  <Card title="Manually Paying for an Installment" icon="hand-holding-dollar" href="/end-user-guides/orders/installments/manually-paying-for-an-installment" arrow="true">
    Collect a single installment on demand with the Pay Financial Event action.
  </Card>

  <Card title="Installment Financial Events" icon="receipt" href="/end-user-guides/orders/installments/installment-financial-events" arrow="true">
    See how installments are stored as Financial Events and which Order fields roll them up.
  </Card>

  <Card title="Metadata Settings for Installments" icon="sliders" href="/end-user-guides/orders/installments/metadata-settings-for-installments" arrow="true">
    Configure the defaults that seed the Manage Installments screen.
  </Card>
</CardGroup>
