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

# Payment Methods

> Manage your billing information and subscription settings

## Current Subscription

<Card>
  View your active plan:

  * Plan type
  * Monthly cost
  * Next billing date
  * Payment method
</Card>

## Update Payment Method

We'll redirect you to Stripe to manage your payment methods:

<Steps>
  <Step title="Add New Payment Method">
    * Click "Add Payment Method"
    * Enter card details
    * Set as default (optional)
  </Step>

  <Step title="Manage Existing Methods">
    * View saved cards
    * Remove old methods
    * Update expiration dates
    * Change default card
  </Step>
</Steps>

## Change Plan

<AccordionGroup>
  <Accordion title="Upgrade Plan" icon="arrow-up">
    * View available upgrades
    * Compare features
    * Select new plan
    * Confirm change
  </Accordion>

  <Accordion title="Downgrade Plan" icon="arrow-down">
    * Review plan options
    * Select new tier
    * Maintain current features until next billing cycle
  </Accordion>
</AccordionGroup>

## Cancel Subscription

<Warning>
  Canceling your subscription will:

  * Revert to free plan at end of billing cycle
  * Maintain access until current period ends
  * Remove access to premium features
</Warning>

<Steps>
  <Step title="Initiate Cancellation">
    Click "Cancel Subscription" button
  </Step>

  <Step title="Confirm Decision">
    * Review changes
    * Provide feedback (optional)
    * Confirm cancellation
  </Step>

  <Step title="Post-Cancellation">
    * Receive confirmation email
    * Access maintained until period ends
    * Option to reactivate
  </Step>
</Steps>

<Note>
  Need help? Contact our billing support team for assistance with any payment-related questions.
</Note>
