#aniket-dashboard-developer
1 messages · Page 1 of 1 (latest)
Hey @deft sonnet! Sorry but I am quite confused by your ask and what this has to do with the Dashboard role
Events are sent in real time though it's done with a background job
Is Stripe taking time to send payment_intent.succeeded events to this webhook?
no
So everything is instant?
My webhook isn't working which is listening to this payment_intent.succeeded event
yeah sorry let's take a step back because this is really confusing/vague
1/ Can you clearly give me a PaymentIntent id where the event is missing
Hi, stepping in here as koopahaj is stepping away. Please give me a few minutes to catch up.
No problem. Waiting for help.
Hey, just a simple question, apart from above context. Can we delete a standard connected account?
Sorry for being impatient. Please take your time. I'm here.
You cannot delete it but you can deauthorize it, looking for the doc to share
Actually to test the webhook, I was thinking to add my credit card details. But hesitating due to security reasons.
Testing with live card is not advised.. still looking and handling a few asks simultaneously
No problem, take your time to reply. Then is there a way to test in production? I have got Stripe test cards but what to be used for production instead of live cards?
There is no way to test in production as it's against our card network rules.
Okay then, let's switch to webhook listening problem. Payment Intent id is "pi_3LXovjESu4iOqTBV0z2TdK6B". I don't think my webhook catch this live payment.
My webhook status
we_1LXTXAESu4iOqTBV3gWArPq3
Webhook
May be I'm missing something, or doing something wrong.
After further investigating, I was able to confirm that at the event, evt_3LXovjESu4iOqTBV0VkLwu2f - payment_intent.succeeded, there was not any webhook endpoint to listen to it. That webhook end point was created, https://dashboard.stripe.com/logs/req_esX7Ns6pZBzrHq at 2022-08-16 17:26:32 UTC
Meanwhile, that event was triggered on 2022-08-17 16:17:33 UTC
so events after that webhook endpoint creation should be working as expected and I do see payment_intent.succeeded from that time stamp on
Ok then gonna check all this again at my side.
Thanks.
The above webhook is hosted in my account and I'm making connected accounts using this account's credentials, using stripe account header in my backend.
So is it like, though this webhook is hosted on my account but can listen to all the other connected account's payment_intent.succeeded event?
Just confirming.
With Connect webhook yes, to learn more please visit: https://stripe.com/docs/connect/webhooks