this post was submitted on 20 Feb 2024
6 points (100.0% liked)

JavaScript

2149 readers
15 users here now

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.today/post/6812682

Hi,

I'm using stripe.PaymentIntent (server side)

and Stripe.js for the client side.

everything work flawlessly under Firefox. !

With Chrome it's another story... First of all a .js file is being loaded !! ^1 Then in the browser console I received this error:

[Stripe.js] You have not registered or verified the domain, so the following payment methods are not enabled in the Payment Element:

  • apple_pay

Funny thing is that in the Stripe "dashboard" is that the apple_pay is not enabled.. and it work in Firefox..

Any ideas ?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)

How sure are you that firefox implementation is working correctly? Could it be that it isn’t actually loading but isn’t showing an error like chrome is?

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

because I see in the Stripe Dashboard & API call that the transaction is successful...

load more comments (1 replies)