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

# Charges overview

> Record of charges for usage of product.

* A charge is the record of the payment due for the usage of a product.
* A charge may have multiple [payment attempts](/documentation/manage/charges/payments).

Charges are accessed from <Icon icon="shopify" iconType="solid" /> [Charges](https://admin.shopify.com/apps/supercycle/charges)

<Frame type="glass" caption="A Charge page in Supercycle, with markers referenced below.">
  <img src="https://mintcdn.com/supercycle/XbKBsdX_PulItpyX/images/charges/charges.png?fit=max&auto=format&n=XbKBsdX_PulItpyX&q=85&s=89c48adb1e570d91eb6ad12709f4e748" width="3541" height="2360" data-path="images/charges/charges.png" />
</Frame>

***

#### Charge category <Icon icon="circle-1" iconType="solid" color="red" />

| Category      | Description                                          |
| ------------- | ---------------------------------------------------- |
| Checkout      | An initial checkout for a rental or membership.      |
| Billing cycle | A recurring charge for a membership or subscription. |

***

#### Charge period <Icon icon="circle-2" iconType="solid" color="red" />

The period of time the charge covers.

***

#### Balance due <Icon icon="circle-3" iconType="solid" color="red" />

Remaining balance owed for the charge.

***

#### Associated payments <Icon icon="circle-4" iconType="solid" color="red" />

Payment attempts made against the charge.

Includes the status of the payment.

| Status    | Description                                       |
| --------- | ------------------------------------------------- |
| `Pending` | Waiting for payment.                              |
| `Failed`  | Multiple payment attempts have been unsuccessful. |
| `Paid`    | Payment has been successfully collected.          |

***

#### Collect payment <Icon icon="circle-5" iconType="solid" color="red" />

Options to capture payment against the charge.

***

#### Tags <Icon icon="circle-6" iconType="solid" color="red" />

Freeform tags added to the charge.

Often used for tracking progress on collecting overdue payments.

***

## Charge FAQs

<AccordionGroup>
  <Accordion title="How are charges different to orders?">
    All orders will have a corresponding charge, but not all charges will have a corresponding order. In a situation where payment attempts haven't been successful, there will be a `Pending` or `Failed` charge, once payment has been captured and order will be created and connected to the charge.
  </Accordion>
</AccordionGroup>
