#ParkerMurray
1 messages · Page 1 of 1 (latest)
Hi there can you share with me the ID of issuing_authorization ?
Also did you approve or decline upon receiving issuing_authorization.request event ?
let me get the issuing_authorization.request ID
iauth_1MbyICLTMGrur7WERxYNjOs2
Yes I do decline the request by changing the response "approved" field to false, but on the dashboard it shows that it was approved.
Just checked your Dashboard. The status if this authorization is declined.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Also I didn't see any request to decline this authorization. It was declined because your webhook time out
Ok, let me check again
iauth_1MbyWtQ9Ow3CBOAj7z0Dix9s is also declined because of webhook timed out
hmm in my dashboard it is showing that they approved?
Can you take a screenshot of your Dashboard?
these are all showing as approved.
I also have stopped receiving the issuing_authorizations.request webhook.
Hmm, are you looking a the correct iauth_1MbyWtQ9Ow3CBOAj7z0Dix9s ? because the name on card and the card's last 4 digit are different from what I saw in your Dashboard.
that may be the case. what I am trying to figure out is how I can create a test test authorization and have it be show that its declined through the webhook. am I able to do that?
You can follow this guide https://stripe.com/docs/issuing/purchases/authorizations
Yea haha I have been reference these docs, but despite me handling the webhooks as directed the statuses don't seem to come back as declined.
do you have the event id where you declined in your response?
Let me see if I can find one.
in the mean time, can you think of a reason as to why I am no longer receive that webhook from test authorizations in the dashboard?
i'm afraid i don't quite understand, where are you seeing that you're not receiving that webhook in the Dashboard?
I am running my server locally and piping all the webhooks to that server.
alright, have you tried restarting the cli?
i.e. stop it and then start listening /forwarding again?
Yea I have
I am still receiving the issuing_authorization.created webhook which is what is so confusing.
according to the docs the issuing_authorization.request is supposed to occur first correct?
yep, gimme a second to take a look