We have docusign connect setup to receive events and to monitor the recipient authentication status.
The authentication method we are currently using is KBA and the RecipientAuthenticationStatus we receive is correct:
<RecipientAuthenticationStatus>
<IDLookupResult>
<Status>Failed</Status>
<EventTimestamp>2025-06-30T22:41:25.04Z</EventTimestamp>
</IDLookupResult>
</RecipientAuthenticationStatus>
However, when switching to SMS authentication and according to this doc https://www.docusign.net/api/3.0/schema/dsx.xsd, which might be outdated
there should be PhoneAuthResult under the RecipientAuthenticationStatus.
after testing this is not the case and instead i see an empty object with no info:
<RecipientAuthenticationStatus />
Any ideas how to get the PhoneAuthResult to show up?