Enum FinSepaOrderStatus

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

Status of a SEPA order that has been submitted to the bank.

public enum FinSepaOrderStatus
Extension Methods

Fields

Failed = 6
InProcess = 3
InRecall = 5

A recall of the order was initiated.

InSchedule = 1
None = 0

No status available, yet.

Processed = 4
RejectByBenificiaryBank = 9
RejectByIntermediary = 2
RejectByOriginatorBank = 8
Success = 7

The order was completed successfully. The funds transfered are now available to the beneficiary.

See Also