---
title: "Stripe"
description: "This documentation follows the payment-method definitions shipped in Payment Page 1.5.3. End-to-end release verification is still pending for each success, asynchronous, failure, recurring, redirect, email, and HTTP-action path. A method being selectable or ma"
url: "https://docs.paymentpageplugin.com/payment-gateways/stripe/"
---
This documentation follows the payment-method definitions shipped in Payment Page 1.5.3. End-to-end release verification is still pending for each success, asynchronous, failure, recurring, redirect, email, and HTTP-action path. A method being selectable or marked recurring-capable in code does not override Stripe account, currency, country, browser, device, or recurring-payment eligibility.

Payment Page 1.5.3 exposes Stripe cards, ACH Direct Debit, SEPA Direct Debit, Apple Pay, Google Pay, Alipay, and WeChat Pay. ACH is Pro-only. Availability depends on the connected account, plan, country, currency, browser/device, HTTPS/domain state, payment method, and recurring compatibility.

Stripe accounts are available only in supported countries; see [Stripe global availability](https://stripe.com/global) for the current list.

## Connect Stripe

Start the released Stripe Connect OAuth flow from Quick Setup or **Payment Page > Payment Gateways**. Configure test and live modes independently; connecting one mode is not required merely to use the other mode.

![Stripe Connect pre-onboarding controls in a disconnected Payment Page 1.5.3 fixture](/assets/screenshots/stripe-connect-pre-onboarding.png)

Do not follow an OAuth link from an untrusted page. Confirm that you are on Stripe's real domain and that the intended account and mode are selected. Stripe controls the onboarding fields and may change them independently of Payment Page.

After a successful OAuth callback, Payment Page stores the connected-account context for that mode and establishes the exact event contract described in [Stripe Webhook Configuration](/payment-gateways/stripe/stripe-webhook-configuration/). Existing Payment Page 1.5.2 endpoints are eligible for a bounded in-place event-list upgrade; manually managed endpoints remain under the administrator's control.

![Connected Stripe test-mode status in Payment Page 1.5.3](/assets/screenshots/stripe-connected-settings.png)

## Activate Stripe payment methods

In **Payment Page > Payment Gateways**, expand Stripe and enable the methods that should be available to forms. Then include the relevant methods in each individual Payment Form. A global checkbox and a form-level selection do not override Stripe's own eligibility checks.

![Stripe payment-method settings in Payment Page 1.5.3](/assets/screenshots/stripe-payment-method-settings.png)

Also confirm the intended methods in [Stripe payment-method settings](https://dashboard.stripe.com/settings/payment_methods).

## Method documentation

[Credit + Debit Cards](/payment-gateways/stripe/credit-+-debit-cards/)[Ach Direct Debit](/payment-gateways/stripe/ach-direct-debit/)[Sepa Direct Debit](/payment-gateways/stripe/sepa-direct-debit/)[Google Pay](/payment-gateways/stripe/google-pay/)[Apple Pay](/payment-gateways/stripe/apple-pay/)[Alipay](/payment-gateways/stripe/alipay/)[Wechat Pay](/payment-gateways/stripe/wechat-pay/)
