#cat-payment-receipt
1 messages · Page 1 of 1 (latest)
@vague moth email receipts are never sent in Test mode
cat-payment-receipt
Otherwise as long as you pass receipt_email it will work. Right now you said something about it not working but didn't provide much details or relevant code
Can you share an example PaymentIntent id?
I checked my successful payments and i can see the history that no receipt was sent
Can you share an example PaymentIntent id?
pi_3O07t8ADBVzg2he01G8NBUE0
https://dashboard.stripe.com/logs/req_Ffk1nJfyfkipVn this is you calling confirmPayment() and explicitly passing receipt_email: "" as an empty string which automatically unsets the value and doesn't send a receipt
okie so I'm thinking that my email text input probably isnt' working right. I have a text input for email just in case a user wants to edit the email for where the receipt will be sent....
so if I left out that text input and didnt pass in the receipt_email for confirmPayment, then the receipts will send to the first email that was used to create the paymentIntent?