#pablo-araujo_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/1334151391370940499
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
you can't downgrade the default API version of an account, but you can still use an older version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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
I'm tryint to create a webhook endpoint and in the list is not available the 2020-03-02
can I create/register a webhook endpoint in Stripe via API?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
you should be using the approach described here https://docs.stripe.com/connect/webhooks