#romain_70929
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
- What are "nominative licenses" exactly?
- Here's the full list of events: https://stripe.com/docs/api/events/list. For Subscription you can listen to
customer.subscription.updatedcustomer.subscription.deleted - We have Customer Portal: https://stripe.com/docs/no-code/customer-portal
In our minds, a nominative license is one that is assigned to a specific person. From a technical point of view, this would mean associating a license ID with a User ID. But perhaps this isn't possible on Stripe today?
What do you mean by license exactly, in Stripe terms?
A Subscription?
yes a subscription sorry
Does each "User" in you app pay for their own "License"? Or someone else pays for a set of "Users"?
Someone else (the customer company) pays for a set of users
I would suggest you keep the mapping in your own database, and update the Subscription Item quantity accordingly.
You can also use the Subscription/SubscriptionItem metadata: https://stripe.com/docs/api/subscription_items/object?lang=curl#subscription_item_object-metadata
ok thanks a lot for the insights
Happy to help!