Enum ArkPaymentStatus
- Namespace
- NArk.Abstractions.Payments
- Assembly
- NArk.Abstractions.dll
Lifecycle of an outbound payment.
public enum ArkPaymentStatus
Fields
Cancelled = 3Payment was explicitly cancelled by the user or application.
Completed = 1Payment settled successfully.
Failed = 2Payment failed; see FailReason.
Pending = 0Payment is in progress.