#meeelaardiayon_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/1265203225125064735
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
That's because this request was made with a old Stripe API version
what changes do we need to do with our api?
how to make a request with the latest api version?
https://docs.stripe.com/upgrades#2022-08-01 you can use this API version or above so the request won't err when the customer doesn't have any pending invoice items
https://docs.stripe.com/api/versioning I'd recommend you using API versioning before commit an API upgrade
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what's the relation of the api version to our client's stripe account?
would that mean, our client's stripe account is using the latest api?
Which client are you talking about? do you have their account ID?
here is the account number acct_1F8z6uHSPr3fM4B8
acct_1F8z6uHSPr3fM4B8 is throwing that error
but this account acct_1NsMlXD2CzZDU24j is okay, not throwing error
Ok, acct_1NsMlXD2CzZDU24j is using a higher API version.
Okay, that makes sense. Thanks, Jack! But how do we upgrade an account to use a higher version.
Thanks you @wise copper . I'll try this setup on their org.