#BenXk
1 messages · Page 1 of 1 (latest)
hi! can you share a screenshot of what you do see?
ok, so that is the PaymentElement
so to take your questions:
- what's the ID of the PaymentIntent you created
pi_xxx? The details of that determine which payment method types can appear. Were there specific payment methods you were expecting? - This doesn't support showing saved payment methods, that's not a feature of this integration. It's something you have to build separately.
pi_3Ls0sUGjvZKiAZK90Bu3er1g
I can see it only has card payment method
I have set up payment methods in the admin though
you need to pass automatic_payment_method:{enabled:true} to actually have those settings be used https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods
beyond that, it's a GBP payment so there aren't too many additional methods available(most of the European ones like iDEAL/Sofort require EUR payments). Apple/Google Pay requires your site to be displayed on a https:// URL, and for Apple your domain needs to be registered as well(https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#verifying-your-domain-with-apple-pay).
Ahhh ok, that's a shame, I can see google pay in Chrome though, so that's good