#localpath
1 messages · Page 1 of 1 (latest)
Hello! Can you tell me more about how you're trying to trigger the issuing_authorization.request Event? And can you confirm you have a Webhook Endpoint set up to listen for that Event specifically?
Hey thanks. I'm using the cli locally with a listener
stripe listen --forward-connect-to https://tester.wallet.thedeka.dev/webhooks/stripe/connect --skip-verify
I just noticed that my staging webhook which is the registered webhook for test mode did not have issuing_authorizations.request as an event bc I used to ngrok to my local machine and disable our staging webhook.
I now realize I must of registered a webhook via ngrok for the issuing_authorization.request to go to since you can only send those to one endpoint per environment
I access the connect dashboard of the connected account and navigate to an issuing card then trigger test authorization via the UI
I guess my conundrum is I need to register just the realtime authorization webhook to come to me via CLI but not sure how to do that
Unfortunately the issuing_authorization.request Event is a bit buggy when used with Stripe CLI. I recommend testing it with a Webhook Endpoint in test mode to avoid any unexpected behavior.