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

# Invoices and payment methods

> View your Load Work plan, download invoices, and manage payment methods through Stripe. Find current billing status and next charge date in Organization → Billing.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

Your billing information lives under **Organization → Billing**. There you can see your current plan, next billing date, payment methods, and past invoices. Load Work hands off payment processing to Stripe, so managing cards and subscriptions happens through Stripe's secure interface.

## Where to find billing

Go to **Organization → Billing** from the main navigation. The billing page displays your current plan, next charge date, payment methods, and a table of past invoices.

## Current plan section

This section shows:

* Plan name and status
* Seat count
* Next billing date
* A link to the current plan invoice

## Manage billing and subscription

Two buttons open Stripe:

* **Manage billing**: Update payment methods and view billing details
* **Manage subscription**: Change or cancel your subscription plan

Both take you to Stripe's portal and return you to Load Work when you are done.

## Payment methods

Your default card is displayed. To add a new card, click **Add card** and complete the form in Stripe.

## Past invoices

The invoices table lists every charge with:

* Date
* Amount
* Invoice number
* Status
* Download link

<Note>
  You get an invoice each time your plan changes or your billing cycle resets.
</Note>

## Download an invoice

<Steps>
  <Step title="Go to Organization → Billing">
    Open the billing page from the main navigation.
  </Step>

  <Step title="Find the invoice">
    Scroll to the Past invoices table and locate the row you need.
  </Step>

  <Step title="Click Download">
    Click the download link for that invoice. The PDF opens or saves depending on your browser.
  </Step>
</Steps>

## Update your payment method

<Steps>
  <Step title="Open Manage billing">
    In **Organization → Billing**, click **Manage billing**.
  </Step>

  <Step title="Add or replace your card">
    In Stripe, add a new card or update the existing one.
  </Step>

  <Step title="Save and return">
    Save the change. Stripe returns you to Load Work automatically.
  </Step>
</Steps>

## Related articles

<CardGroup cols={2}>
  <Card title="Change or cancel your plan" icon="arrows-rotate" href="/account/change-or-cancel-plan" />

  <Card title="Load Work plans and pricing" icon="star" href="/account/plans-and-pricing" />

  <Card title="Delete your organization" icon="trash" href="/account/delete-organization" />

  <Card title="Contact support" icon="envelope" href="/troubleshooting/contact-support" />
</CardGroup>

<PageFooter path="/account/invoices-and-payment" />
