Back
Question
Asked

Is it a good idea to pass email to Stripe payment if I know the email already or allow user to chose as he may want to enter other email?



[deleted]
@deleted

[deleted]

True! But I saw couple of users who signed with different email for my service but were trying with their own email address fot stripe... so i removed it... if they want they can still enter the same email again in stripe box!

But the majority of your users now have to type their email in again to pay you. Optimize for lazy and let the unique request different when they need it.

Makes sense! Currently i have only one flow pass or dont pass email... i will add options for user to change email for payment if they want to else simply continue...

People typically use the same email for both, but bigger corporations might have a separate billing email address.

I’d personally go with using the same email everywhere since that’s the most common approach and that’s how it’s expected to work by most users. The reason they might enter a different email address could be because they have different email addresses and mix them up. This can be quite confusing when they try to find an email receipt, or when you try to find a charge with the wrong email address.

So keep things simple, use the same email address everywhere, and if people start asking for a separate billing address investigate why and whether it’s really something you need to support. And if you do whether it would be be part of an enterprise plan.