Missing verification_phone_number
param in createSignRequest
method
#504
Labels
bug
Something isn't working
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 passverification_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
createSignRequest
using this SDKverification_phone_number
as a param (with string value) to signer attributesExpected 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)
The text was updated successfully, but these errors were encountered: