#ddm4313_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247155780298473532
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Example
But this of course fails, as it says balance_insufficient, so I am wondering whether one must wait a certain period before creating a payout.
If you want to utilise the instant_available balance, you need to pass method: 'instant' on Payout creation: https://docs.stripe.com/api/payouts/create#create_payout-method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Otherwise it'll use the available balance
Alright, I guess otherwise I need to wait for it to go into available?
if so, is there a way to know by api when funds will be available?
You mean you want to be notified when it's available?
yeah , i mean im guessing there is by webhook then
ok, thank you. i appreciate the help.
Happy to help.