#sudhanshu4365
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.
- sudhanshu4365, 3 days ago, 20 messages
- sudhanshu4365, 3 days ago, 38 messages
Hi
When creating the Checkout Session, make sure to set the customer_email:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer_email
then you need to set the Customer Id:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer
customer id i have already set still the name is not coming
Can you share the Checkout Session Id ?
cs_test_a1VQsEReRZUK7GSo1NNDTCqfkWVgszWBmqAO2miowYjamU3u6xSRvdgN5g
Your cus_xxx didn't have any saved PMs at the time to prefill. The name is pulled from the billing details of the saved card as per the link above
the problem is the card holder name is updating my stripe cutomer name , so if as a customer i use my friends card hi name will be updated
Then remove the customer_update[name] parameter when you create the session
i am not using any of these parameter
let me check once