#devil_api
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/1265290863618162698
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- devil_webhooks, 7 minutes ago, 10 messages
- devil_webhooks, 4 days ago, 19 messages
hey there, is that balance pending?
YOu can only create transfers with an available balance, or by providing a reference to the charge with a pending balance
Otherwise, you can use our "bypass pending" test cards to get some available balance immediately after a test payment
You'll need to switch your account settings to manual payouts too, or the balance will be earmarked for a payout
alright, but how do I check if that is pending balance in test
Retrieve your balance: https://docs.stripe.com/api/balance/balance_retrieve
Look at pending vs available: https://docs.stripe.com/api/balance/balance_object#balance_object-pending
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
alr in test mode I have £2,329.03 for a test connect account
What about for your own platform account?
If you have available platform balance you should be able to create a transfer, yea
So if that's failing please share the failed request ID
actually got it to work, some colleague wrote some wrong code XD