Page 1 of 1

Stripe Payment Gateway.

Posted: Fri Jul 04, 2025 10:06 pm
by TarotPerSe
Can I use stripe on my WYSIWYG website builder program, along with PayPal?

Re: Stripe Payment Gateway.

Posted: Sat Jul 05, 2025 5:39 am
by Pablo

Re: Stripe Payment Gateway.

Posted: Sat Mar 28, 2026 4:43 am
by Itab
I am using WWB21 demo and trying to integrate Stripe Checkout. I have created a Stripe account and added a Stripe publish key in settings. I have a Stripe shopping cart and a button with Stripe price ID for a product I created within Stripe dashboard.

When I run the website, nothing happens and I get the following Console error: "The Checkout client-only integration is not enabled. Enable it in the Dashboard at https://dashboard.stripe.com/account/checkout/settings"

When I checked this problem with Stripe's AI, I got this reply:
The error you're seeing indicates you're using a client-only integration, which is a deprecated Checkout integration method.
This integration type is no longer supported and can't be enabled.
You need to switch to the modern server-side Checkout integration.

Re: Stripe Payment Gateway.

Posted: Sat Mar 28, 2026 7:57 am
by Pablo
Unfortunately, it looks like this method has been deprecated for new users.
Currently, there is no easy way to integrate with Stripe via JavaScript only. It would require a server side solution.

I will update the documentation to make clear it only works for existing accounts.