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