#deadshot7814

1 messages · Page 1 of 1 (latest)

strong ledgeBOT
#

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.

keen shard
#

What field exactly you are expecting to get the 'name' ? in Checkout Session object ?

west delta
#

customer_details.name

#

The name is updated on stripe but I'm not receiving it in my event

keen shard
west delta
#

The email is set, not the name

#

evt_1OUsq0HCPH5IrTb7M7N72jDa

keen shard
#

You can find the email when fetching the related customerId cus_PJVrzAJ3UjoZln via the API

west delta
#

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,

keen shard
#

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

west delta
keen shard
#

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

west delta