#gopi_67606
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ how can I help?
@elfin ginkgo I'm pulling you additional message into the thread I created for you:
I have a question can we have a chance to convert the existing guest users into normal customers with Id for creating the subscription
No, "guest customers" are a dashboard-only feature, and cannot be converted into Customer objects.
I have created the customers through create customers Api can we have a chance ?
Those aren't guest customers then, that's a Customer object, which you can create Subscriptions for.
Sorry, I'm not sure I'm grasping what the question/concern is here. Would you mind trying to elaborate on what it is you're trying to accomplish?
No In customers tab I am unable to see the name of the customer & id of the customers
In the image for some customers I am unable to see the name & email
Those are guest customers, they are Customer objects, and were not created from the API.
I've also removed the screenshot as it appeared to contain personal information about your customers, and this is a public forum.
Ok I have another question regarding subscrption billing cycle anchor date
Is billing cycle anchor date is same for all the customers even though the customers subscription date is different?
No, the billing cycle anchor is unique to each Subscription, that's why it's a property on each Subscription object:
https://stripe.com/docs/api/subscriptions/object#subscription_object-billing_cycle_anchor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I understood For example today One customer subscription is created he will get Nov 28 as the next invoice date then tomorrow second customer subscription has created then he will also get billing cycle anchor date as nov 28?