Skip to content

Missing verification_phone_number param in createSignRequest method #504

Closed
@marceleq27

Description

@marceleq27

Description of the Issue

Hello, Im trying to use createSignRequest with phone verification. I talked with sales about this feature and they told me to pass verification_phone_number param to signers attributes. I did this and it doesn't work, so I made my investigation and it seems like your lib serialize body before sending request. verification_phone_number is not already available in params, but it should be. Right now if I pass this param, your lib remove it from request.

Steps to Reproduce

  1. Create a createSignRequest using this SDK
  2. Pass verification_phone_number as a param (with string value) to signer attributes

Expected Behavior

I should get a phone verification before signing a document.

Error Message, Including Stack Trace

N/A

Screenshots

N/A

Versions Used

Typescript SDK: 1.10.0
Platform: Next.js 15 (serverless function)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions