#abdurrehman_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/1466365253465014282
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
yeah today 2nd time it was done by me manually to check whether it works or not
sorry I meant delivered twice to the same webhook endpoint
yes the second time it was a resend
correct
the first time your webhook endpoint responded with
{
message: "Matching Athlete not found for stripe_connect_id: {account_id}",
}
the main thing is that when me as a user completes all the details thats required by stripe on get verified and it gets the status of rejected/approved etc
but no webhook is triggered
i agree but its not when its required
i mean that its triggerd last time on 20 of jan and today by me
let me share complete details
i have this stripe checkout where stripe requires details like bank account, id etc to create a stripe connected account
so i have this webhook account.updated in this i am validating that if the created connected account is now able to receive payements etc
so this behavior seems to be working on staging on dev sandbox but not now in prod mode
now in prod when filling out stripe checkout details for connected account i am not receiving this webhook
give me an event ID where you think you didn't receive it when you should have
ok
evt_1SraDjLfWjpfupqRHWKVFY2j this is the event id what should be automatically received by the webhook
it was automatically received
2026-01-20 08:23:28 UTC
and your endpoint responded with HTTP 200
{
message: "Matching Athlete not found for stripe_connect_id: {account_id}",
}
this account status is bascically validated in the webhook in regular case
in live mode the account doesn't get automatically validated
you need to reach out to https://support.stripe.com/?contact=true if you need to know more about the status of an account
Popular articles
sorry but can u explain the proccess of account validation in live mode?
explain a bit more plzzzzzzzz
sorry whats this link???
how you should handle verifications in livemode
basically you need to keep an eye on the requirements of the connected account to see whether there are still things missing or being validated
and for more info you should contact https://support.stripe.com/?contact=true
Popular articles
but stripe Ai is saying that account validation is done automatically
๐ Hey, taking over here, just taking a look
As my colleague mentioned above, and at the end of this messaging, there can still be issues or requirements that need manual intervention, so you would still need to keep an eye on the requirements
hi . As i am also listening to account.updated event but still its not being triggered by stripe when i fills out details for creating a connected account on stripoe
by this can u explain more???
Do you see the event in the events tab?
yeah its v2.core.account.updated
so v2.core.account.updated === account.updated
right????
as u can see on staging its working fine
No, these are different events, you would need to add the v2 one to your webhook config
events selection is totally same both for staging and live
You'll need to ensure it's a Connect type webhook, and not an Account one
ok
sorry i didnt get this. can u explain more
So when you go to create a new webhook endpoint, you'll be prompted to either create an Account or Connect endpoint. Account webhooks are used to receive events directly related to a single Stripe account. Connect webhooks, however, are used in the Connect context, so that you can receive events related to the connected accounts that are connected to your platform account. This is type you need to specify if you want to listen to events such as the v2.core.account events
yeah i am capturing events from connected Accounts
i have double checked this
but still i am not receving account.updated event wook
is there a specific event (evt_123) that you didn't receive a webhook for?