#jastine.tanjuaquio

1 messages · Page 1 of 1 (latest)

cloud sparrowBOT
forest spruce
#

It sounds like your backend is creating the intent on your connected account but your client is trying to access that intent as your platform account

modern kindle
#

yes, I think thats the issue. but I don't know how to resolve this issue. or way around it.

#

I'm using the android sdk.

#

@forest spruce is there equivalent for Android sdk and IOS?

forest spruce
#

Yes there are though I don't know where the docs are off the top of my head

#

Will be able to look in a minute, if you want to look in the meantime, it should also be in the initialization settings for those SDKs

cloud sparrowBOT
forest spruce
#

This will either look like:

      publishableKey="{{PLATFORM_PUBLISHABLE_KEY}}"
      stripeAccountId="{{CONNECTED_STRIPE_ACCOUNT_ID}}"
    >
      // Your app code here
    </StripeProvider>

or

      publishableKey: publishableKey,
      stripeAccountId: 'acct_123',
      merchantIdentifier: 'merchant.identifier',
      urlScheme: "your-url-scheme",
    });```
 https://stripe.dev/stripe-react-native/api-reference/interfaces/InitStripeParams.html