MCY Verification Errors

This document outlines the potential error messages that may be returned during a multicurrency (MCY) account request. These errors can arise due to various factors, such as discrepancies in the submitted information, issues with document authenticity, or expired documentation. By understanding these possible errors, businesses can take proactive steps to resolve them, ensuring a smoother and more efficient account creation process.

How Errors Are Communicated

Verification errors are typically relayed through webhooks, offering real-time notifications on the status of the account creation process. Below is a sample error webhook that demonstrates the format and type of information provided when an error occurs. The webhook includes key details such as the event type, account information, and the specific reason for the account's rejection.

It is crucial for businesses to integrate these webhooks into their systems effectively, allowing them to monitor and respond to errors promptly, ensuring minimal disruption during account setup.

{
  "event": "virtualaccount.declined",
  "data": {
    "id": "661e83489349bwe342c6a70",
    "business": "62787427843dfn3848ws",
    "isSubAccount": false,
    "currency": "EUR",
    "currencyType": "fiat",
    "status": "declined",
    "accountType": "individual",
    "reason": "Issue date on the document doesn't match",
    "accountOpeningFee": 0,
    "virtualAccountType": "additional",
    "createdAt": "2024-04-16T14:07:12.781Z",
    "updatedAt": "2024-04-16T14:08:32.442Z"
  }
}

Error Categories

Errors are categorized based on different aspects of verification, such as address and ID checks. Each error has a specific description, enabling precise identification and resolution. These range from simple information mismatches to complex issues with document authenticity and expiration. Understanding these errors and their implications helps businesses refine their document submission processes and improve user experience.

ID Verification Errors

ID verification errors occur when there are issues with the identification documents submitted. These may include discrepancies in personal information (like name or birth date), problems with document authenticity, or expired documents. Accurate ID verification is crucial for confirming a user's identity and preventing fraud.

Description
Image of the face not found on the document.
Image is altered or photoshopped.
Copy of the image found on web.
Document and Document Two do not belong to the same person.
Document originality could not be verified.
Name on the document doesn't match.
DOB on the document doesn't match.
Date on the document doesn't match.
Issue date on the document doesn't match.
Number on the document doesn't match.
The issuing country of document is not supported, please upload a valid document.
Document doesn't match the provided options.
Age could not be verified.
The expiry date of the document does not match the record, please upload a document with valid expiry date.
The document is expired, please upload a new document which is not expired.
The uploaded image of the document is blur, please provide a clear photo of document.
Face could not be detected in image, please upload image again with your face clearly visible.
Proof and Additional Proof are of different documents.
Both Documents do not belong to the same person.

Address Verification Errors

Address verification errors occur when there are issues with the address documents submitted for account verification. These errors can arise from inconsistencies between the address provided in the request and the uploaded proof of address, problems with document readability, or concerns about the authenticity of the address documents. This verification is crucial to ensure that the user resides at the declared location and that the provided address is legitimate and current.

Description
Image of the face not found on the document.
Image is altered or photoshopped.
Copy of the image found on web.
Document originality could not be verified.
Document doesn't match the provided options.
Age could not be verified.
Proof and Additional Proof are of different documents.
Name on the Address Document doesn't match.
Address did not match the record, please provide a document with valid address.
Document type is different from the provided options.
Country on the address document could not be verified.
Addresses on the Identity Document and Utility Bill do not match.
The address document is expired, please upload a document which is not expired.
The uploaded image of the document is blur, please provide a clear photo of address document.
Issue date on the address document doesn't match.
Address proof and document proof are of different persons.
Front and backside images of the document did not match, please upload images of the same document.
Camera is not accessible for verification.
Same ID Document can not be submitted as proof of address.
Document proof is a screenshot.
Document proof is altered/edited.
Document proof is paper based which is not accepted.
Document proof is punched/broken.
Document proof is from another screen.
Document proof is not fully displayed.
Document is blur.
Information on the document proof is not visible.
Information on the document is edited.
Information on the document is hidden.
Address proof and document proof does not match.
Both documents should belong to the same person.
Document should be from the provided country.
Issue date does not match with the provided one.
Submitted document is expired.
Issue date on the document is not clearly visible.
Name on the document does not match with the provided one.
Name on the document is not clearly visible.
Address on the document does not match with the provided one.
Address provided is invalid.
Address on the document is not clearly visible.
Address is not present on the provided document.
Uploaded document is Black and White.
Uploaded image of the document is edited or cropped.
Uploaded image is found on the internet.
Document is laminated.
Document is scanned or colored copy.
Document is paper-based or laminated.
Uploaded document is a test card.
The uploaded document is not matched with the mentioned document type.
Uploaded document is a test card.
Uploaded document is expired.
Country on the address document could not verified.
The issuing country of document is not supported.
Information on the document is not readable.
Entire document is not visible.
Uploaded document of the image is blur.
The uploaded document doesnโ€™t match with the mentioned document type.
Uploaded document is laminated.
Document might be broken, damaged, or punched.
Uploaded image of the document is a screenshot.
Document is captured from another device.
Document is paper based or laminated.
Uploaded image of the document is found on internet.
Uploaded image is a test card.
Uploaded document is black and white.
Document is not found in the uploaded image.
Issuing date of the document is not visible.
The address document and identity document donโ€™t belong to the same person.
Address documents from Ontario are not allowed.
Issue date of the uploaded document doesnโ€™t match the record.
Name on the address document doesnโ€™t match the record.
The provided document is broken.
The provided document is photocopy(color or black & white).
The provided document is edited.
The provided document is scanned.
The provided document is punched.
The provided document is cracked.
The provided document is cropped.
The provided document is handwritten.
The uploaded document is inverted or in mirror view.
The uploaded document is broken with affected data.
The proof has been uploaded and not captured in real time.
The verification process was canceled by the user.
The provided image is corrupted.
The address did not match the record.
End user did not submit complete verification proofs or data.
Face could not be detected OR same side of the document is provided.
The user does not want to share camera or documents.
The complete verification data was not provided by the user.
Document proofs do not belong to the same person.
Duplicate account is detected.

๐Ÿ“˜

Note

Addressing these errors not only ensures regulatory compliance but also builds trust with customers by demonstrating a commitment to secure and reliable financial services.

Businesses can use this documentation as a reference to train their support teams, develop automated solutions for error handling, and implement preventive measures to minimize the occurrence of such errors. By doing so, they can streamline the account creation process, reduce delays, and provide a seamless experience for their customers.