This is the first step towards the "marketplace" feature of WePay or PayPal, which is great. But it's not very useful unless I can add a fee for myself.
On a $100 purchase, I should be able to split the money so that $3.20 goes to Stripe, $1.00 goes to me, and $95.80 goes to the seller. Without that ability, I have to make up a separate billing arrangement with the seller, either a flat rate (eg subscription) or calculating fees and billing them post-hoc - messy and unreliable.
Does this mean there is no way to even charge sellers who use your service, other than requiring them to fill out their own credit card on your site? That seems like an extra hassle for setting up a service that charges users for use of the marketplace.
This was an ad-hoc project because one didn't seem to exist. Recently, http://digmydata.com added Stripe support and certainly supersedes this project.
Yes, there a number of assumptions and simplifications made due to the easiest-available data from Stripe. Pull requests welcome: https://github.com/zapier/stripeboard
I just tried this with my own Stripe account but it requested my business details all over again. Is it not able to use the details I first signed up with?
I dont think there are any apps that use this atm but there are tons of potential uses where the alternative was getting people to give you their paypal api keys. Not the most secure thing but usually one of the only options if you were building something where the revenue has to go directly to a users account.
On a $100 purchase, I should be able to split the money so that $3.20 goes to Stripe, $1.00 goes to me, and $95.80 goes to the seller. Without that ability, I have to make up a separate billing arrangement with the seller, either a flat rate (eg subscription) or calculating fees and billing them post-hoc - messy and unreliable.