Update a customer - Retry verification - personal customer

POST https://api-sandbox.dwolla.com/customers/{{customerId}}

To retry verification for personal Customer you’ll need to provide the Customer’s full name, email address, home address, date of birth, and the last four digits of their Social Security Number. Once you submit this request, Dwolla will perform some initial validation to check for formatting issues such as an invalid date of birth, invalid email format, etc. If successful, the response will be a HTTP 201/Created with the URL of the new Customer resource contained in the Location header.

Resources

Article - Customer verification
Article - Handling verification statuses
Article - Account Types

Request parameters

ParameterData TypeParameter TypeRequiredDescription
firstNamestringbodyyesCustomer’s first name.
lastNamestringbodyyesCustomer’s last name.
emailstringbodyyesCustomer’s email address.
ipAddressstringbodynoCustomer’s IP address.
typestringbodyyesEither personal or business.
address1stringbodyyesFirst line of the address.
address2stringbodynoSecond line of the street address.
citystringbodyyesCity of Customer’s permanent residence.
statestringbodyyesTwo letter abbreviation of the state.
postalCodestringbodyyesPostal code.
dateOfBirthstringbodyyesCustomer's date of birth in YYYY-MM-DD format.
ssnstringbodyyesFull nine digits of Social Security Number.
phonestringbodynoCustomer's 10 digit phone number. No hyphens or other separators, e.g. 3334447777.

Request Body

{"firstName"=>"John", "lastName"=>"Doe", "email"=>"johndoe@nomail.net", "ipAddress"=>"10.10.10.10", "type"=>"personal", "address1"=>"99-99 Correction St", "city"=>"Some City", "state"=>"NY", "postalCode"=>"11101", "dateOfBirth"=>"1970-01-01", "ssn"=>"123456789"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
Authorizationstring