#leo_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/1412369986910945341
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
you just need to create a payment first
you could use the PM that bypasses the pending balance https://docs.stripe.com/testing#available-balance
@round spear ohh that sounds simple! and how will the payout.reconciliation_completed event be emitted?
payout reconciliation doesn't happen for manually created payouts
would you mind sharing your account ID?
acct_1JhHQsPbhdfvD1kV
Is there a way to test the reconciliation_completed event? ๐ค
the easiest way here is to use the Stripe CLI and resend one of the existing events (e.g. https://dashboard.stripe.com/test/events/evt_1S2iwJPbhdfvD1kVhcZBuskb)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so you would first start by listening for events and redirecting them to your local server https://docs.stripe.com/cli/listen
and then you trigger that event by resending it
we started listening to the event today so we haven't gotten anything yet. Will it help if I make some payments using this credit card? https://docs.stripe.com/testing#available-balance
Also do I need to make changes to my account?
You're still at the mercy of your automatic payout schedule regardless of available balance
is there a place I can influence how often it happens? This is a connected account btw