Stripe integration - Product relationship

Hi,

I’m starting to use the native Stripe and Noloco integration. However, I’m having trouble identifying the relationship between Product and Subscriptions or Customers and Subscriptions. Should I do anything else?

To provide a little more context: I’d like to validate whether a user is up to date with one of the solutions they’re subscribing to, so I can guide them through their payment before continuing their access. To do this, I need to validate that user’s subscriptions.

Hey @AcervoVivo

Just like in Stripe, a user can have multiple subscriptions, so you would need to check if all of their subscriptions are active. If it’s past_due or unpaid then they are behind or haven’t yet paid.

This could probably done with a lookup or rollup of the status