#nimby-checkout-invoice
1 messages · Page 1 of 1 (latest)
Can you give me an example Checkout Session id that doesn't have it so I can look?
nimby-checkout-invoice
I don't have a specific example as I am currently working in my IDE, where it says Cannot resolve method 'getInvoice' in 'Session'
What version of stripe-java are you on?
Stripe 20.52.0 Java v 11.0
It's too old. The invoice property on Checkout Session was added in https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#2220---2022-12-06 so you need at least 22.2.0
Thank you, I will try that
sure thing!