# IBAN Person Search Criteria Returns the search criteria for bankmatch IBAN person matching Endpoint: GET /compliance/bankMatch/IBAN/person/searchCriteria Version: 1.10.9 Security: bearerToken ## Query parameters: - `bankCountry` (string, required) An ISO Alpha-2 country code used to specify the country for person bank matching criteria ## Response 200 fields (application/json): - `bankCountry` (string) The country code where the search criteria applies (e.g., "FR"). - `languages` (array) List of supported language codes for the country. - `criteriaSets` (array) A list of criteria sets for matching a person. - `criteriaSets.firstName` (string) indicates the first name is supported in the search criteria. - `criteriaSets.lastName` (string) indicates the last name is supported in the search criteria. - `criteriaSets.birthDate` (string) indicates the birth date is supported in the search criteria. - `criteriaSets.iban` (string) specifies the IBAN details and validation rules for the search. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 502 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected