#istcf-paymentmethod-connect
1 messages · Page 1 of 1 (latest)
you're instantiating Stripe.js on your webpage as the Connect acct, that is the issue here
are you passing stripeAccount: acct_123 when you initialize Stripe.js on your webpage?
I just load the stripe package on react
sure but how are you initializing it
I'll check further. i'll let u know.
yeah found the issue, it is what I mentioned above
in your React code, you are passing the Connect acct ID, so acct_1234 etc
that means you're creating the PaymentMethod on the connected account
so to create it just on the Platform, you need to remove passing the acct ID to Stripe.js