#aarsen1c
1 messages · Page 1 of 1 (latest)
hi there!
yes it's possible, you could use the Customer balance for this: https://docs.stripe.com/billing/customer/balance
hey! so for each user on my app, I create a customer account on my app. The user's can deposit the money in the wallet, which will eventually be stored on customer-> balance? Is this the flow?
you let the user pay (for example $100), and once the payment is cussefull you increase they Customer Balance by $100.
later, when the user use some of their funds, you reduce the Customer Balance by the appropriate amount.
great! what about when the customer wants to withdraw this balance to their banks? can i do that? if yes then how, appologies if it's a low-effort question.
you could if you created a Refund for their original payment
otherwise no, you cannot send money to users with Stripe, unless you are using Stripe Connect and they have a Stripe account
i checked the docs for stripe connect and checked the onboarding process, if I am not wrong, then this is for business account's only, right? like i could create payouts for other business
I'm not sure I understand your question. can you rephrase?
i am asking if the onboarding process for stripe connect is exclusive to business accounts, allowing you to create payouts for other businesses?
what I can say is that business_type can be set to individual: https://docs.stripe.com/api/accounts/create#create_account-business_type
but if you have more quesitons about what that means exactly, you should ask Stripe support directly: https://support.stripe.com/contact