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

# Managing customers payment methods

When Stigg is integrated with a billing solution, a customer must have a valid payment method to create a paid subscription.

### Adding a payment method

To add a payment method:

1. Click **Add payment method** under the customer details section.
2. Enter the customer’s payment information.
3. Click **Add**.

Most payment methods are added by customers during checkout, but admins can add them manually, which is useful during integration and development.

<Note>
  Payment methods are stored directly in the integrated billing solution (e.g., Stripe). Stigg never stores payment details.
</Note>

### Removing a payment method

To remove a payment method:

1. Hover over the customer’s payment method.
2. Click the **Trash** icon.
3. Confirm the action.

<Warning>
  Ensure customers with active paid subscriptions always have a valid payment method to avoid failed billing.
</Warning>
