Get Identity data

POST https://{{env_url}}/processor/identity/get

The /processor/identity/get endpoint allows you to retrieve various account holder information on file with the financial institution, including names, emails, phone numbers, and addresses.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "processor_token"=>"{{processor_token}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"account":{"account_id":"QKKzevvp33HxPWpoqn6rI13BxW4awNSjnw4xv","balances":{"available":100,"current":110,"limit":null},"mask":"0000","name":"Plaid Checking","official_name":"Plaid Gold Checking","subtype":"checking","type":"depository"},"owners":[{"addresses":[{"data":{"city":"Malakoff","region":"NY","street":"2992 Cameron Road","postal_code":"14236","country":"US"},"primary":true},{"data":{"city":"San Matias","region":"CA","street":"2493 Leisure Lane","postal_code":"93405-2255","country":"US"},"primary":false}],"emails":[{"data":"accountholder0@example.com","primary":true,"type":"primary"}],"names":["Alberta Bobbeth Charleson"],"phone_numbers":[{"primary":true,"type":"home","data":"4673956022"}]}],"request_id":"m8MDnv9okwxFNBV"}