Integrate Stripe payments into FlutterFlow website

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 5

  • @rodrigoalmeida6952
    @rodrigoalmeida6952 Před měsícem +1

    NeDo you know how to create connect accounts so you can make transfers to other accounts? For example in a marketplace where I send the money to the seller

    • @apixflow
      @apixflow  Před měsícem

      Hello Rodrigo and thanks for your question
      Sadly at the moment can't help with your task
      But we study ability to integrate Stripe Connect (marketplace tools) into ApiFlow to provide it to FlutterFlow developers
      Hope we will be able to implement it soon and I'll create video tutorial
      Also, if you have any feedback or suggestions about scenarios related to Stripe Connect please leave your message here apiflow.canny.io/feature-requests/p/stripe-connect-marketplaces-api-integration

  • @panda-tut2663
    @panda-tut2663 Před 5 dny

    Thank you for the tutorial, there might be a bug on the success page, what if I have an action once payment successful the sucesspage has on page load action to update order status or order document,. If a user want's to buy pass payment after placing an order , all what he has to do is access the success page URL for the order status to be paid.
    Please how can I pass a conditional value to trigger other action on sucessfpage for updating the order

    • @panda-tut2663
      @panda-tut2663 Před 5 dny

      How do i get transaction status code if successful to use and update my record with a conditional action

    • @apixflow
      @apixflow  Před 3 dny

      Hello
      Thank you for the kind feedback
      I definitely do not recommend to use success URL as payment confirmation
      As you pointed this can lead to security breach, misuse and incorrect behaviour
      So success page is "display-only" feature to provide feedback to payer
      To track payments and launch related logic you need to use webhooks
      docs.stripe.com/webhooks
      We plan to provide ability to configure webhooks directly in APIxFlow to execute required actions
      Can you provide more information about your use-case? Where order is stored and need to be updated?