I have an unverified customer I’m having issues upgrading to verified.
I’m providing the following fields:
firstName, lastName, address1, city, state, postalCode, type, email
Receving the following error:
{"errors":[{"code":"ReadOnly","message":"DateOfBirth cannot be modified.","path":"/dateOfBirth","_links":{}},{"code":"ReadOnly","message":"Ssn cannot be modified.","path":"/ssn","_links":{}}]}
But I don’t believe DateOfBirth
and ssn
have been provided for the customer prior to this attempt.
If I attempt this update without ssn
and dateOfBirth
, I receive the following:
"message":"A server error occurred. Error ID: f9430ad9-2db6-4296-967e-068795715cba."
Checking the customer record, I see that the address has been added to the customer, but they are still in unverified status. Presumably, this is because they’re missing the ssn
and dateOfBirth
.
@spencer @shreya @kmoreira do you have any suggestions on how to proceed?