Hey guys, I am trying to do a search for a user and get their Stripe subscription quantity in a backend workflow. Here is what is look like:
And this is the search for user parameters:
I have hard coded a customer reference that I know is correct. Unfortunately it returns nothing. When I am on a page and select something like “Current User’s Stripe Subscription’s Quantity” it works great, but I can’t get it to work in this back end workflow. Does anybody have any idea why?
EDIT: I managed to fix it by getting the backend workflow to ignore privacy rules. Given this is an API endpoint that is triggered by Stripe for PaymentIntent.Succeeded, I will need to build in some extra security to ensure nothing sensitive is exposed.