If you have employees or contractors in your database that you need to match with Finch’sDocumentation Index
Fetch the complete documentation index at: https://developer.tryfinch.com/llms.txt
Use this file to discover all available pages before exploring further.
individual_ids, you will need a reliable method to reconcile the two. The following are two best practices for developers building with Finch.
Recommended: full name + date of birth
All payroll systems require at least a first and last name, therefore, finding a match by full name is a good way of reconciling individuals. However, on rare occasions, naming collisions do happen even within the same company. Therefore, we recommend using a concatenation offirst_name, last_name, and dob, all data points available from the /individual endpoint.
Alternative: email address
Finch returns email addresses from the/individual endpoint. The uniqueness of emails, if they are returned by the underlying employment system, makes it a good data point to reconcile employees against.