Backend workflow not triggering query in live mode

I’m listening for stripe customer subscription events update and deleted events. The stripe event cancellations is sent successfully. The connection is linked… I can send emails Whenever the workflow is complete.

I have a custom data type called payment that holds a stripe customer id. I want to query for the id and delete the payment when user canceled their subscription, but its not working in live mode. Server logs aren’t even working i can’t debug, it’s just blank.

Things I’ve done set stripe customer portal to cancel immediately.
Removed initialized tag from address.
I’ve tested sending email when status is not active and that works but not query.
Also server logs only works in test mode not live.

Have you configured the webhook URLs on Stripe live mode? If they have /version-test/ they’ll be going to your test version.

Do I remove version test from the url? when i press detect data a new url doesn’t show

Removing version test worked thanks.

This topic was automatically closed after 13 days. New replies are no longer allowed.