Skip to main content

Disable Apple Pay, Google Pay, or PayPal on Web Widgets

Use this guide to remove Apple Pay, Google Pay, or PayPal as payment options from your Web Widgets.

Cristina Gruita avatar
Written by Cristina Gruita
Updated yesterday

You may wish to disable these methods if they do not fit your donation flow, if your organisation prefers card-only payments, or if browser/device compatibility creates confusion for supporters.


Disable Apple Pay and Google Pay

To disable Apple Pay and Google Pay on a Stripe Web Widget:

  1. Open the Web Widget HTML in your website editor.

  2. Add the following hidden field anywhere inside the <form> tag:

<input type="hidden" id="ApplePayEnabled" value="No" />

When this field is present, Apple Pay and Google Pay buttons will not appear even if the donorโ€™s browser supports them.


Disable PayPal

To remove PayPal as a payment option:

  1. Open the Web Widget HTML.

  2. Locate the hidden field:

<input type="hidden" id="PayPalClientId" value="YourIDHere" />
  1. Clear the value so it appears as:

<input type="hidden" id="PayPalClientId" value="" />

When the Client ID is blank, the PayPal button will not display.

โš ๏ธImportant:
Web Widgets are a Professional only feature. Essential subscribers, please contact us to find out more about upgrading.

Did this answer your question?