stripe 22.4.0-beta.1 → 22.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 (1064) hide show
  1. package/CHANGELOG.md +116 -1798
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +58 -42
  4. package/VERSION +1 -1
  5. package/cjs/Error.d.ts +61 -57
  6. package/cjs/Error.js +13 -128
  7. package/cjs/Error.js.map +1 -1
  8. package/cjs/RequestSender.d.ts +1 -1
  9. package/cjs/RequestSender.js +4 -9
  10. package/cjs/RequestSender.js.map +1 -1
  11. package/cjs/Types.d.ts +72 -15
  12. package/cjs/Types.js.map +1 -1
  13. package/cjs/Webhooks.d.ts +2 -2
  14. package/cjs/apiVersion.d.ts +2 -1
  15. package/cjs/apiVersion.js +3 -2
  16. package/cjs/apiVersion.js.map +1 -1
  17. package/cjs/platform/NodePlatformFunctions.d.ts +3 -2
  18. package/cjs/platform/NodePlatformFunctions.js +46 -24
  19. package/cjs/platform/NodePlatformFunctions.js.map +1 -1
  20. package/cjs/platform/PlatformFunctions.d.ts +1 -1
  21. package/cjs/platform/PlatformFunctions.js +1 -1
  22. package/cjs/platform/PlatformFunctions.js.map +1 -1
  23. package/cjs/resources/AccountLinks.d.ts +2 -1
  24. package/cjs/resources/AccountLinks.js.map +1 -1
  25. package/cjs/resources/AccountSessions.d.ts +32 -262
  26. package/cjs/resources/AccountSessions.js.map +1 -1
  27. package/cjs/resources/Accounts.d.ts +90 -883
  28. package/cjs/resources/Accounts.js +12 -16
  29. package/cjs/resources/Accounts.js.map +1 -1
  30. package/cjs/resources/ApplicationFees.d.ts +2 -2
  31. package/cjs/resources/ApplicationFees.js.map +1 -1
  32. package/cjs/resources/Apps/Secrets.d.ts +6 -6
  33. package/cjs/resources/Balance.d.ts +0 -67
  34. package/cjs/resources/BalanceSettings.d.ts +8 -8
  35. package/cjs/resources/BalanceTransactions.d.ts +3 -3
  36. package/cjs/resources/BankAccounts.d.ts +4 -4
  37. package/cjs/resources/Billing/AlertTriggereds.d.ts +1 -2
  38. package/cjs/resources/Billing/Alerts.d.ts +3 -3
  39. package/cjs/resources/Billing/CreditBalanceSummary.d.ts +2 -1
  40. package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
  41. package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +4 -4
  42. package/cjs/resources/Billing/CreditGrants.d.ts +3 -3
  43. package/cjs/resources/Billing/CreditGrants.js.map +1 -1
  44. package/cjs/resources/Billing/MeterEventAdjustments.d.ts +2 -1
  45. package/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -1
  46. package/cjs/resources/Billing/Meters.d.ts +8 -8
  47. package/cjs/resources/Billing/index.d.ts +0 -3
  48. package/cjs/resources/Billing/index.js +0 -2
  49. package/cjs/resources/Billing/index.js.map +1 -1
  50. package/cjs/resources/BillingPortal/Configurations.d.ts +22 -22
  51. package/cjs/resources/BillingPortal/Configurations.js.map +1 -1
  52. package/cjs/resources/BillingPortal/Sessions.d.ts +7 -6
  53. package/cjs/resources/BillingPortal/Sessions.js.map +1 -1
  54. package/cjs/resources/Capabilities.d.ts +8 -7
  55. package/cjs/resources/Cards.d.ts +3 -20
  56. package/cjs/resources/Charges.d.ts +99 -3106
  57. package/cjs/resources/Charges.js.map +1 -1
  58. package/cjs/resources/Checkout/Sessions.d.ts +192 -555
  59. package/cjs/resources/Checkout/Sessions.js.map +1 -1
  60. package/cjs/resources/Climate/Orders.d.ts +3 -3
  61. package/cjs/resources/Climate/Orders.js.map +1 -1
  62. package/cjs/resources/Climate/Suppliers.d.ts +2 -2
  63. package/cjs/resources/ConfirmationTokens.d.ts +21 -87
  64. package/cjs/resources/Coupons.d.ts +3 -56
  65. package/cjs/resources/Coupons.js +0 -13
  66. package/cjs/resources/Coupons.js.map +1 -1
  67. package/cjs/resources/CreditNoteLineItems.d.ts +4 -18
  68. package/cjs/resources/CreditNotes.d.ts +17 -17
  69. package/cjs/resources/CreditNotes.js.map +1 -1
  70. package/cjs/resources/CustomerBalanceTransactions.d.ts +2 -2
  71. package/cjs/resources/CustomerCashBalanceTransactions.d.ts +4 -3
  72. package/cjs/resources/CustomerSessions.d.ts +25 -92
  73. package/cjs/resources/CustomerSessions.js.map +1 -1
  74. package/cjs/resources/Customers.d.ts +14 -33
  75. package/cjs/resources/Customers.js +0 -14
  76. package/cjs/resources/Customers.js.map +1 -1
  77. package/cjs/resources/Disputes.d.ts +16 -41
  78. package/cjs/resources/Disputes.js +1 -1
  79. package/cjs/resources/Disputes.js.map +1 -1
  80. package/cjs/resources/Events.d.ts +55 -535
  81. package/cjs/resources/ExternalAccounts.d.ts +1 -212
  82. package/cjs/resources/ExternalAccounts.js +0 -44
  83. package/cjs/resources/ExternalAccounts.js.map +1 -1
  84. package/cjs/resources/Files.d.ts +3 -3
  85. package/cjs/resources/Files.js.map +1 -1
  86. package/cjs/resources/FinancialConnections/Accounts.d.ts +19 -84
  87. package/cjs/resources/FinancialConnections/Accounts.js +0 -8
  88. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  89. package/cjs/resources/FinancialConnections/Authorizations.d.ts +4 -48
  90. package/cjs/resources/FinancialConnections/Authorizations.js +0 -11
  91. package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -1
  92. package/cjs/resources/FinancialConnections/Sessions.d.ts +48 -122
  93. package/cjs/resources/FinancialConnections/Sessions.js.map +1 -1
  94. package/cjs/resources/FinancialConnections/Transactions.d.ts +2 -2
  95. package/cjs/resources/FinancialConnections/index.d.ts +9 -21
  96. package/cjs/resources/FinancialConnections/index.js +0 -4
  97. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  98. package/cjs/resources/Forwarding/Requests.d.ts +3 -3
  99. package/cjs/resources/Forwarding/Requests.js.map +1 -1
  100. package/cjs/resources/FundingInstructions.d.ts +4 -4
  101. package/cjs/resources/Identity/VerificationReports.d.ts +17 -17
  102. package/cjs/resources/Identity/VerificationReports.js.map +1 -1
  103. package/cjs/resources/Identity/VerificationSessions.d.ts +15 -15
  104. package/cjs/resources/Identity/VerificationSessions.js.map +1 -1
  105. package/cjs/resources/InvoiceItems.d.ts +0 -85
  106. package/cjs/resources/InvoiceItems.js.map +1 -1
  107. package/cjs/resources/InvoiceLineItems.d.ts +5 -43
  108. package/cjs/resources/InvoicePayments.d.ts +3 -3
  109. package/cjs/resources/Invoices.d.ts +96 -1465
  110. package/cjs/resources/Invoices.js +0 -41
  111. package/cjs/resources/Invoices.js.map +1 -1
  112. package/cjs/resources/Issuing/Authorizations.d.ts +19 -32
  113. package/cjs/resources/Issuing/Authorizations.js.map +1 -1
  114. package/cjs/resources/Issuing/Cardholders.d.ts +17 -31
  115. package/cjs/resources/Issuing/Cardholders.js.map +1 -1
  116. package/cjs/resources/Issuing/Cards.d.ts +38 -39
  117. package/cjs/resources/Issuing/Cards.js.map +1 -1
  118. package/cjs/resources/Issuing/Disputes.d.ts +22 -35
  119. package/cjs/resources/Issuing/Disputes.js.map +1 -1
  120. package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +5 -5
  121. package/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -1
  122. package/cjs/resources/Issuing/PhysicalBundles.d.ts +8 -8
  123. package/cjs/resources/Issuing/Tokens.d.ts +11 -11
  124. package/cjs/resources/Issuing/Transactions.d.ts +5 -27
  125. package/cjs/resources/Issuing/index.d.ts +22 -47
  126. package/cjs/resources/Issuing/index.js +0 -6
  127. package/cjs/resources/Issuing/index.js.map +1 -1
  128. package/cjs/resources/LineItems.d.ts +4 -31
  129. package/cjs/resources/Mandates.d.ts +15 -46
  130. package/cjs/resources/Mandates.js +0 -8
  131. package/cjs/resources/Mandates.js.map +1 -1
  132. package/cjs/resources/PaymentAttemptRecords.d.ts +30 -112
  133. package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +2 -1
  134. package/cjs/resources/PaymentIntents.d.ts +6883 -17706
  135. package/cjs/resources/PaymentIntents.js +0 -27
  136. package/cjs/resources/PaymentIntents.js.map +1 -1
  137. package/cjs/resources/PaymentLinks.d.ts +112 -66
  138. package/cjs/resources/PaymentLinks.js.map +1 -1
  139. package/cjs/resources/PaymentMethodConfigurations.d.ts +237 -587
  140. package/cjs/resources/PaymentMethodDomains.d.ts +7 -7
  141. package/cjs/resources/PaymentMethods.d.ts +36 -197
  142. package/cjs/resources/PaymentMethods.js +1 -1
  143. package/cjs/resources/PaymentRecords.d.ts +52 -116
  144. package/cjs/resources/PaymentRecords.js +8 -0
  145. package/cjs/resources/PaymentRecords.js.map +1 -1
  146. package/cjs/resources/Payouts.d.ts +3 -3
  147. package/cjs/resources/Payouts.js.map +1 -1
  148. package/cjs/resources/Persons.d.ts +8 -8
  149. package/cjs/resources/Plans.d.ts +6 -22
  150. package/cjs/resources/Plans.js.map +1 -1
  151. package/cjs/resources/Prices.d.ts +6 -58
  152. package/cjs/resources/Prices.js.map +1 -1
  153. package/cjs/resources/Products.d.ts +0 -42
  154. package/cjs/resources/PromotionCodes.d.ts +2 -14
  155. package/cjs/resources/PromotionCodes.js +0 -27
  156. package/cjs/resources/PromotionCodes.js.map +1 -1
  157. package/cjs/resources/Quotes.d.ts +212 -2355
  158. package/cjs/resources/Quotes.js +13 -1181
  159. package/cjs/resources/Quotes.js.map +1 -1
  160. package/cjs/resources/Radar/PaymentEvaluations.d.ts +22 -22
  161. package/cjs/resources/Radar/PaymentEvaluations.js.map +1 -1
  162. package/cjs/resources/Radar/ValueListItems.d.ts +0 -30
  163. package/cjs/resources/Radar/ValueLists.d.ts +2 -2
  164. package/cjs/resources/Radar/ValueLists.js.map +1 -1
  165. package/cjs/resources/Refunds.d.ts +18 -15
  166. package/cjs/resources/Refunds.js.map +1 -1
  167. package/cjs/resources/Reserve/Holds.d.ts +4 -56
  168. package/cjs/resources/Reserve/Holds.js +0 -19
  169. package/cjs/resources/Reserve/Holds.js.map +1 -1
  170. package/cjs/resources/Reserve/Plans.d.ts +4 -20
  171. package/cjs/resources/Reserve/Plans.js +0 -11
  172. package/cjs/resources/Reserve/Plans.js.map +1 -1
  173. package/cjs/resources/Reserve/Releases.d.ts +4 -44
  174. package/cjs/resources/Reserve/Releases.js +0 -19
  175. package/cjs/resources/Reserve/Releases.js.map +1 -1
  176. package/cjs/resources/Reserve/index.d.ts +6 -17
  177. package/cjs/resources/Reserve/index.js +0 -9
  178. package/cjs/resources/Reserve/index.js.map +1 -1
  179. package/cjs/resources/SetupAttempts.d.ts +7 -32
  180. package/cjs/resources/SetupIntents.d.ts +144 -456
  181. package/cjs/resources/SetupIntents.js.map +1 -1
  182. package/cjs/resources/ShippingRates.d.ts +5 -5
  183. package/cjs/resources/ShippingRates.js.map +1 -1
  184. package/cjs/resources/Sources.d.ts +3 -31
  185. package/cjs/resources/Sources.js.map +1 -1
  186. package/cjs/resources/SubscriptionItems.d.ts +4 -147
  187. package/cjs/resources/SubscriptionItems.js.map +1 -1
  188. package/cjs/resources/SubscriptionSchedules.d.ts +147 -1181
  189. package/cjs/resources/SubscriptionSchedules.js +0 -6
  190. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  191. package/cjs/resources/Subscriptions.d.ts +76 -641
  192. package/cjs/resources/Subscriptions.js +0 -145
  193. package/cjs/resources/Subscriptions.js.map +1 -1
  194. package/cjs/resources/Tax/Associations.d.ts +2 -1
  195. package/cjs/resources/Tax/Associations.js.map +1 -1
  196. package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -10
  197. package/cjs/resources/Tax/Calculations.d.ts +20 -24
  198. package/cjs/resources/Tax/Calculations.js.map +1 -1
  199. package/cjs/resources/Tax/Registrations.d.ts +169 -271
  200. package/cjs/resources/Tax/Settings.d.ts +4 -4
  201. package/cjs/resources/Tax/TransactionLineItems.d.ts +3 -3
  202. package/cjs/resources/Tax/Transactions.d.ts +12 -12
  203. package/cjs/resources/Tax/Transactions.js.map +1 -1
  204. package/cjs/resources/Tax/index.d.ts +13 -27
  205. package/cjs/resources/Tax/index.js +0 -4
  206. package/cjs/resources/Tax/index.js.map +1 -1
  207. package/cjs/resources/TaxCodes.d.ts +0 -15
  208. package/cjs/resources/TaxIds.d.ts +8 -8
  209. package/cjs/resources/TaxRates.d.ts +5 -5
  210. package/cjs/resources/TaxRates.js.map +1 -1
  211. package/cjs/resources/Terminal/Configurations.d.ts +4 -31
  212. package/cjs/resources/Terminal/Readers.d.ts +18 -34
  213. package/cjs/resources/Terminal/Readers.js.map +1 -1
  214. package/cjs/resources/Terminal/index.d.ts +0 -5
  215. package/cjs/resources/Terminal/index.js +0 -2
  216. package/cjs/resources/Terminal/index.js.map +1 -1
  217. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +12 -89
  218. package/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -1
  219. package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +17 -17
  220. package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +3 -2
  221. package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -1
  222. package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +2 -2
  223. package/cjs/resources/TestHelpers/Terminal/Readers.d.ts +3 -2
  224. package/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -1
  225. package/cjs/resources/TestHelpers/TestClocks.d.ts +2 -2
  226. package/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +2 -1
  227. package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -1
  228. package/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +3 -2
  229. package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -1
  230. package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +3 -2
  231. package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -1
  232. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +2 -23
  233. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -1
  234. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  235. package/cjs/resources/TestHelpers/index.d.ts +0 -3
  236. package/cjs/resources/TestHelpers/index.js +4 -6
  237. package/cjs/resources/TestHelpers/index.js.map +1 -1
  238. package/cjs/resources/Tokens.d.ts +19 -24
  239. package/cjs/resources/Tokens.js.map +1 -1
  240. package/cjs/resources/Topups.d.ts +28 -0
  241. package/cjs/resources/Topups.js.map +1 -1
  242. package/cjs/resources/Transfers.d.ts +0 -8
  243. package/cjs/resources/Treasury/CreditReversals.d.ts +4 -4
  244. package/cjs/resources/Treasury/CreditReversals.js.map +1 -1
  245. package/cjs/resources/Treasury/DebitReversals.d.ts +5 -5
  246. package/cjs/resources/Treasury/DebitReversals.js.map +1 -1
  247. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +37 -41
  248. package/cjs/resources/Treasury/FinancialAccounts.d.ts +16 -49
  249. package/cjs/resources/Treasury/FinancialAccounts.js.map +1 -1
  250. package/cjs/resources/Treasury/InboundTransfers.d.ts +6 -6
  251. package/cjs/resources/Treasury/InboundTransfers.js.map +1 -1
  252. package/cjs/resources/Treasury/OutboundPayments.d.ts +13 -21
  253. package/cjs/resources/Treasury/OutboundPayments.js.map +1 -1
  254. package/cjs/resources/Treasury/OutboundTransfers.d.ts +10 -54
  255. package/cjs/resources/Treasury/OutboundTransfers.js.map +1 -1
  256. package/cjs/resources/Treasury/ReceivedCredits.d.ts +9 -31
  257. package/cjs/resources/Treasury/ReceivedDebits.d.ts +7 -33
  258. package/cjs/resources/Treasury/TransactionEntries.d.ts +5 -5
  259. package/cjs/resources/Treasury/Transactions.d.ts +6 -6
  260. package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +2 -1
  261. package/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -1
  262. package/cjs/resources/V2/Billing/index.d.ts +6 -45
  263. package/cjs/resources/V2/Billing/index.js +0 -8
  264. package/cjs/resources/V2/Billing/index.js.map +1 -1
  265. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +4 -4
  266. package/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +5 -5
  267. package/cjs/resources/V2/Core/AccountLinks.d.ts +15 -14
  268. package/cjs/resources/V2/Core/AccountLinks.js.map +1 -1
  269. package/cjs/resources/V2/Core/AccountPersons.d.ts +4 -4
  270. package/cjs/resources/V2/Core/AccountTokens.d.ts +48 -17
  271. package/cjs/resources/V2/Core/AccountTokens.js.map +1 -1
  272. package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +4 -4
  273. package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  274. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +7 -7
  275. package/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -1
  276. package/cjs/resources/V2/Core/Accounts.d.ts +191 -1558
  277. package/cjs/resources/V2/Core/Accounts.js.map +1 -1
  278. package/cjs/resources/V2/Core/EventDestinations.d.ts +6 -6
  279. package/cjs/resources/V2/Core/Events.d.ts +10 -1157
  280. package/cjs/resources/V2/Core/index.d.ts +9 -19
  281. package/cjs/resources/V2/Core/index.js +0 -4
  282. package/cjs/resources/V2/Core/index.js.map +1 -1
  283. package/cjs/resources/V2/index.d.ts +0 -27
  284. package/cjs/resources/V2/index.js +0 -14
  285. package/cjs/resources/V2/index.js.map +1 -1
  286. package/cjs/resources/WebhookEndpoints.d.ts +4 -4
  287. package/cjs/resources/WebhookEndpoints.js.map +1 -1
  288. package/cjs/resources.d.ts +0 -10
  289. package/cjs/resources.js +10 -146
  290. package/cjs/resources.js.map +1 -1
  291. package/cjs/shared.d.ts +5 -0
  292. package/cjs/stripe.cjs.node.d.ts +150 -6480
  293. package/cjs/stripe.cjs.node.js.map +1 -1
  294. package/cjs/stripe.core.d.ts +40 -94
  295. package/cjs/stripe.core.js +37 -59
  296. package/cjs/stripe.core.js.map +1 -1
  297. package/cjs/utils.d.ts +0 -1
  298. package/cjs/utils.js +1 -17
  299. package/cjs/utils.js.map +1 -1
  300. package/esm/Error.d.ts +61 -57
  301. package/esm/Error.js +12 -112
  302. package/esm/Error.js.map +1 -1
  303. package/esm/RequestSender.d.ts +1 -1
  304. package/esm/RequestSender.js +5 -10
  305. package/esm/RequestSender.js.map +1 -1
  306. package/esm/Types.d.ts +72 -15
  307. package/esm/Types.js.map +1 -1
  308. package/esm/Webhooks.d.ts +2 -2
  309. package/esm/apiVersion.d.ts +2 -1
  310. package/esm/apiVersion.js +2 -1
  311. package/esm/apiVersion.js.map +1 -1
  312. package/esm/platform/NodePlatformFunctions.d.ts +3 -2
  313. package/esm/platform/NodePlatformFunctions.js +46 -24
  314. package/esm/platform/NodePlatformFunctions.js.map +1 -1
  315. package/esm/platform/PlatformFunctions.d.ts +1 -1
  316. package/esm/platform/PlatformFunctions.js +1 -1
  317. package/esm/platform/PlatformFunctions.js.map +1 -1
  318. package/esm/resources/AccountLinks.d.ts +2 -1
  319. package/esm/resources/AccountLinks.js.map +1 -1
  320. package/esm/resources/AccountSessions.d.ts +32 -262
  321. package/esm/resources/AccountSessions.js.map +1 -1
  322. package/esm/resources/Accounts.d.ts +90 -883
  323. package/esm/resources/Accounts.js +12 -16
  324. package/esm/resources/Accounts.js.map +1 -1
  325. package/esm/resources/ApplicationFees.d.ts +2 -2
  326. package/esm/resources/ApplicationFees.js.map +1 -1
  327. package/esm/resources/Apps/Secrets.d.ts +6 -6
  328. package/esm/resources/Balance.d.ts +0 -67
  329. package/esm/resources/BalanceSettings.d.ts +8 -8
  330. package/esm/resources/BalanceTransactions.d.ts +3 -3
  331. package/esm/resources/BankAccounts.d.ts +4 -4
  332. package/esm/resources/Billing/AlertTriggereds.d.ts +1 -2
  333. package/esm/resources/Billing/Alerts.d.ts +3 -3
  334. package/esm/resources/Billing/CreditBalanceSummary.d.ts +2 -1
  335. package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
  336. package/esm/resources/Billing/CreditBalanceTransactions.d.ts +4 -4
  337. package/esm/resources/Billing/CreditGrants.d.ts +3 -3
  338. package/esm/resources/Billing/CreditGrants.js.map +1 -1
  339. package/esm/resources/Billing/MeterEventAdjustments.d.ts +2 -1
  340. package/esm/resources/Billing/MeterEventAdjustments.js.map +1 -1
  341. package/esm/resources/Billing/Meters.d.ts +8 -8
  342. package/esm/resources/Billing/index.d.ts +0 -3
  343. package/esm/resources/Billing/index.js +0 -2
  344. package/esm/resources/Billing/index.js.map +1 -1
  345. package/esm/resources/BillingPortal/Configurations.d.ts +22 -22
  346. package/esm/resources/BillingPortal/Configurations.js.map +1 -1
  347. package/esm/resources/BillingPortal/Sessions.d.ts +7 -6
  348. package/esm/resources/BillingPortal/Sessions.js.map +1 -1
  349. package/esm/resources/Capabilities.d.ts +8 -7
  350. package/esm/resources/Cards.d.ts +3 -20
  351. package/esm/resources/Charges.d.ts +99 -3106
  352. package/esm/resources/Charges.js.map +1 -1
  353. package/esm/resources/Checkout/Sessions.d.ts +192 -555
  354. package/esm/resources/Checkout/Sessions.js.map +1 -1
  355. package/esm/resources/Climate/Orders.d.ts +3 -3
  356. package/esm/resources/Climate/Orders.js.map +1 -1
  357. package/esm/resources/Climate/Suppliers.d.ts +2 -2
  358. package/esm/resources/ConfirmationTokens.d.ts +21 -87
  359. package/esm/resources/Coupons.d.ts +3 -56
  360. package/esm/resources/Coupons.js +0 -13
  361. package/esm/resources/Coupons.js.map +1 -1
  362. package/esm/resources/CreditNoteLineItems.d.ts +4 -18
  363. package/esm/resources/CreditNotes.d.ts +17 -17
  364. package/esm/resources/CreditNotes.js.map +1 -1
  365. package/esm/resources/CustomerBalanceTransactions.d.ts +2 -2
  366. package/esm/resources/CustomerCashBalanceTransactions.d.ts +4 -3
  367. package/esm/resources/CustomerSessions.d.ts +25 -92
  368. package/esm/resources/CustomerSessions.js.map +1 -1
  369. package/esm/resources/Customers.d.ts +14 -33
  370. package/esm/resources/Customers.js +0 -14
  371. package/esm/resources/Customers.js.map +1 -1
  372. package/esm/resources/Disputes.d.ts +16 -41
  373. package/esm/resources/Disputes.js +1 -1
  374. package/esm/resources/Disputes.js.map +1 -1
  375. package/esm/resources/Events.d.ts +55 -535
  376. package/esm/resources/ExternalAccounts.d.ts +1 -212
  377. package/esm/resources/ExternalAccounts.js +1 -42
  378. package/esm/resources/ExternalAccounts.js.map +1 -1
  379. package/esm/resources/Files.d.ts +3 -3
  380. package/esm/resources/Files.js.map +1 -1
  381. package/esm/resources/FinancialConnections/Accounts.d.ts +19 -84
  382. package/esm/resources/FinancialConnections/Accounts.js +0 -8
  383. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  384. package/esm/resources/FinancialConnections/Authorizations.d.ts +4 -48
  385. package/esm/resources/FinancialConnections/Authorizations.js +1 -9
  386. package/esm/resources/FinancialConnections/Authorizations.js.map +1 -1
  387. package/esm/resources/FinancialConnections/Sessions.d.ts +48 -122
  388. package/esm/resources/FinancialConnections/Sessions.js.map +1 -1
  389. package/esm/resources/FinancialConnections/Transactions.d.ts +2 -2
  390. package/esm/resources/FinancialConnections/index.d.ts +9 -21
  391. package/esm/resources/FinancialConnections/index.js +0 -4
  392. package/esm/resources/FinancialConnections/index.js.map +1 -1
  393. package/esm/resources/Forwarding/Requests.d.ts +3 -3
  394. package/esm/resources/Forwarding/Requests.js.map +1 -1
  395. package/esm/resources/FundingInstructions.d.ts +4 -4
  396. package/esm/resources/Identity/VerificationReports.d.ts +17 -17
  397. package/esm/resources/Identity/VerificationReports.js.map +1 -1
  398. package/esm/resources/Identity/VerificationSessions.d.ts +15 -15
  399. package/esm/resources/Identity/VerificationSessions.js.map +1 -1
  400. package/esm/resources/InvoiceItems.d.ts +0 -85
  401. package/esm/resources/InvoiceItems.js.map +1 -1
  402. package/esm/resources/InvoiceLineItems.d.ts +5 -43
  403. package/esm/resources/InvoicePayments.d.ts +3 -3
  404. package/esm/resources/Invoices.d.ts +96 -1465
  405. package/esm/resources/Invoices.js +0 -41
  406. package/esm/resources/Invoices.js.map +1 -1
  407. package/esm/resources/Issuing/Authorizations.d.ts +19 -32
  408. package/esm/resources/Issuing/Authorizations.js.map +1 -1
  409. package/esm/resources/Issuing/Cardholders.d.ts +17 -31
  410. package/esm/resources/Issuing/Cardholders.js.map +1 -1
  411. package/esm/resources/Issuing/Cards.d.ts +38 -39
  412. package/esm/resources/Issuing/Cards.js.map +1 -1
  413. package/esm/resources/Issuing/Disputes.d.ts +22 -35
  414. package/esm/resources/Issuing/Disputes.js.map +1 -1
  415. package/esm/resources/Issuing/PersonalizationDesigns.d.ts +5 -5
  416. package/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -1
  417. package/esm/resources/Issuing/PhysicalBundles.d.ts +8 -8
  418. package/esm/resources/Issuing/Tokens.d.ts +11 -11
  419. package/esm/resources/Issuing/Transactions.d.ts +5 -27
  420. package/esm/resources/Issuing/index.d.ts +22 -47
  421. package/esm/resources/Issuing/index.js +0 -6
  422. package/esm/resources/Issuing/index.js.map +1 -1
  423. package/esm/resources/LineItems.d.ts +4 -31
  424. package/esm/resources/Mandates.d.ts +15 -46
  425. package/esm/resources/Mandates.js +0 -8
  426. package/esm/resources/Mandates.js.map +1 -1
  427. package/esm/resources/PaymentAttemptRecords.d.ts +30 -112
  428. package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +2 -1
  429. package/esm/resources/PaymentIntents.d.ts +6883 -17706
  430. package/esm/resources/PaymentIntents.js +0 -27
  431. package/esm/resources/PaymentIntents.js.map +1 -1
  432. package/esm/resources/PaymentLinks.d.ts +112 -66
  433. package/esm/resources/PaymentLinks.js.map +1 -1
  434. package/esm/resources/PaymentMethodConfigurations.d.ts +237 -587
  435. package/esm/resources/PaymentMethodDomains.d.ts +7 -7
  436. package/esm/resources/PaymentMethods.d.ts +36 -197
  437. package/esm/resources/PaymentMethods.js +1 -1
  438. package/esm/resources/PaymentRecords.d.ts +52 -116
  439. package/esm/resources/PaymentRecords.js +8 -0
  440. package/esm/resources/PaymentRecords.js.map +1 -1
  441. package/esm/resources/Payouts.d.ts +3 -3
  442. package/esm/resources/Payouts.js.map +1 -1
  443. package/esm/resources/Persons.d.ts +8 -8
  444. package/esm/resources/Plans.d.ts +6 -22
  445. package/esm/resources/Plans.js.map +1 -1
  446. package/esm/resources/Prices.d.ts +6 -58
  447. package/esm/resources/Prices.js.map +1 -1
  448. package/esm/resources/Products.d.ts +0 -42
  449. package/esm/resources/PromotionCodes.d.ts +2 -14
  450. package/esm/resources/PromotionCodes.js +0 -27
  451. package/esm/resources/PromotionCodes.js.map +1 -1
  452. package/esm/resources/Quotes.d.ts +212 -2355
  453. package/esm/resources/Quotes.js +13 -1181
  454. package/esm/resources/Quotes.js.map +1 -1
  455. package/esm/resources/Radar/PaymentEvaluations.d.ts +22 -22
  456. package/esm/resources/Radar/PaymentEvaluations.js.map +1 -1
  457. package/esm/resources/Radar/ValueListItems.d.ts +0 -30
  458. package/esm/resources/Radar/ValueLists.d.ts +2 -2
  459. package/esm/resources/Radar/ValueLists.js.map +1 -1
  460. package/esm/resources/Refunds.d.ts +18 -15
  461. package/esm/resources/Refunds.js.map +1 -1
  462. package/esm/resources/Reserve/Holds.d.ts +4 -56
  463. package/esm/resources/Reserve/Holds.js +1 -17
  464. package/esm/resources/Reserve/Holds.js.map +1 -1
  465. package/esm/resources/Reserve/Plans.d.ts +4 -20
  466. package/esm/resources/Reserve/Plans.js +1 -9
  467. package/esm/resources/Reserve/Plans.js.map +1 -1
  468. package/esm/resources/Reserve/Releases.d.ts +4 -44
  469. package/esm/resources/Reserve/Releases.js +1 -17
  470. package/esm/resources/Reserve/Releases.js.map +1 -1
  471. package/esm/resources/Reserve/index.d.ts +6 -17
  472. package/esm/resources/Reserve/index.js +0 -9
  473. package/esm/resources/Reserve/index.js.map +1 -1
  474. package/esm/resources/SetupAttempts.d.ts +7 -32
  475. package/esm/resources/SetupIntents.d.ts +144 -456
  476. package/esm/resources/SetupIntents.js.map +1 -1
  477. package/esm/resources/ShippingRates.d.ts +5 -5
  478. package/esm/resources/ShippingRates.js.map +1 -1
  479. package/esm/resources/Sources.d.ts +3 -31
  480. package/esm/resources/Sources.js.map +1 -1
  481. package/esm/resources/SubscriptionItems.d.ts +4 -147
  482. package/esm/resources/SubscriptionItems.js.map +1 -1
  483. package/esm/resources/SubscriptionSchedules.d.ts +147 -1181
  484. package/esm/resources/SubscriptionSchedules.js +0 -6
  485. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  486. package/esm/resources/Subscriptions.d.ts +76 -641
  487. package/esm/resources/Subscriptions.js +0 -145
  488. package/esm/resources/Subscriptions.js.map +1 -1
  489. package/esm/resources/Tax/Associations.d.ts +2 -1
  490. package/esm/resources/Tax/Associations.js.map +1 -1
  491. package/esm/resources/Tax/CalculationLineItems.d.ts +6 -10
  492. package/esm/resources/Tax/Calculations.d.ts +20 -24
  493. package/esm/resources/Tax/Calculations.js.map +1 -1
  494. package/esm/resources/Tax/Registrations.d.ts +169 -271
  495. package/esm/resources/Tax/Settings.d.ts +4 -4
  496. package/esm/resources/Tax/TransactionLineItems.d.ts +3 -3
  497. package/esm/resources/Tax/Transactions.d.ts +12 -12
  498. package/esm/resources/Tax/Transactions.js.map +1 -1
  499. package/esm/resources/Tax/index.d.ts +13 -27
  500. package/esm/resources/Tax/index.js +0 -4
  501. package/esm/resources/Tax/index.js.map +1 -1
  502. package/esm/resources/TaxCodes.d.ts +0 -15
  503. package/esm/resources/TaxIds.d.ts +8 -8
  504. package/esm/resources/TaxRates.d.ts +5 -5
  505. package/esm/resources/TaxRates.js.map +1 -1
  506. package/esm/resources/Terminal/Configurations.d.ts +4 -31
  507. package/esm/resources/Terminal/Readers.d.ts +18 -34
  508. package/esm/resources/Terminal/Readers.js.map +1 -1
  509. package/esm/resources/Terminal/index.d.ts +0 -5
  510. package/esm/resources/Terminal/index.js +0 -2
  511. package/esm/resources/Terminal/index.js.map +1 -1
  512. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +12 -89
  513. package/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -1
  514. package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +17 -17
  515. package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +3 -2
  516. package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -1
  517. package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +2 -2
  518. package/esm/resources/TestHelpers/Terminal/Readers.d.ts +3 -2
  519. package/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -1
  520. package/esm/resources/TestHelpers/TestClocks.d.ts +2 -2
  521. package/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +2 -1
  522. package/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -1
  523. package/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +3 -2
  524. package/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -1
  525. package/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +3 -2
  526. package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -1
  527. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +2 -23
  528. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -1
  529. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  530. package/esm/resources/TestHelpers/index.d.ts +0 -3
  531. package/esm/resources/TestHelpers/index.js +0 -2
  532. package/esm/resources/TestHelpers/index.js.map +1 -1
  533. package/esm/resources/Tokens.d.ts +19 -24
  534. package/esm/resources/Tokens.js.map +1 -1
  535. package/esm/resources/Topups.d.ts +28 -0
  536. package/esm/resources/Topups.js.map +1 -1
  537. package/esm/resources/Transfers.d.ts +0 -8
  538. package/esm/resources/Treasury/CreditReversals.d.ts +4 -4
  539. package/esm/resources/Treasury/CreditReversals.js.map +1 -1
  540. package/esm/resources/Treasury/DebitReversals.d.ts +5 -5
  541. package/esm/resources/Treasury/DebitReversals.js.map +1 -1
  542. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +37 -41
  543. package/esm/resources/Treasury/FinancialAccounts.d.ts +16 -49
  544. package/esm/resources/Treasury/FinancialAccounts.js.map +1 -1
  545. package/esm/resources/Treasury/InboundTransfers.d.ts +6 -6
  546. package/esm/resources/Treasury/InboundTransfers.js.map +1 -1
  547. package/esm/resources/Treasury/OutboundPayments.d.ts +13 -21
  548. package/esm/resources/Treasury/OutboundPayments.js.map +1 -1
  549. package/esm/resources/Treasury/OutboundTransfers.d.ts +10 -54
  550. package/esm/resources/Treasury/OutboundTransfers.js.map +1 -1
  551. package/esm/resources/Treasury/ReceivedCredits.d.ts +9 -31
  552. package/esm/resources/Treasury/ReceivedDebits.d.ts +7 -33
  553. package/esm/resources/Treasury/TransactionEntries.d.ts +5 -5
  554. package/esm/resources/Treasury/Transactions.d.ts +6 -6
  555. package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +2 -1
  556. package/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -1
  557. package/esm/resources/V2/Billing/index.d.ts +6 -45
  558. package/esm/resources/V2/Billing/index.js +0 -8
  559. package/esm/resources/V2/Billing/index.js.map +1 -1
  560. package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +4 -4
  561. package/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +5 -5
  562. package/esm/resources/V2/Core/AccountLinks.d.ts +15 -14
  563. package/esm/resources/V2/Core/AccountLinks.js.map +1 -1
  564. package/esm/resources/V2/Core/AccountPersons.d.ts +4 -4
  565. package/esm/resources/V2/Core/AccountTokens.d.ts +48 -17
  566. package/esm/resources/V2/Core/AccountTokens.js.map +1 -1
  567. package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +4 -4
  568. package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  569. package/esm/resources/V2/Core/Accounts/Persons.d.ts +7 -7
  570. package/esm/resources/V2/Core/Accounts/Persons.js.map +1 -1
  571. package/esm/resources/V2/Core/Accounts.d.ts +191 -1558
  572. package/esm/resources/V2/Core/Accounts.js.map +1 -1
  573. package/esm/resources/V2/Core/EventDestinations.d.ts +6 -6
  574. package/esm/resources/V2/Core/Events.d.ts +10 -1157
  575. package/esm/resources/V2/Core/index.d.ts +9 -19
  576. package/esm/resources/V2/Core/index.js +0 -4
  577. package/esm/resources/V2/Core/index.js.map +1 -1
  578. package/esm/resources/V2/index.d.ts +0 -27
  579. package/esm/resources/V2/index.js +0 -14
  580. package/esm/resources/V2/index.js.map +1 -1
  581. package/esm/resources/WebhookEndpoints.d.ts +4 -4
  582. package/esm/resources/WebhookEndpoints.js.map +1 -1
  583. package/esm/resources.d.ts +0 -10
  584. package/esm/resources.js +0 -131
  585. package/esm/resources.js.map +1 -1
  586. package/esm/shared.d.ts +5 -0
  587. package/esm/stripe.core.d.ts +40 -94
  588. package/esm/stripe.core.js +7 -29
  589. package/esm/stripe.core.js.map +1 -1
  590. package/esm/stripe.esm.node.d.ts +41 -95
  591. package/esm/stripe.esm.node.js +2 -25
  592. package/esm/stripe.esm.node.js.map +1 -1
  593. package/esm/utils.d.ts +0 -1
  594. package/esm/utils.js +0 -15
  595. package/esm/utils.js.map +1 -1
  596. package/package.json +1 -1
  597. package/cjs/StripeEventNotificationHandler.d.ts +0 -19
  598. package/cjs/StripeEventNotificationHandler.js +0 -150
  599. package/cjs/StripeEventNotificationHandler.js.map +0 -1
  600. package/cjs/resources/AccountNotices.d.ts +0 -140
  601. package/cjs/resources/AccountNotices.js +0 -29
  602. package/cjs/resources/AccountNotices.js.map +0 -1
  603. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  604. package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -15
  605. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  606. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  607. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +0 -4
  608. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  609. package/cjs/resources/Billing/Analytics/index.d.ts +0 -15
  610. package/cjs/resources/Billing/Analytics/index.js +0 -13
  611. package/cjs/resources/Billing/Analytics/index.js.map +0 -1
  612. package/cjs/resources/Capital/FinancingOffers.d.ts +0 -194
  613. package/cjs/resources/Capital/FinancingOffers.js +0 -30
  614. package/cjs/resources/Capital/FinancingOffers.js.map +0 -1
  615. package/cjs/resources/Capital/FinancingSummary.d.ts +0 -101
  616. package/cjs/resources/Capital/FinancingSummary.js +0 -15
  617. package/cjs/resources/Capital/FinancingSummary.js.map +0 -1
  618. package/cjs/resources/Capital/FinancingTransactions.d.ts +0 -141
  619. package/cjs/resources/Capital/FinancingTransactions.js +0 -24
  620. package/cjs/resources/Capital/FinancingTransactions.js.map +0 -1
  621. package/cjs/resources/Capital/index.d.ts +0 -25
  622. package/cjs/resources/Capital/index.js +0 -17
  623. package/cjs/resources/Capital/index.js.map +0 -1
  624. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  625. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +0 -4
  626. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  627. package/cjs/resources/FinancialConnections/Institutions.d.ts +0 -99
  628. package/cjs/resources/FinancialConnections/Institutions.js +0 -23
  629. package/cjs/resources/FinancialConnections/Institutions.js.map +0 -1
  630. package/cjs/resources/FxQuotes.d.ts +0 -212
  631. package/cjs/resources/FxQuotes.js +0 -29
  632. package/cjs/resources/FxQuotes.js.map +0 -1
  633. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -638
  634. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -47
  635. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  636. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +0 -93
  637. package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -23
  638. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  639. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  640. package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -23
  641. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  642. package/cjs/resources/Issuing/Settlements.d.ts +0 -83
  643. package/cjs/resources/Issuing/Settlements.js +0 -4
  644. package/cjs/resources/Issuing/Settlements.js.map +0 -1
  645. package/cjs/resources/Margins.d.ts +0 -115
  646. package/cjs/resources/Margins.js +0 -35
  647. package/cjs/resources/Margins.js.map +0 -1
  648. package/cjs/resources/Orders.d.ts +0 -4693
  649. package/cjs/resources/Orders.js +0 -457
  650. package/cjs/resources/Orders.js.map +0 -1
  651. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -35
  652. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +0 -4
  653. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  654. package/cjs/resources/Privacy/RedactionJobs.d.ts +0 -227
  655. package/cjs/resources/Privacy/RedactionJobs.js +0 -73
  656. package/cjs/resources/Privacy/RedactionJobs.js.map +0 -1
  657. package/cjs/resources/Privacy/index.d.ts +0 -22
  658. package/cjs/resources/Privacy/index.js +0 -13
  659. package/cjs/resources/Privacy/index.js.map +0 -1
  660. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +0 -125
  661. package/cjs/resources/ProductCatalog/TrialOffers.js +0 -15
  662. package/cjs/resources/ProductCatalog/TrialOffers.js.map +0 -1
  663. package/cjs/resources/ProductCatalog/index.d.ts +0 -12
  664. package/cjs/resources/ProductCatalog/index.js +0 -13
  665. package/cjs/resources/ProductCatalog/index.js.map +0 -1
  666. package/cjs/resources/QuoteLines.d.ts +0 -507
  667. package/cjs/resources/QuoteLines.js +0 -4
  668. package/cjs/resources/QuoteLines.js.map +0 -1
  669. package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1120
  670. package/cjs/resources/QuotePreviewInvoices.js +0 -4
  671. package/cjs/resources/QuotePreviewInvoices.js.map +0 -1
  672. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -738
  673. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +0 -4
  674. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  675. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +0 -1105
  676. package/cjs/resources/SharedPayment/GrantedTokens.js +0 -15
  677. package/cjs/resources/SharedPayment/GrantedTokens.js.map +0 -1
  678. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +0 -306
  679. package/cjs/resources/SharedPayment/IssuedTokens.js +0 -27
  680. package/cjs/resources/SharedPayment/IssuedTokens.js.map +0 -1
  681. package/cjs/resources/SharedPayment/index.d.ts +0 -19
  682. package/cjs/resources/SharedPayment/index.js +0 -15
  683. package/cjs/resources/SharedPayment/index.js.map +0 -1
  684. package/cjs/resources/Tax/Forms.d.ts +0 -228
  685. package/cjs/resources/Tax/Forms.js +0 -32
  686. package/cjs/resources/Tax/Forms.js.map +0 -1
  687. package/cjs/resources/Tax/Locations.d.ts +0 -108
  688. package/cjs/resources/Tax/Locations.js +0 -33
  689. package/cjs/resources/Tax/Locations.js.map +0 -1
  690. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +0 -50
  691. package/cjs/resources/Terminal/ReaderCollectedData.js +0 -15
  692. package/cjs/resources/Terminal/ReaderCollectedData.js.map +0 -1
  693. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  694. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -21
  695. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  696. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  697. package/cjs/resources/TestHelpers/SharedPayment/index.js +0 -13
  698. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  699. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +0 -71
  700. package/cjs/resources/V2/Billing/BillSettingVersions.js +0 -4
  701. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  702. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  703. package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -23
  704. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  705. package/cjs/resources/V2/Billing/BillSettings.d.ts +0 -280
  706. package/cjs/resources/V2/Billing/BillSettings.js +0 -41
  707. package/cjs/resources/V2/Billing/BillSettings.js.map +0 -1
  708. package/cjs/resources/V2/Billing/Cadences.d.ts +0 -947
  709. package/cjs/resources/V2/Billing/Cadences.js +0 -198
  710. package/cjs/resources/V2/Billing/Cadences.js.map +0 -1
  711. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -236
  712. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +0 -4
  713. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  714. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  715. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -70
  716. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  717. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +0 -775
  718. package/cjs/resources/V2/Billing/CollectionSettings.js +0 -166
  719. package/cjs/resources/V2/Billing/CollectionSettings.js.map +0 -1
  720. package/cjs/resources/V2/Billing/Profiles.d.ts +0 -162
  721. package/cjs/resources/V2/Billing/Profiles.js +0 -35
  722. package/cjs/resources/V2/Billing/Profiles.js.map +0 -1
  723. package/cjs/resources/V2/Core/BatchJobs.d.ts +0 -360
  724. package/cjs/resources/V2/Core/BatchJobs.js +0 -225
  725. package/cjs/resources/V2/Core/BatchJobs.js.map +0 -1
  726. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -279
  727. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -54
  728. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  729. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -249
  730. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -63
  731. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  732. package/cjs/resources/V2/Core/Vault/index.d.ts +0 -28
  733. package/cjs/resources/V2/Core/Vault/index.js +0 -15
  734. package/cjs/resources/V2/Core/Vault/index.js.map +0 -1
  735. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -150
  736. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +0 -46
  737. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  738. package/cjs/resources/V2/Data/Reporting/index.d.ts +0 -13
  739. package/cjs/resources/V2/Data/Reporting/index.js +0 -13
  740. package/cjs/resources/V2/Data/Reporting/index.js.map +0 -1
  741. package/cjs/resources/V2/Data/index.d.ts +0 -10
  742. package/cjs/resources/V2/Data/index.js +0 -13
  743. package/cjs/resources/V2/Data/index.js.map +0 -1
  744. package/cjs/resources/V2/EventMisc.d.ts +0 -0
  745. package/cjs/resources/V2/EventMisc.js +0 -2
  746. package/cjs/resources/V2/EventMisc.js.map +0 -1
  747. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +0 -162
  748. package/cjs/resources/V2/Extend/WorkflowRuns.js +0 -23
  749. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  750. package/cjs/resources/V2/Extend/Workflows.d.ts +0 -119
  751. package/cjs/resources/V2/Extend/Workflows.js +0 -30
  752. package/cjs/resources/V2/Extend/Workflows.js.map +0 -1
  753. package/cjs/resources/V2/Extend/index.d.ts +0 -20
  754. package/cjs/resources/V2/Extend/index.js +0 -15
  755. package/cjs/resources/V2/Extend/index.js.map +0 -1
  756. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  757. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +0 -4
  758. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  759. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  760. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -4
  761. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  762. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +0 -210
  763. package/cjs/resources/V2/Iam/ActivityLogs.js +0 -23
  764. package/cjs/resources/V2/Iam/ActivityLogs.js.map +0 -1
  765. package/cjs/resources/V2/Iam/index.d.ts +0 -13
  766. package/cjs/resources/V2/Iam/index.js +0 -13
  767. package/cjs/resources/V2/Iam/index.js.map +0 -1
  768. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +0 -131
  769. package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -23
  770. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  771. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -240
  772. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -44
  773. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  774. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -211
  775. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -31
  776. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  777. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
  778. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -30
  779. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  780. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -208
  781. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -22
  782. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  783. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -394
  784. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -41
  785. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  786. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -296
  787. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -49
  788. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  789. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -336
  790. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -39
  791. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  792. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -239
  793. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -44
  794. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  795. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -92
  796. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -17
  797. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  798. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -295
  799. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -23
  800. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  801. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -157
  802. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -23
  803. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  804. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -161
  805. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -23
  806. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  807. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +0 -192
  808. package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -23
  809. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  810. package/cjs/resources/V2/MoneyManagement/index.d.ts +0 -104
  811. package/cjs/resources/V2/MoneyManagement/index.js +0 -39
  812. package/cjs/resources/V2/MoneyManagement/index.js.map +0 -1
  813. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +0 -92
  814. package/cjs/resources/V2/Network/BusinessProfiles.js +0 -21
  815. package/cjs/resources/V2/Network/BusinessProfiles.js.map +0 -1
  816. package/cjs/resources/V2/Network/index.d.ts +0 -13
  817. package/cjs/resources/V2/Network/index.js +0 -13
  818. package/cjs/resources/V2/Network/index.js.map +0 -1
  819. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -143
  820. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +0 -41
  821. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  822. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  823. package/cjs/resources/V2/OrchestratedCommerce/index.js +0 -13
  824. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  825. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  826. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -23
  827. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  828. package/cjs/resources/V2/TestHelpers/index.d.ts +0 -8
  829. package/cjs/resources/V2/TestHelpers/index.js +0 -13
  830. package/cjs/resources/V2/TestHelpers/index.js.map +0 -1
  831. package/esm/StripeEventNotificationHandler.d.ts +0 -19
  832. package/esm/StripeEventNotificationHandler.js +0 -146
  833. package/esm/StripeEventNotificationHandler.js.map +0 -1
  834. package/esm/resources/AccountNotices.d.ts +0 -140
  835. package/esm/resources/AccountNotices.js +0 -25
  836. package/esm/resources/AccountNotices.js.map +0 -1
  837. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  838. package/esm/resources/Billing/Analytics/MeterUsage.js +0 -11
  839. package/esm/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  840. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  841. package/esm/resources/Billing/Analytics/MeterUsageRows.js +0 -3
  842. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  843. package/esm/resources/Billing/Analytics/index.d.ts +0 -15
  844. package/esm/resources/Billing/Analytics/index.js +0 -9
  845. package/esm/resources/Billing/Analytics/index.js.map +0 -1
  846. package/esm/resources/Capital/FinancingOffers.d.ts +0 -194
  847. package/esm/resources/Capital/FinancingOffers.js +0 -26
  848. package/esm/resources/Capital/FinancingOffers.js.map +0 -1
  849. package/esm/resources/Capital/FinancingSummary.d.ts +0 -101
  850. package/esm/resources/Capital/FinancingSummary.js +0 -11
  851. package/esm/resources/Capital/FinancingSummary.js.map +0 -1
  852. package/esm/resources/Capital/FinancingTransactions.d.ts +0 -141
  853. package/esm/resources/Capital/FinancingTransactions.js +0 -20
  854. package/esm/resources/Capital/FinancingTransactions.js.map +0 -1
  855. package/esm/resources/Capital/index.d.ts +0 -25
  856. package/esm/resources/Capital/index.js +0 -13
  857. package/esm/resources/Capital/index.js.map +0 -1
  858. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  859. package/esm/resources/FinancialConnections/AccountInferredBalances.js +0 -3
  860. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  861. package/esm/resources/FinancialConnections/Institutions.d.ts +0 -99
  862. package/esm/resources/FinancialConnections/Institutions.js +0 -19
  863. package/esm/resources/FinancialConnections/Institutions.js.map +0 -1
  864. package/esm/resources/FxQuotes.d.ts +0 -212
  865. package/esm/resources/FxQuotes.js +0 -25
  866. package/esm/resources/FxQuotes.js.map +0 -1
  867. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -638
  868. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -43
  869. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  870. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +0 -93
  871. package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -19
  872. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  873. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  874. package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -19
  875. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  876. package/esm/resources/Issuing/Settlements.d.ts +0 -83
  877. package/esm/resources/Issuing/Settlements.js +0 -3
  878. package/esm/resources/Issuing/Settlements.js.map +0 -1
  879. package/esm/resources/Margins.d.ts +0 -115
  880. package/esm/resources/Margins.js +0 -31
  881. package/esm/resources/Margins.js.map +0 -1
  882. package/esm/resources/Orders.d.ts +0 -4693
  883. package/esm/resources/Orders.js +0 -453
  884. package/esm/resources/Orders.js.map +0 -1
  885. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -35
  886. package/esm/resources/Privacy/RedactionJobValidationErrors.js +0 -3
  887. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  888. package/esm/resources/Privacy/RedactionJobs.d.ts +0 -227
  889. package/esm/resources/Privacy/RedactionJobs.js +0 -69
  890. package/esm/resources/Privacy/RedactionJobs.js.map +0 -1
  891. package/esm/resources/Privacy/index.d.ts +0 -22
  892. package/esm/resources/Privacy/index.js +0 -9
  893. package/esm/resources/Privacy/index.js.map +0 -1
  894. package/esm/resources/ProductCatalog/TrialOffers.d.ts +0 -125
  895. package/esm/resources/ProductCatalog/TrialOffers.js +0 -11
  896. package/esm/resources/ProductCatalog/TrialOffers.js.map +0 -1
  897. package/esm/resources/ProductCatalog/index.d.ts +0 -12
  898. package/esm/resources/ProductCatalog/index.js +0 -9
  899. package/esm/resources/ProductCatalog/index.js.map +0 -1
  900. package/esm/resources/QuoteLines.d.ts +0 -507
  901. package/esm/resources/QuoteLines.js +0 -3
  902. package/esm/resources/QuoteLines.js.map +0 -1
  903. package/esm/resources/QuotePreviewInvoices.d.ts +0 -1120
  904. package/esm/resources/QuotePreviewInvoices.js +0 -3
  905. package/esm/resources/QuotePreviewInvoices.js.map +0 -1
  906. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -738
  907. package/esm/resources/QuotePreviewSubscriptionSchedules.js +0 -3
  908. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  909. package/esm/resources/SharedPayment/GrantedTokens.d.ts +0 -1105
  910. package/esm/resources/SharedPayment/GrantedTokens.js +0 -11
  911. package/esm/resources/SharedPayment/GrantedTokens.js.map +0 -1
  912. package/esm/resources/SharedPayment/IssuedTokens.d.ts +0 -306
  913. package/esm/resources/SharedPayment/IssuedTokens.js +0 -23
  914. package/esm/resources/SharedPayment/IssuedTokens.js.map +0 -1
  915. package/esm/resources/SharedPayment/index.d.ts +0 -19
  916. package/esm/resources/SharedPayment/index.js +0 -11
  917. package/esm/resources/SharedPayment/index.js.map +0 -1
  918. package/esm/resources/Tax/Forms.d.ts +0 -228
  919. package/esm/resources/Tax/Forms.js +0 -28
  920. package/esm/resources/Tax/Forms.js.map +0 -1
  921. package/esm/resources/Tax/Locations.d.ts +0 -108
  922. package/esm/resources/Tax/Locations.js +0 -29
  923. package/esm/resources/Tax/Locations.js.map +0 -1
  924. package/esm/resources/Terminal/ReaderCollectedData.d.ts +0 -50
  925. package/esm/resources/Terminal/ReaderCollectedData.js +0 -11
  926. package/esm/resources/Terminal/ReaderCollectedData.js.map +0 -1
  927. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  928. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -17
  929. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  930. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  931. package/esm/resources/TestHelpers/SharedPayment/index.js +0 -9
  932. package/esm/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  933. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +0 -71
  934. package/esm/resources/V2/Billing/BillSettingVersions.js +0 -3
  935. package/esm/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  936. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  937. package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -19
  938. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  939. package/esm/resources/V2/Billing/BillSettings.d.ts +0 -280
  940. package/esm/resources/V2/Billing/BillSettings.js +0 -37
  941. package/esm/resources/V2/Billing/BillSettings.js.map +0 -1
  942. package/esm/resources/V2/Billing/Cadences.d.ts +0 -947
  943. package/esm/resources/V2/Billing/Cadences.js +0 -194
  944. package/esm/resources/V2/Billing/Cadences.js.map +0 -1
  945. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -236
  946. package/esm/resources/V2/Billing/CollectionSettingVersions.js +0 -3
  947. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  948. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  949. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -66
  950. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  951. package/esm/resources/V2/Billing/CollectionSettings.d.ts +0 -775
  952. package/esm/resources/V2/Billing/CollectionSettings.js +0 -162
  953. package/esm/resources/V2/Billing/CollectionSettings.js.map +0 -1
  954. package/esm/resources/V2/Billing/Profiles.d.ts +0 -162
  955. package/esm/resources/V2/Billing/Profiles.js +0 -31
  956. package/esm/resources/V2/Billing/Profiles.js.map +0 -1
  957. package/esm/resources/V2/Core/BatchJobs.d.ts +0 -360
  958. package/esm/resources/V2/Core/BatchJobs.js +0 -221
  959. package/esm/resources/V2/Core/BatchJobs.js.map +0 -1
  960. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -279
  961. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -50
  962. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  963. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -249
  964. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -59
  965. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  966. package/esm/resources/V2/Core/Vault/index.d.ts +0 -28
  967. package/esm/resources/V2/Core/Vault/index.js +0 -11
  968. package/esm/resources/V2/Core/Vault/index.js.map +0 -1
  969. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -150
  970. package/esm/resources/V2/Data/Reporting/QueryRuns.js +0 -42
  971. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  972. package/esm/resources/V2/Data/Reporting/index.d.ts +0 -13
  973. package/esm/resources/V2/Data/Reporting/index.js +0 -9
  974. package/esm/resources/V2/Data/Reporting/index.js.map +0 -1
  975. package/esm/resources/V2/Data/index.d.ts +0 -10
  976. package/esm/resources/V2/Data/index.js +0 -9
  977. package/esm/resources/V2/Data/index.js.map +0 -1
  978. package/esm/resources/V2/EventMisc.d.ts +0 -0
  979. package/esm/resources/V2/EventMisc.js +0 -2
  980. package/esm/resources/V2/EventMisc.js.map +0 -1
  981. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +0 -162
  982. package/esm/resources/V2/Extend/WorkflowRuns.js +0 -19
  983. package/esm/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  984. package/esm/resources/V2/Extend/Workflows.d.ts +0 -119
  985. package/esm/resources/V2/Extend/Workflows.js +0 -26
  986. package/esm/resources/V2/Extend/Workflows.js.map +0 -1
  987. package/esm/resources/V2/Extend/index.d.ts +0 -20
  988. package/esm/resources/V2/Extend/index.js +0 -11
  989. package/esm/resources/V2/Extend/index.js.map +0 -1
  990. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  991. package/esm/resources/V2/FinancialAddressCreditSimulations.js +0 -3
  992. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  993. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  994. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -3
  995. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  996. package/esm/resources/V2/Iam/ActivityLogs.d.ts +0 -210
  997. package/esm/resources/V2/Iam/ActivityLogs.js +0 -19
  998. package/esm/resources/V2/Iam/ActivityLogs.js.map +0 -1
  999. package/esm/resources/V2/Iam/index.d.ts +0 -13
  1000. package/esm/resources/V2/Iam/index.js +0 -9
  1001. package/esm/resources/V2/Iam/index.js.map +0 -1
  1002. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +0 -131
  1003. package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -19
  1004. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  1005. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -240
  1006. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -40
  1007. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  1008. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -211
  1009. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -27
  1010. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  1011. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
  1012. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -26
  1013. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  1014. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -208
  1015. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -18
  1016. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  1017. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -394
  1018. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -37
  1019. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  1020. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -296
  1021. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -45
  1022. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  1023. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -336
  1024. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -35
  1025. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  1026. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -239
  1027. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -40
  1028. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  1029. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -92
  1030. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -13
  1031. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  1032. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -295
  1033. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -19
  1034. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  1035. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -157
  1036. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -19
  1037. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  1038. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -161
  1039. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -19
  1040. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  1041. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +0 -192
  1042. package/esm/resources/V2/MoneyManagement/Transactions.js +0 -19
  1043. package/esm/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  1044. package/esm/resources/V2/MoneyManagement/index.d.ts +0 -104
  1045. package/esm/resources/V2/MoneyManagement/index.js +0 -35
  1046. package/esm/resources/V2/MoneyManagement/index.js.map +0 -1
  1047. package/esm/resources/V2/Network/BusinessProfiles.d.ts +0 -92
  1048. package/esm/resources/V2/Network/BusinessProfiles.js +0 -17
  1049. package/esm/resources/V2/Network/BusinessProfiles.js.map +0 -1
  1050. package/esm/resources/V2/Network/index.d.ts +0 -13
  1051. package/esm/resources/V2/Network/index.js +0 -9
  1052. package/esm/resources/V2/Network/index.js.map +0 -1
  1053. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -143
  1054. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +0 -37
  1055. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  1056. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  1057. package/esm/resources/V2/OrchestratedCommerce/index.js +0 -9
  1058. package/esm/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  1059. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  1060. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -19
  1061. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  1062. package/esm/resources/V2/TestHelpers/index.d.ts +0 -8
  1063. package/esm/resources/V2/TestHelpers/index.js +0 -9
  1064. package/esm/resources/V2/TestHelpers/index.js.map +0 -1
