Enum FinVopProcessStep
Enumerates the individual states of the Verification of Payee process.
public enum FinVopProcessStep
Fields
Completed = 5The Verification of Payee process is complete, there are no further steps necessary. Nothing needs to be presented to the user.
CompletedConfirmationRequired = 4The 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 = 6The Verification of Payee process failed completely, it is not possible to continue.
None = 0No Verification of Payee required.
OptIn = 1A Verification of Payee request (HKVPP) must be included with the order.
OptOut = 2User did Opt-Out from Verification of Payee, an Opt-Out request (HKVOO) must be included with the order.
Pending = 3The Verification of Payee (Opt-In) did not complete yet. The VoP status shall be polled (HKVPP) until it is available.