#WpgJetsFan13-customer-email
1 messages · Page 1 of 1 (latest)
Hi 👋 it's not possible to configure Checkout Sessions to not collect an email address.
You can use our Payment Element inside of a custom checkout experience that you build if you want more control over what is collected, but you should keep in mind that some types of payment methods require an email address.
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Thank you for the quick response!
Is there any page that tells which cards require which information?
As in information like address and phone number or are you talking about other info?
mainly just address and phone or email. Like you said some payment methods require email. I was wondering if there was a page or something that shows which payment methods require what. Or maybe it's something I can find in the API docs for the payment method API
For different payment methods, we lay out what to collect in their various "Accept a payment" guides https://stripe.com/docs/payments/ach-debit/accept-a-payment
Also it may be worth mentioning that we have a Payment Element that handles the logic of what to collect itself https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements