v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Text Match

The Text Match API allows users to compare two names and returns a similarity score indicating how closely they match. This can be useful for applications involving name matching, duplicate detection, and fuzzy searches.

post/nameSimilarity

Response

200

statuscodestring
{"stackTrail":"paths:/nameSimilarity:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/nameSimilarity:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "ipayId": "122022149NPGPA",
    "openingBalance": "12.14",
    "closingBalance": "12.14",
    "transactionValue": "0.00",
    "payableValue": "0.00",
    "similarityScore": 100
  },
  "timestamp": "2022-08-17 12:21:49",
  "ipay_uuid": "h068970aa142-66d2-4ee5-bd1b-d6029b9fa0fe",
  "orderid": "12222149XDZMN",
  "environment": "LIVE"
}