When comparing Stripe vs InvoicePlane, the Slant community recommends InvoicePlane for most people. In the question“What are the best invoicing webapps?” InvoicePlane is ranked 1st while Stripe is ranked 2nd. The most important reason people chose InvoicePlane is:
Install it on your own server without having to pay.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Very Easy to Setup
Stripe is very simple for developers to integrate into their application as it is a "works out of the box" solution with a fantastic API.
The Stripe API is incredibly simple to setup, for example creating a new charge with Ruby is simply:
require "stripe"
Stripe.api_key = "vtUQeOtUnYr7PGCLQ96Ul4zqpDUO4sOE"
Stripe::Charge.create(
:amount => 400,
:currency => "usd",
:card => {
:number => "4242424242424242",
:exp_month => 1,
:exp_year => 2014,
:cvc => 314
},
:description => "Charge for test@example.com"
)
Pro Very competitive fees
Pro Great Documentation
Pro Supports online marketplaces
Stripe have recently announced support for online marketplaces. This means a service can now enable their users to seamlessly collect payments using the Stripe API.
Pro It's free and open source
Install it on your own server without having to pay.
Pro Self hosted
No need to upload your private data to an unknown cloud provider. Self hosted means full control on your stuff.
Pro Easy installation and low requirements
The application can be installed in about 5 minutes and has very low system requirements. It can be installed in shared hosting environments or NAS systems with less power.
Pro Multilingual interface
The interface is translated by the InvoicePlane community into more than 25 different languages, including Spanish, French, Dutch, Russian, or Chinese.
Pro Built with modern web standards
The app uses the latest version of Twitter Bootstrap and jQuery and is compatible with all modern - even mobile - devices.
Pro Online Payment via PayPal and 24 other payment providers
Customers can pay invoices with one of 25 different payment providers which can be enabled in InvoicePlane, including PayPal, Mollie, Stripe, and Coinbase.
Pro Highly customizable
You can modify and customize various parts of the application and make it fit your needs: from curency displaying and amount formatting to email and PDF templates.
Cons
Con They have very complicated and expensive pricing for marketplaces
See here.