#robert-lawrence_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1498632540305621053
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- robert-lawrence_api, 27 minutes ago, 5 messages
๐ You can generate restricted API keys in the connected account, but as mentioned previously, you need to be logged directly in to the account to do this
Okay great news! Thanks for the help
Cheeky parting question, I assume that it'll be possible to log directly into the sandbox account, and link my production (linked to the master platform account) BBPOS bluetooth reader to the connected account, so that I can test that attribution etc works?
Yep, I believe that would work ok
Brill - I'll give this a shot
May I ask a really stupid question, how do I log in as the connected account directly?
I have asked both your AI chatbots & searched around, but struggling to locate
hi! I'm taking over this thread.
you could create a Login Link with the API: https://docs.stripe.com/api/accounts/login_link/create
also if you open a specific account ID in the dashboard, and click on "..." on the right, there might be a "view dashboard as..." option.
Perfect, thanks for this. Imagine I need to do it with the API, as the 'view dashboard as' doesn't give me access to the API keys
Ooops, wrong attachment .
why do you need the API keys of the connected account?
Because the third party POS that we're reselling hasn't integrated Stripe Connect - however, they do accept public & secret keys (I'll create a restricted key), so that we can test attribution to our platform account .
We want to avoid the POS having to uplift the integration
then why are you creating connected account?
if you use connect, you should use the Stripe-Account header to make API call to connected account: https://docs.stripe.com/connect/authentication
if you don't plan to use connect, then no need to create connected accounts.
you could just create a new Sandbox account, and then use its API key.
The third party POS doesn't have the capability to include the header
Hence wanting to test with the connected account API keys
So that we don't need to uplift the integration in the short term
so you are using Connect, but can't use the Stripe-Account header? that's not something we would recommend, but yes that should be possible.