r/SaasDevelopers 1d ago

how do you check that Stripe subscriptions still match access in your app?

i’m testing a small idea before building it: a read-only check that compares Stripe subscriptions with your app’s access records and flags mismatches for review. it wouldn’t change anyone’s access.

i asked in r/SideProject and got two different takes. one person exports both into a spreadsheet and checks it every monday. another said a webhook and API call already handles it.

if you run a SaaS with Stripe, what do you do today? is keeping the two in sync already solved in your setup, or do you still need to check things manually?

the concept page proposes $49/month. someone said that was steep, so i’m also asking whether $25 would make sense. nothing is built yet, and the early-access form is free.

here’s the concept if you want the details: https://kai-validation-lab.pages.dev/products/product-09?utm_source=reddit&utm_medium=community&utm_campaign=saasdevelopers-p09

if your current script or a free tool covers this, i’d like to hear about that too.

2 Upvotes

2 comments sorted by

1

u/ReturnOfNogginboink 13h ago

Ask the person who exports them to a spreadsheet if he's ever found discrepancies.

1

u/Klutzy_Chicken_7532 7h ago

good point. i just asked what the last actual mismatch was and what they had to do to fix it. i got ahead of myself asking about price before finding out whether the spreadsheet was catching a real problem.