Additional Process (Injection)
Last updated
Last updated
“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.
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 |
---|---|
Those with * are required parameters.
Parameter | Type | Description |
---|---|---|
Error Case | Description |
---|---|
After moving to the results page, you will see “Address verification completed.” The text is displayed.
You will be called to the error page below.
Case | Description | User UI |
---|---|---|
Basic form URL
URL with Injection
*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
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
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.