Confirmation of Payee (CoP)
Overview
Confirmation of Payee (CoP) is a new way of giving you greater assurance that you are sending payments to the intended beneficiary. It not only helps in preventing accidental, misdirected payments but also reduces the risk associated with Authorised Push Payment (APP) fraud. CoP is a scheme agnostic, peer-to-peer messaging service between accredited participants and sits completely outside of the payment journey i.e., a CoP check can be made prior to setting up a payee or making a payment.
ClearBank is now a CoP participant and will provide this account name checking service to those customers who use ClearBank sort codes linked to our bank code.
CoP Receive and Respond (Inbound)
Responding to a CoP request from an external participant requires us to complete a fuzzy matching check on the account in question. To do so successfully, we need the following account information:
- The name of the legal owner of the account
- Nature of funds held in the account i.e., Personal or Business
- Operating nature of the account i.e., Single or Joint
For your real and virtual accounts to be CoP-ready, you will need to use the following PATCH endpoints to update your accounts:
If you have chosen to use the ClearBank CoP service, all your real and virtual accounts will be opted in by default, at the time of account creation.
For a real or virtual account to be opted out from using this service, you can use the following PUT endpoints:
- PUT/ v1/Cop/opt/accounts/{accountId}
- PUT/ v1/Cop/opt/accounts/{accountId}/virtual/{VirtualAccountId}
Further information about opting out from using our CoP service along with your responsibilities can be found in our Confirmation of Payee (CoP) Operating Guide. This document can be found in the Reference Documents section in the Knowledge Centre.
CoP Send (Outbound)
Sending a CoP request to an external participant requires us to pass the request to the participant so that they can complete a fuzzy matching check on the account in question. To be able to send a CoP (Outbound) request to an external participant, you will need to use the following POST endpoint so that the exact name registered with the payee’s account can be confirmed:
- POST /open-banking/outbound/v1/name-verification
Once confirmed, we pass the result of the matching check back to you which you can then expose to your customer. Pay.UK have provided a messaging standard for you to follow. Further information about the messaging standard along with your responsibilities can be found in our Confirmation of Payee (CoP) Operating Guide. This document can be found in the Reference Documents section in the Knowledge Centre.