Query Parameter Guide
As KYB verifies the identity of an entity, there are a lot of text boxes to fill in on submission form. If you already know the basic information, pre-populate the form by using query parameters.
Caution!
ARGOS KYB form is built with 'Jotform'. In general cases, using form URL with 'kyc.argos-solutions.io/apply' work fine, but to benefit with this feature, the URL should be replaced with 'form.jotform.com'.
Example Original: https://kyc.argos-solutions.io/apply/12345678199**** Modified: https://form.jotform.com/12345678199****
How to use
Check form URL at dashboard
From the URL, replace 'kyc.argos-solutions.io/apply' with 'form.jotform.com'.
Add '?' at the end of the URL, copy and paste what you need from below table.
Replace 'sample' text with real values.
If you need multiple parameters in one URL join them with '&.
full_Legal
full_Legal={sample}
Legal name of entity
companyType181
companyType181={sample}
Type of entity
purposeOf
purposeOf={sample}
Purpose of establishment
businessCategory
businessCategory={sample}
Category of business
businessRegistration182
businessRegistration182={sample}
Registration number
nameOf
nameOf={sample}
Name of CEO
registeredBusiness
registeredBusiness={sample}
Registered address of the entity
principalBusiness
principalBusiness={sample}
Principal address of the entity
nameOf191
nameOf191={sample}
Name of representative
contactInformation
contactInformation={sample}
Email of representative
companyId
companyId={sample}
Company Id
Example
https://form.jotform.com/12345678199****?full_Legal={sample}&companyType181={sample}&companyType181=other&purposeOf={sample}&businessCategory={sample}&businessRegistration182={sample}&nameOf={sample}®isteredBusiness={sample}&principalBusiness={sample}&nameOf191={sample}&contactInformation={sample}
full_Legal
Parameter of 'Full legal name of corporate entity'.
Use 'full_Legal' key when entering with query parameter.
Value should be the legal name of the entity.
companyType181
Parameter of 'Company type'.
Use 'companyType181' key when entering with query parameter.
For 'companyType181' key there are 5 available values: Sole proprietorship, Profit corporation, Non-profit corporation, Voluntary association, Other
Value should be the company type of the entity.
When the type is not 'Other'
When the type is 'Other'
purposeOf
Parameter of 'Purpose of Establishment'.
Use 'purposeOf ' key when entering with query parameter.
Value should be the purpose of establishment of the entity.
businessCategory
Parameter of 'Business Category'.
Use 'businessCategory ' key when entering with query parameter.
Value should be the category of the business.
businessRegistration
Parameter of 'Business registration number'.
Use 'businessRegistration182' key when entering with query parameter.
Value should be the registration number.
nameOf
Parameter of 'Name of CEO'.
Use 'nameOf ' key when entering with query parameter.
Value should be the CEO name.
registeredBusiness
Parameter of 'Registered business address'.
Use 'registeredBusiness' key when entering with query parameter.
Value should be the registered address.
principalBusiness
Parameter of 'Principal business address'.
Use 'principalBusiness' key when entering with query parameter.
Value should be the principal address.
nameOf191
Parameter of 'Name of representative'.
Use 'nameOf191 ' key when entering with query parameter.
Value should be the name of the representative.
contactInformation
Parameter of 'Contact information of representative'.
Use 'contactInformation' key when entering with query parameter.
Value should be the email of representative.
companyId
Company ID is selectively given to the KYB target by the client.
When using query parameters, use the companyId key.
Value should be the company ID.
Multiple Parameters
Using more than two parameters is also possible.
Join query parameters with '&'.
There is no priority of order.
Supports up to 10 Query parameters.
Last updated