#krishna008
1 messages · Page 1 of 1 (latest)
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
Hi there, I don't quite understand your question.
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.
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.
How can I use correct platform API to connected account?
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.
Okay sir.