#qunther-paymentintent-receipt
1 messages · Page 1 of 1 (latest)
@loud solardo you have an example PaymentIntent id pi_123 I can look at?
qunther-paymentintent-receipt
You mean that I console.log() a paymentintent to show you ?
no, I just want an example so that I can look at it
All I need is that pi_HIDDEN
nothing else
(looking)
https://dashboard.stripe.com/logs/req_bdXMgYC4Xoy8MK
this is the API request that confirmed that PaymentIntent. It never passed receipt_email
It's also not a valid parameter: https://stripe.com/docs/js/payment_intents/confirm_payment right?
I did try locally and that parameter works fine
My guess is that your code has a bug and receipt_email: String(email), doesn't work. That's what you need to debug