#Baz-expand
1 messages · Page 1 of 1 (latest)
Yep, just worked it out. You define the levels with a dot (.) between each level.
Correct!
E.g.
'expand' => [ 'verified_outputs', 'last_verification_report', 'last_verification_report.document.expiration_date', 'last_verification_report.document.dob' ],
Hmm should just be ```'expand' => [
'verified_outputs.last_verification_report.document'
]````
No those specific fields are only returned if expanded
Yep but you don't have to expand each one. See: https://stripe.com/docs/expand#multiple-levels
I think you do in this case.