#kousuke-tx
1 messages · Page 1 of 1 (latest)
What do you mean? Do you have a specific product in mind?
no, we are providing like hosting service, user can subscribe for multiple server. For ex, the customer rent 3 servers, a, b, c. seems stripe support this case
but when user quit the service for server b, I can't find how to get which server was quited
so I just think we can create 3 products for a, b and c when user submit to rent. so I can see.
How should I handle these cases?
You could have a subscription item for each server if you want all billed on the same subscription: https://stripe.com/docs/api/subscription_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.