# Stripe

Payment Page supports accepting payments with your Stripe account!

Stripe is a global payment gateway provider for businesses of all sizes. You can register for a free account on stripe.com and only pay for gateway processing fees (subject to change). See supported countries at stripe.com/global.&#x20;

With Stripe's powerful payments API, they've made it possible to accept payments with a wide variety of global payment methods, including Wallets, Bank Transfers, and more.&#x20;

{% hint style="success" %}
Before connecting with any payment gateway, be sure you have an SSL security certificate enabled on your site, and that you're accessing your site via `https.`&#x20;
{% endhint %}

### How to Connect Stripe to Payment Page

You have the option to Connect with Stripe during the Setup Process or in the Payment Gateways tab:&#x20;

![Button to Connect with Stripe](/files/MAnktTPDOsKIVteOENs2)

{% hint style="warning" %}
Stripe must be connected in TEST and LIVE modes independently. After connecting in one mode, you'll need to connect again after switching to the other mode. It is not required to connect in both modes for payments to work.&#x20;
{% endhint %}

On the next page, you'll be prompted to login to your Stripe account. If you're connecting in TEST mode, you'll see a TEST mode badge and an option to "Skip this form."&#x20;

![Connecting with Stripe in TEST Mode](/files/TLftzjP5yaV7QFZ1OreW)

{% hint style="info" %}
Skipping the form allows you to start processing test payments immediately, however, the test payment data will not be stored anywhere. In order to see the test payment data, be sure to connect after logging in first.&#x20;
{% endhint %}

If you connect with a real Stripe account and not by skipping, you'll see your Stripe account name next to the switcher for TEST and LIVE mode. The TEST mode indicator will also change to Yellow to show that TEST mode is connected.&#x20;

![Connected in TEST Mode](/files/EHTHvyrxj7Rsjquysqvp)

To connect in LIVE mode, simply click the switcher and follow the same process. There won't be an option to "Skip this form" in LIVE mode, as LIVE mode requires a real Stripe account to process payments.&#x20;

After the connection is successful, you should see something like this on your connection Status indicator, which indicates that LIVE mode is active, and both modes are connected to Stripe properly.&#x20;

![Connected in LIVE and TEST modes. ](/files/pedYJo8J5cLFsw39fSaP)

### Activating Stripe Payment Methods

To activate specific Stripe Payment Methods throughout your site, click on the left side arrow indicator to expand the results.&#x20;

![Expanding Stripe Section to View All Payment Methods](/files/NkTipcHJQMUknFrBGqu3)

Then, click each checkbox to activate each payment method. This will activate the payment method to be used on any payment forms on your site. You can separately activate each payment method independently on each payment form.&#x20;

{% hint style="warning" %}
Be sure to [activate all payment methods in your Stripe account](https://dashboard.stripe.com/settings/payment_methods) in order for them to work properly.&#x20;
{% endhint %}

![Activating Stripe Payment Methods](/files/5515A37y5lUO3M6OPl66)

For further details about each Payment Method, please check the different sections below:

{% content-ref url="/pages/j4J86Ad6q7a8vqgk13qb" %}
[Credit + Debit Cards](/payment-gateways/stripe/credit-+-debit-cards.md)
{% endcontent-ref %}

{% content-ref url="/pages/gOtswwG4Kc0iuDmztG3T" %}
[SEPA Direct Debit](/payment-gateways/stripe/sepa-direct-debit.md)
{% endcontent-ref %}

{% content-ref url="/pages/kDpJezb72NB8einV5wF6" %}
[Google Pay](/payment-gateways/stripe/google-pay.md)
{% endcontent-ref %}

{% content-ref url="/pages/lKDlUOVPFhcZxs81KRwX" %}
[Apple Pay](/payment-gateways/stripe/apple-pay.md)
{% endcontent-ref %}

{% content-ref url="/pages/lKDlUOVPFhcZxs81KRwX" %}
[Apple Pay](/payment-gateways/stripe/apple-pay.md)
{% endcontent-ref %}

{% content-ref url="/pages/MUW1EzjvbBMip71GNraV" %}
[Microsoft Pay](/payment-gateways/stripe/microsoft-pay.md)
{% endcontent-ref %}

{% content-ref url="/pages/1lSLCOankOMtbXmylURo" %}
[Alipay](/payment-gateways/stripe/alipay.md)
{% endcontent-ref %}

{% content-ref url="/pages/mxaxTD5kn7m8c3OgHXpA" %}
[WeChat Pay](/payment-gateways/stripe/wechat-pay.md)
{% endcontent-ref %}


---

# 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.paymentpageplugin.com/payment-gateways/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.
