3
3 Comments

Automatic vs Manual Billing for Subscriptions

hello everyone,
Why most of the online services use automatic billing ? why they don't offer one payment strategy for recurring billing ?
some people want to pay just one month, after a month they forgot to cancel and it becomes a problem.

I think that one payment strategy have some benefits over automatic:

what do you think ?

on June 30, 2019
  1. 3

    One payment is good for one time services/tools or ones that are used once in a while. For things that are continually used month to month, recurring billing makes more sense because you have to pay for things like servers and infrastructure as well.

    • Reduce charge backs
      Let users know before you renew their subscription. Stripe has an event that is triggered 7 days before a subscription is charged. (plug: building https://plover.email to automatically take care of this). Also offer annual subscription as an option to monthly subscriptions and let people be able to cancel their subscription from their dashboard
    • Easy to implement
      Not necessarily. I'd say it takes just a little to no extra effort to build recurrent billing.
    • Cost less
      Nope, it doesn't
    1. 1

      I'd say it takes just a little to no extra effort to build recurrent billing.

      I have an MVP and I want to launch early, but Stripe does not support my country and PayPal requires you build your own system and dashboard, so it takes a lot of time, so I decided to use PayPal Checkout then I will move to Stripe through Atlas in case the project succeed.

      Any advice ?

      1. 2

        Works. I have no experience with PayPal checkout but I'm sure you'll be fine.
        All the best.