create_stripe_checkout
A supabase function that creates and returns a url to a stripe checkout session. Steps:
- Get the
supabase_user_id
from the request - Use the
supabase_user_id
to get thestripe_customer_id
from a table - Create a stripe checkout session and return the url of the stripe checkout session