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: 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.
29417
-
format: number
29418
-
required:
29419
-
- valueMsat
29420
-
- paymentHash
29421
-
- invoice
29422
-
- walletId
29423
-
- status
29424
-
- expiresAt
29425
-
- createdAt
29426
-
- updatedAt
29391
+
$ref: '#/components/schemas/GetInvoicesResponse'
29427
29392
'400':
29428
29393
description: Bad Request
29429
29394
content:
@@ -29589,6 +29554,10 @@ paths:
29589
29554
type: string
29590
29555
format: date-time
29591
29556
title: ISO Date String
29557
+
- name: prevId
29558
+
in: query
29559
+
schema:
29560
+
type: string
29592
29561
- name: walletId
29593
29562
in: path
29594
29563
required: true
@@ -29600,55 +29569,7 @@ paths:
29600
29569
content:
29601
29570
application/json:
29602
29571
schema:
29603
-
type: array
29604
-
items:
29605
-
type: object
29606
-
description: Off-chain payment information
29607
-
properties:
29608
-
paymentHash:
29609
-
type: string
29610
-
walletId:
29611
-
type: string
29612
-
txRequestId:
29613
-
type: string
29614
-
status:
29615
-
$ref: '#/components/schemas/PaymentStatus'
29616
-
invoice:
29617
-
type: string
29618
-
feeLimitMsat:
29619
-
type: string
29620
-
format: number
29621
-
destination:
29622
-
type: string
29623
-
updatedAt:
29624
-
type: string
29625
-
format: date-time
29626
-
title: ISO Date String
29627
-
createdAt:
29628
-
type: string
29629
-
format: date-time
29630
-
title: ISO Date String
29631
-
amountMsat:
29632
-
type: string
29633
-
format: number
29634
-
feeMsat:
29635
-
type: string
29636
-
format: number
29637
-
failureReason:
29638
-
$ref: '#/components/schemas/PaymentFailureReason'
29639
-
paymentPreimage:
29640
-
type: string
29641
-
required:
29642
-
- paymentHash
29643
-
- walletId
29644
-
- txRequestId
29645
-
- status
29646
-
- invoice
29647
-
- feeLimitMsat
29648
-
- destination
29649
-
- updatedAt
29650
-
- createdAt
29651
-
- amountMsat
29572
+
$ref: '#/components/schemas/GetPaymentsResponse'
29652
29573
'400':
29653
29574
description: Bad Request
29654
29575
content:
@@ -43772,6 +43693,118 @@ components:
43772
43693
- userId
43773
43694
- userEmail
43774
43695
- derivedPubkey
43696
+
GetInvoicesResponse:
43697
+
title: GetInvoicesResponse
43698
+
type: object
43699
+
properties:
43700
+
invoices:
43701
+
type: array
43702
+
items:
43703
+
type: object
43704
+
properties:
43705
+
memo:
43706
+
type: string
43707
+
description: A memo or description for the invoice
0 commit comments