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.