Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jsullivanlive/7788da9848ad3998cf10d2d0b4cc426e to your computer and use it in GitHub Desktop.
Save jsullivanlive/7788da9848ad3998cf10d2d0b4cc426e to your computer and use it in GitHub Desktop.
Stripe not returning newly created products

In case someone is googling for this:

I was trying to return a list of products in Stripe via their API and was not getting new products.

Stripe's api is versioned and the default version is set at your acount level. It turns out the last API upgrade I accepted was in 2011 (10 years ago) and the API was no longer returning new products. After enabling the newer api version it started returning all products.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment