You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: ISO-8601 string representing when the invoice will expire
43733
-
example: '2022-04-01T18:46:24.677Z'
43734
43726
format: date-time
43735
43727
title: ISO Date String
43736
-
status:
43728
+
createdAt:
43737
43729
type: string
43738
-
enum:
43739
-
- open
43740
-
- settled
43741
-
- canceled
43742
-
description: The status of the invoice
43743
-
walletId:
43744
-
allOf:
43745
-
- $ref: '#/components/schemas/WalletIdString'
43746
-
description: The wallet to which this invoice belongs
43730
+
format: date-time
43731
+
title: ISO Date String
43732
+
updatedAt:
43733
+
type: string
43734
+
format: date-time
43735
+
title: ISO Date String
43736
+
amtPaidMsat:
43737
+
type: string
43738
+
description: The number of millisats actually paid to this invoice, this may be greater than the amount requested by the invoice, since lightning allows overpaying (but not underpaying) invoices.
0 commit comments