Match Identity data
POST https://{{env_url}}/processor/identity/match
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}}", "user"=>{"phone_number"=>"+1-111-222-3333", "legal_name"=>"Alerta Charleson", "email_address"=>"accountholder1@example.com", "address"=>{"city"=>"San Matias", "country"=>"US", "postal_code"=>"93405", "region"=>"CA", "street"=>"2493 Leisure Ln."}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"account":{"account_id":"BxBXxLj1m4HMXBm9WZZmCWVbPjX16EHwv99vp","balances":{"available":null,"current":null,"iso_currency_code":null,"limit":null,"unofficial_currency_code":null},"mask":"0000","name":"Plaid Checking","official_name":"Plaid Gold Standard 0% Interest Checking","legal_name":{"score":90,"is_nickname_match":true,"is_first_name_or_last_name_match":true,"is_business_name_detected":false},"phone_number":{"score":100},"email_address":{"score":100},"address":{"score":100,"is_postal_code_match":true},"subtype":"checking","type":"depository"},"request_id":"3nARps6TOYtbACO"}