Supported account types
VoP is available for:How it works
- Create an external account with
account_owner_nameset - Call the verify endpoint to trigger a VoP check
- Poll the external account until the verification completes
- Read the
account_verificationfield 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, theaccount_verification object on the external account will be populated with the result:
Match levels
Response fields
Theaccount_verification object contains:
Prerequisites
- The external account must have
account_owner_nameset. - The external account must be of type
ibanorgb. - No other verification may already be in progress for that external account.
