Verify customer identity and validate information against account data.
FieldMatch API to verify your customer’s identity, confirm account ownership, or validate the accuracy of their information before linking a bank account to your financial service. Provide your customer’s details in the request, and we’ll compare them against the data associated with the account they’re attempting to connect. Only the fields you include in the API call are evaluated when calculating the match score.
To use this API, you must first obtain a loginId and successfully call the /GetAccountsDetail endpoint.
For more information about this endpoint and to see an example, see our help article on Field Matching.
The 200 response you receive may differ slightly from the example in the following use cases:
0 and 1 for that particular field.0 for that particular field. The field will also be added to the noData array in the response.Unique GUID provided by Flinks.
The loginId you received after successfully connecting a customer account.
The user's full name.
The user's first name.
The user's middle name.
The user's last name.
The user's postal code.
The user's home address.
The user's city.
The user's province.
The user's email address.
The user's phone number.
A value between 0-1 that indicates the minimum threshold you require for a match.
Success
Indicates whether the overall match meets the threshold.
Boolean values indicating whether each field meets the threshold.
The overall match rate as a decimal between 0 and 1.
Decimal values indicating the match rate for each field.