#diydog_docs
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/1478959198514581556
📝 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.
- diydog_docs, 18 hours ago, 88 messages
- diydog_code, 1 day ago, 27 messages
- diydog_code, 5 days ago, 72 messages
Is it impossible to query customer information using the sandbox key and the customer ID connected to the Stripe app?
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
hello! it depends on which environment the connected account (your customer) connected to your Stripe account - was the connected account connected in livemode?
I didn't grant the permissions.
I don't understand, what do you mean by "didn't grant the permissions" - what permissions are you referring to?
stripe api permissions
Can the Stripe API be called without setting permissions?
Can you share the full connected account ID in your request here? i.e. acct_1T***********FLg)
acct_1T6ob1RTba50qFLg
this is the exact same account ID as mentioned in https://discord.com/channels/841573134531821608/1478929662410490000 - are both of you team mates? The issue is exactly the same. Like I mentioned in the other thread :
the reason you're currently unable to access the API on behalf of account acct_1T6ob1RTba50qFLg is that this account is not currently connected to any platform or app. Until the account owner installs your app or establishes a connection, your app won't have the authorization to make API calls on their behalf.
yes
Once a user installs the Stripe app and agrees to certain permissions, we can then call the Stripe API, right? Or are there other conditions required?
Once a user installs the Stripe app and agrees to certain permissions, we can then call the Stripe API, right? Or are there other conditions required?
yes that's correct. You would be able to call the Stripe API on the user's behalf once they install the Stripe App and agree to the permissions.
I have a question: can a Stripe account add sub-accounts? Stripe is our boss's account, and I have to ask him for a verification code every time I upload something, which is very inconvenient.
If you're testing, you would ideally want to use Sandboxes : https://docs.stripe.com/sandboxes
So, after changing the permissions, I still need to upload the application first?
If the application hasn't been uploaded, running it in the sandbox via Stripe App Start will also lack permissions.
I can't really recall off the top of my head, you'll need to try. But your issue isn't about permissions, it's that the account (customer) has not yet installed or connected your Stripe app
ok