#aniket-dashboard-developer

1 messages · Page 1 of 1 (latest)

tulip gale
#

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

deft sonnet
#

Is Stripe taking time to send payment_intent.succeeded events to this webhook?

tulip gale
#

no

deft sonnet
#

So everything is instant?

#

My webhook isn't working which is listening to this payment_intent.succeeded event

tulip gale
#

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

deft sonnet
#

pi_3LXovjESu4iOqTBV0z2TdK6B

#

about my webhook

#

You got anything?

snow peak
#

Hi, stepping in here as koopahaj is stepping away. Please give me a few minutes to catch up.

deft sonnet
#

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.

snow peak
#

You cannot delete it but you can deauthorize it, looking for the doc to share

deft sonnet
#

Actually to test the webhook, I was thinking to add my credit card details. But hesitating due to security reasons.

snow peak
#

Testing with live card is not advised.. still looking and handling a few asks simultaneously

deft sonnet
#

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?

snow peak
#

There is no way to test in production as it's against our card network rules.

deft sonnet
#

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.

snow peak
#

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

deft sonnet
#

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.

snow peak