#ravid_53977
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ravid_53977, 1 day ago, 9 messages
- ravid_53977, 1 day ago, 5 messages
Hello
The email is within the billing_details of the PaymentMethod that is created from confirmation
which api do i need to use to get it?
Are you listening for Webhooks?
Okay well the result of that will give you a PaymentIntent, with a PaymentMethod. You pass that PaymentMethod ID to your server and use https://docs.stripe.com/api/payment_methods/retrieve and you will be able to see the billing_details
Is there a way to get it with the client stripe sdk?
Nope, it is considered sensitive data so we don't expose it client-side
OK, Thanks for the help