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:
Open the Web Widget HTML in your website editor.
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:
Open the Web Widget HTML.
Locate the hidden field:
<input type="hidden" id="PayPalClientId" value="YourIDHere" />
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.
