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

# Charge actions

> Step-by-step guides for creating charges and processing payments against a cycle

### Create charge

<AccordionGroup>
  <Accordion title="Automatically, using Shopify Flow">
    **Fields:**

    * **Customer** – The customer to charge (use a variable like `customer.id`).
    * **Chargeable ID** – The object to charge.
    * **Description** – The message included in the charge.
    * **Amount cents** – The charge amount in cents (for example, `1234` for \$12.34).
  </Accordion>
</AccordionGroup>

***

#### Create payment

<AccordionGroup>
  <Accordion title="From a Charge">
    Payment attempts can be initiated from **Create payment** <Icon icon="circle-5" iconType="solid" color="red" />.
  </Accordion>
</AccordionGroup>

***

#### Update payment card

<AccordionGroup>
  <Accordion title="From a Customer">
    <img src="https://mintcdn.com/supercycle/XbKBsdX_PulItpyX/images/charges/manage-payment-methods.png?fit=max&auto=format&n=XbKBsdX_PulItpyX&q=85&s=baa587cb6e81cfff48311fba6b61caa4" width="1434" height="500" data-path="images/charges/manage-payment-methods.png" />
  </Accordion>
</AccordionGroup>

***

#### Change payment card

<AccordionGroup>
  <Accordion title="From a Cycle">
    <Steps>
      <Step title="Navigate to the rental in Supercycle">
        In your Shopify admin, navigate to **Supercycle > Cycles**. Select the rental you want.
      </Step>

      <Step title="Change payment method">
        Click 3 dots <Icon icon="circle-1" iconType="solid" color="red" /> on the top right of the billing information, followed by **Change payment method** <Icon icon="circle-2" iconType="solid" color="red" />.

        <img src="https://mintcdn.com/supercycle/XbKBsdX_PulItpyX/images/charges/change-payment-method.png?fit=max&auto=format&n=XbKBsdX_PulItpyX&q=85&s=5924538f41d1b4abd531d3845c355628" width="1414" height="894" data-path="images/charges/change-payment-method.png" />
      </Step>

      <Step title="Choose payment card">
        Select the payment card you want to use for future payments and click **Save**.
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>
