> ## 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.

# Account Credit

> Track credit balances as Credit records, create them by refunding to Account Credit, and apply them as a payment method on future orders.

## Overview

An **Account Credit** tracks a credit balance you can apply toward a future order — useful for refunds, overpayments, loyalty rewards, or goodwill adjustments. It is stored as a `FCORE_PAY__Credit__c` record tied to an Account or a Contact, and it can be used as a payment method when that customer makes a later purchase. Account Credits help you manage scenarios like event cancellations, membership changes, and promotional incentives while keeping your financial records transparent.

* **Account Credit** (`FCORE_PAY__Credit__c`) — a record that holds a credit balance for one Account or Contact. It has its own object.
* **Overall Credit** (`FCORE_PAY__Overall_Credit__c`) — the total credit amount originally recorded.
* **Credit Used** (`FCORE_PAY__Credit_Used__c`) — how much of the credit has already been applied to orders.
* **Available Credit** (`FCORE_PAY__Available_Credit__c`) — a formula field equal to **Overall Credit** minus **Credit Used**. This is the amount you can still spend.
* **Customer Type** (`FCORE_PAY__Customer_Type__c`) — marks whether the credit belongs to an Individual (a Contact) or an Organization (an Account). It must match the order it pays for.

## Refunding to Account Credit

You do not build a Credit record by hand. A `FCORE_PAY__Credit__c` is created automatically when you process a **Refund** Financial Event using the **Account Credit** payment method and then **approve** it (so it reaches **Succeeded**). A **Financial Event** is the record fusionCore uses to track money movement.

<Steps>
  <Step title="Open Financial Events">
    Click the **App Launcher** (the nine dots at the top left), type `Financial Events`, and select it.

    <Frame>
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856217646/Screenshot_2025-01-03_at_2.37.03-PM.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=106c478d96e1c09bd8117d3836433a33" alt="App Launcher search showing the Financial Events result" width="371" height="290" data-path="images/end-user-guides/4856217646/Screenshot_2025-01-03_at_2.37.03-PM.png" />
    </Frame>
  </Step>

  <Step title="Open a Financial Event and start a refund">
    Open a **Financial Event** record detail page. At the top right, click **Refund**. A new page opens to begin the refund.

    <Frame caption="Refund button on a Financial Event">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856217646/image-20241025-182536.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=92edac8fb035b782495414cb288f5f22" alt="Refund button at the top right of a Financial Event detail page" width="3386" height="1730" data-path="images/end-user-guides/4856217646/image-20241025-182536.png" />
    </Frame>
  </Step>

  <Step title="Choose the Account Credit method">
    Fill in the refund details. For **Choose Method**, select **Account Credit**. When everything is complete, click **Process Refund**.

    <Frame caption="Selecting Account Credit as the refund method">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856217646/image-20241025-182624.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=8b800a7a3e8d8b32b4d1a2c79ff36ca9" alt="Refund screen with Account Credit selected as the method" width="3420" height="1722" data-path="images/end-user-guides/4856217646/image-20241025-182624.png" />
    </Frame>
  </Step>

  <Step title="Approve the refund">
    The refund appears on the Financial Event detail record. At the top right, click **Approve**.

    <Frame caption="Approve button on the Financial Event">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856217646/image-20241025-182730.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=e05852d9e444526cd3aaff4fc2780a3e" alt="Approve button at the top right of the Financial Event" width="3386" height="1736" data-path="images/end-user-guides/4856217646/image-20241025-182730.png" />
    </Frame>
  </Step>

  <Step title="Confirm the Credit was created">
    Refresh the page. The **Account Credit** record now appears.

    <Frame caption="The created Account Credit record">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856217646/image-20241025-182920.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=879df98dba4c56b8d5e30e4ba465622e" alt="Account Credit record created after approving the refund" width="3378" height="1748" data-path="images/end-user-guides/4856217646/image-20241025-182920.png" />
    </Frame>
  </Step>
</Steps>

<Note>
  The Credit is created only when the refund reaches **Succeeded**. Approving the refund is what moves it to Succeeded and triggers the Credit.
</Note>

## Paying with Account Credit

You can pay for an order with an existing Account Credit instead of a card or other method. On the **Order Payment** screen, you select **Account Credit**, choose the Credit record to draw from, and process the payment. The order draws down the Credit's **Available Credit** (`FCORE_PAY__Available_Credit__c`).

<Steps>
  <Step title="Select Account Credit">
    On the **Order Payment** screen, select **Account Credit** as the payment method.

    <Frame>
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4854448162/Screenshot_2024-10-28_at_11.43.05-AM-20241028-164311.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=ceac66a8b6a94281ed3b3bed2a4e4e7f" alt="Order Payment screen with Account Credit selected as the payment method" width="3390" height="1724" data-path="images/end-user-guides/4854448162/Screenshot_2024-10-28_at_11.43.05-AM-20241028-164311.png" />
    </Frame>
  </Step>

  <Step title="Choose the Credit record">
    Choose an **Account Credit** record to use for the transaction.

    <Frame caption="Selecting an Account Credit record for the payment">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4854448162/image-20241028-164725.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=581f5b5689a48c9a9857e28be47de4fe" alt="List of Account Credit records available for the order payment" width="3394" height="1740" data-path="images/end-user-guides/4854448162/image-20241028-164725.png" />
    </Frame>
  </Step>

  <Step title="Verify and pay">
    Verify the details on the **Order Payment** detail page, then click **Pay**.
  </Step>

  <Step title="Process the payment">
    Click **Process Payment**.

    <Frame caption="Processing the Account Credit payment">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4854448162/image-20241028-164818.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=d4be87e3ec85f66498d10608560b0c1f" alt="Process Payment step for an Account Credit payment" width="3378" height="1714" data-path="images/end-user-guides/4854448162/image-20241028-164818.png" />
    </Frame>
  </Step>
</Steps>

<Note>
  A Credit only appears for selection when **both** of these match the order:

  * **Customer Type** (`FCORE_PAY__Customer_Type__c`) — Individual or Organization.
  * **The specific customer record** — the **Contact** for an Individual order, or the **Account** for an Organization order.

  If either differs, the Credit does not appear.
</Note>

## Limitations and Common Pitfalls

* **The payment cannot exceed Available Credit.** If the payment amount is larger than the Credit's **Available Credit** (`FCORE_PAY__Available_Credit__c`), the payment is rejected. Reduce the amount to the available balance, or apply another payment method for the remainder.
* **Customer Type and customer record both have to match.** A Credit tied to one Account or Contact cannot pay for another customer's order, even when the Customer Type is the same.
* **A Credit is only created from an approved refund.** Processing a refund with the Account Credit method is not enough on its own — the refund Financial Event must be approved to **Succeeded** before the Credit appears.

## Related Features

<CardGroup cols={2}>
  <Card title="Refunding an Order" icon="rotate-left" href="/end-user-guides/orders/orders/refunding-an-order" arrow="true">
    Refunding with the Account Credit method is what creates a Credit record.
  </Card>

  <Card title="Payment Types" icon="credit-card" href="/end-user-guides/accounting/payment-types/index" arrow="true">
    Account Credit is one of the payment methods you can take on an Order.
  </Card>
</CardGroup>
