#iyy.mr

1 messages · Page 1 of 1 (latest)

quick voidBOT
rich latch
#

Hello! Can you help me understand which SDKs/UIs you're using? Is it React Native, or just the regular React lib?

rapid shoal
#

React js web app

rich latch
rapid shoal
#

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

rich latch
#

Hmm, you can pass stripeAccount:

loadStripe('pk_xxx', {
  stripeAccount: 'acct_xxx'
})
#

Not sure what merchantIdentifier is, where have you seen that referenced?

rapid shoal
#

like this merchant.com.example

rich latch
#

What are you using that for?

rapid shoal
#

The client_secret provided does not match any associated PaymentIntent on this account."" why this error was causing?