I am interested in starting up a payment processor that works the same way that Stripe does. I would like to know how I would go about doing this, what would be involved, if that would even be legal (ie. does stripe have some kind of patent on their method of payment processing that would be difficult or impossible to work around) and also roughly how does stripe actually work in comparison to something like Paypal? So what is roughly the conceptual architecture of Stripe?
Asked
Active
Viewed 149 times
-1
-
1Too broad; off topic; ... – user207421 Mar 01 '16 at 09:23
-
Thank you very much for the answer - that is what I was looking for; I did search before I asked this question but didn't find that one. – flyingpython Mar 03 '16 at 02:37
2 Answers
0
Reading of the documentation would be involved, plus knowledge of programming / or the system you need to integrate.
Start from the manuals:
- Stripe Integration Manual
- For Paypal the docs are here: Development & Integration Guides, it's similar to Stripe

Farside
- 9,923
- 4
- 47
- 60
0
You might want to look into Stellar or Ripple. They are both open source, so you can get an idea of the effort and technologies involved. You could also fork one of them, or just use them as is.

Myrle Krantz
- 136
- 1
- 3
-
You may also want to have a look at Fineract. Also open source and currently in incubation at Apache. I'll be presenting a Fineract/Stellar connector at the Mifos tech conference next week in Amsterdam. – Myrle Krantz Mar 01 '16 at 21:38
-