Enum FinVopProcessStep

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Enumerates the individual states of the Verification of Payee process.

public enum FinVopProcessStep

Fields

Completed = 5

The Verification of Payee process is complete, there are no further steps necessary. Nothing needs to be presented to the user.

CompletedConfirmationRequired = 4

The Verification of Payee result indicates that an explicit HKVPA confirmation is needed. This may included cases with a full Match. It is up to the application to decide whether a full match will be presented to the user for confirmation.

Failed = 6

The Verification of Payee process failed completely, it is not possible to continue.

None = 0

No Verification of Payee required.

OptIn = 1

A Verification of Payee request (HKVPP) must be included with the order.

OptOut = 2

User did Opt-Out from Verification of Payee, an Opt-Out request (HKVOO) must be included with the order.

Pending = 3

The Verification of Payee (Opt-In) did not complete yet. The VoP status shall be polled (HKVPP) until it is available.