How can i get retry status from Dwolla for customer verification. Do i need to send any specific request, because every time i am getting verified status only from Dwolla.
Same for document status also, what i need to send as a request to Dwolla for get document status.
Thanks.
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
2
Since we don’t perform identity verification on accounts in the Sandbox environment, we allow you to pass in a sentinel value for simulating the verification status you wish the Verified Customer to be placed in after Customer creation.
To simulate the various statuses in the Sandbox, submit either verified, retry, document, or suspended in the firstName parameter in order to create a new Verified Customer with that status.
Customer verification statuses workflows:
created → verified — (Happy path)
created → retry → document → verified
created → retry → suspended
created → retry → verified
created → document → verified