react-native-stripe-payments icon indicating copy to clipboard operation
react-native-stripe-payments copied to clipboard

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

Open IvanTrutnev opened this issue 4 years ago • 3 comments

IvanTrutnev avatar Mar 17 '21 09:03 IvanTrutnev

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

viktorasl avatar Apr 04 '21 10:04 viktorasl

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}}"

viktorasl avatar Apr 05 '21 16:04 viktorasl

Right. Can i do it using that library?

IvanTrutnev avatar Apr 14 '21 10:04 IvanTrutnev