Unable to Hide Useless Payment Method Types and JS not working on Safari Browser #8024
-
Hi, I am using below code by which I want to hide "Bank", "Cash App Pay" and "1 click checkout with link" on stripe payment gateway form and other issue is none of below code is working on safari whereas its working fine on FF and Chrome. Any feedback/Response would be appreciated:-
}); |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I am using below hook for above code |
Beta Was this translation helpful? Give feedback.
-
Hi, @Neeraj5514. You can disable those payment options directly on your Stripe account. In your Stripe dashboard, navigate to the Payment Methods page from the Settings page. On the Payments page, click on Payment Methods, and then click on Default GiveWP configuration. Now, payment methods will be presented on a new page for you to configure. Click on the Turn on buttons to enable those payment methods on your donation forms. It’s important to note that not all payment methods are available to every Stripe account or donor. Availability depends on factors such as currency, location, and other criteria determined by Stripe. If you encounter any issues connecting a payment method, we recommend reaching out directly to Stripe support at https://support.stripe.com/ for further assistance. You can learn more about it here in our documentation: https://givewp.com/documentation/core/payment-gateways/stripe-payment-element/#activating-payment-methods. Also, next time you have a support question, please contact our support team via Priority Support if you are a paid user (https://givewp.com/priority-support/) or via WP.org if you are a free user (https://wordpress.org/support/plugin/give/). The support team is equipped to help you. Thanks for using GiveWP! Have a great day. |
Beta Was this translation helpful? Give feedback.
Hi, @Neeraj5514.
You can disable those payment options directly on your Stripe account. In your Stripe dashboard, navigate to the Payment Methods page from the Settings page.
On the Payments page, click on Payment Methods, and then click on Default GiveWP configuration.
Now, payment methods will be presented on a new page for you to configure. Click on the Turn on buttons to enable those payment methods on your donation forms.
It’s important to note that not all payment methods are available to every Stripe account or donor. Availability depends on factors such as currency, location, and other criteria determined by Stripe. If you encounter any issues connecting a payment method, we recom…