#tronking55
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tronking55, 1 hour ago, 15 messages
- tronking55, 3 hours ago, 18 messages
- tronking55, 6 hours ago, 9 messages
- tronking55, 9 hours ago, 10 messages
- tronking55, 23 hours ago, 3 messages
👋 happy to help
would you mind sharing the request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
Well, it's not logged in my dashboard.
I invoked that api with curl command.
I want to send some fund to the other stripe accounts, but as you can see, the total balance is 0.
It differs from api result.
would you mind sharing your account ID?
acct_1O5VOKGaAOMRNFzm
the balance you're checking in the screenshot you shared is for another account
the available amount in your account balance on the dashboard has both the available and pending amounts
probably because the account has payouts_enabled:false for example and needs to provide more information to enable payouts.
yes and yes
How can I try on dashboard?
this Discord channel is really for devs calling the API so I can only really help with that
you can try clicking the "View requirements" button though
To be honest, I want to make a withdraw system to transfer funds from admin stripe account to users' stripe account.
Currently, I'm trying that on the dashboard, but the goal is to implement this by apis. We should provide the frontend(I'm not sure what uis are needed for withdraw yet.) that let users withdraw money and this need to interact with our backend.
There are some users who already had a stripe account, or other users who don't have a stripe account. We must consider both these two cases.
Can you give some advice for this?
I would start by following a guide like https://stripe.com/docs/connect/collect-then-transfer-guide and get that up and running to get familiar with the set up
What kinds of information should need for withdraw?
For example, email or the others?
Is there any demo similar what I want?
maybe https://github.com/stripe/stripe-connect-rocketrides is useful
Okay, I will check them, and ask in detail later on.