#cjones-subscriptions
1 messages · Page 1 of 1 (latest)
sure, there's a few ways to do that, the easiest is likely to set cancel_at_period_end:true on the API request that creates the subscription so it only bills for that one upcoming period.
ok great
not sure if that's what you're looking for exactly though. What's exactly the use case and how many payments do you want and when?
so we currently have 2 checkout pages, on for subscriptions and one for purchases
I wanted to combine and thought that making a sub that cancels at the end of 1 cycle would replace the one time purhcase
aka offer a non reoccurring option
any other way you would suggest?
that could work(and then the approach I mentioned would indeed do that). But to me that seems a bit confusing to customers, I would have just kept it as it is, only use a subscription if you're going to do recurring payments and treat one time payments separately.