#nickdnk_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/1315811710510174288
đ 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.
- nickdnk_best-practices, 5 days ago, 54 messages
- nickdnk_error, 5 days ago, 70 messages
- nickdnk_error, 6 days ago, 7 messages
See req_NqDCqBm62jXvBy for instance
this does not seem to trigger the webhook
So not sure how to test this
I'm just "testing it in live mode" as I don't really know how to simulate this in test mode
cant make any changes to business in test mode. It says this.
If there is a different event I should listen to instead for verification things, do let me know.
And by that I mean KYC stuff for the connected account
Hi, I can confirm that an event was emitted for that request: https://dashboard.stripe.com/events/evt_1QUFg9Lj11YtqxjbW9JrPKl4
However, it does not look like you're listening to this event, https://docs.stripe.com/development/dashboard/webhooks.
You mentioned 'I added account.updated to both the connect and platform webhook, ' can you share the webhook endpoint id with me?
we_1C9HzSL7ilRdQXxEN8gDHNRg and we_1C7W6PL7ilRdQXxEBuxH4pD0
It's not clear which one is supposed to receive this
And kind of counter-intuitive, because you get application.deauthorized on the connect webhook, evne though it belongs to the platform
You'd think that would fire if an app of a connected account was disconnected
(because when would platform for that event fire, then?)
Maybe there is a lag before the webhook fires the events? I can try it again
No I still don't see it
Hmm, that request you shared is on a different account: acct_1BoB66Lj11Ytqxjb and you're only connected to acct_17xDxxL7ilRdQXxE in Test mode. Since that request is in live mode, and since you're not connected in live mode it would not send the event.
okay, so how do I trigger it in test mode?
This happens
I can try connecting it in live mode
Can you share the request id with me?
Okay it owkr
works
It's the connect webhook, not the platform: we_1C7W6PL7ilRdQXxEBuxH4pD0
It works in live mode
Just to confirm; this event would fire if the connected account had any changes to requirements, yes ?
such as currently_due, errors etc.
yes