#TheMadSpaceCow
1 messages · Page 1 of 1 (latest)
How are you integrating? With the payment element?
Yep!
The form collects it
But I don’t see it in the callback res
I see address, name, last 4 etc etc
Yeah you'll need to add your own field for email if you want it always collected
Ah dang - any way to avoid double email collection in UX for guest purchase then, in that flow?
Yeah you can set the billing email to never here: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-email
That way they only see your custom field
Okay sick - and ya’ll don’t need it on your end at all then?
I guess it’d just be for email confirmation - I’ll roll my own in that case
Sound correct?
Yeah shouldn't be necessary
Okay sick
Yeah. Recommend you test out all these scenarios in test mode though
Love working with ya’ll, thanks a ton!
No problem!