#rahlok
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
You can request the payer email when creating a PaymentRequestButton:
https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-requestPayerEmail
Sorry, I meant does Stripe confirm their email address when they checkout with Link. I ask because my transactional email isn't getting through
Can you share the PaymentIntent id ?
pi_3NnIPHKANfnETzod1fgoCdA2
I can see the payer email in the billing_details.email
which was collected from Link
I'm not sure what is missing here?
I'm just wondering if Stripe does confirm the email address, so that it's not possible the user checked out with an email address that they can't be reached on because of a typo
Ah you mean if the email address is "reachalble" and not just "valid". That's another thing. If the email was used in Link that means the customer validates their email in general
ok
So it shoul dbe reachable, unless it was deleted/blocked or whatever reason after creating their Link Account
ok, that's good to know, thank you