Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api version to something newer? #449

Open
robko23 opened this issue Nov 17, 2023 · 3 comments
Open

Update api version to something newer? #449

robko23 opened this issue Nov 17, 2023 · 3 comments

Comments

@robko23
Copy link

robko23 commented Nov 17, 2023

Is your feature request related to a problem? Please describe.

Hi,
I created stripe account recently and cannot go further back than version 2022-11-15, which is the version that broke Charges ( #347 ). And because you cannot specify api version when testing webhooks locally , i get errors.

Describe the solution you'd like

Migrate version to 2023-10-16 (or at least 2022-11-15)

Describe alternatives you've considered

No response

Additional context

Is there any timeline to this feature? Is this even being considered? If no, why not?

@jblachly
Copy link
Sponsor

jblachly commented Nov 21, 2023

Same, so I am using async-stripe for all my calls, but wrote my own webhook code. It's not pretty or in publishable state, but it sounds like there might be a need so I'll see if I can clean it up and decouple it

I didn't fully realize that CI was always pulling latest stripe version from their repo, because the README in this repo is outdated:
"The latest supported version of the Stripe API is 2020-08-27...."

@robko23 may have also had similar confusion.

@arlyon
Copy link
Owner

arlyon commented Dec 1, 2023

This library always tracks the most recent version so if there are errors it is likely due to issues in the stripe openapi definitions. Are you also encountering deserialization issues when processing charges?

@migueltol22
Copy link

@arlyon just found your comment after creating an issue also related to deserializing charges. Glad to see it's on your radar. Let me know if I can help out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants