#jarens
1 messages · Page 1 of 1 (latest)
Some payment method types do require certain billing details like a name
Gotcha, do you happen to know which payment method types require those details? We're planning to accept only credit cards.
If you're only using cards then it's optional
SEPA debit, as an example, requires a name and email: https://stripe.com/docs/payments/sepa-debit/accept-a-payment?platform=web&ui=element#web-submit-payment
Perfect, thanks for your help. Last question - would removing this field have any effect on fraud detection or something similar? Basically I'm curious if not including the billing address would make a payment more likely to fail for some reason.
I can't say specifically in your case, but it's possible that not having billing address can affect how banks behave:
https://stripe.com/docs/disputes/prevention/verification#avs-check
Good to know, thanks again!