#ItsCheyo
1 messages · Page 1 of 1 (latest)
Stripe firebase extension doesn't offer connect.
You may build the functions by yourself such as calling to Stripe API directly. Depending on the connected account type you choose, its direct API integration can be found here: https://stripe.com/docs/connect/accounts
For react native, you may follow the payment guide here after the connected account completed the onboarding flow above: https://stripe.com/docs/payments/accept-a-payment?platform=react-native
Here are different types you can choose from based on your connected account type and the fund flow which you can incorporate with the react native guide: https://stripe.com/docs/connect/charges
So directly firebase with stripe connect does not work but i Can set the payment system in order to take the fee of the platform and the payment to the worker as well right?
Stripe firebase extension doesn't support connect, but you could implement it yourself in your firebase by making requests to Stripe API directly.
Yes, you can use collect fee on the platform and payout to connected account with above guide.
Awesome Thank you. To wrap it up also has the functionality for refunds?
Yes! Refund is also supported. The charge guide for each charge type also provide how a refund can be performed: https://stripe.com/docs/connect/charges
damn ty for the help really means a lot i was totally lost