Skip to main content
Verification of Payee (VoP) lets you verify that the name on a customer’s external account matches the actual account holder at the receiving bank before sending funds.

Supported account types

VoP is available for:

How it works

  1. Create an external account with account_owner_name set
  2. Call the verify endpoint to trigger a VoP check
  3. Poll the external account until the verification completes
  4. Read the account_verification field on the external account response

Trigger a verification

The verify endpoint does not require an Idempotency-Key header. If a verification is already in progress for the external account, the request will return a 409 Conflict error.
Request
Response

Reading the result

Once the verification completes, the account_verification object on the external account will be populated with the result:

Match levels


Response fields

The account_verification object contains:

Prerequisites

  • The external account must have account_owner_name set.
  • The external account must be of type iban or gb.
  • No other verification may already be in progress for that external account.

Error cases