#deadshot7814
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.
- deadshot7814-future-sub, 16 hours ago, 24 messages
- deadshot7814, 1 day ago, 22 messages
- deadshot-embedded-checkout-multi-PM, 1 day ago, 20 messages
What field exactly you are expecting to get the 'name' ? in Checkout Session object ?
customer_details.name
The name is updated on stripe but I'm not receiving it in my event
Can you share the event Id you are referring to ? where the related customer email is set but not in the event ?
You can find the email when fetching the related customerId cus_PJVrzAJ3UjoZln via the API
The email is present in the event, the name is not present
Yes, but I wanted to save the extra request for the customer's name only to the API,
You have created initially the customer object and pass it to your Checkout Session in order to create the Subscirption
so all the related details (besides the email) you'll find it at the Customer level
You mean created the checkout session
both, you've create the Customer first via this request req_RYAZTRUXJEiUL3 from your backend, and then used that customerId and created a Checkout Session via this second request req_z2BmDdfbF5cQ1t from your backend too
So, no way to recieve it in the event, I have to fetch that using customerId from API?