Skip to content

PaymentStatus

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / PaymentStatus

const PaymentStatus: object

Defined in: @sip-protocol/types/dist/index.d.ts:1424

Payment status

readonly DRAFT: "draft"

Payment created but not submitted

readonly PENDING: "pending"

Payment submitted, awaiting confirmation

readonly CONFIRMED: "confirmed"

Payment confirmed on source chain

readonly SETTLED: "settled"

Payment settled on destination chain

readonly FAILED: "failed"

Payment failed

readonly EXPIRED: "expired"

Payment expired

readonly CANCELLED: "cancelled"

Payment cancelled