Enable Social Security Number (SSN) Field
In this guide, you’ll learn how to enable the social security number (SSN) field in Finch. The SSN field must be explicitly authorized by the employer.
SSN is a secure field in the Finch API. Your use case needs to be approved by your Developer Success Representative before enabling. However, you can test SSN via the Finch Sandbox without any approval.
Finch returns Social Security Number (SSN) as a field in the /individual endpoint. However, the SSN field is not returned by default; you must enable it first.
To enable SSN, the ssn
product scope (along with individual
) must be included in the /authorize
URL when launching Finch Connect. This ensures that the connection’s access tokens that are generated are capable of accessing this field.
Authorization
Make sure to include the ssn
scope in your authorization URL.
Request
Response
SSN values returned from the Finch API can either be in raw or encrypted format, depending on the provider. Please refer to each provider’s field support documentation for details on whether SSN is supported in raw or encrypted format, including how to decrypt encrypted values. If you require further assistance, reach out to your Finch Developer Success representative.
Response with Raw SSN
Response with Encrypted SSN
Was this page helpful?