Budget: $120 Fixed
Timeline: Needs to be done today/tonight
Hey everyone, I’m building a micro-SaaS and I’m completely stuck on getting my checkout flow to sync with my database. I don't have time for a week-long interview process; I just need someone who knows what they are doing to hop in and fix this.
The Work:
Connect a Stripe webhook endpoint to a Supabase backend (Next.js environment).
Map incoming Stripe webhook data (invoice.paid and customer.subscription.deleted) to update the subscription\_status and tier rows in our Supabase profiles table.
The Test Scenarios to Verify Payout:
Test 1 (Success): Run a test checkout using Stripe's test card. Verify the Supabase DB updates the user to "premium" instantly.
Test 2 (Cancellation): Trigger a cancellation in the Stripe dashboard and verify the user's access is revoked in the DB.
If you can do this right now, send me a DM with your GitHub or a link to any live project/app you've deployed that handles database logic.