#NEWJOSSY
1 messages · Page 1 of 1 (latest)
hi! what does 'Refund was moved somewhere or something' mean? What version of stripe-dotnet did you upgrade from, and to?
overall sounds like you are running into https://stripe.com/docs/upgrades#2022-11-15
Charge no longer auto-expands refunds by default. You can expand the list but for performance reasons we recommended against doing so unless needed.
yes changing from one major version to the next can have breaking changes and in this case it includes upgrading the API version the library uses, so it results in that change to refunds https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#4100---2022-11-16