Is there any FOSS to manage subscriptions? My particular need is to trigger an API call upon subscription to start the service, and then bill subscribers based on their usage. The service would report the usage to the subscription manager.

It would be awesome if the manager also provides a user area for subscribers to manage their subscription, pay bills and change a few settings, create support tickets, etc.

Duplicate of https://lemmy.ml/post/92688 since I am not sure this kind crossposts are allowed.

  • @southerntofu@lemmy.ml
    link
    fedilink
    22 years ago

    Manage subscriptions to what? And what for?

    If you’re interested in FOSS, chances are you can run a service based on donation and that’ll be better for you and your users. You can check out liberapay.com (and others) for this purpose.

    I mean if you’re going into more details maybe someone can have ideas, but your request is very abstract so far :)

    • @dragnucs@lemmy.mlOP
      link
      fedilink
      12 years ago

      It is a subscription to a hosting platform. Subscribers register for free and should be charged per usage or add-ons.

      Donations would not work for my use case.

      • @southerntofu@lemmy.ml
        link
        fedilink
        12 years ago

        What kind of usage are you referring to? So far it sounds like a typical e-commerce platform with an integration toggling a flag per service/addon in your database.

        • @dragnucs@lemmy.mlOP
          link
          fedilink
          12 years ago

          Exactly, If enabling a paid service, it should trigger consumption and billing. If only using free stuff, the service stays free and the final invoice shows 0 money to pay.

          However, unpon initial subscription to the platform/service, the subscription manger should trigger a webhook to start the actual service. You know just spins some containers.

          There is killbill.io but it seems too clumsy.

          Something like Zuora or Chargebee is what I am after.