@@ -5,7 +5,7 @@ import { LoginLink } from './LoginLinks.js';
5
5
  import { DeletedPerson, Person } from './Persons.js';
6
6
  import { File } from './Files.js';
7
7
  import { TaxId } from './TaxIds.js';
8
- import { Emptyable, MetadataParam, AddressParam, JapanAddressParam, PaginationParams, RangeQueryParam, Metadata, Address } from '../shared.js';
8
+ import { Emptyable, MetadataParam, AddressParam, OtherString, JapanAddressParam, PaginationParams, RangeQueryParam, Metadata, Address } from '../shared.js';
9
9
  import { RequestOptions, Response, ApiListPromise, ApiList } from '../lib.js';
10
10
  export declare class AccountResource extends StripeResource {
11
11
  /**
@@ -50,7 +50,7 @@ export declare class AccountResource extends StripeResource {
50
50
  * With [Connect](https://docs.stripe.com/docs/connect), you can create Stripe accounts for your users.
51
51
  * To do this, you'll first need to [register your platform](https://dashboard.stripe.com/account/applications/settings).
52
52
  *
53
- * If you've already collected information for your connected accounts, you [can prefill that information](https://docs.stripe.com/docs/connect/best-practices#onboarding) when
53
+ * If you've already collected information for your connected accounts, you [can prefill that information](https://docs.stripe.com/connect/marketplace/tasks/create#prefill-account-information) when
54
54
  * creating the account. Connect Onboarding won't ask for the prefilled information during account onboarding.
55
55
  * You can prefill any information on the account.
56
56
  */
@@ -58,13 +58,17 @@ export declare class AccountResource extends StripeResource {
58
58
  /**
59
59
  * With [Connect](https://docs.stripe.com/connect), you can reject accounts that you have flagged as suspicious.
60
60
  *
61
- * Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected. Test-mode accounts can be rejected at any time. Live-mode accounts can only be rejected after all balances are zero.
61
+ * Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected.
62
62
  */
63
63
  reject(id: string, params: AccountRejectParams, options?: RequestOptions): Promise<Response<Account>>;
64
- serializeBatchUpdate(account: string, params?: Record<string, unknown>, options?: {
65
- apiVersion?: string;
66
- stripeContext?: string;
67
- }): string;
64
+ /**
65
+ * With Connect, you can unreject accounts that you have previously rejected.
66
+ *
67
+ * Only accounts that were rejected by your platform can be unrejected. This API cannot be used to unreject accounts that were rejected by Stripe.
68
+ *
69
+ * Unreject will only enable charges and/or payouts if there are no other restrictions other than those placed by a previous rejection. If you have separately paused charges and/or payouts outside of rejection, those pauses will remain in place after unrejection.
70
+ */
71
+ unreject(id: string, params?: AccountUnrejectParams, options?: RequestOptions): Promise<Response<Account>>;
68
72
  /**
69
73
  * Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
70
74
  */
@@ -111,7 +115,7 @@ export declare class AccountResource extends StripeResource {
111
115
  */
112
116
  createLoginLink(id: string, params?: AccountCreateLoginLinkParams, options?: RequestOptions): Promise<Response<LoginLink>>;
113
117
  /**
114
- * Deletes an existing person's relationship to the account's legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the account_opener. If your integration is using the executive parameter, you cannot delete the only verified executive on file.
118
+ * Deletes an existing person's relationship to the account's legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the representative. If your integration is using the executive parameter, you cannot delete the only verified executive on file.
115
119
  */
116
120
  deletePerson(accountId: string, id: string, params?: AccountDeletePersonParams, options?: RequestOptions): Promise<Response<DeletedPerson>>;
117
121
  /**
@@ -205,7 +209,6 @@ export interface Account {
205
209
  */
206
210
  payouts_enabled: boolean;
207
211
  requirements?: Account.Requirements;
208
- risk_controls?: Account.RiskControls;
209
212
  /**
210
213
  * Options for customizing how the account functions within Stripe.
211
214
  */
@@ -257,10 +260,6 @@ export declare namespace Account {
257
260
  * Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
258
261
  */
259
262
  product_description?: string | null;
260
- /**
261
- * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
262
- */
263
- specified_commercial_transactions_act_url?: string | null;
264
263
  /**
265
264
  * A publicly available mailing address for sending support issues to.
266
265
  */
@@ -282,7 +281,7 @@ export declare namespace Account {
282
281
  */
283
282
  url: string | null;
284
283
  }
285
- type BusinessType = 'company' | 'government_entity' | 'individual' | 'non_profit';
284
+ type BusinessType = 'company' | 'government_entity' | 'individual' | 'non_profit' | OtherString;
286
285
  interface Capabilities {
287
286
  /**
288
287
  * The status of the Canadian pre-authorized debits payments capability of the account, or whether the account can directly process Canadian pre-authorized debits charges.
@@ -312,10 +311,6 @@ export declare namespace Account {
312
311
  * The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.
313
312
  */
314
313
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
315
- /**
316
- * The status of the automatic_indirect_tax capability of the account.
317
- */
318
- automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
319
314
  /**
320
315
  * The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
321
316
  */
@@ -380,22 +375,10 @@ export declare namespace Account {
380
375
  * The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
381
376
  */
382
377
  giropay_payments?: Capabilities.GiropayPayments;
383
- /**
384
- * The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
385
- */
386
- gopay_payments?: Capabilities.GopayPayments;
387
378
  /**
388
379
  * The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
389
380
  */
390
381
  grabpay_payments?: Capabilities.GrabpayPayments;
391
- /**
392
- * The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
393
- */
394
- id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
395
- /**
396
- * The status of Bank BCA onboarding of the account.
397
- */
398
- id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
399
382
  /**
400
383
  * The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
401
384
  */
@@ -480,14 +463,6 @@ export declare namespace Account {
480
463
  * The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
481
464
  */
482
465
  paynow_payments?: Capabilities.PaynowPayments;
483
- /**
484
- * The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
485
- */
486
- paypal_payments?: Capabilities.PaypalPayments;
487
- /**
488
- * The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
489
- */
490
- paypay_payments?: Capabilities.PaypayPayments;
491
466
  /**
492
467
  * The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
493
468
  */
@@ -500,14 +475,6 @@ export declare namespace Account {
500
475
  * The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
501
476
  */
502
477
  promptpay_payments?: Capabilities.PromptpayPayments;
503
- /**
504
- * The status of the Qris capability of the account, or whether the account can directly process Qris payments.
505
- */
506
- qris_payments?: Capabilities.QrisPayments;
507
- /**
508
- * The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
509
- */
510
- rechnung_payments?: Capabilities.RechnungPayments;
511
478
  /**
512
479
  * The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
513
480
  */
@@ -532,18 +499,10 @@ export declare namespace Account {
532
499
  * The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
533
500
  */
534
501
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
535
- /**
536
- * The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
537
- */
538
- shopeepay_payments?: Capabilities.ShopeepayPayments;
539
502
  /**
540
503
  * The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
541
504
  */
542
505
  sofort_payments?: Capabilities.SofortPayments;
543
- /**
544
- * The status of the stripe_balance payments capability of the account, or whether the account can directly process stripe_balance charges.
545
- */
546
- stripe_balance_payments?: Capabilities.StripeBalancePayments;
547
506
  /**
548
507
  * The status of the Sunbit capability of the account, or whether the account can directly process Sunbit payments.
549
508
  */
@@ -568,18 +527,6 @@ export declare namespace Account {
568
527
  * The status of the banking capability, or whether the account can have bank accounts.
569
528
  */
570
529
  treasury?: Capabilities.Treasury;
571
- /**
572
- * The status of the treasury_evolve capability of the account.
573
- */
574
- treasury_evolve?: Capabilities.TreasuryEvolve;
575
- /**
576
- * The status of the treasury_fifth_third capability of the account.
577
- */
578
- treasury_fifth_third?: Capabilities.TreasuryFifthThird;
579
- /**
580
- * The status of the treasury_goldman_sachs capability of the account.
581
- */
582
- treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
583
530
  /**
584
531
  * The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
585
532
  */
@@ -611,6 +558,7 @@ export declare namespace Account {
611
558
  * The Kanji variation of the company's primary address (Japan only).
612
559
  */
613
560
  address_kanji?: Company.AddressKanji | null;
561
+ administrative_address?: Address;
614
562
  /**
615
563
  * Whether the company's directors have been provided. This Boolean will be `true` if you've manually indicated that all directors are provided via [the `directors_provided` parameter](https://docs.stripe.com/api/accounts/update#update_account-company-directors_provided).
616
564
  */
@@ -659,6 +607,7 @@ export declare namespace Account {
659
607
  * The company's phone number (used for verification).
660
608
  */
661
609
  phone?: string | null;
610
+ principal_place_of_business?: Address;
662
611
  registration_date?: Company.RegistrationDate;
663
612
  /**
664
613
  * This hash is used to attest that the representative is authorized to act as the representative of their legal entity.
@@ -686,8 +635,6 @@ export declare namespace Account {
686
635
  verification?: Company.Verification | null;
687
636
  }
688
637
  interface Controller {
689
- application?: Controller.Application;
690
- dashboard?: Controller.Dashboard;
691
638
  fees?: Controller.Fees;
692
639
  /**
693
640
  * `true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://docs.stripe.com/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.
@@ -722,7 +669,7 @@ export declare namespace Account {
722
669
  */
723
670
  disabled_reason: FutureRequirements.DisabledReason | null;
724
671
  /**
725
- * Details about validation and verification failures for `due` requirements that must be resolved.
672
+ * Fields that are `currently_due` and need to be collected again because validation or verification failed.
726
673
  */
727
674
  errors: Array<FutureRequirements.Error> | null;
728
675
  /**
@@ -754,7 +701,7 @@ export declare namespace Account {
754
701
  */
755
702
  current_deadline: number | null;
756
703
  /**
757
- * Fields that need to be resolved to keep the account enabled. If not resolved by `current_deadline`, these fields will appear in `past_due` as well, and the account is disabled.
704
+ * Fields that need to be resolved to keep the account enabled. If not resolved by `current_deadline`, these fields will appear in `past_due` as well, and the account will be disabled.
758
705
  */
759
706
  currently_due: Array<string> | null;
760
707
  /**
@@ -762,7 +709,7 @@ export declare namespace Account {
762
709
  */
763
710
  disabled_reason: Requirements.DisabledReason | null;
764
711
  /**
765
- * Details about validation and verification failures for `due` requirements that must be resolved.
712
+ * Fields that are `currently_due` and need to be collected again because validation or verification failed.
766
713
  */
767
714
  errors: Array<Requirements.Error> | null;
768
715
  /**
@@ -778,17 +725,8 @@ export declare namespace Account {
778
725
  */
779
726
  pending_verification: Array<string> | null;
780
727
  }
781
- interface RiskControls {
782
- charges: RiskControls.Charges;
783
- payouts: RiskControls.Payouts;
784
- /**
785
- * Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://docs.stripe.com/connect/)
786
- */
787
- rejected_reason?: RiskControls.RejectedReason | null;
788
- }
789
728
  interface Settings {
790
729
  bacs_debit_payments?: Settings.BacsDebitPayments;
791
- bank_bca_onboarding?: Settings.BankBcaOnboarding;
792
730
  branding: Settings.Branding;
793
731
  card_issuing?: Settings.CardIssuing;
794
732
  card_payments: Settings.CardPayments;
@@ -796,10 +734,7 @@ export declare namespace Account {
796
734
  invoices?: Settings.Invoices;
797
735
  payments: Settings.Payments;
798
736
  payouts?: Settings.Payouts;
799
- paypay_payments?: Settings.PaypayPayments;
800
737
  sepa_debit_payments?: Settings.SepaDebitPayments;
801
- smart_disputes?: Settings.SmartDisputes;
802
- tax_forms?: Settings.TaxForms;
803
738
  treasury?: Settings.Treasury;
804
739
  }
805
740
  interface TosAcceptance {
@@ -820,7 +755,7 @@ export declare namespace Account {
820
755
  */
821
756
  user_agent?: string | null;
822
757
  }
823
- type Type = 'custom' | 'express' | 'none' | 'standard';
758
+ type Type = 'custom' | 'express' | 'none' | 'standard' | OtherString;
824
759
  namespace BusinessProfile {
825
760
  interface AnnualRevenue {
826
761
  /**
@@ -836,7 +771,7 @@ export declare namespace Account {
836
771
  */
837
772
  fiscal_year_end: string | null;
838
773
  }
839
- type MinorityOwnedBusinessDesignation = 'lgbtqi_owned_business' | 'minority_owned_business' | 'none_of_these_apply' | 'prefer_not_to_answer' | 'women_owned_business';
774
+ type MinorityOwnedBusinessDesignation = 'lgbtqi_owned_business' | 'minority_owned_business' | 'none_of_these_apply' | 'prefer_not_to_answer' | 'women_owned_business' | OtherString;
840
775
  interface MonthlyEstimatedRevenue {
841
776
  /**
842
777
  * A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
@@ -856,7 +791,6 @@ export declare namespace Account {
856
791
  type AmazonPayPayments = 'active' | 'inactive' | 'pending';
857
792
  type AppDistribution = 'active' | 'inactive' | 'pending';
858
793
  type AuBecsDebitPayments = 'active' | 'inactive' | 'pending';
859
- type AutomaticIndirectTax = 'active' | 'inactive' | 'pending';
860
794
  type BacsDebitPayments = 'active' | 'inactive' | 'pending';
861
795
  type BancontactPayments = 'active' | 'inactive' | 'pending';
862
796
  type BankTransferPayments = 'active' | 'inactive' | 'pending';
@@ -873,10 +807,7 @@ export declare namespace Account {
873
807
  type FpxPayments = 'active' | 'inactive' | 'pending';
874
808
  type GbBankTransferPayments = 'active' | 'inactive' | 'pending';
875
809
  type GiropayPayments = 'active' | 'inactive' | 'pending';
876
- type GopayPayments = 'active' | 'inactive' | 'pending';
877
810
  type GrabpayPayments = 'active' | 'inactive' | 'pending';
878
- type IdBankTransferPayments = 'active' | 'inactive' | 'pending';
879
- type IdBankTransferPaymentsBca = 'active' | 'inactive' | 'pending';
880
811
  type IdealPayments = 'active' | 'inactive' | 'pending';
881
812
  type IndiaInternationalPayments = 'active' | 'inactive' | 'pending';
882
813
  type JcbPayments = 'active' | 'inactive' | 'pending';
@@ -898,31 +829,22 @@ export declare namespace Account {
898
829
  type PayByBankPayments = 'active' | 'inactive' | 'pending';
899
830
  type PaycoPayments = 'active' | 'inactive' | 'pending';
900
831
  type PaynowPayments = 'active' | 'inactive' | 'pending';
901
- type PaypalPayments = 'active' | 'inactive' | 'pending';
902
- type PaypayPayments = 'active' | 'inactive' | 'pending';
903
832
  type PaytoPayments = 'active' | 'inactive' | 'pending';
904
833
  type PixPayments = 'active' | 'inactive' | 'pending';
905
834
  type PromptpayPayments = 'active' | 'inactive' | 'pending';
906
- type QrisPayments = 'active' | 'inactive' | 'pending';
907
- type RechnungPayments = 'active' | 'inactive' | 'pending';
908
835
  type RevolutPayPayments = 'active' | 'inactive' | 'pending';
909
836
  type SamsungPayPayments = 'active' | 'inactive' | 'pending';
910
837
  type SatispayPayments = 'active' | 'inactive' | 'pending';
911
838
  type ScalapayPayments = 'active' | 'inactive' | 'pending';
912
839
  type SepaBankTransferPayments = 'active' | 'inactive' | 'pending';
913
840
  type SepaDebitPayments = 'active' | 'inactive' | 'pending';
914
- type ShopeepayPayments = 'active' | 'inactive' | 'pending';
915
841
  type SofortPayments = 'active' | 'inactive' | 'pending';
916
- type StripeBalancePayments = 'active' | 'inactive' | 'pending';
917
842
  type SunbitPayments = 'active' | 'inactive' | 'pending';
918
843
  type SwishPayments = 'active' | 'inactive' | 'pending';
919
844
  type TaxReportingUs1099K = 'active' | 'inactive' | 'pending';
920
845
  type TaxReportingUs1099Misc = 'active' | 'inactive' | 'pending';
921
846
  type Transfers = 'active' | 'inactive' | 'pending';
922
847
  type Treasury = 'active' | 'inactive' | 'pending';
923
- type TreasuryEvolve = 'active' | 'inactive' | 'pending';
924
- type TreasuryFifthThird = 'active' | 'inactive' | 'pending';
925
- type TreasuryGoldmanSachs = 'active' | 'inactive' | 'pending';
926
848
  type TwintPayments = 'active' | 'inactive' | 'pending';
927
849
  type UpiPayments = 'active' | 'inactive' | 'pending';
928
850
  type UsBankAccountAchPayments = 'active' | 'inactive' | 'pending';
@@ -1018,7 +940,7 @@ export declare namespace Account {
1018
940
  */
1019
941
  user_agent: string | null;
1020
942
  }
1021
- type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
943
+ type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution' | OtherString;
1022
944
  interface RegistrationDate {
1023
945
  /**
1024
946
  * The day of registration, between 1 and 31.
@@ -1047,7 +969,7 @@ export declare namespace Account {
1047
969
  */
1048
970
  user_agent: string | null;
1049
971
  }
1050
- type Structure = 'free_zone_establishment' | 'free_zone_llc' | 'government_instrumentality' | 'governmental_unit' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership';
972
+ type Structure = 'free_zone_establishment' | 'free_zone_llc' | 'government_instrumentality' | 'governmental_unit' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership' | OtherString;
1051
973
  interface Verification {
1052
974
  document: Verification.Document;
1053
975
  }
@@ -1073,26 +995,6 @@ export declare namespace Account {
1073
995
  }
1074
996
  }
1075
997
  namespace Controller {
1076
- interface Application {
1077
- /**
1078
- * `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
1079
- */
1080
- loss_liable: boolean;
1081
- /**
1082
- * `true` if the Connect application is responsible for onboarding the account.
1083
- */
1084
- onboarding_owner: boolean;
1085
- /**
1086
- * `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
1087
- */
1088
- pricing_controls: boolean;
1089
- }
1090
- interface Dashboard {
1091
- /**
1092
- * Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
1093
- */
1094
- type: Dashboard.Type;
1095
- }
1096
998
  interface Fees {
1097
999
  /**
1098
1000
  * A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
@@ -1105,7 +1007,7 @@ export declare namespace Account {
1105
1007
  */
1106
1008
  payments: Losses.Payments;
1107
1009
  }
1108
- type RequirementCollection = 'application' | 'stripe';
1010
+ type RequirementCollection = 'application' | 'stripe' | OtherString;
1109
1011
  interface StripeDashboard {
1110
1012
  /**
1111
1013
  * A value indicating the Stripe dashboard this account has access to independent of the Connect application.
@@ -1113,17 +1015,14 @@ export declare namespace Account {
1113
1015
  type: StripeDashboard.Type;
1114
1016
  }
1115
1017
  type Type = 'account' | 'application';
1116
- namespace Dashboard {
1117
- type Type = 'express' | 'full' | 'none';
1118
- }
1119
1018
  namespace Fees {
1120
- type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | 'application_unified_accounts_beta';
1019
+ type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | OtherString;
1121
1020
  }
1122
1021
  namespace Losses {
1123
- type Payments = 'application' | 'stripe';
1022
+ type Payments = 'application' | 'stripe' | OtherString;
1124
1023
  }
1125
1024
  namespace StripeDashboard {
1126
- type Type = 'express' | 'full' | 'none';
1025
+ type Type = 'express' | 'full' | 'none' | OtherString;
1127
1026
  }
1128
1027
  }
1129
1028
  namespace FutureRequirements {
@@ -1153,7 +1052,7 @@ export declare namespace Account {
1153
1052
  requirement: string;
1154
1053
  }
1155
1054
  namespace Error {
1156
- type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1055
+ type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1157
1056
  }
1158
1057
  }
1159
1058
  namespace Requirements {
@@ -1183,23 +1082,8 @@ export declare namespace Account {
1183
1082
  requirement: string;
1184
1083
  }
1185
1084
  namespace Error {
1186
- type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1187
- }
1188
- }
1189
- namespace RiskControls {
1190
- interface Charges {
1191
- /**
1192
- * Whether a pause of the risk control has been requested.
1193
- */
1194
- pause_requested: boolean;
1085
+ type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1195
1086
  }
1196
- interface Payouts {
1197
- /**
1198
- * Whether a pause of the risk control has been requested.
1199
- */
1200
- pause_requested: boolean;
1201
- }
1202
- type RejectedReason = 'credit' | 'fraud' | 'fraud_no_intent_to_fulfill' | 'fraud_other' | 'fraud_payment_method_casher' | 'fraud_payment_method_tester' | 'other' | 'terms_of_service';
1203
1087
  }
1204
1088
  namespace Settings {
1205
1089
  interface BacsDebitPayments {
@@ -1212,16 +1096,6 @@ export declare namespace Account {
1212
1096
  */
1213
1097
  service_user_number: string | null;
1214
1098
  }
1215
- interface BankBcaOnboarding {
1216
- /**
1217
- * Bank BCA business account holder name.
1218
- */
1219
- account_holder_name?: string;
1220
- /**
1221
- * Bank BCA business account number.
1222
- */
1223
- business_account_number?: string;
1224
- }
1225
1099
  interface Branding {
1226
1100
  /**
1227
1101
  * (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.
@@ -1279,10 +1153,6 @@ export declare namespace Account {
1279
1153
  hosted_payment_method_save: Invoices.HostedPaymentMethodSave | null;
1280
1154
  }
1281
1155
  interface Payments {
1282
- /**
1283
- * When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is `false`.
1284
- */
1285
- email_customers_on_successful_payment?: boolean | null;
1286
1156
  /**
1287
1157
  * The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge.
1288
1158
  */
@@ -1315,32 +1185,12 @@ export declare namespace Account {
1315
1185
  */
1316
1186
  statement_descriptor: string | null;
1317
1187
  }
1318
- interface PaypayPayments {
1319
- /**
1320
- * Additional files that are required to support the onboarding process of your business.
1321
- */
1322
- additional_files?: Array<string>;
1323
- /**
1324
- * The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
1325
- */
1326
- goods_type?: PaypayPayments.GoodsType;
1327
- site?: PaypayPayments.Site;
1328
- }
1329
1188
  interface SepaDebitPayments {
1330
1189
  /**
1331
1190
  * SEPA creditor identifier that identifies the company making the payment.
1332
1191
  */
1333
1192
  creditor_id?: string;
1334
1193
  }
1335
- interface SmartDisputes {
1336
- auto_respond: SmartDisputes.AutoRespond;
1337
- }
1338
- interface TaxForms {
1339
- /**
1340
- * Whether the account opted out of receiving their tax forms by postal delivery.
1341
- */
1342
- consented_to_paperless_delivery: boolean;
1343
- }
1344
1194
  interface Treasury {
1345
1195
  tos_acceptance?: Treasury.TosAcceptance;
1346
1196
  }
@@ -1403,56 +1253,7 @@ export declare namespace Account {
1403
1253
  weekly_payout_days?: Array<Schedule.WeeklyPayoutDay>;
1404
1254
  }
1405
1255
  namespace Schedule {
1406
- type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
1407
- }
1408
- }
1409
- namespace PaypayPayments {
1410
- type GoodsType = 'digital_content' | 'other';
1411
- interface Site {
1412
- accessible?: Site.Accessible;
1413
- in_development?: Site.InDevelopment;
1414
- restricted?: Site.Restricted;
1415
- /**
1416
- * The status of your business's website.
1417
- */
1418
- type?: Site.Type;
1419
- }
1420
- namespace Site {
1421
- interface Accessible {
1422
- }
1423
- interface InDevelopment {
1424
- /**
1425
- * Field to indicate that the website password has been provided.
1426
- */
1427
- password_provided?: boolean;
1428
- /**
1429
- * The username needed to access your business's website.
1430
- */
1431
- username: string | null;
1432
- }
1433
- interface Restricted {
1434
- /**
1435
- * File explaining the payment flow for your business.
1436
- */
1437
- payment_flow_file: string | null;
1438
- }
1439
- type Type = 'accessible' | 'in_development' | 'restricted';
1440
- }
1441
- }
1442
- namespace SmartDisputes {
1443
- interface AutoRespond {
1444
- /**
1445
- * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
1446
- */
1447
- preference: AutoRespond.Preference;
1448
- /**
1449
- * The effective value for auto-respond. Can be 'on' or 'off'.
1450
- */
1451
- value: AutoRespond.Value;
1452
- }
1453
- namespace AutoRespond {
1454
- type Preference = 'inherit' | 'off' | 'on';
1455
- type Value = 'off' | 'on';
1256
+ type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday' | OtherString;
1456
1257
  }
1457
1258
  }
1458
1259
  namespace Treasury {
@@ -1543,10 +1344,6 @@ export interface AccountCreateParams {
1543
1344
  * Set of [key-value pairs](https://docs.stripe.com/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`.
1544
1345
  */
1545
1346
  metadata?: Emptyable<MetadataParam>;
1546
- /**
1547
- * 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).
1548
- */
1549
- risk_controls?: AccountCreateParams.RiskControls;
1550
1347
  /**
1551
1348
  * Options for customizing how the account functions within Stripe.
1552
1349
  */
@@ -1590,10 +1387,6 @@ export declare namespace AccountCreateParams {
1590
1387
  * Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
1591
1388
  */
1592
1389
  product_description?: string;
1593
- /**
1594
- * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Used by the Checkout product and for Japanese payment methods.
1595
- */
1596
- specified_commercial_transactions_act_url?: Emptyable<string>;
1597
1390
  /**
1598
1391
  * A publicly available mailing address for sending support issues to.
1599
1392
  */
@@ -1615,7 +1408,7 @@ export declare namespace AccountCreateParams {
1615
1408
  */
1616
1409
  url?: string;
1617
1410
  }
1618
- type BusinessType = 'company' | 'government_entity' | 'individual' | 'non_profit';
1411
+ type BusinessType = 'company' | 'government_entity' | 'individual' | 'non_profit' | OtherString;
1619
1412
  interface Capabilities {
1620
1413
  /**
1621
1414
  * The acss_debit_payments capability.
@@ -1645,10 +1438,6 @@ export declare namespace AccountCreateParams {
1645
1438
  * The au_becs_debit_payments capability.
1646
1439
  */
1647
1440
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
1648
- /**
1649
- * The automatic_indirect_tax capability.
1650
- */
1651
- automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
1652
1441
  /**
1653
1442
  * The bacs_debit_payments capability.
1654
1443
  */
@@ -1713,22 +1502,10 @@ export declare namespace AccountCreateParams {
1713
1502
  * The giropay_payments capability.
1714
1503
  */
1715
1504
  giropay_payments?: Capabilities.GiropayPayments;
1716
- /**
1717
- * The gopay_payments capability.
1718
- */
1719
- gopay_payments?: Capabilities.GopayPayments;
1720
1505
  /**
1721
1506
  * The grabpay_payments capability.
1722
1507
  */
1723
1508
  grabpay_payments?: Capabilities.GrabpayPayments;
1724
- /**
1725
- * The id_bank_transfer_payments capability.
1726
- */
1727
- id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
1728
- /**
1729
- * The id_bank_transfer_payments_bca capability.
1730
- */
1731
- id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
1732
1509
  /**
1733
1510
  * The ideal_payments capability.
1734
1511
  */
@@ -1813,14 +1590,6 @@ export declare namespace AccountCreateParams {
1813
1590
  * The paynow_payments capability.
1814
1591
  */
1815
1592
  paynow_payments?: Capabilities.PaynowPayments;
1816
- /**
1817
- * The paypal_payments capability.
1818
- */
1819
- paypal_payments?: Capabilities.PaypalPayments;
1820
- /**
1821
- * The paypay_payments capability.
1822
- */
1823
- paypay_payments?: Capabilities.PaypayPayments;
1824
1593
  /**
1825
1594
  * The payto_payments capability.
1826
1595
  */
@@ -1833,14 +1602,6 @@ export declare namespace AccountCreateParams {
1833
1602
  * The promptpay_payments capability.
1834
1603
  */
1835
1604
  promptpay_payments?: Capabilities.PromptpayPayments;
1836
- /**
1837
- * The qris_payments capability.
1838
- */
1839
- qris_payments?: Capabilities.QrisPayments;
1840
- /**
1841
- * The rechnung_payments capability.
1842
- */
1843
- rechnung_payments?: Capabilities.RechnungPayments;
1844
1605
  /**
1845
1606
  * The revolut_pay_payments capability.
1846
1607
  */
@@ -1865,18 +1626,10 @@ export declare namespace AccountCreateParams {
1865
1626
  * The sepa_debit_payments capability.
1866
1627
  */
1867
1628
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
1868
- /**
1869
- * The shopeepay_payments capability.
1870
- */
1871
- shopeepay_payments?: Capabilities.ShopeepayPayments;
1872
1629
  /**
1873
1630
  * The sofort_payments capability.
1874
1631
  */
1875
1632
  sofort_payments?: Capabilities.SofortPayments;
1876
- /**
1877
- * The stripe_balance_payments capability.
1878
- */
1879
- stripe_balance_payments?: Capabilities.StripeBalancePayments;
1880
1633
  /**
1881
1634
  * The sunbit_payments capability.
1882
1635
  */
@@ -1901,18 +1654,6 @@ export declare namespace AccountCreateParams {
1901
1654
  * The treasury capability.
1902
1655
  */
1903
1656
  treasury?: Capabilities.Treasury;
1904
- /**
1905
- * The treasury_evolve capability.
1906
- */
1907
- treasury_evolve?: Capabilities.TreasuryEvolve;
1908
- /**
1909
- * The treasury_fifth_third capability.
1910
- */
1911
- treasury_fifth_third?: Capabilities.TreasuryFifthThird;
1912
- /**
1913
- * The treasury_goldman_sachs capability.
1914
- */
1915
- treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
1916
1657
  /**
1917
1658
  * The twint_payments capability.
1918
1659
  */
@@ -1947,6 +1688,7 @@ export declare namespace AccountCreateParams {
1947
1688
  * The Kanji variation of the company's primary address (Japan only).
1948
1689
  */
1949
1690
  address_kanji?: JapanAddressParam;
1691
+ administrative_address?: AddressParam;
1950
1692
  /**
1951
1693
  * Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](https://docs.stripe.com/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.
1952
1694
  */
@@ -1995,6 +1737,7 @@ export declare namespace AccountCreateParams {
1995
1737
  * The company's phone number (used for verification).
1996
1738
  */
1997
1739
  phone?: string;
1740
+ principal_place_of_business?: AddressParam;
1998
1741
  /**
1999
1742
  * When the business was incorporated or registered.
2000
1743
  */
@@ -2013,6 +1756,8 @@ export declare namespace AccountCreateParams {
2013
1756
  structure?: Emptyable<Company.Structure>;
2014
1757
  /**
2015
1758
  * The business ID number of the company, as appropriate for the company's country. (Examples are an Employer ID Number in the U.S., a Business Number in Canada, or a Company Number in the UK.)
1759
+ *
1760
+ * Changing this value requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
2016
1761
  */
2017
1762
  tax_id?: string;
2018
1763
  /**
@@ -2029,14 +1774,6 @@ export declare namespace AccountCreateParams {
2029
1774
  verification?: Company.Verification;
2030
1775
  }
2031
1776
  interface Controller {
2032
- /**
2033
- * A hash of configuration describing the Connect application that controls the account.
2034
- */
2035
- application?: Controller.Application;
2036
- /**
2037
- * Properties of the account's dashboard.
2038
- */
2039
- dashboard?: Controller.Dashboard;
2040
1777
  /**
2041
1778
  * A hash of configuration for who pays Stripe fees for product usage on this account.
2042
1779
  */
@@ -2083,10 +1820,6 @@ export declare namespace AccountCreateParams {
2083
1820
  * One or more documents that demonstrate proof of address.
2084
1821
  */
2085
1822
  proof_of_address?: Documents.ProofOfAddress;
2086
- /**
2087
- * One or more documents showing the company's proof of registration with the national business registry.
2088
- */
2089
- proof_of_registration?: Documents.ProofOfRegistration;
2090
1823
  /**
2091
1824
  * One or more documents that demonstrate proof of ultimate beneficial ownership.
2092
1825
  */
@@ -2222,33 +1955,15 @@ export declare namespace AccountCreateParams {
2222
1955
  */
2223
1956
  verification?: Individual.Verification;
2224
1957
  }
2225
- interface RiskControls {
2226
- /**
2227
- * Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
2228
- */
2229
- charges?: RiskControls.Charges;
2230
- /**
2231
- * Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
2232
- */
2233
- payouts?: RiskControls.Payouts;
2234
- }
2235
1958
  interface Settings {
2236
1959
  /**
2237
1960
  * Settings specific to Bacs Direct Debit.
2238
1961
  */
2239
1962
  bacs_debit_payments?: Settings.BacsDebitPayments;
2240
- /**
2241
- * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
2242
- */
2243
- bank_bca_onboarding?: Settings.BankBcaOnboarding;
2244
1963
  /**
2245
1964
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
2246
1965
  */
2247
1966
  branding?: Settings.Branding;
2248
- /**
2249
- * Settings specific to the account's use of the Capital product.
2250
- */
2251
- capital?: Settings.Capital;
2252
1967
  /**
2253
1968
  * Settings specific to the account's use of the Card Issuing product.
2254
1969
  */
@@ -2269,18 +1984,6 @@ export declare namespace AccountCreateParams {
2269
1984
  * Settings specific to the account's payouts.
2270
1985
  */
2271
1986
  payouts?: Settings.Payouts;
2272
- /**
2273
- * Settings specific to the PayPay payments method.
2274
- */
2275
- paypay_payments?: Settings.PaypayPayments;
2276
- /**
2277
- * Settings specific to the account's use of Smart Disputes.
2278
- */
2279
- smart_disputes?: Settings.SmartDisputes;
2280
- /**
2281
- * Settings specific to the account's tax forms.
2282
- */
2283
- tax_forms?: Settings.TaxForms;
2284
1987
  /**
2285
1988
  * Settings specific to the account's Treasury FinancialAccounts.
2286
1989
  */
@@ -2320,7 +2023,7 @@ export declare namespace AccountCreateParams {
2320
2023
  */
2321
2024
  fiscal_year_end: string;
2322
2025
  }
2323
- type MinorityOwnedBusinessDesignation = 'lgbtqi_owned_business' | 'minority_owned_business' | 'none_of_these_apply' | 'prefer_not_to_answer' | 'women_owned_business';
2026
+ type MinorityOwnedBusinessDesignation = 'lgbtqi_owned_business' | 'minority_owned_business' | 'none_of_these_apply' | 'prefer_not_to_answer' | 'women_owned_business' | OtherString;
2324
2027
  interface MonthlyEstimatedRevenue {
2325
2028
  /**
2326
2029
  * A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
@@ -2375,12 +2078,6 @@ export declare namespace AccountCreateParams {
2375
2078
  */
2376
2079
  requested?: boolean;
2377
2080
  }
2378
- interface AutomaticIndirectTax {
2379
- /**
2380
- * 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.
2381
- */
2382
- requested?: boolean;
2383
- }
2384
2081
  interface BacsDebitPayments {
2385
2082
  /**
2386
2083
  * 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.
@@ -2477,30 +2174,12 @@ export declare namespace AccountCreateParams {
2477
2174
  */
2478
2175
  requested?: boolean;
2479
2176
  }
2480
- interface GopayPayments {
2481
- /**
2482
- * 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.
2483
- */
2484
- requested?: boolean;
2485
- }
2486
2177
  interface GrabpayPayments {
2487
2178
  /**
2488
2179
  * 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.
2489
2180
  */
2490
2181
  requested?: boolean;
2491
2182
  }
2492
- interface IdBankTransferPayments {
2493
- /**
2494
- * 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.
2495
- */
2496
- requested?: boolean;
2497
- }
2498
- interface IdBankTransferPaymentsBca {
2499
- /**
2500
- * 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.
2501
- */
2502
- requested?: boolean;
2503
- }
2504
2183
  interface IdealPayments {
2505
2184
  /**
2506
2185
  * 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.
@@ -2627,18 +2306,6 @@ export declare namespace AccountCreateParams {
2627
2306
  */
2628
2307
  requested?: boolean;
2629
2308
  }
2630
- interface PaypalPayments {
2631
- /**
2632
- * 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.
2633
- */
2634
- requested?: boolean;
2635
- }
2636
- interface PaypayPayments {
2637
- /**
2638
- * 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.
2639
- */
2640
- requested?: boolean;
2641
- }
2642
2309
  interface PaytoPayments {
2643
2310
  /**
2644
2311
  * 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.
@@ -2657,18 +2324,6 @@ export declare namespace AccountCreateParams {
2657
2324
  */
2658
2325
  requested?: boolean;
2659
2326
  }
2660
- interface QrisPayments {
2661
- /**
2662
- * 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.
2663
- */
2664
- requested?: boolean;
2665
- }
2666
- interface RechnungPayments {
2667
- /**
2668
- * 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.
2669
- */
2670
- requested?: boolean;
2671
- }
2672
2327
  interface RevolutPayPayments {
2673
2328
  /**
2674
2329
  * 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.
@@ -2705,24 +2360,12 @@ export declare namespace AccountCreateParams {
2705
2360
  */
2706
2361
  requested?: boolean;
2707
2362
  }
2708
- interface ShopeepayPayments {
2709
- /**
2710
- * 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.
2711
- */
2712
- requested?: boolean;
2713
- }
2714
2363
  interface SofortPayments {
2715
2364
  /**
2716
2365
  * 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.
2717
2366
  */
2718
2367
  requested?: boolean;
2719
2368
  }
2720
- interface StripeBalancePayments {
2721
- /**
2722
- * 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.
2723
- */
2724
- requested?: boolean;
2725
- }
2726
2369
  interface SunbitPayments {
2727
2370
  /**
2728
2371
  * 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.
@@ -2759,24 +2402,6 @@ export declare namespace AccountCreateParams {
2759
2402
  */
2760
2403
  requested?: boolean;
2761
2404
  }
2762
- interface TreasuryEvolve {
2763
- /**
2764
- * 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.
2765
- */
2766
- requested?: boolean;
2767
- }
2768
- interface TreasuryFifthThird {
2769
- /**
2770
- * 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.
2771
- */
2772
- requested?: boolean;
2773
- }
2774
- interface TreasuryGoldmanSachs {
2775
- /**
2776
- * 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.
2777
- */
2778
- requested?: boolean;
2779
- }
2780
2405
  interface TwintPayments {
2781
2406
  /**
2782
2407
  * 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.
@@ -2837,7 +2462,7 @@ export declare namespace AccountCreateParams {
2837
2462
  */
2838
2463
  user_agent?: string;
2839
2464
  }
2840
- type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
2465
+ type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution' | OtherString;
2841
2466
  interface RegistrationDate {
2842
2467
  /**
2843
2468
  * The day of registration, between 1 and 31.
@@ -2866,7 +2491,7 @@ export declare namespace AccountCreateParams {
2866
2491
  */
2867
2492
  user_agent?: string;
2868
2493
  }
2869
- type Structure = 'free_zone_establishment' | 'free_zone_llc' | 'government_instrumentality' | 'governmental_unit' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership';
2494
+ type Structure = 'free_zone_establishment' | 'free_zone_llc' | 'government_instrumentality' | 'governmental_unit' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership' | OtherString;
2870
2495
  interface Verification {
2871
2496
  /**
2872
2497
  * A document verifying the business.
@@ -2887,26 +2512,6 @@ export declare namespace AccountCreateParams {
2887
2512
  }
2888
2513
  }
2889
2514
  namespace Controller {
2890
- interface Application {
2891
- /**
2892
- * Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
2893
- */
2894
- loss_liable: boolean;
2895
- /**
2896
- * Whether the controller owns onboarding for this account.
2897
- */
2898
- onboarding_owner?: boolean;
2899
- /**
2900
- * Whether the controller has pricing controls for this account.
2901
- */
2902
- pricing_controls?: boolean;
2903
- }
2904
- interface Dashboard {
2905
- /**
2906
- * 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`.
2907
- */
2908
- type?: Dashboard.Type;
2909
- }
2910
2515
  interface Fees {
2911
2516
  /**
2912
2517
  * 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).
@@ -2919,24 +2524,21 @@ export declare namespace AccountCreateParams {
2919
2524
  */
2920
2525
  payments?: Losses.Payments;
2921
2526
  }
2922
- type RequirementCollection = 'application' | 'stripe';
2527
+ type RequirementCollection = 'application' | 'stripe' | OtherString;
2923
2528
  interface StripeDashboard {
2924
2529
  /**
2925
2530
  * 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`.
2926
2531
  */
2927
2532
  type?: StripeDashboard.Type;
2928
2533
  }
2929
- namespace Dashboard {
2930
- type Type = 'express' | 'full' | 'none';
2931
- }
2932
2534
  namespace Fees {
2933
- type Payer = 'account' | 'application';
2535
+ type Payer = 'account' | 'application' | OtherString;
2934
2536
  }
2935
2537
  namespace Losses {
2936
- type Payments = 'application' | 'stripe';
2538
+ type Payments = 'application' | 'stripe' | OtherString;
2937
2539
  }
2938
2540
  namespace StripeDashboard {
2939
- type Type = 'express' | 'full' | 'none';
2541
+ type Type = 'express' | 'full' | 'none' | OtherString;
2940
2542
  }
2941
2543
  }
2942
2544
  namespace Documents {
@@ -2982,16 +2584,6 @@ export declare namespace AccountCreateParams {
2982
2584
  */
2983
2585
  files?: Array<string>;
2984
2586
  }
2985
- interface ProofOfRegistration {
2986
- /**
2987
- * One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
2988
- */
2989
- files?: Array<string>;
2990
- /**
2991
- * Information regarding the person signing the document if applicable.
2992
- */
2993
- signer?: ProofOfRegistration.Signer;
2994
- }
2995
2587
  interface ProofOfUltimateBeneficialOwnership {
2996
2588
  /**
2997
2589
  * One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
@@ -3002,14 +2594,6 @@ export declare namespace AccountCreateParams {
3002
2594
  */
3003
2595
  signer?: ProofOfUltimateBeneficialOwnership.Signer;
3004
2596
  }
3005
- namespace ProofOfRegistration {
3006
- interface Signer {
3007
- /**
3008
- * The token of the person signing the document, if applicable.
3009
- */
3010
- person?: string;
3011
- }
3012
- }
3013
2597
  namespace ProofOfUltimateBeneficialOwnership {
3014
2598
  interface Signer {
3015
2599
  /**
@@ -3034,7 +2618,7 @@ export declare namespace AccountCreateParams {
3034
2618
  */
3035
2619
  year: number;
3036
2620
  }
3037
- type PoliticalExposure = 'existing' | 'none';
2621
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
3038
2622
  interface Relationship {
3039
2623
  /**
3040
2624
  * Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
@@ -3090,22 +2674,6 @@ export declare namespace AccountCreateParams {
3090
2674
  }
3091
2675
  }
3092
2676
  }
3093
- namespace RiskControls {
3094
- interface Charges {
3095
- /**
3096
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3097
- * There can be a delay before the risk control is paused or unpaused.
3098
- */
3099
- pause_requested?: boolean;
3100
- }
3101
- interface Payouts {
3102
- /**
3103
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3104
- * There can be a delay before the risk control is paused or unpaused.
3105
- */
3106
- pause_requested?: boolean;
3107
- }
3108
- }
3109
2677
  namespace Settings {
3110
2678
  interface BacsDebitPayments {
3111
2679
  /**
@@ -3113,16 +2681,6 @@ export declare namespace AccountCreateParams {
3113
2681
  */
3114
2682
  display_name?: string;
3115
2683
  }
3116
- interface BankBcaOnboarding {
3117
- /**
3118
- * Bank BCA business account holder name
3119
- */
3120
- account_holder_name?: string;
3121
- /**
3122
- * Bank BCA business account number
3123
- */
3124
- business_account_number?: string;
3125
- }
3126
2684
  interface Branding {
3127
2685
  /**
3128
2686
  * (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.
@@ -3141,20 +2699,6 @@ export declare namespace AccountCreateParams {
3141
2699
  */
3142
2700
  secondary_color?: string;
3143
2701
  }
3144
- interface Capital {
3145
- /**
3146
- * Per-currency mapping of user-selected destination accounts used to pay out loans.
3147
- */
3148
- payout_destination?: {
3149
- [key: string]: string;
3150
- };
3151
- /**
3152
- * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
3153
- */
3154
- payout_destination_selector?: {
3155
- [key: string]: Array<string>;
3156
- };
3157
- }
3158
2702
  interface CardIssuing {
3159
2703
  /**
3160
2704
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -3186,10 +2730,6 @@ export declare namespace AccountCreateParams {
3186
2730
  hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
3187
2731
  }
3188
2732
  interface Payments {
3189
- /**
3190
- * When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
3191
- */
3192
- email_customers_on_successful_payment?: boolean;
3193
2733
  /**
3194
2734
  * The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
3195
2735
  */
@@ -3217,32 +2757,6 @@ export declare namespace AccountCreateParams {
3217
2757
  */
3218
2758
  statement_descriptor?: string;
3219
2759
  }
3220
- interface PaypayPayments {
3221
- /**
3222
- * Additional files that are required to support the onboarding process of your business.
3223
- */
3224
- additional_files?: Array<string>;
3225
- /**
3226
- * The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
3227
- */
3228
- goods_type?: PaypayPayments.GoodsType;
3229
- /**
3230
- * Details regarding your business's website.
3231
- */
3232
- site?: PaypayPayments.Site;
3233
- }
3234
- interface SmartDisputes {
3235
- /**
3236
- * Smart Disputes auto-respond settings for the account.
3237
- */
3238
- auto_respond?: SmartDisputes.AutoRespond;
3239
- }
3240
- interface TaxForms {
3241
- /**
3242
- * Whether the account opted out of receiving their tax forms by postal delivery.
3243
- */
3244
- consented_to_paperless_delivery?: boolean;
3245
- }
3246
2760
  interface Treasury {
3247
2761
  /**
3248
2762
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -3278,7 +2792,7 @@ export declare namespace AccountCreateParams {
3278
2792
  }
3279
2793
  }
3280
2794
  namespace Invoices {
3281
- type HostedPaymentMethodSave = 'always' | 'never' | 'offer';
2795
+ type HostedPaymentMethodSave = 'always' | 'never' | 'offer' | OtherString;
3282
2796
  }
3283
2797
  namespace Payouts {
3284
2798
  interface Schedule {
@@ -3310,60 +2824,7 @@ export declare namespace AccountCreateParams {
3310
2824
  namespace Schedule {
3311
2825
  type Interval = 'daily' | 'manual' | 'monthly' | 'weekly';
3312
2826
  type WeeklyAnchor = 'friday' | 'monday' | 'saturday' | 'sunday' | 'thursday' | 'tuesday' | 'wednesday';
3313
- type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
3314
- }
3315
- }
3316
- namespace PaypayPayments {
3317
- type GoodsType = 'digital_content' | 'other';
3318
- interface Site {
3319
- /**
3320
- * Additional information about your business's website.
3321
- */
3322
- accessible?: Site.Accessible;
3323
- /**
3324
- * Additional information about your business's website.
3325
- */
3326
- in_development?: Site.InDevelopment;
3327
- /**
3328
- * Additional information about your business's website.
3329
- */
3330
- restricted?: Site.Restricted;
3331
- /**
3332
- * The status of your business's website.
3333
- */
3334
- type?: Site.Type;
3335
- }
3336
- namespace Site {
3337
- interface Accessible {
3338
- }
3339
- interface InDevelopment {
3340
- /**
3341
- * The password needed to access your business's website.
3342
- */
3343
- password: string;
3344
- /**
3345
- * The username needed to access your business's website.
3346
- */
3347
- username?: string;
3348
- }
3349
- interface Restricted {
3350
- /**
3351
- * The file explaining the payment flow for your business.
3352
- */
3353
- payment_flow_file?: string;
3354
- }
3355
- type Type = 'accessible' | 'in_development' | 'restricted';
3356
- }
3357
- }
3358
- namespace SmartDisputes {
3359
- interface AutoRespond {
3360
- /**
3361
- * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
3362
- */
3363
- preference?: AutoRespond.Preference;
3364
- }
3365
- namespace AutoRespond {
3366
- type Preference = 'inherit' | 'off' | 'on';
2827
+ type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday' | OtherString;
3367
2828
  }
3368
2829
  }
3369
2830
  namespace Treasury {
@@ -3452,10 +2913,6 @@ export interface AccountUpdateParams {
3452
2913
  * Set of [key-value pairs](https://docs.stripe.com/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`.
3453
2914
  */
3454
2915
  metadata?: Emptyable<MetadataParam>;
3455
- /**
3456
- * 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).
3457
- */
3458
- risk_controls?: AccountUpdateParams.RiskControls;
3459
2916
  /**
3460
2917
  * Options for customizing how the account functions within Stripe.
3461
2918
  */
@@ -3495,10 +2952,6 @@ export declare namespace AccountUpdateParams {
3495
2952
  * Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
3496
2953
  */
3497
2954
  product_description?: string;
3498
- /**
3499
- * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
3500
- */
3501
- specified_commercial_transactions_act_url?: Emptyable<string>;
3502
2955
  /**
3503
2956
  * A publicly available mailing address for sending support issues to.
3504
2957
  */
@@ -3520,7 +2973,7 @@ export declare namespace AccountUpdateParams {
3520
2973
  */
3521
2974
  url?: string;
3522
2975
  }
3523
- type BusinessType = 'company' | 'government_entity' | 'individual' | 'non_profit';
2976
+ type BusinessType = 'company' | 'government_entity' | 'individual' | 'non_profit' | OtherString;
3524
2977
  interface Capabilities {
3525
2978
  /**
3526
2979
  * The acss_debit_payments capability.
@@ -3550,10 +3003,6 @@ export declare namespace AccountUpdateParams {
3550
3003
  * The au_becs_debit_payments capability.
3551
3004
  */
3552
3005
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
3553
- /**
3554
- * The automatic_indirect_tax capability.
3555
- */
3556
- automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
3557
3006
  /**
3558
3007
  * The bacs_debit_payments capability.
3559
3008
  */
@@ -3618,22 +3067,10 @@ export declare namespace AccountUpdateParams {
3618
3067
  * The giropay_payments capability.
3619
3068
  */
3620
3069
  giropay_payments?: Capabilities.GiropayPayments;
3621
- /**
3622
- * The gopay_payments capability.
3623
- */
3624
- gopay_payments?: Capabilities.GopayPayments;
3625
3070
  /**
3626
3071
  * The grabpay_payments capability.
3627
3072
  */
3628
3073
  grabpay_payments?: Capabilities.GrabpayPayments;
3629
- /**
3630
- * The id_bank_transfer_payments capability.
3631
- */
3632
- id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
3633
- /**
3634
- * The id_bank_transfer_payments_bca capability.
3635
- */
3636
- id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
3637
3074
  /**
3638
3075
  * The ideal_payments capability.
3639
3076
  */
@@ -3718,14 +3155,6 @@ export declare namespace AccountUpdateParams {
3718
3155
  * The paynow_payments capability.
3719
3156
  */
3720
3157
  paynow_payments?: Capabilities.PaynowPayments;
3721
- /**
3722
- * The paypal_payments capability.
3723
- */
3724
- paypal_payments?: Capabilities.PaypalPayments;
3725
- /**
3726
- * The paypay_payments capability.
3727
- */
3728
- paypay_payments?: Capabilities.PaypayPayments;
3729
3158
  /**
3730
3159
  * The payto_payments capability.
3731
3160
  */
@@ -3738,14 +3167,6 @@ export declare namespace AccountUpdateParams {
3738
3167
  * The promptpay_payments capability.
3739
3168
  */
3740
3169
  promptpay_payments?: Capabilities.PromptpayPayments;
3741
- /**
3742
- * The qris_payments capability.
3743
- */
3744
- qris_payments?: Capabilities.QrisPayments;
3745
- /**
3746
- * The rechnung_payments capability.
3747
- */
3748
- rechnung_payments?: Capabilities.RechnungPayments;
3749
3170
  /**
3750
3171
  * The revolut_pay_payments capability.
3751
3172
  */
@@ -3770,18 +3191,10 @@ export declare namespace AccountUpdateParams {
3770
3191
  * The sepa_debit_payments capability.
3771
3192
  */
3772
3193
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
3773
- /**
3774
- * The shopeepay_payments capability.
3775
- */
3776
- shopeepay_payments?: Capabilities.ShopeepayPayments;
3777
3194
  /**
3778
3195
  * The sofort_payments capability.
3779
3196
  */
3780
3197
  sofort_payments?: Capabilities.SofortPayments;
3781
- /**
3782
- * The stripe_balance_payments capability.
3783
- */
3784
- stripe_balance_payments?: Capabilities.StripeBalancePayments;
3785
3198
  /**
3786
3199
  * The sunbit_payments capability.
3787
3200
  */
@@ -3806,18 +3219,6 @@ export declare namespace AccountUpdateParams {
3806
3219
  * The treasury capability.
3807
3220
  */
3808
3221
  treasury?: Capabilities.Treasury;
3809
- /**
3810
- * The treasury_evolve capability.
3811
- */
3812
- treasury_evolve?: Capabilities.TreasuryEvolve;
3813
- /**
3814
- * The treasury_fifth_third capability.
3815
- */
3816
- treasury_fifth_third?: Capabilities.TreasuryFifthThird;
3817
- /**
3818
- * The treasury_goldman_sachs capability.
3819
- */
3820
- treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
3821
3222
  /**
3822
3223
  * The twint_payments capability.
3823
3224
  */
@@ -3852,6 +3253,7 @@ export declare namespace AccountUpdateParams {
3852
3253
  * The Kanji variation of the company's primary address (Japan only).
3853
3254
  */
3854
3255
  address_kanji?: JapanAddressParam;
3256
+ administrative_address?: AddressParam;
3855
3257
  /**
3856
3258
  * Whether the company's directors have been provided. Set this Boolean to `true` after creating all the company's directors with [the Persons API](https://docs.stripe.com/api/persons) for accounts with a `relationship.director` requirement. This value is not automatically set to `true` after creating directors, so it needs to be updated to indicate all directors have been provided.
3857
3259
  */
@@ -3900,6 +3302,7 @@ export declare namespace AccountUpdateParams {
3900
3302
  * The company's phone number (used for verification).
3901
3303
  */
3902
3304
  phone?: string;
3305
+ principal_place_of_business?: AddressParam;
3903
3306
  registration_date?: Emptyable<Company.RegistrationDate>;
3904
3307
  /**
3905
3308
  * The identification number given to a company when it is registered or incorporated, if distinct from the identification number used for filing taxes. (Examples are the CIN for companies and LLP IN for partnerships in India, and the Company Registration Number in Hong Kong).
@@ -3915,6 +3318,8 @@ export declare namespace AccountUpdateParams {
3915
3318
  structure?: Emptyable<Company.Structure>;
3916
3319
  /**
3917
3320
  * The business ID number of the company, as appropriate for the company's country. (Examples are an Employer ID Number in the U.S., a Business Number in Canada, or a Company Number in the UK.)
3321
+ *
3322
+ * Changing this value requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
3918
3323
  */
3919
3324
  tax_id?: string;
3920
3325
  /**
@@ -4120,33 +3525,15 @@ export declare namespace AccountUpdateParams {
4120
3525
  */
4121
3526
  verification?: Individual.Verification;
4122
3527
  }
4123
- interface RiskControls {
4124
- /**
4125
- * Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
4126
- */
4127
- charges?: RiskControls.Charges;
4128
- /**
4129
- * Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
4130
- */
4131
- payouts?: RiskControls.Payouts;
4132
- }
4133
3528
  interface Settings {
4134
3529
  /**
4135
3530
  * Settings specific to Bacs Direct Debit payments.
4136
3531
  */
4137
3532
  bacs_debit_payments?: Settings.BacsDebitPayments;
4138
- /**
4139
- * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
4140
- */
4141
- bank_bca_onboarding?: Settings.BankBcaOnboarding;
4142
3533
  /**
4143
3534
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
4144
3535
  */
4145
3536
  branding?: Settings.Branding;
4146
- /**
4147
- * Settings specific to the account's use of the Capital product.
4148
- */
4149
- capital?: Settings.Capital;
4150
3537
  /**
4151
3538
  * Settings specific to the account's use of the Card Issuing product.
4152
3539
  */
@@ -4168,17 +3555,9 @@ export declare namespace AccountUpdateParams {
4168
3555
  */
4169
3556
  payouts?: Settings.Payouts;
4170
3557
  /**
4171
- * Settings specific to the PayPay payments method.
4172
- */
4173
- paypay_payments?: Settings.PaypayPayments;
4174
- /**
4175
- * Settings specific to the account's use of Smart Disputes.
3558
+ * Settings specific to SEPA Direct Debit payments.
4176
3559
  */
4177
- smart_disputes?: Settings.SmartDisputes;
4178
- /**
4179
- * Settings specific to the account's tax forms.
4180
- */
4181
- tax_forms?: Settings.TaxForms;
3560
+ sepa_debit_payments?: Settings.SepaDebitPayments;
4182
3561
  /**
4183
3562
  * Settings specific to the account's Treasury FinancialAccounts.
4184
3563
  */
@@ -4220,7 +3599,7 @@ export declare namespace AccountUpdateParams {
4220
3599
  */
4221
3600
  fiscal_year_end: string;
4222
3601
  }
4223
- type MinorityOwnedBusinessDesignation = 'lgbtqi_owned_business' | 'minority_owned_business' | 'none_of_these_apply' | 'prefer_not_to_answer' | 'women_owned_business';
3602
+ type MinorityOwnedBusinessDesignation = 'lgbtqi_owned_business' | 'minority_owned_business' | 'none_of_these_apply' | 'prefer_not_to_answer' | 'women_owned_business' | OtherString;
4224
3603
  interface MonthlyEstimatedRevenue {
4225
3604
  /**
4226
3605
  * A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).
@@ -4275,12 +3654,6 @@ export declare namespace AccountUpdateParams {
4275
3654
  */
4276
3655
  requested?: boolean;
4277
3656
  }
4278
- interface AutomaticIndirectTax {
4279
- /**
4280
- * 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.
4281
- */
4282
- requested?: boolean;
4283
- }
4284
3657
  interface BacsDebitPayments {
4285
3658
  /**
4286
3659
  * 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.
@@ -4377,30 +3750,12 @@ export declare namespace AccountUpdateParams {
4377
3750
  */
4378
3751
  requested?: boolean;
4379
3752
  }
4380
- interface GopayPayments {
4381
- /**
4382
- * 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.
4383
- */
4384
- requested?: boolean;
4385
- }
4386
3753
  interface GrabpayPayments {
4387
3754
  /**
4388
3755
  * 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.
4389
3756
  */
4390
3757
  requested?: boolean;
4391
3758
  }
4392
- interface IdBankTransferPayments {
4393
- /**
4394
- * 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.
4395
- */
4396
- requested?: boolean;
4397
- }
4398
- interface IdBankTransferPaymentsBca {
4399
- /**
4400
- * 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.
4401
- */
4402
- requested?: boolean;
4403
- }
4404
3759
  interface IdealPayments {
4405
3760
  /**
4406
3761
  * 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.
@@ -4527,18 +3882,6 @@ export declare namespace AccountUpdateParams {
4527
3882
  */
4528
3883
  requested?: boolean;
4529
3884
  }
4530
- interface PaypalPayments {
4531
- /**
4532
- * 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.
4533
- */
4534
- requested?: boolean;
4535
- }
4536
- interface PaypayPayments {
4537
- /**
4538
- * 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.
4539
- */
4540
- requested?: boolean;
4541
- }
4542
3885
  interface PaytoPayments {
4543
3886
  /**
4544
3887
  * 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.
@@ -4557,18 +3900,6 @@ export declare namespace AccountUpdateParams {
4557
3900
  */
4558
3901
  requested?: boolean;
4559
3902
  }
4560
- interface QrisPayments {
4561
- /**
4562
- * 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.
4563
- */
4564
- requested?: boolean;
4565
- }
4566
- interface RechnungPayments {
4567
- /**
4568
- * 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.
4569
- */
4570
- requested?: boolean;
4571
- }
4572
3903
  interface RevolutPayPayments {
4573
3904
  /**
4574
3905
  * 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.
@@ -4605,24 +3936,12 @@ export declare namespace AccountUpdateParams {
4605
3936
  */
4606
3937
  requested?: boolean;
4607
3938
  }
4608
- interface ShopeepayPayments {
4609
- /**
4610
- * 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.
4611
- */
4612
- requested?: boolean;
4613
- }
4614
3939
  interface SofortPayments {
4615
3940
  /**
4616
3941
  * 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.
4617
3942
  */
4618
3943
  requested?: boolean;
4619
3944
  }
4620
- interface StripeBalancePayments {
4621
- /**
4622
- * 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.
4623
- */
4624
- requested?: boolean;
4625
- }
4626
3945
  interface SunbitPayments {
4627
3946
  /**
4628
3947
  * 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.
@@ -4659,24 +3978,6 @@ export declare namespace AccountUpdateParams {
4659
3978
  */
4660
3979
  requested?: boolean;
4661
3980
  }
4662
- interface TreasuryEvolve {
4663
- /**
4664
- * 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.
4665
- */
4666
- requested?: boolean;
4667
- }
4668
- interface TreasuryFifthThird {
4669
- /**
4670
- * 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.
4671
- */
4672
- requested?: boolean;
4673
- }
4674
- interface TreasuryGoldmanSachs {
4675
- /**
4676
- * 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.
4677
- */
4678
- requested?: boolean;
4679
- }
4680
3981
  interface TwintPayments {
4681
3982
  /**
4682
3983
  * 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.
@@ -4737,7 +4038,7 @@ export declare namespace AccountUpdateParams {
4737
4038
  */
4738
4039
  user_agent?: string;
4739
4040
  }
4740
- type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
4041
+ type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution' | OtherString;
4741
4042
  interface RegistrationDate {
4742
4043
  /**
4743
4044
  * The day of registration, between 1 and 31.
@@ -4766,7 +4067,7 @@ export declare namespace AccountUpdateParams {
4766
4067
  */
4767
4068
  user_agent?: string;
4768
4069
  }
4769
- type Structure = 'free_zone_establishment' | 'free_zone_llc' | 'government_instrumentality' | 'governmental_unit' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership';
4070
+ type Structure = 'free_zone_establishment' | 'free_zone_llc' | 'government_instrumentality' | 'governmental_unit' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership' | OtherString;
4770
4071
  interface Verification {
4771
4072
  /**
4772
4073
  * A document verifying the business.
@@ -4881,7 +4182,7 @@ export declare namespace AccountUpdateParams {
4881
4182
  */
4882
4183
  year: number;
4883
4184
  }
4884
- type PoliticalExposure = 'existing' | 'none';
4185
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
4885
4186
  interface Relationship {
4886
4187
  /**
4887
4188
  * Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
@@ -4937,22 +4238,6 @@ export declare namespace AccountUpdateParams {
4937
4238
  }
4938
4239
  }
4939
4240
  }
4940
- namespace RiskControls {
4941
- interface Charges {
4942
- /**
4943
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
4944
- * There can be a delay before the risk control is paused or unpaused.
4945
- */
4946
- pause_requested?: boolean;
4947
- }
4948
- interface Payouts {
4949
- /**
4950
- * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
4951
- * There can be a delay before the risk control is paused or unpaused.
4952
- */
4953
- pause_requested?: boolean;
4954
- }
4955
- }
4956
4241
  namespace Settings {
4957
4242
  interface BacsDebitPayments {
4958
4243
  /**
@@ -4960,16 +4245,6 @@ export declare namespace AccountUpdateParams {
4960
4245
  */
4961
4246
  display_name?: string;
4962
4247
  }
4963
- interface BankBcaOnboarding {
4964
- /**
4965
- * Bank BCA business account holder name
4966
- */
4967
- account_holder_name?: string;
4968
- /**
4969
- * Bank BCA business account number
4970
- */
4971
- business_account_number?: string;
4972
- }
4973
4248
  interface Branding {
4974
4249
  /**
4975
4250
  * (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.
@@ -4988,20 +4263,6 @@ export declare namespace AccountUpdateParams {
4988
4263
  */
4989
4264
  secondary_color?: string;
4990
4265
  }
4991
- interface Capital {
4992
- /**
4993
- * Per-currency mapping of user-selected destination accounts used to pay out loans.
4994
- */
4995
- payout_destination?: {
4996
- [key: string]: string;
4997
- };
4998
- /**
4999
- * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
5000
- */
5001
- payout_destination_selector?: {
5002
- [key: string]: Array<string>;
5003
- };
5004
- }
5005
4266
  interface CardIssuing {
5006
4267
  /**
5007
4268
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -5037,10 +4298,6 @@ export declare namespace AccountUpdateParams {
5037
4298
  hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
5038
4299
  }
5039
4300
  interface Payments {
5040
- /**
5041
- * When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
5042
- */
5043
- email_customers_on_successful_payment?: boolean;
5044
4301
  /**
5045
4302
  * The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
5046
4303
  */
@@ -5068,31 +4325,11 @@ export declare namespace AccountUpdateParams {
5068
4325
  */
5069
4326
  statement_descriptor?: string;
5070
4327
  }
5071
- interface PaypayPayments {
5072
- /**
5073
- * Additional files that are required to support the onboarding process of your business.
5074
- */
5075
- additional_files?: Array<string>;
5076
- /**
5077
- * The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
5078
- */
5079
- goods_type?: PaypayPayments.GoodsType;
5080
- /**
5081
- * Details regarding your business's website.
5082
- */
5083
- site?: PaypayPayments.Site;
5084
- }
5085
- interface SmartDisputes {
5086
- /**
5087
- * Smart Disputes auto-respond settings for the account.
5088
- */
5089
- auto_respond?: SmartDisputes.AutoRespond;
5090
- }
5091
- interface TaxForms {
4328
+ interface SepaDebitPayments {
5092
4329
  /**
5093
- * Whether the account opted out of receiving their tax forms by postal delivery.
4330
+ * The business creditor id for european payments.
5094
4331
  */
5095
- consented_to_paperless_delivery?: boolean;
4332
+ creditor_id?: string;
5096
4333
  }
5097
4334
  interface Treasury {
5098
4335
  /**
@@ -5129,7 +4366,7 @@ export declare namespace AccountUpdateParams {
5129
4366
  }
5130
4367
  }
5131
4368
  namespace Invoices {
5132
- type HostedPaymentMethodSave = 'always' | 'never' | 'offer';
4369
+ type HostedPaymentMethodSave = 'always' | 'never' | 'offer' | OtherString;
5133
4370
  }
5134
4371
  namespace Payouts {
5135
4372
  interface Schedule {
@@ -5161,60 +4398,7 @@ export declare namespace AccountUpdateParams {
5161
4398
  namespace Schedule {
5162
4399
  type Interval = 'daily' | 'manual' | 'monthly' | 'weekly';
5163
4400
  type WeeklyAnchor = 'friday' | 'monday' | 'saturday' | 'sunday' | 'thursday' | 'tuesday' | 'wednesday';
5164
- type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
5165
- }
5166
- }
5167
- namespace PaypayPayments {
5168
- type GoodsType = 'digital_content' | 'other';
5169
- interface Site {
5170
- /**
5171
- * Additional information about your business's website.
5172
- */
5173
- accessible?: Site.Accessible;
5174
- /**
5175
- * Additional information about your business's website.
5176
- */
5177
- in_development?: Site.InDevelopment;
5178
- /**
5179
- * Additional information about your business's website.
5180
- */
5181
- restricted?: Site.Restricted;
5182
- /**
5183
- * The status of your business's website.
5184
- */
5185
- type?: Site.Type;
5186
- }
5187
- namespace Site {
5188
- interface Accessible {
5189
- }
5190
- interface InDevelopment {
5191
- /**
5192
- * The password needed to access your business's website.
5193
- */
5194
- password: string;
5195
- /**
5196
- * The username needed to access your business's website.
5197
- */
5198
- username?: string;
5199
- }
5200
- interface Restricted {
5201
- /**
5202
- * The file explaining the payment flow for your business.
5203
- */
5204
- payment_flow_file?: string;
5205
- }
5206
- type Type = 'accessible' | 'in_development' | 'restricted';
5207
- }
5208
- }
5209
- namespace SmartDisputes {
5210
- interface AutoRespond {
5211
- /**
5212
- * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
5213
- */
5214
- preference?: AutoRespond.Preference;
5215
- }
5216
- namespace AutoRespond {
5217
- type Preference = 'inherit' | 'off' | 'on';
4401
+ type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday' | OtherString;
5218
4402
  }
5219
4403
  }
5220
4404
  namespace Treasury {
@@ -5382,10 +4566,14 @@ export interface AccountCreatePersonParams {
5382
4566
  gender?: string;
5383
4567
  /**
5384
4568
  * The person's ID number, as appropriate for their country. For example, a social security number in the U.S., social insurance number in Canada, etc. Instead of the number itself, you can also provide a [PII token provided by Stripe.js](https://docs.stripe.com/js/tokens/create_token?type=pii).
4569
+ *
4570
+ * Changing this value for the account's representative requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
5385
4571
  */
5386
4572
  id_number?: string;
5387
4573
  /**
5388
4574
  * The person's secondary ID number, as appropriate for their country, will be used for enhanced verification checks. In Thailand, this would be the laser code found on the back of an ID card. Instead of the number itself, you can also provide a [PII token provided by Stripe.js](https://docs.stripe.com/js/tokens/create_token?type=pii).
4575
+ *
4576
+ * Changing this value for the account's representative requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
5389
4577
  */
5390
4578
  id_number_secondary?: string;
5391
4579
  /**
@@ -5434,6 +4622,8 @@ export interface AccountCreatePersonParams {
5434
4622
  relationship?: AccountCreatePersonParams.Relationship;
5435
4623
  /**
5436
4624
  * The last four digits of the person's Social Security number (U.S. only).
4625
+ *
4626
+ * Changing this value for the account's representative requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
5437
4627
  */
5438
4628
  ssn_last_4?: string;
5439
4629
  /**
@@ -5480,7 +4670,7 @@ export declare namespace AccountCreatePersonParams {
5480
4670
  */
5481
4671
  visa?: Documents.Visa;
5482
4672
  }
5483
- type PoliticalExposure = 'existing' | 'none';
4673
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
5484
4674
  interface Relationship {
5485
4675
  /**
5486
4676
  * Whether the person is the authorizer of the account's representative.
@@ -5597,10 +4787,10 @@ export declare namespace AccountCreatePersonParams {
5597
4787
  race_other?: string;
5598
4788
  }
5599
4789
  namespace EthnicityDetails {
5600
- type Ethnicity = 'cuban' | 'hispanic_or_latino' | 'mexican' | 'not_hispanic_or_latino' | 'other_hispanic_or_latino' | 'prefer_not_to_answer' | 'puerto_rican';
4790
+ type Ethnicity = 'cuban' | 'hispanic_or_latino' | 'mexican' | 'not_hispanic_or_latino' | 'other_hispanic_or_latino' | 'prefer_not_to_answer' | 'puerto_rican' | OtherString;
5601
4791
  }
5602
4792
  namespace RaceDetails {
5603
- type Race = 'african_american' | 'american_indian_or_alaska_native' | 'asian' | 'asian_indian' | 'black_or_african_american' | 'chinese' | 'ethiopian' | 'filipino' | 'guamanian_or_chamorro' | 'haitian' | 'jamaican' | 'japanese' | 'korean' | 'native_hawaiian' | 'native_hawaiian_or_other_pacific_islander' | 'nigerian' | 'other_asian' | 'other_black_or_african_american' | 'other_pacific_islander' | 'prefer_not_to_answer' | 'samoan' | 'somali' | 'vietnamese' | 'white';
4793
+ type Race = 'african_american' | 'american_indian_or_alaska_native' | 'asian' | 'asian_indian' | 'black_or_african_american' | 'chinese' | 'ethiopian' | 'filipino' | 'guamanian_or_chamorro' | 'haitian' | 'jamaican' | 'japanese' | 'korean' | 'native_hawaiian' | 'native_hawaiian_or_other_pacific_islander' | 'nigerian' | 'other_asian' | 'other_black_or_african_american' | 'other_pacific_islander' | 'prefer_not_to_answer' | 'samoan' | 'somali' | 'vietnamese' | 'white' | OtherString;
5604
4794
  }
5605
4795
  }
5606
4796
  namespace Verification {
@@ -5696,6 +4886,13 @@ export interface AccountRejectParams {
5696
4886
  * Specifies which fields in the response should be expanded.
5697
4887
  */
5698
4888
  expand?: Array<string>;
4889
+ /**
4890
+ * Whether to pause payouts on the account as part of the rejection. Defaults to `pause`. Use `none` to leave payouts enabled.
4891
+ */
4892
+ payouts_action?: AccountRejectParams.PayoutsAction;
4893
+ }
4894
+ export declare namespace AccountRejectParams {
4895
+ type PayoutsAction = 'none' | 'pause';
5699
4896
  }
5700
4897
  export interface AccountRetrieveCurrentParams {
5701
4898
  /**
@@ -5721,7 +4918,11 @@ export interface AccountRetrievePersonParams {
5721
4918
  */
5722
4919
  expand?: Array<string>;
5723
4920
  }
5724
- export interface AccountSerializeBatchUpdateParams {
4921
+ export interface AccountUnrejectParams {
4922
+ /**
4923
+ * Specifies which fields in the response should be expanded.
4924
+ */
4925
+ expand?: Array<string>;
5725
4926
  }
5726
4927
  export interface AccountUpdateCapabilityParams {
5727
4928
  /**
@@ -5874,10 +5075,14 @@ export interface AccountUpdatePersonParams {
5874
5075
  gender?: string;
5875
5076
  /**
5876
5077
  * The person's ID number, as appropriate for their country. For example, a social security number in the U.S., social insurance number in Canada, etc. Instead of the number itself, you can also provide a [PII token provided by Stripe.js](https://docs.stripe.com/js/tokens/create_token?type=pii).
5078
+ *
5079
+ * Changing this value for the account's representative requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
5877
5080
  */
5878
5081
  id_number?: string;
5879
5082
  /**
5880
5083
  * The person's secondary ID number, as appropriate for their country, will be used for enhanced verification checks. In Thailand, this would be the laser code found on the back of an ID card. Instead of the number itself, you can also provide a [PII token provided by Stripe.js](https://docs.stripe.com/js/tokens/create_token?type=pii).
5084
+ *
5085
+ * Changing this value for the account's representative requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
5881
5086
  */
5882
5087
  id_number_secondary?: string;
5883
5088
  /**
@@ -5926,6 +5131,8 @@ export interface AccountUpdatePersonParams {
5926
5131
  relationship?: AccountUpdatePersonParams.Relationship;
5927
5132
  /**
5928
5133
  * The last four digits of the person's Social Security number (U.S. only).
5134
+ *
5135
+ * Changing this value for the account's representative requires that the account re-accept the [terms of service](https://docs.stripe.com/api/accounts/object#account_object-tos_acceptance).
5929
5136
  */
5930
5137
  ssn_last_4?: string;
5931
5138
  /**
@@ -5972,7 +5179,7 @@ export declare namespace AccountUpdatePersonParams {
5972
5179
  */
5973
5180
  visa?: Documents.Visa;
5974
5181
  }
5975
- type PoliticalExposure = 'existing' | 'none';
5182
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
5976
5183
  interface Relationship {
5977
5184
  /**
5978
5185
  * Whether the person is the authorizer of the account's representative.
@@ -6089,10 +5296,10 @@ export declare namespace AccountUpdatePersonParams {
6089
5296
  race_other?: string;
6090
5297
  }
6091
5298
  namespace EthnicityDetails {
6092
- type Ethnicity = 'cuban' | 'hispanic_or_latino' | 'mexican' | 'not_hispanic_or_latino' | 'other_hispanic_or_latino' | 'prefer_not_to_answer' | 'puerto_rican';
5299
+ type Ethnicity = 'cuban' | 'hispanic_or_latino' | 'mexican' | 'not_hispanic_or_latino' | 'other_hispanic_or_latino' | 'prefer_not_to_answer' | 'puerto_rican' | OtherString;
6093
5300
  }
6094
5301
  namespace RaceDetails {
6095
- type Race = 'african_american' | 'american_indian_or_alaska_native' | 'asian' | 'asian_indian' | 'black_or_african_american' | 'chinese' | 'ethiopian' | 'filipino' | 'guamanian_or_chamorro' | 'haitian' | 'jamaican' | 'japanese' | 'korean' | 'native_hawaiian' | 'native_hawaiian_or_other_pacific_islander' | 'nigerian' | 'other_asian' | 'other_black_or_african_american' | 'other_pacific_islander' | 'prefer_not_to_answer' | 'samoan' | 'somali' | 'vietnamese' | 'white';
5302
+ type Race = 'african_american' | 'american_indian_or_alaska_native' | 'asian' | 'asian_indian' | 'black_or_african_american' | 'chinese' | 'ethiopian' | 'filipino' | 'guamanian_or_chamorro' | 'haitian' | 'jamaican' | 'japanese' | 'korean' | 'native_hawaiian' | 'native_hawaiian_or_other_pacific_islander' | 'nigerian' | 'other_asian' | 'other_black_or_african_american' | 'other_pacific_islander' | 'prefer_not_to_answer' | 'samoan' | 'somali' | 'vietnamese' | 'white' | OtherString;
6096
5303
  }
6097
5304
  }
6098
5305
  namespace Verification {