stripe 18.3.0-beta.1 → 18.3.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 (296) hide show
  1. package/CHANGELOG.md +59 -1246
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +0 -1
  4. package/VERSION +1 -1
  5. package/cjs/Error.js +1 -91
  6. package/cjs/RequestSender.js +1 -1
  7. package/cjs/apiVersion.js +3 -2
  8. package/cjs/resources/FinancialConnections/Accounts.js +0 -5
  9. package/cjs/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +4 -4
  10. package/cjs/resources/PaymentIntents.js +0 -13
  11. package/cjs/resources/Quotes.js +0 -32
  12. package/cjs/resources/SubscriptionSchedules.js +0 -4
  13. package/cjs/resources.js +10 -98
  14. package/cjs/stripe.core.js +1 -1
  15. package/esm/Error.js +0 -79
  16. package/esm/RequestSender.js +1 -1
  17. package/esm/apiVersion.js +2 -1
  18. package/esm/resources/FinancialConnections/Accounts.js +0 -5
  19. package/esm/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +3 -3
  20. package/esm/resources/PaymentIntents.js +0 -13
  21. package/esm/resources/Quotes.js +0 -32
  22. package/esm/resources/SubscriptionSchedules.js +0 -4
  23. package/esm/resources.js +1 -82
  24. package/esm/stripe.core.js +1 -1
  25. package/package.json +1 -1
  26. package/types/AccountLinksResource.d.ts +1 -5
  27. package/types/AccountSessions.d.ts +31 -76
  28. package/types/AccountSessionsResource.d.ts +48 -312
  29. package/types/Accounts.d.ts +30 -213
  30. package/types/AccountsResource.d.ts +85 -540
  31. package/types/Billing/CreditBalanceSummary.d.ts +0 -5
  32. package/types/Billing/CreditBalanceSummaryResource.d.ts +3 -8
  33. package/types/Billing/CreditBalanceTransactionsResource.d.ts +4 -12
  34. package/types/Billing/CreditGrants.d.ts +0 -5
  35. package/types/Billing/CreditGrantsResource.d.ts +1 -11
  36. package/types/BillingPortal/Sessions.d.ts +1 -6
  37. package/types/BillingPortal/SessionsResource.d.ts +5 -13
  38. package/types/Cards.d.ts +0 -5
  39. package/types/CashBalances.d.ts +0 -5
  40. package/types/Charges.d.ts +52 -182
  41. package/types/ChargesResource.d.ts +0 -1406
  42. package/types/Checkout/Sessions.d.ts +1 -314
  43. package/types/Checkout/SessionsResource.d.ts +62 -340
  44. package/types/ConfirmationTokens.d.ts +22 -136
  45. package/types/Coupons.d.ts +0 -33
  46. package/types/CouponsResource.d.ts +0 -21
  47. package/types/CreditNoteLineItems.d.ts +0 -17
  48. package/types/CreditNotes.d.ts +0 -5
  49. package/types/CreditNotesResource.d.ts +9 -14
  50. package/types/CustomerBalanceTransactions.d.ts +0 -2
  51. package/types/CustomerCashBalanceTransactions.d.ts +0 -2
  52. package/types/CustomerSessions.d.ts +1 -6
  53. package/types/CustomerSessionsResource.d.ts +2 -7
  54. package/types/Customers.d.ts +0 -2
  55. package/types/CustomersResource.d.ts +1 -8
  56. package/types/Discounts.d.ts +0 -10
  57. package/types/Disputes.d.ts +6 -2
  58. package/types/Errors.d.ts +2 -69
  59. package/types/EventTypes.d.ts +0 -664
  60. package/types/Events.d.ts +1 -98
  61. package/types/FinancialConnections/Accounts.d.ts +1 -36
  62. package/types/FinancialConnections/AccountsResource.d.ts +3 -40
  63. package/types/FinancialConnections/Sessions.d.ts +1 -51
  64. package/types/FinancialConnections/SessionsResource.d.ts +1 -43
  65. package/types/Identity/VerificationSessions.d.ts +33 -4
  66. package/types/Identity/VerificationSessionsResource.d.ts +14 -4
  67. package/types/InvoiceItems.d.ts +1 -14
  68. package/types/InvoiceItemsResource.d.ts +6 -117
  69. package/types/InvoiceLineItems.d.ts +1 -45
  70. package/types/InvoicePayments.d.ts +0 -5
  71. package/types/InvoicePaymentsResource.d.ts +74 -0
  72. package/types/Invoices.d.ts +4 -133
  73. package/types/InvoicesResource.d.ts +37 -1446
  74. package/types/Issuing/CardholdersResource.d.ts +1 -2
  75. package/types/Issuing/Transactions.d.ts +0 -5
  76. package/types/Issuing/TransactionsResource.d.ts +0 -5
  77. package/types/LineItems.d.ts +0 -49
  78. package/types/Mandates.d.ts +4 -77
  79. package/types/PaymentIntents.d.ts +35 -770
  80. package/types/PaymentIntentsResource.d.ts +4268 -8619
  81. package/types/PaymentLinks.d.ts +0 -6
  82. package/types/PaymentLinksResource.d.ts +0 -12
  83. package/types/PaymentMethodConfigurations.d.ts +0 -180
  84. package/types/PaymentMethodConfigurationsResource.d.ts +0 -250
  85. package/types/PaymentMethods.d.ts +16 -134
  86. package/types/PaymentMethodsResource.d.ts +12 -167
  87. package/types/Payouts.d.ts +0 -5
  88. package/types/PayoutsResource.d.ts +0 -5
  89. package/types/Prices.d.ts +0 -22
  90. package/types/PricesResource.d.ts +0 -22
  91. package/types/PromotionCodes.d.ts +0 -5
  92. package/types/PromotionCodesResource.d.ts +0 -10
  93. package/types/Quotes.d.ts +8 -592
  94. package/types/QuotesResource.d.ts +278 -2617
  95. package/types/Refunds.d.ts +0 -14
  96. package/types/SetupAttempts.d.ts +4 -48
  97. package/types/SetupIntents.d.ts +17 -119
  98. package/types/SetupIntentsResource.d.ts +413 -660
  99. package/types/Sources.d.ts +0 -29
  100. package/types/SubscriptionItems.d.ts +0 -30
  101. package/types/SubscriptionItemsResource.d.ts +0 -109
  102. package/types/SubscriptionSchedules.d.ts +16 -207
  103. package/types/SubscriptionSchedulesResource.d.ts +14 -1236
  104. package/types/Subscriptions.d.ts +15 -108
  105. package/types/SubscriptionsResource.d.ts +30 -402
  106. package/types/Tax/Registrations.d.ts +9 -0
  107. package/types/Tax/RegistrationsResource.d.ts +12 -0
  108. package/types/TaxIds.d.ts +0 -10
  109. package/types/TaxIdsResource.d.ts +0 -10
  110. package/types/Terminal/Configurations.d.ts +1 -0
  111. package/types/Terminal/LocationsResource.d.ts +1 -1
  112. package/types/Terminal/Readers.d.ts +6 -26
  113. package/types/Terminal/ReadersResource.d.ts +4 -4
  114. package/types/TestHelpers/ConfirmationTokensResource.d.ts +15 -128
  115. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
  116. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
  117. package/types/TokensResource.d.ts +3 -0
  118. package/types/Transfers.d.ts +0 -5
  119. package/types/TransfersResource.d.ts +0 -5
  120. package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
  121. package/types/Treasury/FinancialAccounts.d.ts +0 -5
  122. package/types/Treasury/FinancialAccountsResource.d.ts +9 -37
  123. package/types/Treasury/OutboundTransfers.d.ts +0 -26
  124. package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
  125. package/types/Treasury/ReceivedCredits.d.ts +0 -26
  126. package/types/Treasury/ReceivedDebits.d.ts +0 -31
  127. package/types/V2/EventTypes.d.ts +4 -906
  128. package/types/WebhookEndpointsResource.d.ts +2 -79
  129. package/types/index.d.ts +6 -142
  130. package/types/lib.d.ts +11 -11
  131. package/types/test/typescriptTest.ts +3 -3
  132. package/cjs/resources/AccountNotices.js +0 -21
  133. package/cjs/resources/BalanceSettings.js +0 -10
  134. package/cjs/resources/Capital/FinancingOffers.js +0 -21
  135. package/cjs/resources/Capital/FinancingSummary.js +0 -12
  136. package/cjs/resources/Capital/FinancingTransactions.js +0 -17
  137. package/cjs/resources/ExternalAccounts.js +0 -23
  138. package/cjs/resources/FinancialConnections/Institutions.js +0 -17
  139. package/cjs/resources/FxQuotes.js +0 -15
  140. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
  141. package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
  142. package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
  143. package/cjs/resources/Margins.js +0 -22
  144. package/cjs/resources/Orders.js +0 -24
  145. package/cjs/resources/PaymentRecords.js +0 -29
  146. package/cjs/resources/Privacy/RedactionJobs.js +0 -42
  147. package/cjs/resources/Tax/Associations.js +0 -9
  148. package/cjs/resources/Tax/Forms.js +0 -20
  149. package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
  150. package/cjs/resources/V2/Core/AccountLinks.js +0 -9
  151. package/cjs/resources/V2/Core/Accounts/Persons.js +0 -29
  152. package/cjs/resources/V2/Core/Accounts.js +0 -25
  153. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -28
  154. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -24
  155. package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
  156. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -17
  157. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
  158. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
  159. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
  160. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
  161. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
  162. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
  163. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
  164. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
  165. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
  166. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
  167. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
  168. package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
  169. package/cjs/resources/V2/Payments/OffSessionPayments.js +0 -25
  170. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
  171. package/esm/resources/AccountNotices.js +0 -18
  172. package/esm/resources/BalanceSettings.js +0 -7
  173. package/esm/resources/Capital/FinancingOffers.js +0 -18
  174. package/esm/resources/Capital/FinancingSummary.js +0 -9
  175. package/esm/resources/Capital/FinancingTransactions.js +0 -14
  176. package/esm/resources/ExternalAccounts.js +0 -20
  177. package/esm/resources/FinancialConnections/Institutions.js +0 -14
  178. package/esm/resources/FxQuotes.js +0 -12
  179. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
  180. package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
  181. package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
  182. package/esm/resources/Margins.js +0 -19
  183. package/esm/resources/Orders.js +0 -21
  184. package/esm/resources/PaymentRecords.js +0 -26
  185. package/esm/resources/Privacy/RedactionJobs.js +0 -39
  186. package/esm/resources/Tax/Associations.js +0 -6
  187. package/esm/resources/Tax/Forms.js +0 -17
  188. package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
  189. package/esm/resources/V2/Core/AccountLinks.js +0 -6
  190. package/esm/resources/V2/Core/Accounts/Persons.js +0 -26
  191. package/esm/resources/V2/Core/Accounts.js +0 -22
  192. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -25
  193. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -21
  194. package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
  195. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -14
  196. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
  197. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
  198. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
  199. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
  200. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
  201. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
  202. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
  203. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
  204. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
  205. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
  206. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
  207. package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
  208. package/esm/resources/V2/Payments/OffSessionPayments.js +0 -22
  209. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
  210. package/types/AccountNotices.d.ts +0 -113
  211. package/types/AccountNoticesResource.d.ts +0 -98
  212. package/types/BalanceSettings.d.ts +0 -89
  213. package/types/BalanceSettingsResource.d.ts +0 -108
  214. package/types/Capital/FinancingOffers.d.ts +0 -188
  215. package/types/Capital/FinancingOffersResource.d.ts +0 -97
  216. package/types/Capital/FinancingSummary.d.ts +0 -106
  217. package/types/Capital/FinancingSummaryResource.d.ts +0 -27
  218. package/types/Capital/FinancingTransactions.d.ts +0 -135
  219. package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
  220. package/types/ExternalAccountsResource.d.ts +0 -304
  221. package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
  222. package/types/FinancialConnections/Institutions.d.ts +0 -98
  223. package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
  224. package/types/FxQuotes.d.ts +0 -153
  225. package/types/FxQuotesResource.d.ts +0 -130
  226. package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
  227. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
  228. package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
  229. package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
  230. package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
  231. package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
  232. package/types/Issuing/Settlements.d.ts +0 -113
  233. package/types/Margins.d.ts +0 -56
  234. package/types/MarginsResource.d.ts +0 -114
  235. package/types/Orders.d.ts +0 -1159
  236. package/types/OrdersResource.d.ts +0 -2967
  237. package/types/PaymentAttemptRecords.d.ts +0 -2132
  238. package/types/PaymentAttemptRecordsResource.d.ts +0 -47
  239. package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -116
  240. package/types/PaymentRecords.d.ts +0 -2125
  241. package/types/PaymentRecordsResource.d.ts +0 -455
  242. package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
  243. package/types/Privacy/RedactionJobs.d.ts +0 -111
  244. package/types/Privacy/RedactionJobsResource.d.ts +0 -230
  245. package/types/QuoteLines.d.ts +0 -634
  246. package/types/QuotePreviewInvoices.d.ts +0 -1695
  247. package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -831
  248. package/types/Tax/Associations.d.ts +0 -82
  249. package/types/Tax/AssociationsResource.d.ts +0 -29
  250. package/types/Tax/Forms.d.ts +0 -220
  251. package/types/Tax/FormsResource.d.ts +0 -107
  252. package/types/Terminal/ReaderCollectedData.d.ts +0 -51
  253. package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
  254. package/types/V2/Core/AccountLinks.d.ts +0 -106
  255. package/types/V2/Core/AccountLinksResource.d.ts +0 -90
  256. package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -3770
  257. package/types/V2/Core/Accounts.d.ts +0 -8169
  258. package/types/V2/Core/AccountsResource.d.ts +0 -10203
  259. package/types/V2/Core/Persons.d.ts +0 -1867
  260. package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
  261. package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -172
  262. package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -70
  263. package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -123
  264. package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
  265. package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
  266. package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
  267. package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
  268. package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -546
  269. package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -52
  270. package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -314
  271. package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -288
  272. package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -206
  273. package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
  274. package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -168
  275. package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
  276. package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
  277. package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
  278. package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
  279. package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
  280. package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
  281. package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -207
  282. package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -151
  283. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
  284. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecs.d.ts +0 -87
  285. package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
  286. package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -243
  287. package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
  288. package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
  289. package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
  290. package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -155
  291. package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
  292. package/types/V2/MoneyManagement/Transactions.d.ts +0 -170
  293. package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
  294. package/types/V2/Payments/OffSessionPayments.d.ts +0 -167
  295. package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -159
  296. package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -66
