stripe 16.4.0-beta.1 → 16.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/CHANGELOG.md +130 -767
  2. package/README.md +0 -33
  3. package/VERSION +1 -1
  4. package/cjs/RequestSender.js +5 -66
  5. package/cjs/StripeResource.js +1 -1
  6. package/cjs/apiVersion.js +1 -2
  7. package/cjs/multipart.js +1 -1
  8. package/cjs/resources/FinancialConnections/Accounts.js +0 -5
  9. package/cjs/resources/Invoices.js +0 -13
  10. package/cjs/resources/OAuth.js +1 -1
  11. package/cjs/resources/PaymentIntents.js +0 -4
  12. package/cjs/resources/Quotes.js +0 -32
  13. package/cjs/resources/SubscriptionSchedules.js +0 -4
  14. package/cjs/resources/Terminal/Readers.js +0 -12
  15. package/cjs/resources.js +10 -38
  16. package/cjs/stripe.core.js +3 -6
  17. package/cjs/utils.js +3 -30
  18. package/esm/RequestSender.js +6 -67
  19. package/esm/StripeResource.js +2 -2
  20. package/esm/apiVersion.js +0 -1
  21. package/esm/multipart.js +2 -2
  22. package/esm/resources/FinancialConnections/Accounts.js +0 -5
  23. package/esm/resources/Invoices.js +0 -13
  24. package/esm/resources/OAuth.js +2 -2
  25. package/esm/resources/PaymentIntents.js +0 -4
  26. package/esm/resources/Quotes.js +0 -32
  27. package/esm/resources/SubscriptionSchedules.js +0 -4
  28. package/esm/resources/Terminal/Readers.js +0 -12
  29. package/esm/resources.js +0 -24
  30. package/esm/stripe.core.js +3 -6
  31. package/esm/utils.js +1 -27
  32. package/package.json +1 -1
  33. package/types/AccountLinksResource.d.ts +1 -5
  34. package/types/AccountSessions.d.ts +0 -15
  35. package/types/AccountSessionsResource.d.ts +0 -205
  36. package/types/Accounts.d.ts +1 -88
  37. package/types/AccountsResource.d.ts +0 -204
  38. package/types/Charges.d.ts +0 -67
  39. package/types/ChargesResource.d.ts +0 -1294
  40. package/types/Checkout/Sessions.d.ts +1 -28
  41. package/types/Checkout/SessionsResource.d.ts +1 -15
  42. package/types/ConfirmationTokens.d.ts +5 -62
  43. package/types/Coupons.d.ts +1 -1
  44. package/types/CouponsResource.d.ts +1 -1
  45. package/types/CreditNotes.d.ts +0 -21
  46. package/types/CreditNotesResource.d.ts +0 -51
  47. package/types/CustomersResource.d.ts +0 -2
  48. package/types/Disputes.d.ts +0 -168
  49. package/types/DisputesResource.d.ts +3 -120
  50. package/types/EventTypes.d.ts +17 -426
  51. package/types/Events.d.ts +1 -83
  52. package/types/EventsResource.d.ts +1 -1
  53. package/types/FinancialConnections/Accounts.d.ts +1 -29
  54. package/types/FinancialConnections/AccountsResource.d.ts +3 -35
  55. package/types/FinancialConnections/Sessions.d.ts +1 -49
  56. package/types/FinancialConnections/SessionsResource.d.ts +1 -38
  57. package/types/Identity/VerificationReports.d.ts +1 -1
  58. package/types/InvoiceItems.d.ts +0 -5
  59. package/types/InvoiceItemsResource.d.ts +0 -98
  60. package/types/InvoiceLineItems.d.ts +0 -22
  61. package/types/Invoices.d.ts +2 -116
  62. package/types/InvoicesResource.d.ts +1784 -5359
  63. package/types/Issuing/CardholdersResource.d.ts +1 -2
  64. package/types/LineItems.d.ts +0 -7
  65. package/types/Mandates.d.ts +0 -77
  66. package/types/PaymentIntents.d.ts +1 -469
  67. package/types/PaymentIntentsResource.d.ts +3377 -6725
  68. package/types/PaymentMethodDomains.d.ts +1 -1
  69. package/types/PaymentMethods.d.ts +0 -62
  70. package/types/PaymentMethodsResource.d.ts +0 -110
  71. package/types/Prices.d.ts +0 -22
  72. package/types/PricesResource.d.ts +0 -22
  73. package/types/Products.d.ts +0 -39
  74. package/types/ProductsResource.d.ts +0 -36
  75. package/types/Quotes.d.ts +1 -578
  76. package/types/QuotesResource.d.ts +266 -3175
  77. package/types/SetupAttempts.d.ts +0 -9
  78. package/types/SetupIntents.d.ts +1 -110
  79. package/types/SetupIntentsResource.d.ts +3 -498
  80. package/types/Sources.d.ts +0 -23
  81. package/types/SubscriptionItems.d.ts +0 -21
  82. package/types/SubscriptionItemsResource.d.ts +0 -109
  83. package/types/SubscriptionSchedules.d.ts +0 -164
  84. package/types/SubscriptionSchedulesResource.d.ts +13 -1231
  85. package/types/Subscriptions.d.ts +3 -47
  86. package/types/SubscriptionsResource.d.ts +6 -349
  87. package/types/Terminal/Readers.d.ts +2 -279
  88. package/types/Terminal/ReadersResource.d.ts +1 -208
  89. package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -55
  90. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
  91. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
  92. package/types/Treasury/OutboundTransfers.d.ts +0 -26
  93. package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
  94. package/types/Treasury/ReceivedCredits.d.ts +0 -26
  95. package/types/Treasury/ReceivedDebits.d.ts +0 -31
  96. package/types/WebhookEndpointsResource.d.ts +2 -50
  97. package/types/index.d.ts +0 -64
  98. package/types/lib.d.ts +0 -12
  99. package/cjs/resources/AccountNotices.js +0 -21
  100. package/cjs/resources/Capital/FinancingOffers.js +0 -21
  101. package/cjs/resources/Capital/FinancingSummary.js +0 -12
  102. package/cjs/resources/Capital/FinancingTransactions.js +0 -17
  103. package/cjs/resources/FinancialConnections/Institutions.js +0 -17
  104. package/cjs/resources/GiftCards/Cards.js +0 -23
  105. package/cjs/resources/GiftCards/Transactions.js +0 -33
  106. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
  107. package/cjs/resources/Margins.js +0 -22
  108. package/cjs/resources/Orders.js +0 -24
  109. package/cjs/resources/QuotePhases.js +0 -22
  110. package/cjs/resources/Tax/Forms.js +0 -20
  111. package/esm/resources/AccountNotices.js +0 -18
  112. package/esm/resources/Capital/FinancingOffers.js +0 -18
  113. package/esm/resources/Capital/FinancingSummary.js +0 -9
  114. package/esm/resources/Capital/FinancingTransactions.js +0 -14
  115. package/esm/resources/FinancialConnections/Institutions.js +0 -14
  116. package/esm/resources/GiftCards/Cards.js +0 -20
  117. package/esm/resources/GiftCards/Transactions.js +0 -30
  118. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
  119. package/esm/resources/Margins.js +0 -19
  120. package/esm/resources/Orders.js +0 -21
  121. package/esm/resources/QuotePhases.js +0 -19
  122. package/esm/resources/Tax/Forms.js +0 -17
  123. package/types/AccountNotices.d.ts +0 -110
  124. package/types/AccountNoticesResource.d.ts +0 -98
  125. package/types/Capital/FinancingOffers.d.ts +0 -188
  126. package/types/Capital/FinancingOffersResource.d.ts +0 -97
  127. package/types/Capital/FinancingSummary.d.ts +0 -106
  128. package/types/Capital/FinancingSummaryResource.d.ts +0 -27
  129. package/types/Capital/FinancingTransactions.d.ts +0 -135
  130. package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
  131. package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
  132. package/types/FinancialConnections/Institutions.d.ts +0 -93
  133. package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
  134. package/types/GiftCards/Cards.d.ts +0 -118
  135. package/types/GiftCards/CardsResource.d.ts +0 -159
  136. package/types/GiftCards/Transactions.d.ts +0 -129
  137. package/types/GiftCards/TransactionsResource.d.ts +0 -201
  138. package/types/InvoicePayments.d.ts +0 -91
  139. package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -446
  140. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1017
  141. package/types/Margins.d.ts +0 -56
  142. package/types/MarginsResource.d.ts +0 -114
  143. package/types/Orders.d.ts +0 -1057
  144. package/types/OrdersResource.d.ts +0 -2711
  145. package/types/QuoteLines.d.ts +0 -634
  146. package/types/QuotePhases.d.ts +0 -198
  147. package/types/QuotePhasesResource.d.ts +0 -67
  148. package/types/QuotePreviewInvoices.d.ts +0 -1530
  149. package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -778
  150. package/types/Tax/Forms.d.ts +0 -133
  151. package/types/Tax/FormsResource.d.ts +0 -90
