Enum ArkPaymentRequestStatus
- Namespace
- NArk.Abstractions.Payments
- Assembly
- NArk.Abstractions.dll
Lifecycle of an inbound payment request.
public enum ArkPaymentRequestStatus
Fields
Cancelled = 4Request was explicitly cancelled by the user or application.
Expired = 3Request passed its expiry time without full payment.
Paid = 2Full requested amount received.
PartiallyPaid = 1Some payment received, but less than the requested amount.
Pending = 0Request created, no payment received yet.