@@ -87,11 +87,6 @@ declare module 'stripe' {
87
87
  */
88
88
  metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
89
89
 
90
- /**
91
- * A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
92
- */
93
- risk_controls?: AccountCreateParams.RiskControls;
94
-
95
90
  /**
96
91
  * Options for customizing how the account functions within Stripe.
97
92
  */
@@ -248,11 +243,6 @@ declare module 'stripe' {
248
243
  */
249
244
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
250
245
 
251
- /**
252
- * The automatic_indirect_tax capability.
253
- */
254
- automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
255
-
256
246
  /**
257
247
  * The bacs_debit_payments capability.
258
248
  */
@@ -303,6 +293,11 @@ declare module 'stripe' {
303
293
  */
304
294
  cashapp_payments?: Capabilities.CashappPayments;
305
295
 
296
+ /**
297
+ * The crypto_payments capability.
298
+ */
299
+ crypto_payments?: Capabilities.CryptoPayments;
300
+
306
301
  /**
307
302
  * The eps_payments capability.
308
303
  */
@@ -323,26 +318,11 @@ declare module 'stripe' {
323
318
  */
324
319
  giropay_payments?: Capabilities.GiropayPayments;
325
320
 
326
- /**
327
- * The gopay_payments capability.
328
- */
329
- gopay_payments?: Capabilities.GopayPayments;
330
-
331
321
  /**
332
322
  * The grabpay_payments capability.
333
323
  */
334
324
  grabpay_payments?: Capabilities.GrabpayPayments;
335
325
 
336
- /**
337
- * The id_bank_transfer_payments capability.
338
- */
339
- id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
340
-
341
- /**
342
- * The id_bank_transfer_payments_bca capability.
343
- */
344
- id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
345
-
346
326
  /**
347
327
  * The ideal_payments capability.
348
328
  */
@@ -393,11 +373,6 @@ declare module 'stripe' {
393
373
  */
394
374
  link_payments?: Capabilities.LinkPayments;
395
375
 
396
- /**
397
- * The mb_way_payments capability.
398
- */
399
- mb_way_payments?: Capabilities.MbWayPayments;
400
-
401
376
  /**
402
377
  * The mobilepay_payments capability.
403
378
  */
@@ -448,16 +423,6 @@ declare module 'stripe' {
448
423
  */
449
424
  paynow_payments?: Capabilities.PaynowPayments;
450
425
 
451
- /**
452
- * The paypal_payments capability.
453
- */
454
- paypal_payments?: Capabilities.PaypalPayments;
455
-
456
- /**
457
- * The payto_payments capability.
458
- */
459
- payto_payments?: Capabilities.PaytoPayments;
460
-
461
426
  /**
462
427
  * The pix_payments capability.
463
428
  */
@@ -468,16 +433,6 @@ declare module 'stripe' {
468
433
  */
469
434
  promptpay_payments?: Capabilities.PromptpayPayments;
470
435
 
471
- /**
472
- * The qris_payments capability.
473
- */
474
- qris_payments?: Capabilities.QrisPayments;
475
-
476
- /**
477
- * The rechnung_payments capability.
478
- */
479
- rechnung_payments?: Capabilities.RechnungPayments;
480
-
481
436
  /**
482
437
  * The revolut_pay_payments capability.
483
438
  */
@@ -503,21 +458,11 @@ declare module 'stripe' {
503
458
  */
504
459
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
505
460
 
506
- /**
507
- * The shopeepay_payments capability.
508
- */
509
- shopeepay_payments?: Capabilities.ShopeepayPayments;
510
-
511
461
  /**
512
462
  * The sofort_payments capability.
513
463
  */
514
464
  sofort_payments?: Capabilities.SofortPayments;
515
465
 
516
- /**
517
- * The stripe_balance_payments capability.
518
- */
519
- stripe_balance_payments?: Capabilities.StripeBalancePayments;
520
-
521
466
  /**
522
467
  * The swish_payments capability.
523
468
  */
@@ -543,21 +488,6 @@ declare module 'stripe' {
543
488
  */
544
489
  treasury?: Capabilities.Treasury;
545
490
 
546
- /**
547
- * The treasury_evolve capability.
548
- */
549
- treasury_evolve?: Capabilities.TreasuryEvolve;
550
-
551
- /**
552
- * The treasury_fifth_third capability.
553
- */
554
- treasury_fifth_third?: Capabilities.TreasuryFifthThird;
555
-
556
- /**
557
- * The treasury_goldman_sachs capability.
558
- */
559
- treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
560
-
561
491
  /**
562
492
  * The twint_payments capability.
563
493
  */
@@ -622,13 +552,6 @@ declare module 'stripe' {
622
552
  requested?: boolean;
623
553
  }
624
554
 
625
- interface AutomaticIndirectTax {
626
- /**
627
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
628
- */
629
- requested?: boolean;
630
- }
631
-
632
555
  interface BacsDebitPayments {
633
556
  /**
634
557
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -699,35 +622,35 @@ declare module 'stripe' {
699
622
  requested?: boolean;
700
623
  }
701
624
 
702
- interface EpsPayments {
625
+ interface CryptoPayments {
703
626
  /**
704
627
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
705
628
  */
706
629
  requested?: boolean;
707
630
  }
708
631
 
709
- interface FpxPayments {
632
+ interface EpsPayments {
710
633
  /**
711
634
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
712
635
  */
713
636
  requested?: boolean;
714
637
  }
715
638
 
716
- interface GbBankTransferPayments {
639
+ interface FpxPayments {
717
640
  /**
718
641
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
719
642
  */
720
643
  requested?: boolean;
721
644
  }
722
645
 
723
- interface GiropayPayments {
646
+ interface GbBankTransferPayments {
724
647
  /**
725
648
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
726
649
  */
727
650
  requested?: boolean;
728
651
  }
729
652
 
730
- interface GopayPayments {
653
+ interface GiropayPayments {
731
654
  /**
732
655
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
733
656
  */
@@ -741,20 +664,6 @@ declare module 'stripe' {
741
664
  requested?: boolean;
742
665
  }
743
666
 
744
- interface IdBankTransferPayments {
745
- /**
746
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
747
- */
748
- requested?: boolean;
749
- }
750
-
751
- interface IdBankTransferPaymentsBca {
752
- /**
753
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
754
- */
755
- requested?: boolean;
756
- }
757
-
758
667
  interface IdealPayments {
759
668
  /**
760
669
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -825,13 +734,6 @@ declare module 'stripe' {
825
734
  requested?: boolean;
826
735
  }
827
736
 
828
- interface MbWayPayments {
829
- /**
830
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
831
- */
832
- requested?: boolean;
833
- }
834
-
835
737
  interface MobilepayPayments {
836
738
  /**
837
739
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -902,20 +804,6 @@ declare module 'stripe' {
902
804
  requested?: boolean;
903
805
  }
904
806
 
905
- interface PaypalPayments {
906
- /**
907
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
908
- */
909
- requested?: boolean;
910
- }
911
-
912
- interface PaytoPayments {
913
- /**
914
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
915
- */
916
- requested?: boolean;
917
- }
918
-
919
807
  interface PixPayments {
920
808
  /**
921
809
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -930,20 +818,6 @@ declare module 'stripe' {
930
818
  requested?: boolean;
931
819
  }
932
820
 
933
- interface QrisPayments {
934
- /**
935
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
936
- */
937
- requested?: boolean;
938
- }
939
-
940
- interface RechnungPayments {
941
- /**
942
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
943
- */
944
- requested?: boolean;
945
- }
946
-
947
821
  interface RevolutPayPayments {
948
822
  /**
949
823
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -979,13 +853,6 @@ declare module 'stripe' {
979
853
  requested?: boolean;
980
854
  }
981
855
 
982
- interface ShopeepayPayments {
983
- /**
984
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
985
- */
986
- requested?: boolean;
987
- }
988
-
989
856
  interface SofortPayments {
990
857
  /**
991
858
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -993,13 +860,6 @@ declare module 'stripe' {
993
860
  requested?: boolean;
994
861
  }
995
862
 
996
- interface StripeBalancePayments {
997
- /**
998
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
999
- */
1000
- requested?: boolean;
1001
- }
1002
-
1003
863
  interface SwishPayments {
1004
864
  /**
1005
865
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -1035,27 +895,6 @@ declare module 'stripe' {
1035
895
  requested?: boolean;
1036
896
  }
1037
897
 
1038
- interface TreasuryEvolve {
1039
- /**
1040
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
1041
- */
1042
- requested?: boolean;
1043
- }
1044
-
1045
- interface TreasuryFifthThird {
1046
- /**
1047
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
1048
- */
1049
- requested?: boolean;
1050
- }
1051
-
1052
- interface TreasuryGoldmanSachs {
1053
- /**
1054
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
1055
- */
1056
- requested?: boolean;
1057
- }
1058
-
1059
898
  interface TwintPayments {
1060
899
  /**
1061
900
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -1163,6 +1002,9 @@ declare module 'stripe' {
1163
1002
  */
1164
1003
  phone?: string;
1165
1004
 
1005
+ /**
1006
+ * When the business was incorporated or registered.
1007
+ */
1166
1008
  registration_date?: Stripe.Emptyable<Company.RegistrationDate>;
1167
1009
 
1168
1010
  /**
@@ -1300,16 +1142,6 @@ declare module 'stripe' {
1300
1142
  }
1301
1143
 
1302
1144
  interface Controller {
1303
- /**
1304
- * A hash of configuration describing the Connect application that controls the account.
1305
- */
1306
- application?: Controller.Application;
1307
-
1308
- /**
1309
- * Properties of the account's dashboard.
1310
- */
1311
- dashboard?: Controller.Dashboard;
1312
-
1313
1145
  /**
1314
1146
  * A hash of configuration for who pays Stripe fees for product usage on this account.
1315
1147
  */
@@ -1332,34 +1164,6 @@ declare module 'stripe' {
1332
1164
  }
1333
1165
 
1334
1166
  namespace Controller {
1335
- interface Application {
1336
- /**
1337
- * Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
1338
- */
1339
- loss_liable: boolean;
1340
-
1341
- /**
1342
- * Whether the controller owns onboarding for this account.
1343
- */
1344
- onboarding_owner?: boolean;
1345
-
1346
- /**
1347
- * Whether the controller has pricing controls for this account.
1348
- */
1349
- pricing_controls?: boolean;
1350
- }
1351
-
1352
- interface Dashboard {
1353
- /**
1354
- * Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
1355
- */
1356
- type?: Dashboard.Type;
1357
- }
1358
-
1359
- namespace Dashboard {
1360
- type Type = 'express' | 'full' | 'none';
1361
- }
1362
-
1363
1167
  interface Fees {
1364
1168
  /**
1365
1169
  * A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
@@ -1427,6 +1231,11 @@ declare module 'stripe' {
1427
1231
  */
1428
1232
  company_tax_id_verification?: Documents.CompanyTaxIdVerification;
1429
1233
 
1234
+ /**
1235
+ * One or more documents that demonstrate proof of address.
1236
+ */
1237
+ proof_of_address?: Documents.ProofOfAddress;
1238
+
1430
1239
  /**
1431
1240
  * One or more documents showing the company's proof of registration with the national business registry.
1432
1241
  */
@@ -1481,6 +1290,13 @@ declare module 'stripe' {
1481
1290
  files?: Array<string>;
1482
1291
  }
1483
1292
 
1293
+ interface ProofOfAddress {
1294
+ /**
1295
+ * One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
1296
+ */
1297
+ files?: Array<string>;
1298
+ }
1299
+
1484
1300
  interface ProofOfRegistration {
1485
1301
  /**
1486
1302
  * One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
@@ -1743,57 +1559,17 @@ declare module 'stripe' {
1743
1559
  }
1744
1560
  }
1745
1561
 
1746
- interface RiskControls {
1747
- /**
1748
- * Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
1749
- */
1750
- charges?: RiskControls.Charges;
1751
-
1752
- /**
1753
- * Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
1754
- */
1755
- payouts?: RiskControls.Payouts;
1756
- }
1757
-
1758
- namespace RiskControls {
1759
- interface Charges {
1760
- /**
1761
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
1762
- * There can be a delay before the risk control is paused or unpaused.
1763
- */
1764
- pause_requested?: boolean;
1765
- }
1766
-
1767
- interface Payouts {
1768
- /**
1769
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
1770
- * There can be a delay before the risk control is paused or unpaused.
1771
- */
1772
- pause_requested?: boolean;
1773
- }
1774
- }
1775
-
1776
1562
  interface Settings {
1777
1563
  /**
1778
1564
  * Settings specific to Bacs Direct Debit.
1779
1565
  */
1780
1566
  bacs_debit_payments?: Settings.BacsDebitPayments;
1781
1567
 
1782
- /**
1783
- * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
1784
- */
1785
- bank_bca_onboarding?: Settings.BankBcaOnboarding;
1786
-
1787
1568
  /**
1788
1569
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
1789
1570
  */
1790
1571
  branding?: Settings.Branding;
1791
1572
 
1792
- /**
1793
- * Settings specific to the account's use of the Capital product.
1794
- */
1795
- capital?: Settings.Capital;
1796
-
1797
1573
  /**
1798
1574
  * Settings specific to the account's use of the Card Issuing product.
1799
1575
  */
@@ -1819,11 +1595,6 @@ declare module 'stripe' {
1819
1595
  */
1820
1596
  payouts?: Settings.Payouts;
1821
1597
 
1822
- /**
1823
- * Settings specific to the account's tax forms.
1824
- */
1825
- tax_forms?: Settings.TaxForms;
1826
-
1827
1598
  /**
1828
1599
  * Settings specific to the account's Treasury FinancialAccounts.
1829
1600
  */
@@ -1838,18 +1609,6 @@ declare module 'stripe' {
1838
1609
  display_name?: string;
1839
1610
  }
1840
1611
 
1841
- interface BankBcaOnboarding {
1842
- /**
1843
- * Bank BCA business account holder name
1844
- */
1845
- account_holder_name?: string;
1846
-
1847
- /**
1848
- * Bank BCA business account number
1849
- */
1850
- business_account_number?: string;
1851
- }
1852
-
1853
1612
  interface Branding {
1854
1613
  /**
1855
1614
  * (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
@@ -1872,22 +1631,6 @@ declare module 'stripe' {
1872
1631
  secondary_color?: string;
1873
1632
  }
1874
1633
 
1875
- interface Capital {
1876
- /**
1877
- * Per-currency mapping of user-selected destination accounts used to pay out loans.
1878
- */
1879
- payout_destination?: {
1880
- [key: string]: string;
1881
- };
1882
-
1883
- /**
1884
- * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
1885
- */
1886
- payout_destination_selector?: {
1887
- [key: string]: Array<string>;
1888
- };
1889
- }
1890
-
1891
1634
  interface CardIssuing {
1892
1635
  /**
1893
1636
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -2012,10 +1755,20 @@ declare module 'stripe' {
2012
1755
  */
2013
1756
  monthly_anchor?: number;
2014
1757
 
1758
+ /**
1759
+ * The days of the month when available funds are paid out, specified as an array of numbers between 1--31. Payouts nominally scheduled between the 29th and 31st of the month are instead sent on the last day of a shorter month. Required and applicable only if `interval` is `monthly` and `monthly_anchor` is not set.
1760
+ */
1761
+ monthly_payout_days?: Array<number>;
1762
+
2015
1763
  /**
2016
1764
  * The day of the week when available funds are paid out, specified as `monday`, `tuesday`, etc. (required and applicable only if `interval` is `weekly`.)
2017
1765
  */
2018
1766
  weekly_anchor?: Schedule.WeeklyAnchor;
1767
+
1768
+ /**
1769
+ * The days of the week when available funds are paid out, specified as an array, e.g., [`monday`, `tuesday`]. (required and applicable only if `interval` is `weekly` and `weekly_anchor` is not set.)
1770
+ */
1771
+ weekly_payout_days?: Array<Schedule.WeeklyPayoutDay>;
2019
1772
  }
2020
1773
 
2021
1774
  namespace Schedule {
@@ -2029,14 +1782,16 @@ declare module 'stripe' {
2029
1782
  | 'thursday'
2030
1783
  | 'tuesday'
2031
1784
  | 'wednesday';
2032
- }
2033
- }
2034
1785
 
2035
- interface TaxForms {
2036
- /**
2037
- * Whether the account opted out of receiving their tax forms by postal delivery.
2038
- */
2039
- consented_to_paperless_delivery?: boolean;
1786
+ type WeeklyPayoutDay =
1787
+ | 'friday'
1788
+ | 'monday'
1789
+ | 'saturday'
1790
+ | 'sunday'
1791
+ | 'thursday'
1792
+ | 'tuesday'
1793
+ | 'wednesday';
1794
+ }
2040
1795
  }
2041
1796
 
2042
1797
  interface Treasury {
@@ -2178,11 +1933,6 @@ declare module 'stripe' {
2178
1933
  */
2179
1934
  metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
2180
1935
 
2181
- /**
2182
- * A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
2183
- */
2184
- risk_controls?: AccountUpdateParams.RiskControls;
2185
-
2186
1936
  /**
2187
1937
  * Options for customizing how the account functions within Stripe.
2188
1938
  */
@@ -2372,11 +2122,6 @@ declare module 'stripe' {
2372
2122
  */
2373
2123
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
2374
2124
 
2375
- /**
2376
- * The automatic_indirect_tax capability.
2377
- */
2378
- automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
2379
-
2380
2125
  /**
2381
2126
  * The bacs_debit_payments capability.
2382
2127
  */
@@ -2427,6 +2172,11 @@ declare module 'stripe' {
2427
2172
  */
2428
2173
  cashapp_payments?: Capabilities.CashappPayments;
2429
2174
 
2175
+ /**
2176
+ * The crypto_payments capability.
2177
+ */
2178
+ crypto_payments?: Capabilities.CryptoPayments;
2179
+
2430
2180
  /**
2431
2181
  * The eps_payments capability.
2432
2182
  */
@@ -2447,26 +2197,11 @@ declare module 'stripe' {
2447
2197
  */
2448
2198
  giropay_payments?: Capabilities.GiropayPayments;
2449
2199
 
2450
- /**
2451
- * The gopay_payments capability.
2452
- */
2453
- gopay_payments?: Capabilities.GopayPayments;
2454
-
2455
2200
  /**
2456
2201
  * The grabpay_payments capability.
2457
2202
  */
2458
2203
  grabpay_payments?: Capabilities.GrabpayPayments;
2459
2204
 
2460
- /**
2461
- * The id_bank_transfer_payments capability.
2462
- */
2463
- id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
2464
-
2465
- /**
2466
- * The id_bank_transfer_payments_bca capability.
2467
- */
2468
- id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
2469
-
2470
2205
  /**
2471
2206
  * The ideal_payments capability.
2472
2207
  */
@@ -2517,11 +2252,6 @@ declare module 'stripe' {
2517
2252
  */
2518
2253
  link_payments?: Capabilities.LinkPayments;
2519
2254
 
2520
- /**
2521
- * The mb_way_payments capability.
2522
- */
2523
- mb_way_payments?: Capabilities.MbWayPayments;
2524
-
2525
2255
  /**
2526
2256
  * The mobilepay_payments capability.
2527
2257
  */
@@ -2572,16 +2302,6 @@ declare module 'stripe' {
2572
2302
  */
2573
2303
  paynow_payments?: Capabilities.PaynowPayments;
2574
2304
 
2575
- /**
2576
- * The paypal_payments capability.
2577
- */
2578
- paypal_payments?: Capabilities.PaypalPayments;
2579
-
2580
- /**
2581
- * The payto_payments capability.
2582
- */
2583
- payto_payments?: Capabilities.PaytoPayments;
2584
-
2585
2305
  /**
2586
2306
  * The pix_payments capability.
2587
2307
  */
@@ -2592,16 +2312,6 @@ declare module 'stripe' {
2592
2312
  */
2593
2313
  promptpay_payments?: Capabilities.PromptpayPayments;
2594
2314
 
2595
- /**
2596
- * The qris_payments capability.
2597
- */
2598
- qris_payments?: Capabilities.QrisPayments;
2599
-
2600
- /**
2601
- * The rechnung_payments capability.
2602
- */
2603
- rechnung_payments?: Capabilities.RechnungPayments;
2604
-
2605
2315
  /**
2606
2316
  * The revolut_pay_payments capability.
2607
2317
  */
@@ -2627,21 +2337,11 @@ declare module 'stripe' {
2627
2337
  */
2628
2338
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
2629
2339
 
2630
- /**
2631
- * The shopeepay_payments capability.
2632
- */
2633
- shopeepay_payments?: Capabilities.ShopeepayPayments;
2634
-
2635
2340
  /**
2636
2341
  * The sofort_payments capability.
2637
2342
  */
2638
2343
  sofort_payments?: Capabilities.SofortPayments;
2639
2344
 
2640
- /**
2641
- * The stripe_balance_payments capability.
2642
- */
2643
- stripe_balance_payments?: Capabilities.StripeBalancePayments;
2644
-
2645
2345
  /**
2646
2346
  * The swish_payments capability.
2647
2347
  */
@@ -2667,21 +2367,6 @@ declare module 'stripe' {
2667
2367
  */
2668
2368
  treasury?: Capabilities.Treasury;
2669
2369
 
2670
- /**
2671
- * The treasury_evolve capability.
2672
- */
2673
- treasury_evolve?: Capabilities.TreasuryEvolve;
2674
-
2675
- /**
2676
- * The treasury_fifth_third capability.
2677
- */
2678
- treasury_fifth_third?: Capabilities.TreasuryFifthThird;
2679
-
2680
- /**
2681
- * The treasury_goldman_sachs capability.
2682
- */
2683
- treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
2684
-
2685
2370
  /**
2686
2371
  * The twint_payments capability.
2687
2372
  */
@@ -2746,13 +2431,6 @@ declare module 'stripe' {
2746
2431
  requested?: boolean;
2747
2432
  }
2748
2433
 
2749
- interface AutomaticIndirectTax {
2750
- /**
2751
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2752
- */
2753
- requested?: boolean;
2754
- }
2755
-
2756
2434
  interface BacsDebitPayments {
2757
2435
  /**
2758
2436
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2823,35 +2501,35 @@ declare module 'stripe' {
2823
2501
  requested?: boolean;
2824
2502
  }
2825
2503
 
2826
- interface EpsPayments {
2504
+ interface CryptoPayments {
2827
2505
  /**
2828
2506
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2829
2507
  */
2830
2508
  requested?: boolean;
2831
2509
  }
2832
2510
 
2833
- interface FpxPayments {
2511
+ interface EpsPayments {
2834
2512
  /**
2835
2513
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2836
2514
  */
2837
2515
  requested?: boolean;
2838
2516
  }
2839
2517
 
2840
- interface GbBankTransferPayments {
2518
+ interface FpxPayments {
2841
2519
  /**
2842
2520
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2843
2521
  */
2844
2522
  requested?: boolean;
2845
2523
  }
2846
2524
 
2847
- interface GiropayPayments {
2525
+ interface GbBankTransferPayments {
2848
2526
  /**
2849
2527
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2850
2528
  */
2851
2529
  requested?: boolean;
2852
2530
  }
2853
2531
 
2854
- interface GopayPayments {
2532
+ interface GiropayPayments {
2855
2533
  /**
2856
2534
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2857
2535
  */
@@ -2865,20 +2543,6 @@ declare module 'stripe' {
2865
2543
  requested?: boolean;
2866
2544
  }
2867
2545
 
2868
- interface IdBankTransferPayments {
2869
- /**
2870
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2871
- */
2872
- requested?: boolean;
2873
- }
2874
-
2875
- interface IdBankTransferPaymentsBca {
2876
- /**
2877
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2878
- */
2879
- requested?: boolean;
2880
- }
2881
-
2882
2546
  interface IdealPayments {
2883
2547
  /**
2884
2548
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2949,13 +2613,6 @@ declare module 'stripe' {
2949
2613
  requested?: boolean;
2950
2614
  }
2951
2615
 
2952
- interface MbWayPayments {
2953
- /**
2954
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2955
- */
2956
- requested?: boolean;
2957
- }
2958
-
2959
2616
  interface MobilepayPayments {
2960
2617
  /**
2961
2618
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3026,20 +2683,6 @@ declare module 'stripe' {
3026
2683
  requested?: boolean;
3027
2684
  }
3028
2685
 
3029
- interface PaypalPayments {
3030
- /**
3031
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3032
- */
3033
- requested?: boolean;
3034
- }
3035
-
3036
- interface PaytoPayments {
3037
- /**
3038
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3039
- */
3040
- requested?: boolean;
3041
- }
3042
-
3043
2686
  interface PixPayments {
3044
2687
  /**
3045
2688
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3054,20 +2697,6 @@ declare module 'stripe' {
3054
2697
  requested?: boolean;
3055
2698
  }
3056
2699
 
3057
- interface QrisPayments {
3058
- /**
3059
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3060
- */
3061
- requested?: boolean;
3062
- }
3063
-
3064
- interface RechnungPayments {
3065
- /**
3066
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3067
- */
3068
- requested?: boolean;
3069
- }
3070
-
3071
2700
  interface RevolutPayPayments {
3072
2701
  /**
3073
2702
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3103,13 +2732,6 @@ declare module 'stripe' {
3103
2732
  requested?: boolean;
3104
2733
  }
3105
2734
 
3106
- interface ShopeepayPayments {
3107
- /**
3108
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3109
- */
3110
- requested?: boolean;
3111
- }
3112
-
3113
2735
  interface SofortPayments {
3114
2736
  /**
3115
2737
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3117,13 +2739,6 @@ declare module 'stripe' {
3117
2739
  requested?: boolean;
3118
2740
  }
3119
2741
 
3120
- interface StripeBalancePayments {
3121
- /**
3122
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3123
- */
3124
- requested?: boolean;
3125
- }
3126
-
3127
2742
  interface SwishPayments {
3128
2743
  /**
3129
2744
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3159,27 +2774,6 @@ declare module 'stripe' {
3159
2774
  requested?: boolean;
3160
2775
  }
3161
2776
 
3162
- interface TreasuryEvolve {
3163
- /**
3164
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3165
- */
3166
- requested?: boolean;
3167
- }
3168
-
3169
- interface TreasuryFifthThird {
3170
- /**
3171
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3172
- */
3173
- requested?: boolean;
3174
- }
3175
-
3176
- interface TreasuryGoldmanSachs {
3177
- /**
3178
- * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3179
- */
3180
- requested?: boolean;
3181
- }
3182
-
3183
2777
  interface TwintPayments {
3184
2778
  /**
3185
2779
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3497,6 +3091,11 @@ declare module 'stripe' {
3497
3091
  */
3498
3092
  company_tax_id_verification?: Documents.CompanyTaxIdVerification;
3499
3093
 
3094
+ /**
3095
+ * One or more documents that demonstrate proof of address.
3096
+ */
3097
+ proof_of_address?: Documents.ProofOfAddress;
3098
+
3500
3099
  /**
3501
3100
  * One or more documents showing the company's proof of registration with the national business registry.
3502
3101
  */
@@ -3551,6 +3150,13 @@ declare module 'stripe' {
3551
3150
  files?: Array<string>;
3552
3151
  }
3553
3152
 
3153
+ interface ProofOfAddress {
3154
+ /**
3155
+ * One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
3156
+ */
3157
+ files?: Array<string>;
3158
+ }
3159
+
3554
3160
  interface ProofOfRegistration {
3555
3161
  /**
3556
3162
  * One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
@@ -3776,57 +3382,17 @@ declare module 'stripe' {
3776
3382
  }
3777
3383
  }
3778
3384
 
3779
- interface RiskControls {
3780
- /**
3781
- * Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
3782
- */
3783
- charges?: RiskControls.Charges;
3784
-
3785
- /**
3786
- * Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
3787
- */
3788
- payouts?: RiskControls.Payouts;
3789
- }
3790
-
3791
- namespace RiskControls {
3792
- interface Charges {
3793
- /**
3794
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3795
- * There can be a delay before the risk control is paused or unpaused.
3796
- */
3797
- pause_requested?: boolean;
3798
- }
3799
-
3800
- interface Payouts {
3801
- /**
3802
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3803
- * There can be a delay before the risk control is paused or unpaused.
3804
- */
3805
- pause_requested?: boolean;
3806
- }
3807
- }
3808
-
3809
3385
  interface Settings {
3810
3386
  /**
3811
3387
  * Settings specific to Bacs Direct Debit payments.
3812
3388
  */
3813
3389
  bacs_debit_payments?: Settings.BacsDebitPayments;
3814
3390
 
3815
- /**
3816
- * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
3817
- */
3818
- bank_bca_onboarding?: Settings.BankBcaOnboarding;
3819
-
3820
3391
  /**
3821
3392
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
3822
3393
  */
3823
3394
  branding?: Settings.Branding;
3824
3395
 
3825
- /**
3826
- * Settings specific to the account's use of the Capital product.
3827
- */
3828
- capital?: Settings.Capital;
3829
-
3830
3396
  /**
3831
3397
  * Settings specific to the account's use of the Card Issuing product.
3832
3398
  */
@@ -3852,11 +3418,6 @@ declare module 'stripe' {
3852
3418
  */
3853
3419
  payouts?: Settings.Payouts;
3854
3420
 
3855
- /**
3856
- * Settings specific to the account's tax forms.
3857
- */
3858
- tax_forms?: Settings.TaxForms;
3859
-
3860
3421
  /**
3861
3422
  * Settings specific to the account's Treasury FinancialAccounts.
3862
3423
  */
@@ -3871,18 +3432,6 @@ declare module 'stripe' {
3871
3432
  display_name?: string;
3872
3433
  }
3873
3434
 
3874
- interface BankBcaOnboarding {
3875
- /**
3876
- * Bank BCA business account holder name
3877
- */
3878
- account_holder_name?: string;
3879
-
3880
- /**
3881
- * Bank BCA business account number
3882
- */
3883
- business_account_number?: string;
3884
- }
3885
-
3886
3435
  interface Branding {
3887
3436
  /**
3888
3437
  * (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
@@ -3905,22 +3454,6 @@ declare module 'stripe' {
3905
3454
  secondary_color?: string;
3906
3455
  }
3907
3456
 
3908
- interface Capital {
3909
- /**
3910
- * Per-currency mapping of user-selected destination accounts used to pay out loans.
3911
- */
3912
- payout_destination?: {
3913
- [key: string]: string;
3914
- };
3915
-
3916
- /**
3917
- * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
3918
- */
3919
- payout_destination_selector?: {
3920
- [key: string]: Array<string>;
3921
- };
3922
- }
3923
-
3924
3457
  interface CardIssuing {
3925
3458
  /**
3926
3459
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -4050,10 +3583,20 @@ declare module 'stripe' {
4050
3583
  */
4051
3584
  monthly_anchor?: number;
4052
3585
 
3586
+ /**
3587
+ * The days of the month when available funds are paid out, specified as an array of numbers between 1--31. Payouts nominally scheduled between the 29th and 31st of the month are instead sent on the last day of a shorter month. Required and applicable only if `interval` is `monthly` and `monthly_anchor` is not set.
3588
+ */
3589
+ monthly_payout_days?: Array<number>;
3590
+
4053
3591
  /**
4054
3592
  * The day of the week when available funds are paid out, specified as `monday`, `tuesday`, etc. (required and applicable only if `interval` is `weekly`.)
4055
3593
  */
4056
3594
  weekly_anchor?: Schedule.WeeklyAnchor;
3595
+
3596
+ /**
3597
+ * The days of the week when available funds are paid out, specified as an array, e.g., [`monday`, `tuesday`]. (required and applicable only if `interval` is `weekly` and `weekly_anchor` is not set.)
3598
+ */
3599
+ weekly_payout_days?: Array<Schedule.WeeklyPayoutDay>;
4057
3600
  }
4058
3601
 
4059
3602
  namespace Schedule {
@@ -4067,14 +3610,16 @@ declare module 'stripe' {
4067
3610
  | 'thursday'
4068
3611
  | 'tuesday'
4069
3612
  | 'wednesday';
4070
- }
4071
- }
4072
3613
 
4073
- interface TaxForms {
4074
- /**
4075
- * Whether the account opted out of receiving their tax forms by postal delivery.
4076
- */
4077
- consented_to_paperless_delivery?: boolean;
3614
+ type WeeklyPayoutDay =
3615
+ | 'friday'
3616
+ | 'monday'
3617
+ | 'saturday'
3618
+ | 'sunday'
3619
+ | 'thursday'
3620
+ | 'tuesday'
3621
+ | 'wednesday';
3622
+ }
4078
3623
  }
4079
3624
 
4080
3625
  interface Treasury {