v47

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-013871777.1 KB
VoP

Verify payee bank account

Verify that the provided account holder name matches the bank account details.

Currently supported financial address types:

  • iban: IBAN-based accounts (EU/SEPA). It implements Verification of Payee (VoP) as required by EU Instant Payments Regulation.

Possible status values:

  • match: Exact match - the name matches the account holder's name
  • partial_match: Close match - similar but not identical (e.g., typos, abbreviations). The suggestedAccountHolderName field will contain the suggested account holder name.
  • no_match: No match - the name does not match the account holder
  • not_available: Verification not possible (e.g., bank unreachable, timeout, unsupported)
post/api/service/payee/verify

Request body

Response

Verification completed successfully

status'match' | 'partial_match' | 'no_match' | 'not_available' required

The verification result status

suggestedAccountHolderNamestring