Sumit A
Sumit A

Reputation: 1

DocuSign SMS Authentication : Mask phone number and show only last 4 digits

I am using DocuSign API to send envelopes with SMS authentication enabled. When I open the envelope for signing, the SMS Authentication window displays the phone number.

Is there a setting in DocuSign to mask the phone number and show only last 4 digits of it on SMS Authentication window?

Upvotes: 0

Views: 275

Answers (2)

Sumit A
Sumit A

Reputation: 1

Masking of phone number for our approach mentioned above can be enabled/disabled at account level by raising a support ticket to Docusign or by segregating the specific settings in a subaccount.

We are going to get a subaccount created in DocuSign so that required settings can be configured as per our needs without affecting common account settings of our organization.

Upvotes: 0

Cyril Thirion
Cyril Thirion

Reputation: 66

Are you using the method described in the DocuSign API Guide referenced here: https://developers.docusign.com/docs/esign-rest-api/how-to/phone-auth/

If so, you should be able to create your own workflow. Using the Admin UI you can go to "Identity Verification" setting under "SIGNING AND SENDING". Then you can "Add Configuration" which will be your own workflow that you can configure with some settings (including masking part of the phone number).

After saving, you should have access to the workflowId you can use in the API call when sending the envelope.

Upvotes: 3

Related Questions