#notamamasboy_v2-events-deliveries
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/1442562345069973549
π Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello. π
What is your question?
I guess my question is "can we expect to receive outbound payments event notifications if they are done on the dashboard platform
Whether they are triggered by the Dashboard or an API request, the event should be emitted in both cases
My experience using the workbench is that the events that get created are not being sent to the webhook endpoint
Looking at the event you shared, there are no endpoints configured to listen for it
how does one configure an endpoint for that event?
I have an event desitnation called "adventurous-sensation"
that should be listening to those event types
The only webhook endpoints I see are Test/Live modes that both point to https://www.sfdominos.com/stripe/webhook
there is a /stripe/v2webhook endpoint for those events
Maybe it hasnt propagated correctly?
I can see it on the workbench, and like i mentioned I was able to ping it successfully
for example, this is the ping event evt_65TgQnrzlPK8PJCh8QT16P12Da1LSQVx6CrDa2ct9pwJzM
that hit the endpoint correctly
Yes I can see that too
Can you test again to make sure these events are propagating correctly?
a payout?
or a ping?
I'll do a ping first
evt_65TgRP13sB2FG2BroQT16P12Da1LSQVx6CrDa2ct9pwAIy -> success
I don't know what you mean by "ping". Stripe webhook event deliveries are POST requests from Stripe servers to the URL you specify.
yes, in the workbench you can trigger a ping event to the webhook
v2.core.event_destination.ping
I send another outbound payment : evt_65TgRQg9lPbYNEsyOhU16P12Da1LSQVx6CrDa2ct9pw2Hw
and still no i did not receive it on the same endpoint that I was able to get the ping event notification on
any help on this matter, would be greatly appreciated
I'm still looking
thanks @terse fog
Okay, I reached out to my colleagues and this is proving difficult to debug. Do you mind if we convert this to a Support case so we can debug async and get back to you?
Hello @golden kernel, we have sent you a direct message, please check it at https://discord.com/channels/@me/1442572976062201866
- πThe message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
If you can just respond with the details to that DM, it will route directly to my team
There should be a box clicked to route directly to us
I guess because I had the assistant open previously I couldnt see the new support request
Yeah, hopefully we can track this down
notamamasboy_v2-events-deliveries
Okay @golden kernel we did actually find something clear
In the request where you created the Event Destination: https://dashboard.stripe.com/acct_1GGydgAOLuEUCwe2/logs/req_v28yOcW1CdSQHBdb4
The events_from parameter shows ["other_accounts"]
But the events you are trying to receive are coming from your own account.
You should be listening to events_from: ["self"]
hmm
i dont see where I can configure that
should I create a new event destination maybe?
You used the Dashboard for this so I'm not very familiar with those options. The team staffing this server focus on using the API where you can specify the events_from parameter
should I create a new event destination maybe?
Yes that will be required.
Once a webhook enpoint or event destination is set up, you cannot change whether it listens to other accounts or your own
I guess if theres an API for creating an event destination I can do it there
I guess my last question then
is whether or not you can use v2 accounts for self?
I'm not sure what you mean by that
Like, I have a V1 Sandbox account that is configured to use the V2 APIs. I created an EventDestination on this Sandbox account and it sends V2 thin events to my server
hmm
i think the issue was the dashboard wording was a bit misleading
can I share a picture here?
Sure
when I was reading in conjunction with the docs, they mentioned v2 api, so I guess I assumed that to receive those v2 thin event types I had to use the second option
and then of course, post creation, theres no way to tell that the webhook was setup incorrectly
Yeah, first option is what you want. The second would mean you are receiving v2 events based on changes on separate accounts you are connected to
π
can I ask you a question about thin events? or would you rather I open up a new thread
its simply whether or not I can expect chronological order with the notifications event.type
or is that still not guaranteed
That is still not guaranteed