Posted: February 13, 2024 at 7:15 am
Hello, Is it possible for EE to send the user’s email to Stripe in the transaction details? Thank you! |
|
When I look at our most recent transaction in Stripe and look at it’s event data, I see this: https://snipboard.io/YpLEdI.jpg |
|
Hi there, With the API we use for payments, there is an option for Is that data related to the ‘charge’ or the ‘customer’ within Stripe? |
|
charge. https://snipboard.io/zF4Rxt.jpg |
|
What can we do to get the email addresses to populate in Stripe? 🙂 |
|
We also would like to take out the Company name from the description and just have the event name: https://snipboard.io/fBwmHh.jpg (Remove what is highlighted). |
|
We use the PaymentIntent API through Stripe and looking through the docs there I can’t see any parameters that allow you to set that email value. The only parameter containing email would be There is a filter used for all of the PaymentIntent data within Stripe:
https://gist.github.com/joshfeck/1f18dc42a926f045a6f0159de1df4eeb
All of the payment methods pass their description through this filter:
So you can use something like this: https://gist.github.com/Pebblo/f71c0bbf0eff421e4c87283690db46ae |
|
Thank you! |
|
Thanks for sharing the codes and they are working for us! However, I do have a question. Using this https://gist.github.com/joshfeck/1f18dc42a926f045a6f0159de1df4eeb I’m able to add the primary registrant’s email to the order description in Stripe, whereas I would like to add the purchaser email. Apparently the primary registrant and purchaser could be different people. Is it doable? |
|
The support post ‘Does EE send email to Stripe’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.