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
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+56-13Lines changed: 56 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -10819,8 +10819,6 @@ paths:
10819
10819
- oAuth:
10820
10820
- payments.write
10821
10821
description: |-
10822
-
**This feature is currently in open beta. The final specification may still change.**
10823
-
10824
10822
Capture an *authorized* payment.
10825
10823
10826
10824
Some payment methods allow you to first collect a customer's authorization, and capture the amount at a later point.
@@ -26741,8 +26739,16 @@ paths:
26741
26739
description: The list of events to enable for this webhook. You may specify `'*'` to add all events, except those that require explicit selection. Separate multiple event types with a comma.
26742
26740
enum: &ref_76
26743
26741
- payment-link.paid
26742
+
- sales-invoice.created
26743
+
- sales-invoice.issued
26744
+
- sales-invoice.canceled
26745
+
- sales-invoice.paid
26744
26746
x-enumDescriptions: &ref_75
26745
26747
payment-link.paid: A payment link has been paid.
26748
+
sales-invoice.created: A sales invoice has been created.
26749
+
sales-invoice.issued: A sales invoice has been issued.
26750
+
sales-invoice.canceled: A sales invoice has been canceled.
26751
+
sales-invoice.paid: A sales invoice has been paid.
26746
26752
example: payment-link.paid
26747
26753
testmode:
26748
26754
type: *ref_15
@@ -26793,16 +26799,26 @@ paths:
26793
26799
description: The subscription's name.
26794
26800
example: Profile Updates Webhook
26795
26801
eventTypes:
26796
-
type: string
26802
+
type: array
26803
+
items:
26804
+
type: string
26797
26805
description: The events types that are subscribed.
0 commit comments