#alexanderyakovlev
1 messages · Page 1 of 1 (latest)
I mean analog account.getIndividual().getVerification().getDocument() -- but for previous attributes from Event object.
can you share an Event ID (evt_xxx) example?
searching through our test data
For example evt_1OOiu8RcxEwJgtdw8d8hDez3
document.front is null there but just for example
thanks! give me a few minutes to look into this.
I see multiple document.front in the payload. which one are you trying to retrieve exactly?
previous_attributes.verification.document.front
well this event doesn't have a previous_attributes, so it's expected that you can't find it.
oh you ar ecorrect, sorry
give me a fewx minutes to look into this
here's the method you should use for this: https://stripe.dev/stripe-java/com/stripe/model/Event.Data.html#getPreviousAttributes()
Okey. I've got previous attributes. Is there any way to get Stripe objects from it, not just general Map or Object?
Nop, it's a generic object type (Map).