#sandhya_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/1270719865698910361
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
no logs have been found for this request
What are you trying to do exactly?
I am calling this api https://docs.stripe.com/api/webhook_endpoints/list using ApiResource class function all
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Could you please share your account 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.
Thanks
I think the issue is that Platforms connected with OAuth won't have access to the Connected account settings, like webhook endpoints.
sorry I didn't get you
What are you trying to achieve exactly?
Are you building some kind of an extension?
I want to add webhook endpoints on our connected accounts
There's 2 ways - let them create it themselves in their own Dashboard.
Or create a Connect webhook endpoint on your Platform: https://docs.stripe.com/connect/webhooks
But to listen connect webhook everytime we have to pass the endpoint secret
how to achieve that
we have multiple connected accounts
Yes, you create a webhook endpoint of type Connect on your Platform, and it receives all the Events from all Connected accounts. You will find the endpoint secret in your Platform Dashboard too. Please read through the article that I shared, it explains everything.
for creating the webhook https://dashboard.stripe.com/acct_1J2Ys4LGWSF6TqR5/test/logs/req_1WAO4YLfXYge3L?t=1723036274
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
Taking over here..
What are you exactly stuck on?
I am getting permission error while retreiving and creating webhook_endpoint on my connected account
Why exactly are you trying to create a webhook endpoint on the connected account?
Our connected accounts will be recieving payments using In person payment via stripe terminals to record those payments we have to listen terminal events using webhook
so webhook endpoint needs to be configured
we have number of connected accounts , we cannot ask everyone to create endpoint from dashboard , so via api we will be doing it
did you read the docs my colleague shared? If not, I'd highly recommend reading through - https://docs.stripe.com/connect/webhooks
It explains how connect webhooks work. You don't need to create an endpoint on the connected account. You can listen for connected account events on the platform using "connect" type webhook.