Data Injection is a method to update information for an existing submission via a separate path. This process replaces existing category data with new information.
https://form.argosidentity.com/?pid={project_Id}
https://form.argosidentity.com/?pid={project_id}&action=addveri&sid={submission_id}
https://form.argosidentity.com/?pid={project_id}&encrypted={encrypted_values}
sid
must also be encrypted in order to use any encrypted parameter.addveri
. action
must also be encrypted in order to use any encrypted parameter.vpn
,proxy
and tor
parameters are supported. There is no space between the comma and the option name in each option. This option is paired with the ipRiskDurationHours
option.ipRiskCategory
.ipGeo
is only available. This option is paired with the distanceMaxDistanceKm
.distanceCheckSource
is set without distanceMaxDistanceKm
, It must be used with distanceCheckSource
.Rejection Code | Description |
---|---|
ipRisk_failCategory | Detection of selected ipRisk Categories. |
distanceChecks_ipGeo | The distance exceeds the set killomiter, as indicated by ipGeo. |
blackliskCountries | Unable to perform injection due to the presence of blacklistCountries. |
Error Code | Description |
---|---|
Invalid required | Missing required parameter. |
Required field is missing | Missing one or more of the following: sid, pid, or address data. |
Invalid submissionId | The provided sid does not exist. |
Invalid projectId | The provided pid does not exist. |
Error in injecting address | Undefined, unspecified error occurred during address injection. |
ipRiskCategory
that was applied and the risk that was detected, displays the message: “VPN/Proxy Detection, Please disable VPN or proxy and try again with a regular network connection.”distanceCheckSource
and the distance is over than the specified distance in km, Displays the message: “Address Verification Failed, Please verify your address or try again on a network near your residence.”