#jcrags-session-type
1 messages ยท Page 1 of 1 (latest)
We don't really respect the order in that array either. We organize based on what's most likely to be a fit
So it'd be more a feature request though I don't think we would build this in the near future, but I'll flag
I was afraid about that. Let's say I only submit the value ['ideal'] but the customer is not based in the Netherlands, would it fall back to just "card"? Or would Stripe return an error? I haven't tried this yet. However for my Application specifically it would be a great feature to be able to have an optional parameter along the lines of preferred_payment_method or default_selected_payment_method along those lines. And if it's in the list for the user then put it at the first position.
it's neither really
if you pass ideal explicitly they only can pay with ideal. We wouldn't error, there's no reason to error
but your customer would only see iDEAL on that page and if they don't have iDEAL they would give up I guess or go back to your website
Ok, but in that case I think I can just use that instead.
I am just showing the buttons on front-end already so user can choose from here, so they don't have to choose/change it on the checkout page itself ๐
In that case, then that feature isn't required really
Thanks, I will give a try ๐