#thanoskir_36266

1 messages ยท Page 1 of 1 (latest)

stray fernBOT
remote harness
#

Hi there!

#

What have you tried exactly?

#

Did you disconnect an account? If so, can you share the account ID (acct_xxx)?

vestal lantern
#

I did that, with the trigger command I managed to reproduce the call. But when I disconnect the account from the dashboard, I can

#

I cant *

remote harness
#

Is your webhook event a Connected webhook event listening to events happening on your connected account?

#

Can you share the account ID of the disconnected account (acct_xxx)?

vestal lantern
vestal lantern
remote harness
vestal lantern
#

Correct, I have both of them in my account

remote harness
#

Sure, here is the account id: acct_1O00NZEHfj3wuN9L
Thanks! Give me a few minutes to look into this.

#

Wait, did you share your own account ID, or the account ID of the connected account to disconnected?

vestal lantern
#

The id of the connected account

remote harness
#

And how did you disconnect the account exactly?

vestal lantern
#

Navigate to my account -> Click on connect -> Find the desired account -> From the top right, click on disconnect account

remote harness
#

Oh so you disconnected the account from the platform account itself. In this case I don't think we send the account.application.deauthorized event.

vestal lantern
#

Hmm really?

#

I can see from the webhook events that there is the account.application.deauthorized event here the event id: evt_1O58U1E9JfjsEemTm90XW6r8

remote harness
#

Oh sorry about this, looks like I wrong then. Give me a few minutes to look into this.

vestal lantern
#

Sure

stray fernBOT
elder knot
#

Where specifically are you expecting to receive that event? Via the CLI or an actual endpoint?

vestal lantern
#

Hello @elder knot, on an actual endpoint.

elder knot
#

Which specifically?

#

The we_xxx or URL

vestal lantern
#

I want to test that the code that I write is correct. So I am trying to disconnect the account from the stripe dashboard and get the webhook in my local machine

elder knot
vestal lantern
#

The reason that I am getting 404 I am looking for ๐Ÿ˜„

elder knot
#

Does that endpoint accept POST requests? Just tested it myself and also got a 404

#

Yeah we wouldn't know that I'm afraid. It's some configuration issue as your end

vestal lantern
elder knot
vestal lantern
#

This is the webhook that I created for the stripe connect calls

elder knot
#

I understand that, but that URL doesn't exist โ€“ we're unable to deliver events there. You need to start by making sure that that URL is valid and actually maps to a route/endpoint in your PHP application

vestal lantern
#

Ok thanks

#

Do you have a way to forward these events from the stripe connect to my local machine?

elder knot