Table of Contents

Enum ArkPaymentRequestStatus

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

Lifecycle of an inbound payment request.

public enum ArkPaymentRequestStatus

Fields

Cancelled = 4

Request was explicitly cancelled by the user or application.

Expired = 3

Request passed its expiry time without full payment.

Paid = 2

Full requested amount received.

PartiallyPaid = 1

Some payment received, but less than the requested amount.

Pending = 0

Request created, no payment received yet.