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

# Connect Stripe

> Let clients pay invoices online with cards and supported local payment methods.

Connecting Stripe is what turns an invoice from a document into something a client can pay in the moment they read it.

Stripe handles the funds, the payouts and the compliance. Invup hands off the payment and reconciles the result against the invoice, so a paid invoice updates itself without anyone recording anything by hand.

<Note>
  Integrations are restricted to owners and admins. Stripe is available on every plan, including Free.
</Note>

<Frame>
  <img src="https://mintcdn.com/invup/y9_fr1PKr_RkT7V9/images/integrations-stripe-card.png?fit=max&auto=format&n=y9_fr1PKr_RkT7V9&q=85&s=7410db0e1d226c08a940703e9fb29f0c" alt="Integrations settings showing the Stripe and Slack integration cards" width="3200" height="2000" data-path="images/integrations-stripe-card.png" />
</Frame>

## Connect an account

<Steps>
  <Step title="Start onboarding">
    Begin the connection from the Stripe integration page. Invup hands you to Stripe to complete onboarding.

    You can connect an existing Stripe account or create one during the process.
  </Step>

  <Step title="Give Stripe what it asks for">
    Stripe collects the business and banking details it needs to move money to you, which will include identity and bank account information. This is Stripe's requirement, not Invup's, and the details go to Stripe rather than being stored here.
  </Step>

  <Step title="Come back and check the status">
    After onboarding, the integration shows one of two states.

    **Ready for payments** means the account is complete and clients can pay.

    **Pending requirements** means Stripe still needs more information before the account can accept anything.

    <Frame>
      <img src="https://mintcdn.com/invup/PNV_Znjc6Hu2WpTL/images/integrations-stripe-connected.png?fit=max&auto=format&n=PNV_Znjc6Hu2WpTL&q=85&s=ba88ec62334398e6e6790e90e800f5b4" alt="Stripe integration page in the ready for payments state" width="3200" height="2000" data-path="images/integrations-stripe-connected.png" />
    </Frame>
  </Step>
</Steps>

<Warning>
  An account in **pending requirements** cannot take payment. Invoices still send, and your clients still see them, but the payment route will not work. Finish onboarding before you send anything you expect to be paid online.
</Warning>

## What your client sees

Your client opens the link in their invoice email, reads the invoice in the portal, and pays with a card or another supported payment method.

There is no account to create and nothing to install. That is the entire experience, and it is the main reason online payment collects faster than emailing a PDF and waiting for a transfer.

## What happens after payment

A payment made through the portal records itself against the invoice, and the balance updates without anyone doing anything.

Payments taken outside Invup, such as cheques and bank transfers, are recorded against the invoice by hand. The two arrive at the same place, but only one of them happens on its own.

## Fees

Stripe charges its own processing fees, on Stripe's terms.

By default your business absorbs them. If you would rather the client covered the card fee, that is the **pass on the credit card fee** setting described in [Invoice settings](/setup/invoice-settings), and it is regulated differently in different places, so check what applies to you first.

## Updating or changing the account

The connected account can be updated later from the same page, which is where you go when Stripe asks for renewed information or your banking details change.

## Next

<CardGroup cols={2}>
  <Card title="Invoice settings" icon="file-invoice" href="/setup/invoice-settings">
    Terms, branding, payment options and reminders.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Send your first invoice and get it paid.
  </Card>
</CardGroup>
