elmarino
Forum Replies Created
-
Okay, thanks for all the information.
I solved my issue, and it seems to be the same for anyone experiencing the ‘Stripe credit card form no longer showing on Safari’ problem.
In my case, an option of a security plugin was blocking all REST API calls for users who were not logged in. If you can’t find the specific plugin or issue causing your problem, you can avoid using the WP REST API by enabling POST submission (https://stackoverflow.com/questions/67200938/contactform7-shows-post-get-error-on-submission-wordpress-woocommerce-site).
Hope this helps.
Hi,
I faced the same issue and what I see in your reply @wpmudev-support7 is that you are in test mode (you used test credit card numbers).
I also have no problems in test mode but the issue occurs in live mode.
While looking for an answer i find some things.
When the page loads we have this issue first:https://drive.google.com/file/d/10PTuzDN_DE6ImWfF8618n5ivIJTdCX63/view?usp=drive_link
And then when performing a submit to call the stripe api endpoint:
https://drive.google.com/file/d/1rk5Bh4v8urtRMarq7TGxP11HyFFaE0h1/view?usp=drive_link
This two seem linked because on the chrome side, we have neither.
I’m looking for a solution but if someone does know something about this, I will be happyRegards
- This reply was modified 9 months, 3 weeks ago by elmarino. Reason: Add screenshots links