Search for Users with Stripe Customer ID in backend workflow

Hi guys,

I’ve got a funny one. I’ve got a backend workflow for processing Stripe webhooks. However, when I try to retrieve the User using the ID returned by the webhook, it fails - but only when it’s in a backend workflow. As a test, I did exactly the same logic using hardcoded customer IDs and it was able to retrieve them on the front-end but unable to do so in a backend workflow. Does anyone have any ideas?

Mike

Hi there, @mdaniel… just a quick thought, but have you tried checking the box to ignore privacy rules when running the backend workflow?

Best…
Mike

@mikeloc that seems to have done it! Fantastic!

Thank you.

1 Like