Table of Contents

Enum ArkPaymentStatus

Namespace
NArk.Abstractions.Payments
Assembly
NArk.Abstractions.dll

Lifecycle of an outbound payment.

public enum ArkPaymentStatus

Fields

Cancelled = 3

Payment was explicitly cancelled by the user or application.

Completed = 1

Payment settled successfully.

Failed = 2

Payment failed; see FailReason.

Pending = 0

Payment is in progress.