# Connect to Stripe

[Stripe](https://stripe.com) is the merchant processor that Mavenseed uses for charges and recurring membership billing. We have integrated with the [Stripe Connect](https://stripe.com/connect) platform to enable you to use *your own* Stripe account for all payments. This puts you in full control and removes the middleman. **Your payments, in your account, paid out to your bank account on your terms.** &#x20;

There are no setup fees for connecting your Stripe account. The only fees are the normal transaction and processing fees that Stripe charges for payments, which are an industry standard of 2.9% + $0.30. That rate can typically be negotiated with Stripe once your account has sufficient transaction history.

{% hint style="warning" %}
Don't have a Stripe account? [Create one](https://dashboard.stripe.com/register) before you continue. You'll need to have your bank account information ready so that Stripe can make deposits. The verification process is instant and you should be setup in under 5 minutes.
{% endhint %}

Mavenseed needs to talk with your Stripe account in order to sync and record payments, plans, and service products. This happens through the use of [Stripe Connect](https://stripe.com/connect).

### Stripe Connect

Each site is connected to its own Stripe account. This is useful in cases where you may run multiple sites, and prefer each to have its own Stripe account for accounting purposes. All charges and subscriptions are created within **your** Stripe account.

**To connect your account:**

1. From within the main application, head to your account/sites
2. Locate the site, then click on "Gateways" using the action dropdown
3. Click on "Connect with Stripe"

After connecting your Stripe account you will be able to process credit card transactions.

**To disconnect your account:**

1. Go to your sites Settings menu
2. Click on Gateways
3. Click on "Disconnect Stripe"

{% hint style="info" %}
**Why don't you offer PayPal as an integration?**

We're currently researching PayPal for our Mavens, though a big deterrent for us is PayPal is behind when compared to Stripe for digital good fraud protection.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mavenseed.com/getting-started-with-mavenseed/initial-setup/connect-to-stripe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
