#Techy.Gary.no = 07769 376798
1 messages ยท Page 1 of 1 (latest)
๐ Thanks for reaching out
Could you please share the related PaymentIntent Id ?
Yea sure ๐
could you please copy past the id and send it as text here ?
Thanks for sharing let me check
Thank you
In the request body, there is a field receipt_email, you can fin it in the PaymentIntent Object:
https://dashboard.stripe.com/test/logs/req_tUBgqfZS3GYVUr
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-receipt_email
In test mode, Stripe don't send email automatically
Instead, you can view or manually send a receipt using the Dashboard.
Ahh ok thought that might be the case . I swear this used to work when I first developed our solution has this changed over the past year by any chance? Can I please just confirm: As we are passing the email into the Stripe JS class (https://js.stripe.com/v3/), will this work when live then? Or do we have to put the receipt email in on payment intent creation?
You can use and keep the same logic in live mode
Thank you