Hi,
We understand in production our Dwolla support person needs to put a Verified customer into Retry. But we want to replicate that process for testing in our Sandbox. We were told that using the Customer API and change the first name to Retry would still work for Verified customers. but when we try that we get an error in the says we can’t change that info, –
{
“errorMessage”: “{“error”:“SERVER_ERROR”,“message”:”{\“code\”:\“ValidationError\”,\“message\”:\“Validation error(s) present. See embedded errors list for more details.\”,\"_embedded\":{\“errors\”:[{\“code\”:\“ReadOnly\”,\“message\”:\“FirstName cannot be modified.\”,\“path\”:\"/firstName\",\"_links\":{}}]}}",“httpStatus”:500}"
}