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

# Payment method and receipts

> Update the card on file and download past invoices through the Stripe billing portal.

Budget Bandit bills through Stripe. Your card details and invoices live in the Stripe
billing portal, which the app opens for you from Settings. We never see or store your full
card number.

## Open the billing portal

<Steps>
  <Step title="Open Settings, then Billing">
    On an active subscription you see a Manage Subscription button.
  </Step>

  <Step title="Choose Manage Subscription">
    The Stripe billing portal opens. Everything below happens inside it.
  </Step>
</Steps>

<Note>
  Opening billing may ask for a two-factor code if you have it enabled. See
  [Two-factor authentication](/account/two-factor-authentication).
</Note>

## Update your card

<Steps>
  <Step title="Open the billing portal">
    From Settings, then Billing, choose Manage Subscription.
  </Step>

  <Step title="Update the payment method">
    In the portal, add a new card and set it as default. Your next charge uses the new card.
  </Step>
</Steps>

## Find receipts and invoices

The Stripe portal lists every charge with a downloadable PDF invoice.

<Steps>
  <Step title="Open the billing portal">
    From Settings, then Billing, choose Manage Subscription.
  </Step>

  <Step title="Open the invoice history">
    Each line is a past charge. Download the invoice or receipt as a PDF for your records.
  </Step>
</Steps>

Stripe also emails a receipt to the address on your account each time you are charged.

## If a charge looks wrong

If you see a charge you do not recognize or an invoice that does not match your plan, see
[Contact support](/troubleshooting/contact-support).

## Related

<CardGroup cols={2}>
  <Card title="Manage your subscription" icon="credit-card" href="/account/manage-subscription">
    Switch monthly or yearly, or cancel.
  </Card>

  <Card title="Plans and pricing" icon="tag" href="/account/plans-and-pricing">
    What Plus costs.
  </Card>
</CardGroup>
