Onetime/Lifetime Subscription Billing

911 views
Skip to first unread message

Priyabrata Sarkar

unread,
Apr 29, 2014, 11:51:33 PM4/29/14
to api-d...@lists.stripe.com
I just discovered Onetime / Lifetime Billing option is not supported by Stripe, this is a drawback since thousands of membership sites uses this feature and definitely in need, for now I am managing create customer + create charge to add the functionality to my Stripe implementation in MagicMembers some how but this is not a stable solution, there  should be an option to create onetime/lifetime re-billing option in Stripe with Subscription node as regular subscriptions.

Recurly API supports that by means of "Number of Billing Cycles" where I can put 1 to make a regular recurring / renewed subscription as onetime/lifetime

Russell Davis

unread,
Apr 30, 2014, 6:21:07 PM4/30/14
to api-d...@lists.stripe.com
Hi Priyabrata,

Our current suggestion for this is to use a single charge, rather than
a subscription, for this use case (which it sounds like you're doing).
That said, we can see how it could be useful to have a subscription
for this. Although we likely won't get to it immediately, I've added
it to our list of feature requests. Sorry for any trouble here; let us
know if there's anything else we can help with.

Best,
Russell
> --
> You received this message because you are subscribed to the Google Groups
> "Stripe API Discussion" group.
> To post to this group, send email to api-d...@lists.stripe.com.
> Visit this group at
> http://groups.google.com/a/lists.stripe.com/group/api-discuss/.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to api-discuss...@lists.stripe.com.

Priyabrata Sarkar

unread,
May 1, 2014, 10:00:03 AM5/1/14
to api-d...@lists.stripe.com
Yes, create customer and charge followed by that works somehow, but I have to mock the subscriptions node in response received in each api call occurrence. also since charge is being used to purchase other contents, it is difficult to identify which one is for subscription and which is simple charge. When we use customers action to get last payment status that also fails since I can not pick a charge as "subsccription" since they can be mixed. Having a subscription node and actually once billing cycle subscription will solve the problem, I do not have to check thus in places, rebill status and cancelable subscription.

From client perspective they will try to find the one time payment under subscription but currently they can not, this may lead to some confusion for sure.

thanks

Reply all
Reply to author
Forward
0 new messages