#lelouch
1 messages · Page 1 of 1 (latest)
Looking
So that's the wrong event. That's issuing_authorization.created
issuing_authorization.request is what needs to respond in 2 seconds
Although that one also looks like it responded quickly
#1136676179814924431 message the event id you sent here isn't issuing_authorization.request
Got it. Let me check withe a colleague
sure thanks
My colleague advised you to write in to support: https://support.stripe.com/contact so that they can investigate this issue. They believe it's an issue in using stripe cli test endpoints, so in the meantime they advised you use ngrok
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You should still write in to support though to get this fixed. It should work through the cli too
Yeah because that's still via the cli
how do i do without cli ?
Try creating a webhook endpoint via the test mode dashboard
Using the ngrok url
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And remove the local listener/cli one for now
sure
will test now
still same issue
evt_1Nb3tRC2b2UXE1UEvOmBb6wc
is it because i set that a transaction should not be aproved unless by me ?
i dont know if that affects vertual cards
at the moment i am allowing payment only if i capture it, temporary till i finish implementing identity verifications
👋 hopping in here since codename_ducchess has to head out
Sorry for the delay - lots of people in the channel today
So for evt_1Nb3tRC2b2UXE1UEvOmBb6wc it looks like it wasn't actually sent to your ngrok endpoint - I think maybe you tested it too quickly after setting up so the webhook wasn't ready on our end
can you try one more time?
no problem, sure will test again
i got this error : Error webhook No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe
is it this part
event = stripe.webhooks.constructEvent(
request.body,
sig,
process.env.STRIPE_WEBHOOK_EVENT
);
ya i think i need to seperate this webhook
be right back
works now
i think ya everything here done, thanks