#ali-osaid_api
1 messages · Page 1 of 1 (latest)
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.
- ali-osaid_api, 6 hours ago, 30 messages
👋 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/1270779789858570252
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, you mentioned that you tried source_transaction can you speak more to this? Can you share the request that failed even when you passed this? When you pass this, the transfer request automatically succeeds but isn’t executed until the funds from that charge are available in the platform account: https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted#transfer-options
yeah sure give me a min im sharing
the problem was that on topup i completely use stripe.charge and keep all the funds in platform
and update user wallet in DB on payout i transfer those funds from platform to user connected account
thats why the problem begins since the funds are not in available balance cant transfer to service provider connected account
Any luck?
If you need a balance on the account to test things, you can use this test card https://docs.stripe.com/testing#available-balance which bypasses the 'pending' phase of the balance. However, I do not think that is your issue. I would really like to see an example for when you passed source_transaction and the request still failed due to a low balance.