Using Stripe payment links for subscriptions in your Flutterflow apps is a no code method of adding payment functionality without needing the Stripe API.
In this video we look at how to add Stripe payment links to your Flutterflow app to receive subscription payments from your users.
The code snippets used in the video can be copied from here:
https://rapidmvp.co/how-to-use-stripe...
This video uses the wrappers functionality which can be found in this video:
• How to use wrappers in Supabase
The limitation of this method is that you still need the API to automatically cancel subscriptions, which will be covered in a different video. Subscriptions can be cancelled in the Stripe dashboard and you can implement a method where you receive an email when a user cancels, using this method:
https://rapidmvp.co/how-to-send-email...