#adrianfluid_98075
1 messages · Page 1 of 1 (latest)
You need to set email on their customer object
So for this we are not using customers as this is being used via the WisePOS E terminal so we don't have any customer objects to attach the email address to.
Would we need to get the Email address Prior to creating the Payment Intent or is it possible to get the email address after the payment has been Captured.
The latter would be the preferential method.
We are unable to set the customer settings to automated receipts as our other applications which use stripe have custom receipts sent out and would be doubling up the information provided to our clients
So you can't do that with our automated emails then
If you want to collect email after payment then you'd need to handle this yourself and send emails yourself
Ok, so we will need to capture the email when we create the payment intent with the receipt_email field. I've read in the documentation that this will bypass when that is turned off
Yeah you could do that
Ok that's great. Thank you. Time to adjust the system