post https://api-v3.authenticating.com/employment/v2/verify
This endpoint allows the submission of employment details for an individual. Verification status can be checked through another API, as verification processing may take time.
The required fields include employerName
, jobTitle
, startDate
, currentlyEmployed
, manualVerification
. Submission won't proceed without these fields.
If manualVerification
is set to true
, additional details for manual verification must be provided under the property manualVerificationDetails
. These include:
employerAddress
employerAddressCity
employerAddressState
employerAddressCountry
supervisorName
supervisorContactInfo
In the parameters, 1
represents true
and 0
represents false
. For instance, setting currentlyEmployed
to 1
indicates that the user will be considered as an active employee and vice-versa.