Fitpassu / react-native-stripe-payments

Lightweight, easy to integrate and use React native library for Stripe payments (using Payment Intents) compliant with SCA (strong customer authentication)
MIT License
98 stars 30 forks source link

Is it possible to connect stripeAccount via stripe.setStripeAccount('stripe_acc_id') ? #25

Open IvanTrutnev opened 3 years ago

viktorasl commented 3 years ago

The answer is no, but what would it give to you? What are you trying to achieve?

viktorasl commented 3 years ago

I believe you want to use Stripe Connect. If so then you can identify connected account creating payment intent:

https://stripe.com/docs/payments/connected-accounts -H "Stripe-Account: {{CONNECTED_ACCOUNT_ID}}"

IvanTrutnev commented 3 years ago

Right. Can i do it using that library?