#irina_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/1487027323420016680
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Update your pricing where, exactly? Which platform are you referring to?
hi @echo pond thanks for your response.
I ve uploaded my course on Ezycourse.com platform.
this error appears all the time.
and thats whats ezycourse team says to me
Yeah hard to know the exact cause of the issue here as we've no insight into how that platform integrates with Stripe
Based on their message, it sounds like that there's an key on your Stripe account that you provided to them (the platform) in order for them to perform actions on your Stripe account. Does that sound familiar?
yes, I copied a API key on my stripe. and paste it to Ezycourse.
Do you happen to know your Stripe account ID (acct_xxx)?
Yes, I know my stripe account
I can check the logs to see:
- What key is being used
- What permissions are missing
Can you share it here?
sure. Wait. Let me look for my ID
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can find it here: https://dashboard.stripe.com/settings/account
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_1SSGdEBbG11nMhDs
Taking a look
Hmm, are you sure that's the right account? No real activity on there since January
I ve got two account, but one main.
And I tried shared with Ezy from German Account my API.
The last sales were done in Jan I believe
Struggling to find any errors conducive of that issue they describe on either account. Still looking
ok. Thank you so much. Highly appreciated.
In your Dashboard, are there any errors in the logs? https://dashboard.stripe.com/workbench/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yeah I think the issue isn't what that platform describes, at least not on those Stripe accounts
You need to go back to them unfortunately. They say that the secret key doesn't have the correct permissions, which can't be true - secret key(s) have all the permissions
At first I suspect that they might have been describing a restricted key (what I linked above), which can have limited permissions. But there's no such keys on acct_1SSGdEBbG11nMhDs
If you've provided them with an sk_live_xxx key, they should be able to make all API requests on your account(s) without a permission error
Can you write me a text which I can forward to them please?
I am not an IT person. 🙂
For example, heres a recent request from the other account where you're creating a new price: https://dashboard.stripe.com/acct_1N03VGE0nN96uPPv/logs/req_HzByEzTIHItURi
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I suspect that's also initiated by their platform?
yes, that was probably me. I tried to update a price for my products.
You need to explain to them that you've spoken to Stripe who can see no evidence of API permission errors on the two Stripe accounts you've shared. I'd ask them:
- To confirm which key(s) they're using
- Confirm which API requests they're making to Stripe that fail
I'd also check that the key you've provided them with is actually a valid key from your Dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I did provide the standard keys.
First the published key and after the secret key
Yeah I can see all them. But you need to check that the one they you've set in their platform is actually a key listed here
wait please
Also, overall, they shouldn't be using your API keys directly. We strong discourage that
I fillwed in here the published and secret key. I can do it one more time and press on update.
Do you want me to do it?
Sure, worth a try
ok. wait a sec.
It'll be the secret key that is an issue I think, based on what you're trying to do
Yeah that's not the key. You want the part that looks like sk_live_xxx. you'll likely need to generate a new one as once they've been generated they can't be accessed again
I see. How do I generate a new one?
I got connected our online shop with the key before. If I generate a new one, will it stay still connected or do I need to update the key also on the online shop?
No, creating a new key won't expire the old ones. You can have multiple active
We recommend storing them somewhere safe, outside of Stripe:
In live mode, Stripe only shows you the API key one time (for security purposes). Store the key in a place where you won’t lose it. To remind yourself where you stored it, you can add a note on the key in the Dashboard. If you lose the key, you can rotate or delete it and create another.
I see. ok.