#lamikam-java-expand
1 messages · Page 1 of 1 (latest)
Hi again, you asked about this earlier, have you made any progress?
this was working a few weeks ago. What has changed?
using java lib 22.0.0. Tried newer ones, same results.
the latestCharge object is not getting set.
was using that to get auth num and charge type
this is an offline payment, but the paymentintent details status shows "processing"
latest_charge has a value such as "py_xxxxx" is there an API to get the latest charge somehow?
this is an offline payment
What do you mean by that?
Oh, hang on
You're seeing the response include the py_xxxxx string?
You might need to add an expand parameter to get the charge object, one moment
Can you try adding .addExpand("lastest_charge") to the retrieval?