#yocks_
1 messages · Page 1 of 1 (latest)
Hey sorry I don't quite get your questions. Could you elaborate with some concrete Id? Have you tested out in Test mode?
Ye, of course
- We have a product with a periodicity of 1 year for 100e and then another for 500e.
When increasing the subscription to 100 -> 500, you must wait the entire period to have the payment.
- We want to show the product with the 2 rates, each rate could have different frequency, but when it comes to showing the products it only shows the default one. Could both be shown?
- You can pass a parameter proration_behavior = always_invoice
- You mean you have a Product with 2 Prices on different interval?
- my partner will take a look when he can ( i am the intermediate)
- Ye, one for anual and the other per month
- How do you show your Product? You can always query which Prices does it have and show both of them
https://stripe.com/docs/api/prices/list#list_prices-product <- List Prices on a Product Id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.