#Satya

1 messages · Page 1 of 1 (latest)

unique marshBOT
dreamy fog
#

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:

  1. Add connected account ID in Stripe-Account header when creating a Payment Intent at server side: https://stripe.com/docs/connect/authentication#stripe-account-header
  2. Add connected account ID in stripeAccountId when initialising StripeProvider in React Native: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application