post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/name_match
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Transaction result message |
| reference_id | String | Unique identifier used to track the specific request or transaction |
| client_id | String | Unique client reference or session ID generated for the API call. Useful for tracing requests internally |
| name_2 | String | The first name input provided for comparison (e.g., from one data source). |
| name_1 | String | The second name input provided for comparison (e.g., from another data source) |
| match_score | Integer | The similarity score (in percentage) between the two names, based on the matching algorithm |
| match_status | Boolean | Indicates whether the two names are considered a match (true) or not a match (false), based on the predefined threshold |
