Paywall with Supabase - Stripe or RevenueCat

General Conversations

I want to add a paywall (subscriptions) to my app but have little knowledge of payment systems, i use supabase as my backend, and wanted to know what experiences others have had with paywalls and supabase.

I have read about the inbuilt supabase wrapper for Stripe, but it seems to create a lot of tables, and i don't really want to store finance data in the DB... so can Stripe be used with API calls instead of the DB?

And the same for revenueCat, can it be called from APIs, so no local stored payment data?

6 replies