#blinkdaffer
1 messages · Page 1 of 1 (latest)
You should create connected express account for each user. Instant Payout is meant for yourself
what if i need to make an instant payout to the user
so i onboard the new user with express account, then to make a payout to the user, use instant payout?
Oh sorry I missed about Instant Payout. Yes you would be able to send Instant Payout to your Connected Account. Doc is https://stripe.com/docs/connect/instant-payouts
so if want to see the cards associated with the account to display an option to user to select their preferred card
is this available for express accounts,
i checked the api and i can retreive card using a customer_id
i dont see any documentation on retreving cards using account_id
also can users have a account id and a customer id ?
I think you are mixing things up. There are 2 types of users
- Customer who you charge them some amount
- Connected Account who you can share you revenue after charging some customer. You share the revenue by transfer some amount to them or make an Instant Payout
You can't send fund to Customer
Let's say you run a business, has vendor to provide goods or services and customers to buy/purchase those services. You act as a Platform
hey @solid goblet i'm new to stripe iv'e been reading up on it & just now found out you guys have a discord lol i'm so geeked to learn more become i do alot with stripe
okay for eg. my application currently pays out funds to content creators, so each creator will have an account_id
@bleak rivet let's open a new question in #dev-help and I am happy to follow up in your own thread
and if i need to send these content creators payouts
okay for eg. my application currently pays out funds to content creators, so each creator will have an account_id
Yes correct, each creator is a connected account
i will just use instant payout on the connected account
and i am sorted in terms of sending content creaters instant payout
great
now i want to give these content creators and option to select which source they want to receive the payout on. incase they have multiple cards etc
is there a way for me to get basic card details like last 4 digits, bank name
?
When an express connected account "onboarded" to your account, Stripe will collect their Bank account and manage it. The express account holder will be able to modify such information. When you are platform, you can just create a Payout, specify their account id and we do the rest
so i cant give them the option to choose which account they want to transfer too or whatever
i just initate a payout directly to the connected account using the account id
and one last thing. just to be clear, i cant take customer_id and make an instant payout to the card right?