package/types/Events.d.ts CHANGED
@@ -21,59 +21,6 @@ declare module 'stripe' {
21
21
  interface PreviousAttributes {}
22
22
  }
23
23
 
24
- interface Reason {
25
- automation_action?: Reason.AutomationAction;
26
-
27
- request?: Reason.Request;
28
-
29
- /**
30
- * The type of the reason for the event.
31
- */
32
- type: Reason.Type;
33
- }
34
-
35
- namespace Reason {
36
- interface AutomationAction {
37
- stripe_send_webhook_custom_event?: AutomationAction.StripeSendWebhookCustomEvent;
38
-
39
- /**
40
- * The trigger name of the automation that triggered this action.
41
- * Please visit [Revenue and retention automations](https://docs.stripe.com/billing/automations#choose-a-trigger) for all possible trigger names.
42
- */
43
- trigger: string;
44
-
45
- /**
46
- * The type of the `automation_action`.
47
- */
48
- type: 'stripe_send_webhook_custom_event';
49
- }
50
-
51
- namespace AutomationAction {
52
- interface StripeSendWebhookCustomEvent {
53
- /**
54
- * Set of key-value pairs attached to the action when creating an Automation.
55
- */
56
- custom_data: {
57
- [key: string]: string;
58
- } | null;
59
- }
60
- }
61
-
62
- interface Request {
63
- /**
64
- * ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
65
- */
66
- id: string | null;
67
-
68
- /**
69
- * The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.
70
- */
71
- idempotency_key: string | null;
72
- }
73
-
74
- type Type = 'automation_action' | 'request';
75
- }
76
-
77
24
  interface Request {
78
25
  /**
79
26
  * ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
@@ -93,8 +40,6 @@ declare module 'stripe' {
93
40
  | 'account.external_account.deleted'
94
41
  | 'account.external_account.updated'
95
42
  | 'account.updated'
96
- | 'account_notice.created'
97
- | 'account_notice.updated'
98
43
  | 'application_fee.created'
99
44
  | 'application_fee.refund.updated'
100
45
  | 'application_fee.refunded'
@@ -103,15 +48,6 @@ declare module 'stripe' {
103
48
  | 'billing_portal.configuration.updated'
104
49
  | 'billing_portal.session.created'
105
50
  | 'capability.updated'
106
- | 'capital.financing_offer.accepted'
107
- | 'capital.financing_offer.canceled'
108
- | 'capital.financing_offer.created'
109
- | 'capital.financing_offer.expired'
110
- | 'capital.financing_offer.fully_repaid'
111
- | 'capital.financing_offer.paid_out'
112
- | 'capital.financing_offer.rejected'
113
- | 'capital.financing_offer.replacement_created'
114
- | 'capital.financing_transaction.created'
115
51
  | 'cash_balance.funds_available'
116
52
  | 'charge.captured'
117
53
  | 'charge.dispute.closed'
@@ -152,10 +88,7 @@ declare module 'stripe' {
152
88
  | 'customer.source.deleted'
153
89
  | 'customer.source.expiring'
154
90
  | 'customer.source.updated'
155
- | 'customer.subscription.collection_paused'
156
- | 'customer.subscription.collection_resumed'
157
91
  | 'customer.subscription.created'
158
- | 'customer.subscription.custom_event'
159
92
  | 'customer.subscription.deleted'
160
93
  | 'customer.subscription.paused'
161
94
  | 'customer.subscription.pending_update_applied'
@@ -175,10 +108,8 @@ declare module 'stripe' {
175
108
  | 'financial_connections.account.disconnected'
176
109
  | 'financial_connections.account.reactivated'
177
110
  | 'financial_connections.account.refreshed_balance'
178
- | 'financial_connections.account.refreshed_inferred_balances'
179
111
  | 'financial_connections.account.refreshed_ownership'
180
112
  | 'financial_connections.account.refreshed_transactions'
181
- | 'financial_connections.session.updated'
182
113
  | 'identity.verification_session.canceled'
183
114
  | 'identity.verification_session.created'
184
115
  | 'identity.verification_session.processing'
@@ -191,7 +122,6 @@ declare module 'stripe' {
191
122
  | 'invoice.finalized'
192
123
  | 'invoice.marked_uncollectible'
193
124
  | 'invoice.paid'
194
- | 'invoice.payment.overpaid'
195
125
  | 'invoice.payment_action_required'
196
126
  | 'invoice.payment_failed'
197
127
  | 'invoice.payment_succeeded'
@@ -211,6 +141,7 @@ declare module 'stripe' {
211
141
  | 'issuing_dispute.closed'
212
142
  | 'issuing_dispute.created'
213
143
  | 'issuing_dispute.funds_reinstated'
144
+ | 'issuing_dispute.funds_rescinded'
214
145
  | 'issuing_dispute.submitted'
215
146
  | 'issuing_dispute.updated'
216
147
  | 'issuing_personalization_design.activated'
@@ -256,16 +187,10 @@ declare module 'stripe' {
256
187
  | 'product.updated'
257
188
  | 'promotion_code.created'
258
189
  | 'promotion_code.updated'
259
- | 'quote.accept_failed'
260
190
  | 'quote.accepted'
261
- | 'quote.accepting'
262
191
  | 'quote.canceled'
263
192
  | 'quote.created'
264
- | 'quote.draft'
265
193
  | 'quote.finalized'
266
- | 'quote.reestimate_failed'
267
- | 'quote.reestimated'
268
- | 'quote.stale'
269
194
  | 'radar.early_fraud_warning.created'
270
195
  | 'radar.early_fraud_warning.updated'
271
196
  | 'refund.created'
@@ -295,13 +220,11 @@ declare module 'stripe' {
295
220
  | 'subscription_schedule.expiring'
296
221
  | 'subscription_schedule.released'
297
222
  | 'subscription_schedule.updated'
298
- | 'tax.form.updated'
299
223
  | 'tax.settings.updated'
300
224
  | 'tax_rate.created'
301
225
  | 'tax_rate.updated'
302
226
  | 'terminal.reader.action_failed'
303
227
  | 'terminal.reader.action_succeeded'
304
- | 'terminal.reader.action_updated'
305
228
  | 'test_helpers.test_clock.advancing'
306
229
  | 'test_helpers.test_clock.created'
307
230
  | 'test_helpers.test_clock.deleted'
@@ -417,11 +340,6 @@ declare module 'stripe' {
417
340
  */
418
341
  pending_webhooks: number;
419
342
 
420
- /**
421
- * Information about the action that causes the event. Only present when the event is triggered by an API request or an [Automation](https://docs.stripe.com/billing/automations) action.
422
- */
423
- reason?: Event.Reason | null;
424
-
425
343
  /**
426
344
  * Information on the API request that triggers the event.
427
345
  */
@@ -38,7 +38,7 @@ declare module 'stripe' {
38
38
 
39
39
  class EventsResource {
40
40
  /**
41
- * Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.
41
+ * Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.
42
42
  */
43
43
  retrieve(
44
44
  id: string,
@@ -47,11 +47,6 @@ declare module 'stripe' {
47
47
  */
48
48
  display_name: string | null;
49
49
 
50
- /**
51
- * The state of the most recent attempt to refresh the account's inferred balance history.
52
- */
53
- inferred_balances_refresh?: Account.InferredBalancesRefresh | null;
54
-
55
50
  /**
56
51
  * The name of the institution that holds this account.
57
52
  */
@@ -108,7 +103,7 @@ declare module 'stripe' {
108
103
  /**
109
104
  * The list of data refresh subscriptions requested on this account.
110
105
  */
111
- subscriptions: Array<Account.Subscription> | null;
106
+ subscriptions: Array<'transactions'> | null;
112
107
 
113
108
  /**
114
109
  * The [PaymentMethod type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type)(s) that can be created from this account.
@@ -225,27 +220,6 @@ declare module 'stripe' {
225
220
 
226
221
  type Category = 'cash' | 'credit' | 'investment' | 'other';
227
222
 
228
- interface InferredBalancesRefresh {
229
- /**
230
- * The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
231
- */
232
- last_attempted_at: number;
233
-
234
- /**
235
- * Time at which the next inferred balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.
236
- */
237
- next_refresh_available_at: number | null;
238
-
239
- /**
240
- * The status of the last refresh attempt.
241
- */
242
- status: InferredBalancesRefresh.Status;
243
- }
244
-
245
- namespace InferredBalancesRefresh {
246
- type Status = 'failed' | 'pending' | 'succeeded';
247
- }
248
-
249
223
  interface OwnershipRefresh {
250
224
  /**
251
225
  * The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
@@ -283,8 +257,6 @@ declare module 'stripe' {
283
257
  | 'other'
284
258
  | 'savings';
285
259
 
286
- type Subscription = 'balance' | 'inferred_balances' | 'transactions';
287
-
288
260
  type SupportedPaymentMethodType = 'link' | 'us_bank_account';
289
261
 
290
262
  interface TransactionRefresh {
@@ -48,13 +48,6 @@ declare module 'stripe' {
48
48
  expand?: Array<string>;
49
49
  }
50
50
 
51
- interface AccountListInferredBalancesParams extends PaginationParams {
52
- /**
53
- * Specifies which fields in the response should be expanded.
54
- */
55
- expand?: Array<string>;
56
- }
57
-
58
51
  interface AccountListOwnersParams extends PaginationParams {
59
52
  /**
60
53
  * The ID of the ownership object to fetch owners from.
@@ -80,18 +73,14 @@ declare module 'stripe' {
80
73
  }
81
74
 
82
75
  namespace AccountRefreshParams {
83
- type Feature =
84
- | 'balance'
85
- | 'inferred_balances'
86
- | 'ownership'
87
- | 'transactions';
76
+ type Feature = 'balance' | 'ownership' | 'transactions';
88
77
  }
89
78
 
90
79
  interface AccountSubscribeParams {
91
80
  /**
92
81
  * The list of account features to which you would like to subscribe.
93
82
  */
94
- features: Array<AccountSubscribeParams.Feature>;
83
+ features: Array<'transactions'>;
95
84
 
96
85
  /**
97
86
  * Specifies which fields in the response should be expanded.
@@ -99,15 +88,11 @@ declare module 'stripe' {
99
88
  expand?: Array<string>;
100
89
  }
101
90
 
102
- namespace AccountSubscribeParams {
103
- type Feature = 'balance' | 'inferred_balances' | 'transactions';
104
- }
105
-
106
91
  interface AccountUnsubscribeParams {
107
92
  /**
108
93
  * The list of account features from which you would like to unsubscribe.
109
94
  */
110
- features: Array<AccountUnsubscribeParams.Feature>;
95
+ features: Array<'transactions'>;
111
96
 
112
97
  /**
113
98
  * Specifies which fields in the response should be expanded.
@@ -115,10 +100,6 @@ declare module 'stripe' {
115
100
  expand?: Array<string>;
116
101
  }
117
102
 
118
- namespace AccountUnsubscribeParams {
119
- type Feature = 'balance' | 'inferred_balances' | 'transactions';
120
- }
121
-
122
103
  class AccountsResource {
123
104
  /**
124
105
  * Retrieves the details of an Financial Connections Account.
@@ -157,19 +138,6 @@ declare module 'stripe' {
157
138
  options?: RequestOptions
158
139
  ): Promise<Stripe.Response<Stripe.FinancialConnections.Account>>;
159
140
 
160
- /**
161
- * Lists the recorded inferred balances for a Financial Connections Account.
162
- */
163
- listInferredBalances(
164
- id: string,
165
- params?: AccountListInferredBalancesParams,
166
- options?: RequestOptions
167
- ): ApiListPromise<Stripe.FinancialConnections.AccountInferredBalance>;
168
- listInferredBalances(
169
- id: string,
170
- options?: RequestOptions
171
- ): ApiListPromise<Stripe.FinancialConnections.AccountInferredBalance>;
172
-
173
141
  /**
174
142
  * Lists all owners for a given Account
175
143
  */
@@ -34,15 +34,11 @@ declare module 'stripe' {
34
34
 
35
35
  filters?: Session.Filters;
36
36
 
37
- limits?: Session.Limits;
38
-
39
37
  /**
40
38
  * Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
41
39
  */
42
40
  livemode: boolean;
43
41
 
44
- manual_entry?: Session.ManualEntry;
45
-
46
42
  /**
47
43
  * Permissions requested for accounts collected during this session.
48
44
  */
@@ -57,13 +53,6 @@ declare module 'stripe' {
57
53
  * For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
58
54
  */
59
55
  return_url?: string;
60
-
61
- /**
62
- * The current state of the session.
63
- */
64
- status?: Session.Status;
65
-
66
- status_details?: Session.StatusDetails;
67
56
  }
68
57
 
69
58
  namespace Session {
@@ -98,11 +87,6 @@ declare module 'stripe' {
98
87
  * List of countries from which to filter accounts.
99
88
  */
100
89
  countries: Array<string> | null;
101
-
102
- /**
103
- * Stripe ID of the institution with which the customer should be directed to log in.
104
- */
105
- institution?: string;
106
90
  }
107
91
 
108
92
  namespace Filters {
@@ -114,45 +98,13 @@ declare module 'stripe' {
114
98
  | 'savings';
115
99
  }
116
100
 
117
- interface Limits {
118
- /**
119
- * The number of accounts that can be linked in this Session.
120
- */
121
- accounts: number;
122
- }
123
-
124
- interface ManualEntry {}
125
-
126
101
  type Permission =
127
102
  | 'balances'
128
103
  | 'ownership'
129
104
  | 'payment_method'
130
105
  | 'transactions';
131
106
 
132
- type Prefetch =
133
- | 'balances'
134
- | 'inferred_balances'
135
- | 'ownership'
136
- | 'transactions';
137
-
138
- type Status = 'cancelled' | 'failed' | 'pending' | 'succeeded';
139
-
140
- interface StatusDetails {
141
- cancelled?: StatusDetails.Cancelled;
142
- }
143
-
144
- namespace StatusDetails {
145
- interface Cancelled {
146
- /**
147
- * The reason for the Session being cancelled.
148
- */
149
- reason: Cancelled.Reason;
150
- }
151
-
152
- namespace Cancelled {
153
- type Reason = 'custom_manual_entry' | 'other';
154
- }
155
- }
107
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
156
108
  }
157
109
  }
158
110
  }
@@ -26,16 +26,6 @@ declare module 'stripe' {
26
26
  */
27
27
  filters?: SessionCreateParams.Filters;
28
28
 
29
- /**
30
- * Settings for configuring Session-specific limits.
31
- */
32
- limits?: SessionCreateParams.Limits;
33
-
34
- /**
35
- * Settings for configuring manual entry of account details for this Session.
36
- */
37
- manual_entry?: SessionCreateParams.ManualEntry;
38
-
39
29
  /**
40
30
  * List of data features that you would like to retrieve upon account creation.
41
31
  */
@@ -79,11 +69,6 @@ declare module 'stripe' {
79
69
  * List of countries from which to collect accounts.
80
70
  */
81
71
  countries?: Array<string>;
82
-
83
- /**
84
- * Stripe ID of the institution with which the customer should be directed to log in.
85
- */
86
- institution?: string;
87
72
  }
88
73
 
89
74
  namespace Filters {
@@ -95,35 +80,13 @@ declare module 'stripe' {
95
80
  | 'savings';
96
81
  }
97
82
 
98
- interface Limits {
99
- /**
100
- * The number of accounts that can be linked in this Session.
101
- */
102
- accounts: number;
103
- }
104
-
105
- interface ManualEntry {
106
- /**
107
- * Whether manual entry will be handled by Stripe during the Session.
108
- */
109
- mode?: ManualEntry.Mode;
110
- }
111
-
112
- namespace ManualEntry {
113
- type Mode = 'automatic' | 'custom';
114
- }
115
-
116
83
  type Permission =
117
84
  | 'balances'
118
85
  | 'ownership'
119
86
  | 'payment_method'
120
87
  | 'transactions';
121
88
 
122
- type Prefetch =
123
- | 'balances'
124
- | 'inferred_balances'
125
- | 'ownership'
126
- | 'transactions';
89
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
127
90
  }
128
91
 
129
92
  interface SessionRetrieveParams {
@@ -14,7 +14,7 @@ declare module 'stripe' {
14
14
  * API. To configure and create VerificationReports, use the
15
15
  * [VerificationSession](https://stripe.com/docs/api/identity/verification_sessions) API.
16
16
  *
17
- * Related guides: [Accessing verification results](https://stripe.com/docs/identity/verification-sessions#results).
17
+ * Related guide: [Accessing verification results](https://stripe.com/docs/identity/verification-sessions#results).
18
18
  */
19
19
  interface VerificationReport {
20
20
  /**
@@ -96,11 +96,6 @@ declare module 'stripe' {
96
96
  */
97
97
  livemode: boolean;
98
98
 
99
- /**
100
- * The margins which apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
101
- */
102
- margins?: Array<string | Stripe.Margin> | null;
103
-
104
99
  /**
105
100
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
106
101
  */
@@ -43,11 +43,6 @@ declare module 'stripe' {
43
43
  */
44
44
  invoice?: string;
45
45
 
46
- /**
47
- * The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
48
- */
49
- margins?: Array<string>;
50
-
51
46
  /**
52
47
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
53
48
  */
@@ -116,56 +111,12 @@ declare module 'stripe' {
116
111
  */
117
112
  discount?: string;
118
113
 
119
- /**
120
- * Details to determine how long the discount should be applied for.
121
- */
122
- discount_end?: Discount.DiscountEnd;
123
-
124
114
  /**
125
115
  * ID of the promotion code to create a new discount for.
126
116
  */
127
117
  promotion_code?: string;
128
118
  }
129
119
 
130
- namespace Discount {
131
- interface DiscountEnd {
132
- /**
133
- * Time span for the redeemed discount.
134
- */
135
- duration?: DiscountEnd.Duration;
136
-
137
- /**
138
- * A precise Unix timestamp for the discount to end. Must be in the future.
139
- */
140
- timestamp?: number;
141
-
142
- /**
143
- * The type of calculation made to determine when the discount ends.
144
- */
145
- type: DiscountEnd.Type;
146
- }
147
-
148
- namespace DiscountEnd {
149
- interface Duration {
150
- /**
151
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
152
- */
153
- interval: Duration.Interval;
154
-
155
- /**
156
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
157
- */
158
- interval_count: number;
159
- }
160
-
161
- namespace Duration {
162
- type Interval = 'day' | 'month' | 'week' | 'year';
163
- }
164
-
165
- type Type = 'duration' | 'timestamp';
166
- }
167
- }
168
-
169
120
  interface Period {
170
121
  /**
171
122
  * The end of the period, which must be greater than or equal to the start. This value is inclusive.
@@ -245,11 +196,6 @@ declare module 'stripe' {
245
196
  */
246
197
  expand?: Array<string>;
247
198
 
248
- /**
249
- * The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
250
- */
251
- margins?: Stripe.Emptyable<Array<string>>;
252
-
253
199
  /**
254
200
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
255
201
  */
@@ -313,56 +259,12 @@ declare module 'stripe' {
313
259
  */
314
260
  discount?: string;
315
261
 
316
- /**
317
- * Details to determine how long the discount should be applied for.
318
- */
319
- discount_end?: Discount.DiscountEnd;
320
-
321
262
  /**
322
263
  * ID of the promotion code to create a new discount for.
323
264
  */
324
265
  promotion_code?: string;
325
266
  }
326
267
 
327
- namespace Discount {
328
- interface DiscountEnd {
329
- /**
330
- * Time span for the redeemed discount.
331
- */
332
- duration?: DiscountEnd.Duration;
333
-
334
- /**
335
- * A precise Unix timestamp for the discount to end. Must be in the future.
336
- */
337
- timestamp?: number;
338
-
339
- /**
340
- * The type of calculation made to determine when the discount ends.
341
- */
342
- type: DiscountEnd.Type;
343
- }
344
-
345
- namespace DiscountEnd {
346
- interface Duration {
347
- /**
348
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
349
- */
350
- interval: Duration.Interval;
351
-
352
- /**
353
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
354
- */
355
- interval_count: number;
356
- }
357
-
358
- namespace Duration {
359
- type Interval = 'day' | 'month' | 'week' | 'year';
360
- }
361
-
362
- type Type = 'duration' | 'timestamp';
363
- }
364
- }
365
-
366
268
  interface Period {
367
269
  /**
368
270
  * The end of the period, which must be greater than or equal to the start. This value is inclusive.
@@ -66,16 +66,6 @@ declare module 'stripe' {
66
66
  */
67
67
  livemode: boolean;
68
68
 
69
- /**
70
- * The amount of margin calculated per margin for this line item.
71
- */
72
- margin_amounts?: Array<InvoiceLineItem.MarginAmount> | null;
73
-
74
- /**
75
- * The margins applied to the line item. When set, the `default_margins` on the invoice do not apply to the line item. Use `expand[]=margins` to expand each margin.
76
- */
77
- margins?: Array<string | Stripe.Margin> | null;
78
-
79
69
  /**
80
70
  * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Note that for line items with `type=subscription`, `metadata` reflects the current metadata from the subscription associated with the line item, unless the invoice line was directly updated with different metadata after creation.
81
71
  */
@@ -152,18 +142,6 @@ declare module 'stripe' {
152
142
  discount: string | Stripe.Discount | Stripe.DeletedDiscount;
153
143
  }
154
144
 
155
- interface MarginAmount {
156
- /**
157
- * The amount, in cents (or local equivalent), of the reduction in line item amount.
158
- */
159
- amount: number;
160
-
161
- /**
162
- * The margin that was applied to get this margin amount.
163
- */
164
- margin: string | Stripe.Margin;
165
- }
166
-
167
145
  interface Period {
168
146
  /**
169
147
  * The end of the period, which must be greater than or equal to the start. This value is inclusive.