#Rupesh
1 messages · Page 1 of 1 (latest)
What's the cs_xxx ID of an example?
Sorry, can you please let me know what is cs id?
The ID of the Checkout Session that created the Subscription
Either that, or the sub_xxx ID
I found subscription item id si_OKVpY8IegZvJYK
sub_1NXqngBCmDlGNLBgg0t9H3Yn
Subscription id is sub_1NXqngBCmDlGNLBgg0t9H3Yn
Hi @slim maple do you need anything else for this query?
What fields are missing from this Invoice? https://dashboard.stripe.com/test/invoices/in_1NXqngBCmDlGNLBg7AQwCKqt
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ah, I see on the checkout.session.completed event: https://dashboard.stripe.com/test/events/evt_1NXqnjBCmDlGNLBgXWtNXtCU
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I am only getting name, phone and email in the bill to information. address is missing
It's because you're using a pre-existing cus_xxx when you create the session as opposed to Checkout creating the customer. You need to pass this param: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_update-address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That will update the Customer object with the fields collected
And then they'll persist on invoices