#a9_code
1 messages ยท Page 1 of 1 (latest)
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.
- a9_error, 27 minutes ago, 11 messages
๐ 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/1217404036006019133
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
Hello @willow furnace
Thank you for your support
@willow furnace , are you familiar with stripe apps?
yes sure would you mind elaboration on the issue?
ok
After that, I added these settings.
what's the error you're seeing?
And I uploaded new app
And after that, I think I misunderstand stripe apps.
Because this link is for external install
So I was going to remove thse two parts.
Then I tried to upload new apps again
I wil share errors
yes please
Please see this
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 i remove these two settings?
please give me a moment I'm looking into this
Thanks
Could you please tell me how to remove current apps in stripe dashboard?
So I can upload new version.
I think there is no function related to removing apps that already uploaded.
What is it specifically that you're trying to do that made you app those params to your manifest?
I am going to remove these two options because I don't need this current app.
But after removing and when I upload new app, I can'
't do this
Because I already uploaded app using these two options.
Now I got this error
I already uploaded new app with new version, but actually it doen not perform
You need to share the full manifest of the app you're trying to upload that errors
{
"id": "com.emidi.billingo",
"version": "1.0.9",
"name": "Billingo Connect",
"icon": "./icon.png",
"permissions": [
{
"permission": "payment_intent_read",
"purpose": "Allows billingo app to read payment details"
},
{
"permission": "secret_write",
"purpose": "Allows storing secrets between page reloads"
}
],
"ui_extension": {
"views": [
{
"viewport": "stripe.dashboard.payment.list",
"component": "App"
},
{
"viewport": "stripe.dashboard.payment.detail",
"component": "PaymentDetailView"
},
{
"viewport": "settings",
"component": "AppSettings"
}
],
"content_security_policy": {
"connect-src": [
"https://billingo-stripe-backend-c433.onrender.com/api/v1/billingo/"
],
"image-src": null,
"purpose": ""
}
},
"constants": {
"API_BASE": "https://billingo-stripe-backend-c433.onrender.com/api/v1/billingo/"
},
"allowed_redirect_uris": [
"https://dashboard.stripe.com/apps/com.emidi.billingo"
],
"stripe_api_access_type": "oauth",
"distribution_type": "public"
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is full manifest
Please check
OK, and if you remove the allowed_redirect_uris and stripe_api_acces_type fields, it uploads?
No
I can't upload.
I previously used this one.
If I remove two fields, then errors occurred
This error
Hello
Yes, we're still here. Please be patient
Yes, thank you very much
Out of interest why do you need to remove those fields? What are you trying to change?
I think you'll need to re-add the stripe_api_access_type field
Yeah, but I think that my current app don't need oauth
So I wanted to change this to "platform"
But I can't still upload the app
But your manifest still has oauth?
You need to specify stripe_api_access_type: 'platform'
Please check this
I also tried this before.
What I want is, I think our current app don't need oauth.
Because we want to install the app into stripe app market place, not outside of marketplace.
Am I right?
TBH, this is my first experience in stripe apps. And I will be very appreciate if you could understand my rude question
Did you read through this to understand the different types of API auth methods? https://docs.stripe.com/stripe-apps/api-authentication
Yes, of course.
That's why I think that I don't need oauth.
Actually, our app don't use any other systems.
Or I think I may have another choice
If I use oauth, do you think this options is correct?
"allowed_redirect_uris": [
"https://dashboard.stripe.com/apps/com.emidi.billingo"
],
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No I believe it would be a URL to an external site
๐
Yeah I think something is just broken overall with your app and how it is configured. We're going to need to take a closer look with the Stripe Apps team. Can you write in to us? https://support.stripe.com/contact/email?topic=api_integration
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.
so you can't solve this problem?
Not without some deeper investigation no
You can write in to your team via the link above and somebody on our team will help you via email, yep
Okay