OCE012
OCE012
|
|
|---|---|
|
|
|
|
|
When This Is Returned
When the inputted birth date or SSN4 (or both) does not match Verified records.
How to Handle
Prompt the user to try again or confirm that the value they provided is accurate. If they confirm, fall back to a manual signup flow.
Sandbox Validation
Example: Birth Date Only
{
...
"message": "BirthDate mismatch."
...
"data": {
"errorCode": "OCE012",
...
}
}
Example: Birth Date and First Name
{
...
"message": "BirthDate mismatch and FirstName mismatch."
...
"data": {
"errorCode": "OCE012",
...
}
}