Create Consumer

POST {{baseUrl}}/decisioning/v1/customers/{{customerId}}/consumer

Create a consumer record associated with the given customer. A consumer persists as the owner of any reports that are generated, even after the original customer is deleted from the system.

A consumer must be created for the given customer before calling any of the Generate Report services.

Supported regions: πŸ‡ΊπŸ‡Έ

Request Body

{"firstName"=>"Homer", "lastName"=>"Loanseeke", "address"=>"434 W Ascension Way", "city"=>"Murray", "state"=>"UT", "zip"=>"84123", "phone"=>"1-800-986-3343", "ssn"=>"999601111", "birthday"=>{"year"=>1970, "month"=>7, "dayOfMonth"=>4}, "email"=>"finicity@test.com", "suffix"=>"Mr"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Finicity-App-Tokenstring
Finicity-App-Keystring

RESPONSES

status: Created

{"id":"0bf46322c167b562e6cbed9d40e19a4c","createdDate":1607450357,"customerId":1005061234}