Get suggestions

Retrieves the most likely matching counterpart for a given payable, based on an AI-powered analysis of the payable's data. When a user uploads a payable, Monite automatically compares key fields—such as `name`, `address`, `VAT ID`, and bank `account`—against existing counterparts. If a sufficiently similar match is found, this endpoint will return a suggested counterpart. If no suitable match is identified, the response will be empty. **Note:** Suggestions are automatically generated during payable upload. This endpoint simply retrieves the existing suggestion for a specific payable.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

payable_idstringRequired
The unique identifier of the payable you want to find matching suggestions for.

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
suggested_counterpartobject

Errors

400
Get Payables ID Suggestions Request Bad Request Error
401
Get Payables ID Suggestions Request Unauthorized Error
404
Get Payables ID Suggestions Request Not Found Error
422
Get Payables ID Suggestions Request Unprocessable Entity Error
429
Get Payables ID Suggestions Request Too Many Requests Error