Flutterflow Stripe Subscriptions (App subscriptions using Stripe payment links)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • 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:
    rapidmvp.co/ho...
    This video uses the wrappers functionality which can be found in this video:
    • How to use wrappers in...
    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:
    rapidmvp.co/ho...

Комментарии • 12

  • @LeviAttevelt
    @LeviAttevelt Месяц назад

    Thank you a lot on this tutorial! one question: i'm new in supabase and when importing tables from stripe i get the message "RLS not enforced on foreign tables. I see you don't have this problem and have no lock icon next to the imported tables. What have you done to change the authorization settings? is it a private table now? thanks in advance

  • @user-nn1ki4cz3m
    @user-nn1ki4cz3m 2 месяца назад +1

    is there a tutorial for payments other than subscriptions?

  • @stivenramirez7597
    @stivenramirez7597 3 месяца назад +1

    Amazing

  • @dakaradakaradakara699
    @dakaradakaradakara699 3 месяца назад

    Next on how to connect raspberry pi and supabase to run in flutterflow please.🙏🙏🙏

  • @chema_rodriguez.mp3
    @chema_rodriguez.mp3 3 месяца назад

    thank you so much! One question, does this method work with firebase? or only with supabase?

    • @rapidmvp
      @rapidmvp  3 месяца назад

      Foreign data wrappers are a Postgres feature. I would assume Firebase has something similar.

    • @anas_riad
      @anas_riad Месяц назад

      Firebase has a native integration to FlutterFlow, assuming that's your low code front-end environment.

  • @almantas.gaizauskas
    @almantas.gaizauskas 2 месяца назад

    Does apple app store let you upload your app with this approach? because it is not using apple pay.

    • @rapidmvp
      @rapidmvp  2 месяца назад

      Payment links do support Apple Pay and Google Pay. AP needs setting up in your account docs.stripe.com/payments/payment-methods/integration-options#payment-method-product-support

  • @franjzamora6495
    @franjzamora6495 2 месяца назад

    with firebase its the same? thanks

    • @rapidmvp
      @rapidmvp  2 месяца назад

      Foreign data wrappers are a Postgres feature. There is likely something similar on Firebase but I haven’t really used it.