#neto-dev_connect-webhook-events

1 messages ยท Page 1 of 1 (latest)

golden knotBOT
#

๐Ÿ‘‹ 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/1399480197518196878

๐Ÿ“ 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.

trail turret
#

I don't know if the problem generating the invoice is the same problem as me not receiving the events

grave token
#

Hello, lookign in to this. Do you have an example ID of an event (evt_123) that should have been sent to your ngrok endpoint but wasn't? If not can you try to trigger one now and send the ID from that?

trail turret
#

I had some on my old webhook that had already stopped receiving, after I deleted it and created a new one I stopped receiving. I can create one via stripe cli, would that help you?

grave token
#

As long as you can find an event ID that wasn't sent while you had an active endpoint for it, I should be able to look in to what happened on our side

trail turret
#

evt_1RpxLdH0Lp07tDY25braEn9c

grave token
#

Ah, so the only test mode endpoints on your account currently are connect webhooks, meaning they only receive events from your platform's connected accounts. To start receiving these events you will need to register an account endpoint for that URL

trail turret
#

Yes but all the endpoints I use are from connect accounts anyway

#

In my context I wouldn't need the master account, I implemented everything so far like this

grave token
#

Gotcha, in that case the solution would be to create the invoice on one of your connected accounts

#

Because your existing test mode endpoint will get events from invoices on those accounts

trail turret
#

Exactly, I am creating it

grave token
#

The invoice from that event (in_1RpxLZH0Lp07tDY2DjyCZHzr) only exists on your platform account, if you try to retrieve it from the connected account you will get an error that it doesn't exist.

#

Basically, with Connect, our objects live on the Stripe account that they were first created on

trail turret
#

So what you're telling me is that when creating I'm creating with the master account and not with the connect? and that's why I don't receive the webhook?

grave token
#

Exactly

trail turret
#

I'm going to check, thank bro

#

Hii

#

From what I saw and debugged here the invoices are being created in the connect accounts sub_1RpsAkQn8w7ktsfBbkBtS0sJ and in_1RpsAkQn8w7ktsfBXCkqZh8i

slender oxide
#

But for the event evt_1RpxLdH0Lp07tDY25braEn9c, that only exists on acct_1Mc5IsH0Lp07tDY2, which appears to be your platform account

golden knotBOT