#jackey_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/1480948011789058180
đ 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.
- jackey_unexpected, 7 hours ago, 21 messages
- jackey_api, 4 days ago, 107 messages
- jackey_api, 5 days ago, 7 messages
- jackey_api, 5 days ago, 90 messages
- jackey_api, 5 days ago, 31 messages
- jackey_api, 6 days ago, 7 messages
I see you haven't been filling out our request form
Please fill it out with actual actionable info next time
The intake form is there for a reason
Hello, is it possible for me to set up webhook event listening through the Stripe API?
OK, understood.
Your question is a bit vague. Not sure I understand. Have you read https://docs.stripe.com/webhooks ?
What I mean is, could it be possible to create webhook event-driven functionality through the Stripe API interface?
Have watched
Say more. Can you give an example of exactly what you're looking for?
We have developed a Stripe app and uploaded it to the marketplace. I want to enable each user who installs or uninstalls our Stripe app to notify us through a webhook endpoint.
{
"error"
: {
"code":
"more_permissions_required_for_application",
"message":
"This application does not have the required permissions for this endpoint on account 'acct_1T6j1rIOF8YBxcsf'. Having the 'read_only' scope would allow this request to continue.",
"request_log_url":
"https://dashboard.stripe.com/acct_1T6ob1RTba50qFLg/test/workbench/logs?object=req_Dvtf32A80c5bma",
"type":
"invalid_request_error",
},
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
{
"error"
: {
"code":
"more_permissions_required_for_application",
"message":
"This application does not have the required permissions for this endpoint on account 'acct_1T6j1rIOF8YBxcsf'. Having the 'read_only' scope would allow this request to continue.",
"request_log_url":
"https://dashboard.stripe.com/acct_1T6ob1RTba50qFLg/test/workbench/logs?object=req_Dvtf32A80c5bma",
"type":
"invalid_request_error",
},
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hello, could you please take a look at it for me?
Could you please take a look at the questions I raised earlier?
I have done, and I'm looking at the failing requests
Okay, your app has pretty minimal permissions - I would recommend bookmarking this page: https://docs.stripe.com/stripe-apps/reference/permissions
I am not entirely sure if the Search API is meant to be supported by Stripe Apps, but at a minimum I would expect that your app would need the payment_intent_read permission for this request to succeed
Could you please take a screenshot and mark it for me? I don't know what you're talking about.
I'd recommend using command+F for "payment_intent_read"
These permissions are defined in your app's manifest