#callum-issuing
1 messages · Page 1 of 1 (latest)
YOu're saying you receive the events to you CLI listen, and forward them to a server, but the server doesn't receive them?
Are you also sending them directly to a server, or only testing via CLI?
Are you using the latest version of the CLI?
Do you have an example event id i can look at?
The listen receives some events, please see this output
2021-11-05 14:06:58 --> customer.created [evt_1JsT4IJKsChUkYYH1B6dK89z]
2021-11-05 14:06:59 <-- [200] POST http://localhost:3001/stripe/webhook [evt_1JsT4IJKsChUkYYH1B6dK89z]
2021-11-05 14:07:56 --> source.chargeable [evt_1JsT5EJKsChUkYYHpCFo4deE]
2021-11-05 14:07:56 <-- [200] POST http://localhost:3001/stripe/webhook [evt_1JsT5EJKsChUkYYHpCFo4deE]
2021-11-05 14:07:58 --> issuing_authorization.created [evt_1JsT5GJKsChUkYYHFkk9ggG0]
2021-11-05 14:07:59 <-- [200] POST http://localhost:3001/stripe/webhook [evt_1JsT5GJKsChUkYYHFkk9ggG0]
2021-11-05 14:07:59 --> charge.failed [evt_3JsT5EJKsChUkYYH17OVnew5]
2021-11-05 14:07:59 <-- [200] POST http://localhost:3001/stripe/webhook [evt_3JsT5EJKsChUkYYH17OVnew5]
2021-11-05 14:07:59 --> payment_intent.created [evt_3JsT5EJKsChUkYYH1Y1hk7nL]
2021-11-05 14:07:59 <-- [200] POST http://localhost:3001/stripe/webhook [evt_3JsT5EJKsChUkYYH1Y1hk7nL]
2021-11-05 14:07:59 --> payment_intent.payment_failed [evt_3JsT5EJKsChUkYYH1NPEcNtU]
2021-11-05 14:07:59 <-- [200] POST http://localhost:3001/stripe/webhook [evt_3JsT5EJKsChUkYYH1NPEcNtU]
But it does not receive issuing_authorization.request - which is how we approve/decline the requests
Here is an event ID: evt_1JsT5FJKsChUkYYHfr7w7UTM - not received by the listen or the server
can you run stripe version to check which version youre using?
and, was this working before and stopped, or this is the first time you're trying via CLI?
Yes it was working before, we developed the while integration using the CLI, the same code is in production and working perfectly with stripe outside of test mode.
Version is 1.7.3
I'll update now but the issue also occurs on our staging webhook that is not CLI
Output from latest CLI version when attempting to make a payment with a virtual card. (Still no issuing_authorization.request being logged)
2021-11-05 15:17:13 --> source.chargeable [evt_1JsUAHJKsChUkYYHpd75H7Qu]
2021-11-05 15:17:16 --> issuing_authorization.created [evt_1JsUAKJKsChUkYYHMgA70lwT]
2021-11-05 15:17:16 --> charge.failed [evt_3JsUAIJKsChUkYYH1O16ZHD0]
2021-11-05 15:17:16 --> payment_intent.created [evt_3JsUAIJKsChUkYYH1BcbzBPn]
2021-11-05 15:17:17 --> payment_intent.payment_failed [evt_3JsUAIJKsChUkYYH1DpZwQLO]
Its like its being declined before it gets to us?
still testing this out for you. just running into issues updating my own CLI
Thank you!
Is it possible that my test mode is configured to decline everything? (thats the only thing other people have access to except me)
well yes there is the default auth behaviour after time out, but i would still expect the event to show up, i think
Yes it did previously show up and then decline if not responded to
catching up here one sec
Cheers!