This endpoint implements the MerchantSight product: using AI and statistical approaches, it identifies a merchant name and location.
Name | Value |
---|---|
Content-Type | application/json |
Authorization | Bearer {JWT} |
Request
Key | Required | Comment |
---|---|---|
textstring | Yes | string. The text string found on the card statement. |
city | No | string. City name, if available. |
postal_code | No | string. Merchant postal code, if available. |
Response
The response contains a list of results, from the most likely to the least likely, according to our AI.
Name | Value |
---|---|
sight | JSON array. |
sight[].name | The identified merchant name. |
sight[].address | The merchant address. |
sight[].google_id | The google ID for this merchant. |