#selenium-receipt
1 messages · Page 1 of 1 (latest)
pi_3KvL4VGAV0HD5jS00Tz4QR6D
Thanks for the ID, the receipt_number will be null until a receipt has been sent.
Is there any way to get receipt number in live mode at the initial response from the stripe?
You'll only have the receipt_number after the receipt is sent, in either live or test modes.
Yes. I saw in the documentation that, we can enable email receipts by providing a receipt_email when creating the payment intent. Here I am refering initial response as the response which we get after the payment completes. The receipt will be sent automatically right?
Yes receipt will be sent when the payment is succeeded.
and the receipt number will included in the "payment_intent.succeeded" event right?