I am unable to upgrade an unverified dwolla customer from unverified to verified. It says that the date of birth and the SSN are read only values.
I do not see these values on the Dwolla dashboard, I do not see these values on the API responses as well. There are no facilities available on the Dwolla dashboard to reset these values.
These are correct. To upgrade an Unverified Customer to a Verified Customer, it must be done through the API.
This is expected as SSN and DOB values are considered sensitive information, so they will not be returned in the response for security reasons.
I see that this customer was successfully upgraded to a Verified Customer, however it looks like it is in a Retry state. The docs here go through examples as to how to retry verification for a Personal Verified Customer. Let us know if you encounter any blockers!
How were you able to distinguish that it is in a ‘retry’ state? or that the customer was successfully upgraded to verified customer? The attached screenshot (of the dashboard view of the customer) says that it is unverified. Please help me understand, thank you!
kmoreira
(Kelly M. - Developer Advocate @ Dwolla)
4
Interesting I think it is just displaying it differently in my internal system. Can you try updating it by calling the same endpoint, but instead of submitting the full ssn, submit the last four? I’ll keep an eye on this thread for the rest of the day in case this doesn’t work, and I can upgrade it manually for you since it’s sandbox.
I’m also curious to know if this is happening to just this customer or all customers you’ve attempted to update in sandbox.
I just checked your original Customer upgrade API request and it looks like it was the same issue as the other post your linked above – the state value was the full State name instead of just the 2-letter abbreviation. This caused the account to be stuck in a bad state where it is unverified and cannot be modified.
For reference, here was the request body we received on the first attempt:
I have manually added an SSN (111-11-1111) to get this account unblocked. With further attempts, try using the 2-letter State name in the first go and see if that goes through just fine! Let us know if you have any questions!