You’ll need to setup a webhook in stripe to forward information to supabase on subscription.created/updated/cancelled.
Since supabase doesnt have ‘endpoints’ like Xano, you’ll need an edge function to handle that. From there you can use the supabase javascript commands such as supabase.update() etc.