#falit94
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
I believe because it's a metered recurring Price.
Maybe you could share a bit more on what and how are you selling and I will suggest the best solution?
we are trying to sell subscription of our product.
the pricing is $ X per team
Team is defined object in our system
Example , $39 / team
Yeah, metered recurring Prices are more for usage-based products, e.g. data transfer per GB.
In your case you just need regular recurring prices.
Can i change the type now?
Just create a new one with recurring.usage_type: "licensed" (it's the default): https://stripe.com/docs/api/prices/object#price_object-recurring-usage_type
ok thanks!
Happy to help.