We are looking to create a customer without providing an SSN. Our approach is as follows:
Initially, we will attempt to create the customer with a 4-digit SSN. If this is unsuccessful,
We will then try to add the full SSN.
If neither of the above options works, we will proceed to upload a document for verification.
However, according to the Dwolla documentation, “Document creation is not allowed for already verified Customers or non-verified Customer types.”
Please assist us in finding a solution to create a customer without an SSN, while still allowing us to upload a document for verification. This will enable the customer to be verified and conduct transactions.
Hi @shivang_codebrew, providing the full SSN is a requirement in order to verify an individual if they fall into a retry status. I’m afraid this isn’t something that can be bypassed. You can still upload a document for the Customer as long as they’re not in a deactivated or suspended status. However, we cannot verify the Customer with just a document; if they fall into retry, we will need to collect the full SSN.
Hope this helps clarify things. Please let us know if there’s anything else we can help with!
You can retrieve the Superhero Savings Account (meant to be a test bank attached to your account) by making a GET call to retrieve all funding-sources for your main account and locating it in the list.
As for transfers related to that funding-source, you’ll need to list all transfers related to your main account, and then go in and programmatically filter the ones that are related to the bank account - List and Search Transfers for an Account | Dwolla API Documentation
Hope this helps! Let us know if you have any questions!