Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I send funds from my stripe account to another stripe account without using the recipient's credit card number?

Can I send funds from my stripe account to another stripe account without using the recipient's credit card number? In my website, I want the admin to transfer funds from his account to the user's stripe account (not the user's bank account). User's stripe account info will be stored on registration to my site. If there is a way to transfer funds in this way, please share it with me. Thanks in advance!

like image 606
user3129425 Avatar asked Dec 23 '13 11:12

user3129425


1 Answers

As I understand it you can't do exactly as you wish (i.e. transfer money from one Stripe account to another) but you could take a look at Stripe Connect which allows you to collect payments on one of your user's behalf. The money will then be paid into their Stripe account minus Stripe's fees and your own (if any).

See here for further info:

https://stripe.com/docs/connect

like image 127
tommyd456 Avatar answered Oct 20 '22 13:10

tommyd456