#sergixel04
1 messages · Page 1 of 1 (latest)
Hello sergixel04, 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.
• sergixel04, 2 days ago, 23 messages
• sergixel04, 5 days ago, 37 messages
• sergixel04, 5 days ago, 78 messages
Can I create multiple subscriptions to a one user?
Yes you can.
Can I set the title or description of the subscription dynamically with the API?
You can set the description:
https://stripe.com/docs/api/subscriptions/create#create_subscription-description
But there is no title field at Subscription level
The subscription's description will appear in the Stripe Dashboard Billing?
Yes
Gotcha, thank you!
For example if the user updates the name in the SaaS, can i use Update Subscription API to only update the description to the new username?
hello?
I'm not sure I understand this part
I mean to update the subscription's description when a user updates his username (in the SaaS).
So when they go for the Stripe Billing Dashboard, they'll see the subscription associated with his username
I mean to update the subscription's description when a user updates his username (in the SaaS).
No there is no link between Subscription's description and the user's username
Alright, thank you!