Dynamic Stripe Account ID

Database & APIs

Hi everyone,

I'm currently building an app in FlutterFlow with Stripe integration. I've successfully set up Stripe Connect, where event providers can link their Stripe accounts via a button click, and I receive the account_id of their connected Stripe accounts.

Now, I'm trying to ensure that when customers purchase tickets for events, the payment is sent directly to the event provider's Stripe account, rather than to my own account. I want to dynamically use the event provider's account_id in the Stripe Checkout session to ensure that the funds are transferred to the correct account.

Does FlutterFlow's built-in Stripe Checkout functionality support dynamically passing the account_id (Stripe connected account ID) to the Checkout session? Or is this only possible via api calls/custom codes?

Any insights or examples would be greatly appreciated!

Thanks in advance!

What have you tried so far?

read documentation

Did you check FlutterFlow's Documentation for this topic?
Yes
3
4 replies