I’ve successfully create a customer in the sandbox with a status of “retry”. I’m trying to update that customer to “Verified” by resending all the personal information along with a 9 digit ssn. I keep getting an error message from Dwolla saying “Invalid Ssn”. I don’t see anything specific in the Developer guide that says this is even possible in the sandbox but it seems like it should be.
New question, any suggestions for where I might find php syntax for creating a customer document in PHP?
kmoreira
(Kelly M. - Developer Advocate @ Dwolla)
4
Hi @Pat. Unfortunately we do not have a PHP code snippet for creating a customer document at this time, but here are some other PHP resources as it relates to this function.
I’m still fighting with document upload. My latest error is
{“code”:“ValidationError”,“message”:“Validation error(s) present. See embedded errors list for more details.”,"_embedded":{“errors”:[{“code”:“Invalid”,“message”:“Invalid file type.”,“path”:"/file","_links":{}}]}}
The customer id is: 30f89075-93e7-490c-809f-bbab467a2012
Is this enough information for you to check the logs on your end and maybe give me a little more information.
Thanks, Pat
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
6
We do have a Drop-in component for the document upload function that you could take a look at if you’re running into troubles with doing this entirely server-side. You can find a quick how-to in this blog.
Server-side document upload
The PHP client library doesn’t currently contain support for document upload unfortunately. You could look at pulling in an external REST client to make this call. After looking at the Guzzle docs, this seemed to work for me: