#jadams-subscription-java
1 messages · Page 1 of 1 (latest)
@rough sierra I don't understand the pricing logic. What's monthly and what's quarterly?
It may be that I've set it up incorrectly. But, I created a test product priced at $10/month but which to bill quarterly. I'm attempting to use "pending_invoice_item_interval[interval_count]" in the subscription.create method. This returns an error that I need an interval. When I provide the monthly interval "month" it returns with an error that the interval needs to be larger than the existing. Not sure if I'm attempting to build the subscription properly.
product priced at $10/month but which to bill quarterly
it doesn't really make sense. If it's $10/month then it bills monthly
if you want to bill quarterly you want a $30 every 3 months
Ok that makes sense. Was trying to accommodate customers to choose either, monthly, quarterly or annual payments.
yeah so you need a price for each in that case
Ok, understood. Thank you for your time!