Forums

Hi,

We have an account with IDV enabled. We just wanted to confirm whether it is necessary for us to use the Retrieve IDV workflow api call before setting the authentication for a signer as "DV" or "DVF" while creating a package using create package api.

 

 

Forums

Hi,

Trying to configure authentication with the help of client id and secret key. Could anyone please confirm whether oauth2 can support application/x-www-form-urlencoded.

If it supports could you please share some resource for reference on how to configure the same.
 

Thanks

Forums

Hi,

When i was configuring idvworkflow configuration using REST api. I am getting the error message as "messageKey":"error.validation.invalidJson","technical":"Unexpected character ('-' (code 45)) in numeric value: expected digit (0-9) to follow minus sign.

I am unable to find the root cause of the error. can anyone guide me on how to rectify this. 


Thanks in advance

Forums

I would appreciate some help--I am trying out the sample Managing Senders (REST API) code--I just want to retrieve senders--and I'm getting {"messageKey":"http.status.404","message":"Resource Not Found","code":404,"name":"Resource Not Found"}

Here's the code I'm using;

using System;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;