react-native-stripe-payments
react-native-stripe-payments copied to clipboard
Is it possible to connect stripeAccount via stripe.setStripeAccount('stripe_acc_id') ?
The answer is no, but what would it give to you? What are you trying to achieve?
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}}"
Right. Can i do it using that library?