Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DelpayPayment

Hierarchy

  • DelpayPayment

Index

Properties

amount_msat?: number

the amount the destination received, if known

amount_sent_msat: number

the amount we actually sent, including fees

bolt11?: string

the bolt11 string (if pay supplied one)

bolt12?: string

the bolt12 string (if supplied for pay: experimental-offers only).

created_at: number

the UNIX timestamp showing when this payment was initiated

destination?: string

the final destination of the payment if known

erroronion?: string

the error onion returned on failure, if any.

groupid?: number

Grouping key to disambiguate multiple attempts to pay an invoice or the same payment_hash

id: number

unique ID for this payment attempt

label?: string

the label, if given to sendpay

partid?: number

unique ID within this (multi-part) payment

payment_hash: string

the hash of the payment_preimage which will prove payment

payment_preimage?: string

proof of payment

status: DelpayStatus

status of the payment

Generated using TypeDoc