#RiderFx3
1 messages · Page 1 of 1 (latest)
Hello
happy to help! could you share more context?
I try to test my subscriptions webhook with Stripe CLI
my webhooks return me Received unknown event type
But the event type is correctly handled
Are you here ?
Sorry for the delay! Was catching up on a few other questions. Could you share the event ID for which you see this error, and the full stripe listen command you're using with the CLI?
evt_1LihZKKl6jDis02TAeWnxvPT
stripe listen --forward-to localhost:8000/app/modules/Abonnement/Webhooks/subscription.php
The webook is correctly fired
Received unknown event type : invoice.payment_succeeded
But it tell me the type of event is incorrect, but it's correct lol
Dont' understand why the switch don't work
Are you here ?