#krishna008

1 messages · Page 1 of 1 (latest)

fast kilnBOT
#

Hello krishna008, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
krishna008, 3 days ago, 43 messages
krishna008, 3 days ago, 14 messages
krishna008, 3 days ago, 84 messages
krishna008, 6 days ago, 42 messages

clever sparrow
#

Hi there, I don't quite understand your question.

mental night
#

I have two stripe Platform

#

and both have conncected accounts

#

Both ahave diffrent aAPI

#

I want to call it's api on checkout based on connectd account.

#

Suppose I have A and B stripe platform.

#

and x is connected to A and y is conncted to B.

#

I can not call api of A on y as y is not connected to A.

#

so I wnat to know where y is connceted, to A or B.

clever sparrow
#

There's no direct API that tell you which platform a connected account is connected to

#

But if you use the wrong platform API key to make request on a connected account, you'll get an error.

mental night
#

How can I use correct platform API to connected account?

clever sparrow
#

This is something you need to handle in your application. You need to make sure to use the correct API key when making request on a connected account.

mental night
#

Okay sir.