Additional Process (Injection)
“Injection” is the process of updating information through a separate path for submission. When updated, information that previously existed in the same category will no longer be available due to the update. In order to proceed with additional processes, a submission must be created in advance through a live form or API.
1. Information that can be transmitted through Query String (Injection)
Additional information sent as Query String is included in the response data value when calling the API. When calling the API, a unique user ID can be created to identify the KYC submitter, and up to 3 custom fields can be added. The Query String option can be applied using the Argos ID check live form, and all query string values must be URL encoded.
Option | URL parameter |
---|---|
Basic form URL | |
URL with Injection |
Input Data
Those with * are required parameters.
Parameter | Type | Description |
---|---|---|
*pid | string | Unique separator for each project |
*sid | string | Unique separator for each submission |
*action=addveri | string | Run injection option |
cf1 | string | Custom Option Fields |
cf2 | string | Custom Option Fields |
cf3 | string | Custom Option Fields |
userid | string | User's custom unique identifier |
Error Case
Error Case | Description |
---|---|
Invalid required | When pid, sid, and action=addveri are not entered correctly. |
required field is missing. | submissionId, projectId, and one or more address data (globalCode, compoundCode, formatted_address) are required parameters. |
Invalid submissionId. | Submission ID does not exist |
Invalid projectId. | Project ID does not exist |
Error in injecting address: {errorStack} | Undefined unspecified error (DB Transaction / TypeError / external module error, etc.): Returned with error information in errorStack |
2. If the address is updated normally
After moving to the results page, you will see “Address verification completed.” The text is displayed.
3. When the address is not updated properly
You will be called to the error page below.
Case | Description | User UI |
---|---|---|
address_processing_error | If the process of updating the address does not proceed properly due to an unknown server error | "An error occurred while processing address information. Please try again." After the message pops up, address verification will proceed again. |
Last updated