Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat do I do about recurring billing?
    primarykey
    data
    text
    <p>This might be a subjective question, but I'll give it a go.</p> <p>There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS solution that will require a fully automated billing system.</p> <p>What I am not looking for when asking this question is not advice on implementing towards a specific payment gateway or stuff like that. Instead I'd like advice on what kind of approach to take.</p> <p>The functionality that I need is a system that can handle upgrades, downgrades, recurring billing, cancellations, etc. Initially for one product only, but it might over time be a requirement that the system can handle multiple products (by products I mean fundamentally different products, not different variations of the same product).</p> <p>As I see it there are a number of possible approaches when you need a solution like this:</p> <ol> <li><strong>Code a billing server yourself</strong> that supports this and is decoupled from each product so that it can handle multiple independent products.</li> <li><strong>Use a hosted solution</strong> like <a href="http://recurly.com" rel="noreferrer">Recurly</a>, <a href="http://chargify.com" rel="noreferrer">Chargify</a>, <a href="http://spreedly.com" rel="noreferrer">Spreedly</a> or <a href="http://cheddargetter.com" rel="noreferrer">CheddarGetter</a>.</li> </ol> <p>The advantage of using a hosted solution is obviously that you don't need PCI certification, the concern is outsourced and it is a lot faster to get up and running. These advantages come at a cost however: The most important support function for your product - i.e. the billing is not in your control. Additionally you have less control and flexibility.</p> <p>What would you do? If we look beyond the PCI requirements I would definately prefer to have a system coded in-house that could do this kind of job. On the other hand I've heard from numerous sources that coding a system like this is a pain.</p> <p>Any advice is highly appreciated. Also, if you advice to code it yourself, any experiences on how to do it or if there are any opensource projects (no matter the language, what I'm after is not the code but the structure) that I can benefit from would really mean alot.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload