#3l3ktr0l4mpe-connect-payouts

1 messages ยท Page 1 of 1 (latest)

covert cosmos
#

@stuck slate hello! That's not really how Stripe works unfortunately. Customers are used when you want to charge someone for a product/service. You can't "send them funds" that way
If you want to pay out funds to someone, you need to use Stripe Connect and have a connected account for the individual/company you're collecting funds on behalf of
You want to read https://stripe.com/docs/connect to start

stuck slate
#

Do I have to redo all the stuff for subscription payments? :S or is it still working with connect?

covert cosmos
#

I'm not sure what that could mean

#

Subscriptions are for accepting payments. Connect is for paying out to individuals/companies. they are orthogonal/separate, but compatible.

stuck slate
#

ah okay, so i dont have to change the part that is billing users?

covert cosmos
#

It depends a lot on your business model and how you will integrate and how you distribute those funds unfortunately.

stuck slate
#

in theory we want users to pay for something (a service) these funds should go to our stripe account and stay there. on the other side we have users that are doing stuff on our platform getting paid for that. so its not like a market place where some users buys something and the funds go to a seller.

#

i dont know if i explain it correctly. simple said we want to pay out users from our funds that are available on stripe not in relation to someone who bought something

covert cosmos
#

Yep so in that case you're fine. You "just" need to add the "payout part" using Connect

stuck slate
#

that sounds great ๐Ÿ™‚

covert cosmos
#

you'll accumulate funds in your Stripe account balance, and you can pay out suppliers for example to their own Stripe account

stuck slate
#

"their own stripe account" are these "connected accounts" i can create through api if i understand it correctly.

#

a user has like a wallet on our page for example with 100USD. then he should click on "widthdraw" and getting redirected to stripe to fill in his bank account data to receive the money

covert cosmos
#

Yes. I would highly recommend that you talk to our support team: https://support.stripe.com/contact because you talk about a "wallet" and there are rules and regulations around money movement

stuck slate
#

hm good to know, me and my customer already had contact to someone from sales "Frank Herter D/A/CH Account Executive | Stripe" he said stripe would be perfect for our project ๐Ÿ˜„ I will contact him again

covert cosmos
#

sounds good!

stuck slate
#

are users getting an "invoice" for payouts? or do we have to do this on our own?

covert cosmos
#

no invoice for that no, you'd do this on your own

covert cosmos
#

@stuck slate are you all set?