#slowgen-express-accounts

1 messages ยท Page 1 of 1 (latest)

open flume
#

no that's impossible in that case

#

you'll have to triage and split the traffic yourself

obsidian locust
#

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

open flume
#

you control this on the PaymentIntent by setting payment_method_types: ['card']

obsidian locust
#

Cheers, what's the parameter for google pay is it eps

#

I can see apple, but cannot see a google one

open flume
#

๐Ÿ˜…

#

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!

obsidian locust
#

glad that made you chuckle ๐Ÿ™‚

#

just asked cos I can't see the google pay button when I go from my phone

open flume
#

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!

#

that's what I see for example

obsidian locust
#

Anyway, that link will help me debug it

#

Cheers have a great weekend

open flume
#

You too!

obsidian locust
#

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?

open flume
#

yeah but I wouldn't trust it, since anyone can change this

#

fetch the PaymentIntent server-side if you need to verify the payment before giving access to something