#yelseW
1 messages · Page 1 of 1 (latest)
Yeah, the options I have are:
fields: {
billingDetails: { email: "auto" },
},
which seems to be the default anyway
Yeah it's auto, meaning it still looks for other conditions like Stripe Account, customer location etc.. to decide. It's more of "let me do it or stop me" option.
I think you could turn it off and collect the email yourself be a different HTML field
then set the collected value into the Customer later
Since it's already part of the element I don't want to recreate what could be available, is there no way to force it to be always on?
No, sorry.