Stripe Payment Not Working With WordPress
-
To Whom It May Concern,
I am working on a clients website and using Stripe as a payment process. After filling out the details the Business Listing on the website you are redirected to the payment page. The payment page only allows you to pay with Stripe.
When you click the Stripe payment button to make your purchase the button doesnt have any functionality. It should execute the payment modal for the user to enter their card details. The button does not seem to trigger the modal of Stripe on your browser (Safari, Chrome etc) on desktop. I checked the settings of Stripe within the themes options and they all seem to be fine. The API codes are also fine.
When I checked the payment process on mobile it works.
The theme I am using is Listingpro 1.2.13 and the version of WordPress being used is 4.9.5. I would greatly appreciate any help that someone could provide.
Ive been in contact with Stripe and they said:
To answer your question, Stripe Checkout depends on a <form> HTML element executing a server-side code, and this code is not being called. If you take a look at our doc for integrating Stripe Checkout you will see that when adding the code to your page, you need to make sure that the form submits to your own server side code within the action attribute as seen in the 1st line of code here:
https://stripe.com/docs/checkout#integration
There seems to be an issue with this, so you would have to reach out to WordPress about it. They built their own integration with Stripe so would be better able to help you out with any issues on their end. Here is a link to their support page, just to make it easier
If anyone could help me with this, id greatly appreciate it ??
The page I need help with: [log in to see the link]
- The topic ‘Stripe Payment Not Working With WordPress’ is closed to new replies.