#jefskoa_webhooks
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/1419660511800201306
๐ 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.
- jefskoa_webhooks, 3 days ago, 45 messages
- jefskoa_api, 3 days ago, 24 messages
๐ happy to help
do you mean the connected account created a manual payout for itself?
I created the Payout as a connected account user to test if I got the web hook event. I see the payout in the Events log in Dev dashboard but did not see it as a web hook delivery though my web hook is setup to "listen" for payouts.paid.
would you mind sharing the event ID and the webhook endpoint ID that you created?
Not at all, was just pasting it in here when you replied ๐ : https://dashboard.stripe.com/acct_1QptxoI1VSC7qNYw/test/workbench/events/evt_1S98ExI1VSC7qNYw7ivsSIHd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is not a connect payout
this is a manual payout on the platform itself
that's why you didn't receive the event
Will a manual payout ever generate a webhook event at the platform level? I setup the web hook at the platform level (all accounts) as in production we'll have over 500 connected accounts so didn't want to set them up individually. I need to get any payout.paid event in my webhook app. Will only auto-payouts be "seen" at the platform level?
your connected accounts shouldn't be able to create manual payouts on their own (unless they're standard accounts)
but yes you will receive the event
I want to make sure I've got my terms right. The platform level exists above all connected accounts. A connected account is an individual merchant account under the platform umbrella. Do I have that part right?
correct
And the payout I created, a manual payout, was at the platform level?
yes
In production, where our connected accounts are set to auto-payout, will those generate the payout.paid event at the platform level so the web hook picks them up?
they will be generated on each of the connected account, but because you've setup a webhook endpoint to listen to connect events you will receive the connect payout events
Is there a way to trigger that in the Dev Dashboard so I can see the payout.paid json? The json genererated by the payout event above did not contain the connected account id which would be critical to identifying our customer in our receiving web hook custom app. I am also listening for the report successful event and have been able to see that in the web hook dashboard and confirm the connected account id is there. Now I need to prove to my dev manager that I can "see" the connected account on a payout. Can you help?
yes you need to create a connected account
and then create a payment and then a manual payout on the connected account
I have a few connected account in our KOA Development dashboard. I'll create a payment, then a manual payout and see what happens.
I thought that is what I did at the end of last week to generate the payout.
you've done it on the sandbox
Yes, sandbox only.
but not the connected account of that sandbox account
but you need to create a connected account for that sandbox
Sorry, I don't mean for you to have to train me on dashboard use. But, I see Payments in my KOA Developer connected account from Sept 19 and Sept 17. How do I generate a payout for them manually then?
Here is how you can create a manual payout for your connected accounts: https://docs.stripe.com/connect/manual-payouts
Let me know what specific questions you may have after reviewing the document
I need to trigger a manual payout from the Stripe portal. Or can that be done if the connected account is set for auto-payout.
We can only help with thechnical questions on this channel.