#morenomdz

1 messages · Page 1 of 1 (latest)

willow belfryBOT
#

Hello! We'll be with you shortly. 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.

lusty kettle
#

Hello

#

To summarize you aren't seeing the Event be resent when you try to resend via your Dashboard?

coral wharf
#

yep

#

if I do call with stripe events resend evt_1OEja32a6Co6XWtF0YeAU3Ly --account acct_1O2kiX2a6Co6XWtF it pings my machine, but this takes much longer to do

lusty kettle
#

Ah yeah this button does not work for triggering on Connected Accounts

#

You can only use that button for Events on your own account

coral wharf
#

oh

#

I see

#

so I will have to use the CLI event

lusty kettle
#

Correct

coral wharf
#

alright, thanks 😉

#

@lusty kettle I got it to work but it seems I need to figure out a way to handle auth too?

"response": {
    "message": "Error constructing Stripe event: Error: No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? https://github.com/stripe/stripe-node#webhook-signing"
lusty kettle
#

Have you checked that you are using the Webhook secret that was provided by the CLI?

coral wharf
#

yep, but the way our code is setup is a bit confusing, trying to digest this hehe

lusty kettle
#

Are you using a Node baackend?

coral wharf
#

yep, got it to work now!

#

any way to search thru the webhook events in the dashboard? it is super hard to find the webhook event for a given payout ID for example

lusty kettle
#

If you look at a certain object (like a Payout) then you should see the Events associated to that Payout on that page

coral wharf
#

even when I am looking at a connected account screen?

lusty kettle
#

Yeah you should

coral wharf
#

oh found it

#

nice nice

#

yea that works!