#noobmaster69_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217009749946531920
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Are you referring "virtual wallet" to "account balance" here https://dashboard.stripe.com/balance/overview ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I have a wallet for my application. Can i use the external account card for payment for my payment. For my platform the if the customer wants to load funds to the platform's wallet i need to deduct the amount from their payment source and add to my stripe wallet which i can use to payout!
what would be the best way to do this?
i am trying to use stripe api for this process!
There is no concept of "wallet" in Stripe. The closest I can think of is the account balance, i.e. the place which holds the funds before paying out to your bank account.
If the customer makes payment (https://docs.stripe.com/payments/accept-a-payment), the fund will go to account balance first, then paying out to your external bank account (https://docs.stripe.com/payouts).
thanks i will look at the docs