#slowgen-express-accounts
1 messages ยท Page 1 of 1 (latest)
no that's impossible in that case
you'll have to triage and split the traffic yourself
NP
Unrelated question
how do I control which payment methods show on the form
I want to enable only cards and native payment types like google, apple pay
you control this on the PaymentIntent by setting payment_method_types: ['card']
Cheers, what's the parameter for google pay is it eps
I can see apple, but cannot see a google one
๐
EPS is an entirely different and separate PaymentMethod
there's no parameter for google pay and apple pay, they just work like card so by passing card it just works!
glad that made you chuckle ๐
just asked cos I can't see the google pay button when I go from my phone
sorry my ๐ is more "everyone is confused by that distinction"
having google and apple pay work as card makes everything so much easier but it means a lot of people don't really know it "just works" so they don't use it!
and not seeing the button can be due to many reasons. For example do you see it on https://stripe.com/docs/stripe-js/elements/payment-request-button
that's what I see for example
No need to apologise, more thank happy for you to have a laugh if that what it was.
Anyway, that link will help me debug it
Cheers have a great weekend
You too!
Ah actually just before I go, I got this in the redirect_url parameter &redirect_status=succeeded along with the payment_intent is redirect_status the intent status e.g payment success?