Verify Name Match
Use this API to verify names that have enormous variations. Provide us the names you want to verify, and we will tell you whether they match and provide the reason. View the test data and use the information to trigger the validations. The test data are usable only in the test environments such as sandbox.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Body
Find the request parameters for the Name Match API
It is the name you want to verify.
It is the name you want to verify with name_1.
It is the unique ID you need to create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-) and underscore ( _ ) are allowed.
Response
Success response for Name Match API
It displays the name you entered for verification.
It displays the name you entered for verificaiton with name_1.
It justifies the match score for the API request.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the score for name match verification, with values ranging from 0 to 1.
It displays the status of the API request. Possible values are
SUCCESS
: A successful name match.
It displays the unique ID you created to identify the verification request.
Was this page helpful?