> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# VOP CHECK RESULTS

[@qonto/embed-sdk](../../../../../../README) / [\<internal>](../../../../../README) / [src/common/constants](../README) / VOP\_CHECK\_RESULTS

# Variable: VOP\_CHECK\_RESULTS

> `const` **VOP\_CHECK\_RESULTS**: `object`

List of possible results for Verification of Payee (VoP). This verification
is made when creating a SEPA transfer, as a way to decrease the likelihood of
fraud or mistakes. These values can be found in the response of the SEPA payee
verification API, and can be used when interacting with SEPA transfer creation
functions.

## Type declaration

### MATCH\_RESULT\_CLOSE\_MATCH

> **MATCH\_RESULT\_CLOSE\_MATCH**: `string` = `'MATCH_RESULT_CLOSE_MATCH'`

### MATCH\_RESULT\_MATCH

> **MATCH\_RESULT\_MATCH**: `string` = `'MATCH_RESULT_MATCH'`

### MATCH\_RESULT\_NO\_MATCH

> **MATCH\_RESULT\_NO\_MATCH**: `string` = `'MATCH_RESULT_NO_MATCH'`

### MATCH\_RESULT\_NOT\_POSSIBLE

> **MATCH\_RESULT\_NOT\_POSSIBLE**: `string` = `'MATCH_RESULT_NOT_POSSIBLE'`

### MATCH\_RESULT\_UNSPECIFIED

> **MATCH\_RESULT\_UNSPECIFIED**: `string` = `'MATCH_RESULT_UNSPECIFIED'`
