#pablo-araujo_api

1 messages ยท Page 1 of 1 (latest)

magic lodgeBOT
#

๐Ÿ‘‹ 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/1334151391370940499

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

lavish warren
#

๐Ÿ‘‹ happy to help

#

you can't downgrade the default API version of an account, but you can still use an older version

winged herald
#

yes, but the webhook request comes with the new version and our system is failing to processed because some expected attributes are missing for the new version

lavish warren
#

you can create a webhook endpoint with a specific API version using the API

#

but in all cases, if you're a platform, you should be able to use your own Connect webhook endpoint and then the event will be sent with your own API version

winged herald
#

I'm tryint to create a webhook endpoint and in the list is not available the 2020-03-02

lavish warren
#

not through the dashboard

#

you should do it via API

winged herald
#

can I create/register a webhook endpoint in Stripe via API?

lavish warren
#

yes

#

but if you're a platform that wants to listen to the events of a connected account

#

you shouldn't be creating a new webhook endpoint on your connected account

winged herald
#

thank you

#

I think this solve the issues that we are having