Payments
Updated On 22 March 2025 | Min(s) read

Introduction to Verification Of Payee

Verification of Payee (VOP) is a service offered by the central authorities in various regions, to confirm the payer that the money will be credited to the intended beneficiary. Verification of Payee is growing popular across various regions, and the regulatory mandates verification of payee must be done before a payment is processed.

Banks in the European region mandatorily performs verification of payee for SEPA payments. Similarly, banks in the UK region mandatorily must perform verification of payee for domestic payments.

The user must have an option to perform verification of payee during the below process:

  • Beneficiary creation
  • Capture of standing order instruction
  • Payment initiation

The diagram below depicts the overall view to support verification of payee in Transact.

Central Component

The Central component supports verification of payee from,

  • Transact applications
  • Non-Transact applications through an API

Central Component

The Central Component module is an interface between Transact applications such as Payment Order, Order Entry, Beneficiary, Standing Order applications and the adapter that connects to the VOP service provider. VOP service provider matches the payee name or payee identification and responds with the matching result.

The Central Component,

  • Maintains VOP configuration, to setup VOP as mandatory or optional for a region.
  • Set up response codes received from the VOP service provider and corresponding generic error or override messages. Read Configuration section for more details.
  • Sends a VOP request to the adapter and receives VOP response from the adapter for all the records that are required to perform VOP.
  • Stores the details of VOP requests and responses. The user can view the details of VOP requests and responses through an enquiry.
  • Sends VOP response back to the source system. Upon committing on the respective application, the user can view the details of failure, if any.

The Verification of Payee (Central Component) feature is available under the license PPVOFP.

The Central Component does not support the reachability check of the beneficiary bank for VOP and determines the VOP service provider.

Temenos Adapter

The Temenos Adapter receives the required data for VOP check from the central component and exchanges VOP request and response with the VOP service provider.

Temenos Adapter,

  • Finds the appropriate VOP service provider
  • Establishes connection with the VOP service provider
  • Sends VOP request in the specified format
  • Receives VOP response from VOP service provider and
  • Sends back the response to the central component.
Temenos Adapter is not a part of the central component license.

Verification of Payee

The verifying the payee can be performed from the following applications in Transact:

  • Registering beneficiary using BENEFICIARY (GUI)
  • Initiating a payment from PAYMENT.ORDER (GUI)
  • Initiating a payment from PP.ORDER.ENTRY (GUI)
  • Initiating a payment (transaction) from FT.BULK.MASTER (bulk manual capture screen)
  • Creating a standing order instruction from STANDING.ORDER (GUI)
Verification of payee is performed only for outward customer transfers that are initiated from the above payment initiation applications.

While registering beneficiary or initiation a payment or creating a standing order instruction, user has an option to choose to perform VOP or skip VOP. Options available are:

  • Yes - Performs VOP
  • No - Skips VOP (allows when verification of payee is optional or not required for a region)
  • Retry - Retries VOP when the previous check failed due to time out.

VOP responses

The possible responses received as a result of the verification of payee process are

  • Full Match - Payee name or identification is a full match with a success result.
  • Partial Match or Close Match - Payee name is a partial match with a close match result. The user may either correct the name or continue the payment with the given name.
  • No Match - Payee name or identification is no match with a failure result. The user may either correct the name or abort the payment or continue the payment with the given name.
  • Not Applicable - Payee name or identification is not applicable with a failure result. The user may either abort the payment or continue the payment with the given name.

According to the responses, VOP status in the VOP enquiry is updated as Success, Close Match, Fail, Time Out (when a response is received as time out), Partial Success (when the user auto updates the name for a close match result).

VOP in Transact Applications

When the user performs a VOP, the Transact applications such as PAYMENT.ORDER, PP.ORDER.ENTRY, FT.BULK.MASTER, BENEFICIARY and STANDING.ORDER triggers the central component. The Central Component receives the beneficiary and beneficiary bank details, validates the details against the VOP configuration and sends a request to the VOP service provider.

When the system receives the response, the user can view the details of the response, including the VOP status and verification date.

To perform verification of payee it is mandatory to provide basic information such as payee account number, payee bank bic, payee name, destination country, payment order product.

  • Verification of payee primarily supports to EU region.
  • Banks must add Check VOP in their customized versions (other than mentioned in each of the application below) along with PPVOFP license, to support verification of payee in Transact applications.

VOP in Non-Transact Applications

The Non-Transact applications (such as channels) make use of the central component to perform VOP checks. Below are the details of API to handle VOP by the central component.

  • Channels must fetch the VOP configuration through a GET API.
  • Channels must apply VOP configuration for a payment initiated in the channel and if a VOP check is applicable, then send a request to the central component through a POST API.
  • Channels must fetch the VOP response through a GET API.
The central component uses the VOP request to send requests to the Adapter. If the VOP request is received through an API, the other functions such as validations, apply VOP configuration, and so on are not applicable.

Below is the list of API's that can be used to integrate with the Central Component:

API Name API Description
VOP Configuration Fetches the configuration of verification of payee
VOP Request Sends verification of payee request to the central component
VOP Response Fetches the verification of payee response from the central component

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, September 2, 2025 1:24:12 PM IST