#iyy.mr
1 messages · Page 1 of 1 (latest)
Hello! Can you help me understand which SDKs/UIs you're using? Is it React Native, or just the regular React lib?
React js web app
Then you'd pass those props via loadStripe which is installed from @stripe/stripe-js: https://stripe.com/docs/libraries/stripejs-esmodule
Yeah I have tried it is only accepting the PUBLISHABLE_KEY, in that loadStripe how can I send stripeAccountId and merchantIdentifier ?
how to send options params in the loadStripe
Hmm, you can pass stripeAccount:
loadStripe('pk_xxx', {
stripeAccount: 'acct_xxx'
})
The parameters are here: https://stripe.com/docs/js/initializing
Not sure what merchantIdentifier is, where have you seen that referenced?
like this merchant.com.example
What are you using that for?
The client_secret provided does not match any associated PaymentIntent on this account."" why this error was causing?