Page 1 of 1

Problems with Stripe

Posted: Mon Mar 13, 2023 12:26 pm
by Joel
Hi,

I think I did everything as I should but it is not working. I really have no idea why not. Read previous posts with the same problems, checked the price ID many times.

That's the link to the file, please help
https://www.mediafire.com/file/r4w0mx0p ... a.wbs/file

Do pages with products need to be php?

Re: Problems with Stripe

Posted: Mon Mar 13, 2023 12:36 pm
by BaconFries
From the following link below Stripe https://www.wysiwygwebbuilder.com/ecommerce.html
In the global Ecommerce configuration you will need to set up the “Stripe Publish Key” from the Stripe api key settings page.
Haven't tried but it is more that likely going to use PHP as it will be getting processed via Stropes payment servers for security.

Re: Problems with Stripe

Posted: Mon Mar 13, 2023 12:45 pm
by Pablo
Did you publish the page? Stripe does not work locally.

You can usually use the browser's error console to figure out what is wrong.

Re: Problems with Stripe

Posted: Mon Mar 13, 2023 2:02 pm
by Joel
Published many times, spent nearly two hours with their support team, the same error all the time: The Checkout client-only integration is not enabled. Enable it in the Dashboard at https://dashboard.stripe.com/account/checkout/settings.

It shows me I enabled the integration in my dashboard though

Re: Problems with Stripe

Posted: Mon Mar 13, 2023 3:32 pm
by Pablo
In that case, only Stripe can help you.

Re: Problems with Stripe

Posted: Mon Mar 13, 2023 4:56 pm
by jerryco
One small thing, you did set the page extension to php, but can you confirm that's the page that the browser pulls up? If you first create a somename.html and then a somename.php, I believe the .html will be served first.

Re: Problems with Stripe

Posted: Mon Mar 13, 2023 5:52 pm
by Pablo
You do not need PHP for stripe.

Re: Problems with Stripe

Posted: Tue Mar 21, 2023 5:05 am
by Joel
Does it mean it could infiuence the connection if I set the pages to php?

Re: Problems with Stripe

Posted: Tue Mar 21, 2023 6:30 am
by Pablo
You only need to set the page extension to PHP , if there is PHP code on the page.
For example, if there is a form on the page.