#BenXk-PE
1 messages · Page 1 of 1 (latest)
Yes
Okay which wallet do you see from Payment Request Button but don't see on Payment Element?
I see Link from the button
Yes and yes
Should you see google pay in the payment element÷
And Klarna is on too
This is all I see
If you go to https://stripe.com/docs/stripe-js/elements/payment-request-button what do you see at the top of that page?
google pay
Okay, when you create your Payment Element are you hiding wallets by setting them to never (https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets) in your client-side code ?
Ah wait wait wait
Are you testing locally?
Or over HTTPS?
I am using https://stripe.com/docs/stripe-js/react
And on a https domain, not locally
Can you share a link where we can repro?
Sorry I can't share the link, it's not live yet
<PaymentElement />
</Elements>```
That's basically the code
pi_3MyybrIgqw1kWq8v1RJDETNj
I can see it's only sending payment_method_types: ["card"]
No, I am in UK
Doh the IP address for that was IE but the IE flag looks similar to India 🤦
Sorry
Ok I'm still stumped
Should work fine
You only need card for payment_method_types
As that is the correct type for Google Pay/ Apple Pay
What about Klarna?
No that's different and you would need to specify it
Ok I am missing that bit then, I will look into that
Oh yes that worked