PaymentStatus
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / PaymentStatus
Variable: PaymentStatus
Section titled “Variable: PaymentStatus”
constPaymentStatus:object
Defined in: @sip-protocol/types/dist/index.d.ts:1424
Payment status
Type Declaration
Section titled “Type Declaration”
readonlyDRAFT:"draft"
Payment created but not submitted
PENDING
Section titled “PENDING”
readonlyPENDING:"pending"
Payment submitted, awaiting confirmation
CONFIRMED
Section titled “CONFIRMED”
readonlyCONFIRMED:"confirmed"
Payment confirmed on source chain
SETTLED
Section titled “SETTLED”
readonlySETTLED:"settled"
Payment settled on destination chain
FAILED
Section titled “FAILED”
readonlyFAILED:"failed"
Payment failed
EXPIRED
Section titled “EXPIRED”
readonlyEXPIRED:"expired"
Payment expired
CANCELLED
Section titled “CANCELLED”
readonlyCANCELLED:"cancelled"
Payment cancelled