#cme-issuing-testmode
1 messages · Page 1 of 1 (latest)
@tribal nacelle it can be a bit finicky in Test mode. What are you really trying to do, are you using the CLI and do yo uhave an example Event id evt_123 I can look at?
Yes, I can trigger card auth requests via the Stripe CLI so stripe trigger issuing_authorization.request --add card:financial_account=fa_1OVKEHPtj1XiosCtdcFO72NH --stripe-account acct_1OVGr0Ptj1XiosCt and those result in a number of other card and cardholder webhooks, and even issuing_authorization.created and issuing_authorization.updated but not a issuing_authorization.request webhook which is the one I want to test (and the one we need to respond to, to do realtime auth). I’ve tried doing fake card auths from the dashboard as well, and see a similar pattern, the auth is approved, other webhooks are sent, but not the issuing_authorization.request one.
yeah the CLI can be really painful in Test mode in some cases unfortunately.
Are the configurations on the stripe side okay?
I can't really debug this for you easily on Discord sorry
My advice is to try without the CLI
Ok I'll have a go. Thanks!
https://stripe.com/docs/issuing/testing do this flow so that it creates real "transactions" on your account to see if you can trigger the Event.
cme-issuing-testmode
Okay so we tried it without the CLI
Hello! I'm taking over and catching up...
The only thing we aren't doing is the capture - is that what the issue is?
iauth_1OZGopPtj1XiosCtfS6JF4U6
And we're setting up the issuing via the Custom Connect accounts
Did you set up an actual Webhook Endpoint to listen for issuing_authorization.request Events?
Do you work at Stripe?
Nope not a stripe employee but we figured it out -it was the connect part for the webhook and it's working. Thanks for help!
Where did you get the link you shared above?