Hey folks! Any ideas around how to implement Strip...
# help
g
Hey folks! Any ideas around how to implement Stripe payments when the BE is done on Supabase? Im using NextJS for the frontend.
b
This is something I'm planning to implement. I've already implemented sending mail from the Supabase backend here: https://github.com/burggraf/supabase-mailer
Stripe will work in a very similar manner -- we just call the API using PostgreSQL functions through HTTP or even PG_NET.
It should be a relatively straightforward implementation. If you'd like to work together on this, let me. know!
g
Hi @User thanks a lot for that! Are you using a custom server? Or everything is done with Supabase? Yeah absolutely would love to see how we can get this done.
b
Everything done just with Supabase using PostgreSQL functions.