#MarkoBoras
1 messages · Page 1 of 1 (latest)
We don't provide or maintain a flutter sdk, but you should be able to generate Checkout sessions and redirect customers to those, and return them to your app via deep linking yes
You might need to provide a return URL to your own web server which then redirects to your app deeplink url
Ok
Thanks
Also I have one more question
I'll try to be short and precise.
I am developing sport facilities booking app where user can schedule a slot and pay. I need way to take fee from my side, stripe fee and send money to facility owner.
NOTE: Someone told me to use Stripe Connect for this case
What do you suggest
Yea, it sounds like you want to onboard facility owners as connected accounts and collect application fees from payments
You should review our account types to see which fits your business:
https://stripe.com/docs/connect/accounts
for example, if customers are dealing with your platform you might use Express accounts for the simplest onboarding, and then you could collect fees from payments destined for those connected account with application_fee_amount:
https://stripe.com/docs/connect/destination-charges#application-fee
Thanks
I won't take your time anymore
I'll probably ask again when I need something
Thank you
great feedback
NP! happy to help