#mertavelli
1 messages ยท Page 1 of 1 (latest)
Have you seen this doc? https://stripe.com/docs/connect/bank-debit-card-payouts
yes, but i would like to allow my users to make deposits so that they can deposit money into their account and then buy something if they want
Hello ๐ Taking over as pompey needs to step away soon
Just so that I am on the same page, Are you trying to leverage custom account balance to allow your users (connected accounts) to buy products?
yes
Hmm okay. You might be able to use account debits to charge the connected account for a product
https://stripe.com/docs/connect/account-debits
However, I don't think connected accounts themselves can top up their balance
Do you really need a connected account for your usecase? You might be able to use customer object & customer balance for this.
okay where is a documentation for that?
Ah hang on! just remembered that customer balance might only work for invoices ๐ฆ
https://stripe.com/docs/invoicing/customer/balance
You can't use that to pay for one-off paymnets
so there is no way to build a platform with stripe on which users have an account balance on which they can deposit money, send their money to other users, receive money and pay out money? (similar to paypal)
As far as I know, its not something that we support by default unfortunately..
I'd recommend talking to our support team in case they know of any alternatives
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
okay thank you