Skip to content

Lifecycle states for a PaymentRequest. Mirrors iPaymentRequestInfo.status from the indexer.

PaymentRequestStatus = "pending" | "paid" | "denied" | "expired"

Defined in: packages/bitbadgesjs-sdk/src/core/payment-requests.ts:145

Lifecycle states for a PaymentRequest. Mirrors iPaymentRequestInfo.status from the indexer.

Edit this page on GitHub