#l-vn-khnh_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/1242122504458342490
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi bismarck
Do you have a request ID for the above error you are seeing?
What is request ID?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
the request ID is req_Tb9Qjz3P5l5NU0
Ah okay you are trying to use this in a Connect Scenario
I don't think that works here
You can only create Customers on the account that installed the app. I don't believe we allow you to create them on the Connected Account.
You would also not want to be doing this in a Custom Connect flow anyways
As everything should live on the platform in that case.
So let's back up at this point, what are you actually trying to do here?
I'm creating a restricted API key. I see that Stripe supports two permissions: permission and connect permission. Recently, Stripe requested to create a restricted API key via Stripe App (https://docs.stripe.com/stripe-apps/onboarding-plugin). I created the following app at: https://dashboard.stripe.com/apps/install/link/channellink*AY97EFJk3QAAADzQ%23EhcKFWFjY3RfMU9FWFJBRTU3S1VmZVB0VQ .
But it seems that the restricted API key generated from Stripe App does not support connect permission
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 that's correct -- we don't support these "grandfather" flows
Stripe Apps can only make requests on the account that they are installed on
So are restricted API keys not generated from Stripe App safe and how long will they last? I read in the documents and saw that the deadline is until the end of 2024, this makes me very confused
https://docs.stripe.com/stripe-apps/onboarding-plugin
Yes RAK Stripe Apps are safe and supported. The above is talking about plugins where you literally use the merchant's API key on their behalf
So the Restricted keys named Connect Account in the image will not be affected, right?
HI ๐
I'm stepping in as my colleague needs to go. Give me a sec to catch up
Hi Snufkin_stripe
Okay so you are not building a Stripe App, meaning an application hosted in the Stripe Dashboard?
I have built the Stripe application, but currently the Restricted key created by the application cannot replace the Restricted key I created from the Stripe Dashboard because it does not support permissions for connected accounts.
What I need to know is if the Restricted key I created from the Stripe Dashboard will be disabled in the future
Sorry but I think we are not meaning the same thing. What stripe application are you building? Is it a Stripe App as defined here?
https://docs.stripe.com/stripe-apps
This is how I created a Stripe app
stripe apps create <app-name> --template restricted-api-key-app
https://docs.stripe.com/stripe-apps/onboarding-plugin?app-api-access-type=rak
Okay. And you are saying your RAK app does appear to have the permissions you expect?
My RAK app does not have permissions for connect accounts
https://docs.stripe.com/api/connected-accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I mean these connect accounts
Sorry, this still isn't clear to me. What is it you are trying to build?
I'm building a Stripe App to create Restricted keys, you can see in the following video
https://www.loom.com/share/cca7c2a8cb05418e8d86e94d134b8841?sid=0a0b8932-c19b-4b0e-8058-f190e1086797
Sorry I don't have time to watch a video. I'm helping multiple people in real time there. Can you clearly explain what it is you are building?
What does it do? What APIs do you need to connect to? What actions are you taking on behalf of the accounts that install your app.?