#vinoth-kumar_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/1282641240332173322
đ 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.
- vinoth-kumar_api, 3 days ago, 62 messages
- vinoth-kumar_api, 4 days ago, 14 messages
hi! what does "not working" mean, do you have a specific erorr message and request ID req_xxx ?
Yes, there is an error message, let me share here
"You are not permitted to configure webhook endpoints on a connected account. Did you mean to create a Connect webhook on your account instead?
Could you please share more details on the action you want to achieve ?
I want to create a webhook endpoints through API
I am following this link to create https://docs.stripe.com/api/webhook_endpoints
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_a8os92zhfmfdwO
The same code, I used different account and I can able to create a webhook, request id req_cXR0FSNfKjvYo6
These are two different API calls
req_a8os92zhfmfdwO
Here you are trying to make a request on your Connect Account from your PLatform Account
req_cXR0FSNfKjvYo6
While here, you are making the call from the account it self
If you want to create a Connect webhook account on your Platform Account you need just to specify connect: true
https://docs.stripe.com/api/webhook_endpoints/create#create_webhook_endpoint-connect
Otherwise, you need to remove the Stripe Auth Connect Header and make the request on the target Account directly.
Ok sure, do you have any refere to remove the Stripe Auth Connect Header, because I can't find anything here, we are using the same code for both the site request
reference documents or guidance
Does any of the Internal Stripe setting may causing this difference in API call?
Because the site has only platform API key and we are trying to create a webhook through API that too with same code
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
What do you mean by "difference" exactly?