Grabbing Subscription metadata from Stripe

I want to create a filter where I am using the meta data from a customer on stripe to confirm they have a specific plan before continuing.

I can’t seem to get the call correct or understand how I should be doing it.

I want the field highlighted in red here, msPlanId, I’m basically filtering on if that plan ID matches a specific ID

Yup is the same for me. When it’s a regular payment we can get the customer gata with the email : {{object.billing_details.email}}

But with subscription its impossible

I think its a major issue