#perroudsy-connect-react-native

1 messages · Page 1 of 1 (latest)

tidal summit
#

Hi 👋 I'm not aware of any docs specific to React Native with Connect, but you would follow the general flow from our React Native doc:
https://stripe.com/docs/payments/accept-a-payment?platform=react-native

But making some adjustments by adding additional parameters based on the type of charge that you want to make for your Connect scenario:
Direct charges:
https://stripe.com/docs/connect/direct-charges
Destination charges:
https://stripe.com/docs/connect/destination-charges

Securely accept payments online.

With Connect, you can make charges directly on the connected account and take fees in the process.

With Connect, you can create charges on your platform account, take fees, and then transfer remaining funds to your connected accounts.

fading nacelle
#

hi toby,
I was a little affraid that there might be some limitations for react native but I guess I'll just have to adapt indeed !

#

Thanks !