#Sero
1 messages · Page 1 of 1 (latest)
hi! if you want to send money to people , like the recipient of the crowdfunding, you need to use Connect and create accounts for them. https://stripe.com/docs/connect
so basically the users will be kind of like my "clients"?
and then I will redistribute the funds sent to me to those "clients"?
something like that yes
is it good practice to connect/create when the user is registered in the platform or the crowdfund post is created? or should I do that in other ways?
there's no particular best practise, it's what works for you. I'd suggest reading through the Connect docs
thanks, one last question then i'll leave you alone, do you know if the api is supported by the Deno runtime? if there are official libraries for it
I don't know what Deno runtime is
the API ultimately is a HTTP API you can call from anywhere by making HTTP calls from any client, we have various SDKs and libraries that make it easier and that support a number of platforms, see https://stripe.com/docs/libraries for more information