MODULES
...
eCommerce
Payment Gateways
PayPal - Custom Parameters
1min
paypal allows you to include different parameters as part of the sdk such as disabling payment options that are unwanted, as per the following link > https //developer paypal com/docs/checkout/reference/customize sdk to use these parameters add this code to top of your form layout, containing the parameters you want liquid {% capture data %}\&disable funding=sofort{% endcapture %} {% export data, namespace "s paypal options" %} this specific example will stop sofort being offered as a payment option