Exclude a user based on Stripe Subscription Status

I have an app in which potential clients can search for barbers, hair salons, etc, in their local area.

In the event a barber or hair stylist is no longer an active subscriber, I would like for them to not show up in the search query. So here is the search flow:

  1. User searches by name, shop, or zip code.
  2. A list of "active subscribers will appear via repeating group
  3. Only those that are active subscribers via Stripe should appear.

Using the search functionality in the repeating group…how can I ensure ONLY those that are active (i.e. paying subscribers) show up?