Card product applications with identity mismatches may require manual review.
In some cases, an account holder can attempt to resolve the issue by updating an application that is in progress.
This page explains how.
Once an application is updated, Highnote re-runs verification.
If the updated information matches, identity verification is approved.
If the updated information still results in a mismatch, identity documents may be requested from the account holder.
Updating workflow
Click to Copy
The workflow for updating application information is as follows:
You cannot update a Primary Authorized Person if any of the following tags are present on the application: HIGH_ABUSE_SCORE, HIGH_THEFT_SCORE, DENIED_FRAUD, or WATCHLIST_HIT.
In these scenarios, Highnote performs additional validation and verification to determine the final KYC status of the Primary Authorized Person.
Field
Triggered On
name
NAME_MISMATCH
identificationDocument.socialSecurityNumber
SSN_MISMATCH
homeAddress
ADDRESS_MISMATCH or ADDRESS_WARNING
dateOfBirth
DOB_MISMATCH
Ultimate beneficial owner
Click to Copy
You cannot update an Ultimate Beneficial Owner (UBO) if any of the following tags are present on the application: HIGH_ABUSE_SCORE, HIGH_THEFT_SCORE, DENIED_FRAUD, or WATCHLIST_HIT.
In these scenarios, Highnote performs additional validation and verification to determine the final KYC status of the Ultimate Beneficial Owner.
Field
Triggered On
name
NAME_MISMATCH
identificationDocument.socialSecurityNumber
SSN_MISMATCH
homeAddress
ADDRESS_MISMATCH or ADDRESS_WARNING
dateOfBirth
DOB_MISMATCH
Find requested identity updates
Click to Copy
Use the following query to find requested identity updates on an application, indicated by the current verification reason of IDENTITY_UPDATE_REQUESTED.
The changesRequested field within the requestedUpdates array indicates which fields can be updated to resolve identity verification.
Initiate an identity update
Click to Copy
Use the following mutations to initiate identity updates.
Initiate identity update to the business
Click to Copy
Use the requestedIdentityUpdateId from the query above to initiate an update for the Business identity.
Initiate identity update to the primary authorized person
Click to Copy
Use the following mutation to stage an update to an identity for the Business Account Holder’s Primary Authorized Person.
Initiate identity update to an ultimate beneficial owner
Click to Copy
Use the following mutation to stage an update to an identity for the Business Account Holder’s Ultimate Beneficial Owner.
Confirm the initiated update
Click to Copy
After staging the update, use the following mutation with the requestedIdentityUpdateId to confirm and submit the applied updates.
Once confirmed, KYC and/or KYB will automatically re-run with the updated identity information.
If identity verification can still not be resolved with the updated information, documentation may be requested for the identity.
Cancel the initiated update
Click to Copy
You can cancel the initiated identity update to the Business, the Primary Authorized Person, or the Ultimate Beneficial Owner.
If the Account Holder has no changes to the identity, cancel the update.
If the update is cancelled, documentation may be requested for the identity.
Use the following mutation to cancel an update to an identity, prior to confirming.
Find application’s identity updates
Click to Copy
Use the following query to review the appliedUpdates on the Account Holder’s application.