#Satya
1 messages · Page 1 of 1 (latest)
To collect payments in React Native, you can follow the guide here: https://stripe.com/docs/payments/accept-a-payment?platform=react-native
The only differences to support Direct Charges are:
- Add connected account ID in
Stripe-Accountheader when creating a Payment Intent at server side: https://stripe.com/docs/connect/authentication#stripe-account-header - Add connected account ID in
stripeAccountIdwhen initialisingStripeProviderin React Native: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
You can also reference Direct Charges guide for additional parameters to add in Payment Intent creation: https://stripe.com/docs/connect/direct-charges