#lkjhgfdsa

1 messages · Page 1 of 1 (latest)

azure willowBOT
supple ether
#

Hello! Can you tell me a bit more? Some methods of payment require an email address. Are you already collecting the email address elsewhere?

half jackal
#

No, the idea would be to collect little to no information about customers to make the payment process as smooth as possible. In this case this would mean never collecting their email nor any other unnecessary info that wouldn't be needed for making only the payment.

supple ether
#

That's what the Payment Element does by default, it only collects what's required.

#

Which payment method(s) are you using where you're seeing it ask for email?

half jackal
#

@supple ether

supple ether
#

Yes?

#

I'm still waiting for you to answer my question above.

half jackal
#

Any of the payment methods, the email input form is still there

supple ether
half jackal
#

So the email will need to be collected at one point or another before doing the transaction?

#

And there will be no way to do a transaction without providing an email at all?

supple ether
#

Yes. How else will the customer get their receipt?

half jackal
#

Is it required for the customer to get their receipt as a regulation or as a stripe policy, if I may ask?

supple ether
#

I think it depends ont he payment method.

#

Some of them require an email address as part of the core payment process.

half jackal
#

Alright, but I tried setting the email option to never, and the input field still shows, why is that?

supple ether
#

Can you share your code?

half jackal
#

const paymentElementOptions = {
layout: "tabs",
fields: {
billingDetails: {
email: "never"
}
}
};