Dev Chats - Integrating Stripe into your Flutter applications

Поделиться
HTML-код
  • Опубликовано: 13 июн 2024
  • Flutter is an open source framework for building native, multi-platform applications from a single codebase. In this livestreams, Jonas Bark and Rémon Helmond have a chat with Mike Bifulco and Cecil Phillip about how to integrate Stripe into Flutter applications.
  • РазвлеченияРазвлечения

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

  • @vendajuntos
    @vendajuntos 6 месяцев назад

    How to integrate Stripe connect with Flutterflow multivendors?

  • @Juliapak
    @Juliapak Год назад

    how to store the key in cloud firestore? Something that is billing friendly please

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

    How do I add metadata while initiating payment intent?

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

      Hey there-You can add metadata for tracking and auditing purposes while initiating a payment intent in Stripe by including the metadata parameter in the payload of the PaymentIntent creation request

  • @skytimes2259
    @skytimes2259 Год назад +1

    How to integrate stripe connect custom account for e-commerce marketplace with flutter

    • @StripeDev
      @StripeDev  Год назад +1

      Hey! While we don't have an official guide for Flutter, here's a general integration guide you can follow: stripe.com/docs/connect/connect-integration-guide. Let us know if you have any specific questions we can help you with.

    • @skytimes2259
      @skytimes2259 Год назад

      @@StripeDev express account is not available in India..is there any viable alternative?

    • @StripeDev
      @StripeDev  Год назад

      Unfortunately no, we only support Standard and Custom Connect in India at this time. More on the restrictions here: support.stripe.com/questions/stripe-india-support-for-marketplaces

    • @skytimes2259
      @skytimes2259 Год назад

      @@StripeDev ok so, how to integrate custom model with flutter (payouts too)

    • @StripeDev
      @StripeDev  Год назад +1

      For more advanced integrations, we suggest working with one of our partners to get a more customized option that will work best for your business. You can contact them here: stripe.com/en-ie/partners.

  • @001Debjeet
    @001Debjeet Год назад +2

    make video for flutter web please

    • @StripeDev
      @StripeDev  Год назад +1

      Hi Debjeet. Although we don't have a specific video for Flutter now, you can find more about it here: github.com/flutter-stripe/flutter_stripe and here: github.com/flutter-stripe/flutter_stripe/tree/main/packages/stripe_web.