#leonardo89 - setSaveDefaultPaymentMethod
1 messages · Page 1 of 1 (latest)
Hello, can you tell me where you see that code and what stripe-java version you are using?
It looks like this field was added in 20.121.0 and I don't see a note about it being removed yet so I think it should still be valid https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#201210---2022-05-19
well i saw in de documentation, here
and I'm using
This is actually a slightly different API version. That is the version of the Rest API that your application is using to talk to our servers. There is also a version of your stripe-java library that matters here
Ah there we go, you will need to upgrade to at least 20.121.0 to use this parameter
perfect
It is a minor version change so it shouldn't include breaking changes