#sandhya_api

1 messages ¡ Page 1 of 1 (latest)

tacit bayBOT
#

👋 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.

teal zephyr
silver horizon
#

Hi, let me help you with this.

teal zephyr
#

no logs have been found for this request

silver horizon
#

What are you trying to do exactly?

teal zephyr
silver horizon
#

Could you please share your account ID?

teal zephyr
silver horizon
#

Thanks

#

I think the issue is that Platforms connected with OAuth won't have access to the Connected account settings, like webhook endpoints.

teal zephyr
#

sorry I didn't get you

silver horizon
#

What are you trying to achieve exactly?
Are you building some kind of an extension?

teal zephyr
#

I want to add webhook endpoints on our connected accounts

silver horizon
teal zephyr
#

But to listen connect webhook everytime we have to pass the endpoint secret

#

how to achieve that

#

we have multiple connected accounts

silver horizon
#

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.

tacit bayBOT
teal zephyr
proven ravine
#

Hello
Taking over here..
What are you exactly stuck on?

teal zephyr
#

I am getting permission error while retreiving and creating webhook_endpoint on my connected account

proven ravine
#

Why exactly are you trying to create a webhook endpoint on the connected account?

teal zephyr
#

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

proven ravine
#

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.

teal zephyr
#

I have read the documentation, its little confusing

#

does it mean I have to just create a webhook endpoint in admin account with connect as true , so that it listens the connected account events as well

proven ravine
#

correct

#

"admin" == your platform account