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
@@ -1,6 +1,6 @@
1
1
  import { StripeResource } from '../../../StripeResource.js';
2
2
  import { V2Amount } from './../V2Amounts.js';
3
- import { MetadataParam, AddressParam, Decimal, JapanAddressParam, Metadata } from '../../../shared.js';
3
+ import { MetadataParam, AddressParam, OtherString, Decimal, JapanAddressParam, Metadata } from '../../../shared.js';
4
4
  import { RequestOptions, V2ListPromise, Response } from '../../../lib.js';
5
5
  import { PersonResource } from './Accounts/Persons.js';
6
6
  import { PersonTokenResource } from './Accounts/PersonTokens.js';
@@ -103,7 +103,7 @@ export interface Account {
103
103
  requirements?: Account.Requirements;
104
104
  }
105
105
  export declare namespace Account {
106
- type AppliedConfiguration = 'customer' | 'merchant' | 'recipient' | 'money_manager';
106
+ type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
107
107
  interface Configuration {
108
108
  /**
109
109
  * The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).
@@ -113,10 +113,6 @@ export declare namespace Account {
113
113
  * Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
114
114
  */
115
115
  merchant?: Configuration.Merchant;
116
- /**
117
- * The Money Manager Configuration allows the Account to store and move funds using FinancialAccounts.
118
- */
119
- money_manager?: Configuration.MoneyManager;
120
116
  /**
121
117
  * The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
122
118
  */
@@ -140,10 +136,6 @@ export declare namespace Account {
140
136
  * Default responsibilities held by either Stripe or the platform.
141
137
  */
142
138
  responsibilities: Defaults.Responsibilities;
143
- /**
144
- * The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
145
- */
146
- timezone?: string;
147
139
  }
148
140
  interface FutureRequirements {
149
141
  /**
@@ -255,10 +247,6 @@ export declare namespace Account {
255
247
  * Settings for SEPA Direct Debit payments.
256
248
  */
257
249
  sepa_debit_payments?: Merchant.SepaDebitPayments;
258
- /**
259
- * Settings for Smart Disputes automatic response feature.
260
- */
261
- smart_disputes?: Merchant.SmartDisputes;
262
250
  /**
263
251
  * Statement descriptor.
264
252
  */
@@ -268,16 +256,6 @@ export declare namespace Account {
268
256
  */
269
257
  support?: Merchant.Support;
270
258
  }
271
- interface MoneyManager {
272
- /**
273
- * Indicates whether the money manager configuration is active. You cannot deactivate (or reactivate) the money manager configuration by updating this property.
274
- */
275
- applied: boolean;
276
- /**
277
- * Capabilities that have been requested on the Money Manager Configuration.
278
- */
279
- capabilities?: MoneyManager.Capabilities;
280
- }
281
259
  interface Recipient {
282
260
  /**
283
261
  * Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
@@ -287,10 +265,6 @@ export declare namespace Account {
287
265
  * Capabilities that have been requested on the Recipient Configuration.
288
266
  */
289
267
  capabilities?: Recipient.Capabilities;
290
- /**
291
- * The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard or APIs.
292
- */
293
- default_outbound_destination?: Recipient.DefaultOutboundDestination;
294
268
  }
295
269
  namespace Customer {
296
270
  interface AutomaticIndirectTax {
@@ -705,12 +679,6 @@ export declare namespace Account {
705
679
  */
706
680
  creditor_id?: string;
707
681
  }
708
- interface SmartDisputes {
709
- /**
710
- * Settings for Smart Disputes auto_respond.
711
- */
712
- auto_respond?: SmartDisputes.AutoRespond;
713
- }
714
682
  interface StatementDescriptor {
715
683
  /**
716
684
  * 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 Merchant Configuration settings documentation.
@@ -2053,22 +2021,6 @@ export declare namespace Account {
2053
2021
  prefix?: string;
2054
2022
  }
2055
2023
  }
2056
- namespace SmartDisputes {
2057
- interface AutoRespond {
2058
- /**
2059
- * The preference for automatic dispute responses.
2060
- */
2061
- preference?: AutoRespond.Preference;
2062
- /**
2063
- * The effective value for automatic dispute responses.
2064
- */
2065
- value?: AutoRespond.Value;
2066
- }
2067
- namespace AutoRespond {
2068
- type Preference = 'inherit' | 'off' | 'on';
2069
- type Value = 'off' | 'on';
2070
- }
2071
- }
2072
2024
  namespace Support {
2073
2025
  interface Address {
2074
2026
  /**
@@ -2089,775 +2041,36 @@ export declare namespace Account {
2089
2041
  line2?: string;
2090
2042
  /**
2091
2043
  * ZIP or postal code.
2092
- */
2093
- postal_code?: string;
2094
- /**
2095
- * State, county, province, or region.
2096
- */
2097
- state?: string;
2098
- /**
2099
- * Town or district.
2100
- */
2101
- town?: string;
2102
- }
2103
- }
2104
- }
2105
- namespace MoneyManager {
2106
- interface Capabilities {
2107
- /**
2108
- * Can send or receive business storage-type funds on Stripe.
2109
- */
2110
- business_storage?: Capabilities.BusinessStorage;
2111
- /**
2112
- * Hash containing capabilities related to InboundTransfers.
2113
- */
2114
- inbound_transfers?: Capabilities.InboundTransfers;
2115
- /**
2116
- * Hash containing capabilities related to [OutboundPayments](https://docs.stripe.com/api/treasury/outbound_payments?api-version=preview).
2117
- */
2118
- outbound_payments?: Capabilities.OutboundPayments;
2119
- /**
2120
- * Hash containing capabilities related to [OutboundTransfers](https://docs.stripe.com/api/treasury/outbound_transfers?api-version=preview).
2121
- */
2122
- outbound_transfers?: Capabilities.OutboundTransfers;
2123
- /**
2124
- * Hash containing capabilities related to ReceivedCredits.
2125
- */
2126
- received_credits?: Capabilities.ReceivedCredits;
2127
- /**
2128
- * Hash containing capabilities related to ReceivedDebits.
2129
- */
2130
- received_debits?: Capabilities.ReceivedDebits;
2131
- }
2132
- namespace Capabilities {
2133
- interface BusinessStorage {
2134
- /**
2135
- * Can receive business storage-type funds on Stripe.
2136
- */
2137
- inbound?: BusinessStorage.Inbound;
2138
- /**
2139
- * Can send business storage-type funds on Stripe.
2140
- */
2141
- outbound?: BusinessStorage.Outbound;
2142
- }
2143
- interface InboundTransfers {
2144
- /**
2145
- * Can pull funds into a FinancialAccount from an external bank account owned by the user.
2146
- */
2147
- bank_accounts?: InboundTransfers.BankAccounts;
2148
- }
2149
- interface OutboundPayments {
2150
- /**
2151
- * Can send funds from a FinancialAccount to a bank account owned by a different entity.
2152
- */
2153
- bank_accounts?: OutboundPayments.BankAccounts;
2154
- /**
2155
- * Can send funds from a FinancialAccount to a debit card owned by a different entity.
2156
- */
2157
- cards?: OutboundPayments.Cards;
2158
- /**
2159
- * Can send funds from a FinancialAccount to a FinancialAccount owned by a different entity.
2160
- */
2161
- financial_accounts?: OutboundPayments.FinancialAccounts;
2162
- }
2163
- interface OutboundTransfers {
2164
- /**
2165
- * Can send funds from a FinancialAccount to a bank account belonging to the same user.
2166
- */
2167
- bank_accounts?: OutboundTransfers.BankAccounts;
2168
- /**
2169
- * Can send funds from a FinancialAccount to another FinancialAccount belonging to the same user.
2170
- */
2171
- financial_accounts?: OutboundTransfers.FinancialAccounts;
2172
- }
2173
- interface ReceivedCredits {
2174
- /**
2175
- * Can receive credits to a bank-account like financial address to credit a FinancialAccount.
2176
- */
2177
- bank_accounts?: ReceivedCredits.BankAccounts;
2178
- }
2179
- interface ReceivedDebits {
2180
- /**
2181
- * Can receive debits to a FinancialAccount from a bank account.
2182
- */
2183
- bank_accounts?: ReceivedDebits.BankAccounts;
2184
- }
2185
- namespace BusinessStorage {
2186
- interface Inbound {
2187
- /**
2188
- * Can receive business storage-type funds on Stripe in AUD.
2189
- */
2190
- aud?: Inbound.Aud;
2191
- /**
2192
- * Can receive business storage-type funds on Stripe in CAD.
2193
- */
2194
- cad?: Inbound.Cad;
2195
- /**
2196
- * Can receive business storage-type funds on Stripe in EUR.
2197
- */
2198
- eur?: Inbound.Eur;
2199
- /**
2200
- * Can receive business storage-type funds on Stripe in GBP.
2201
- */
2202
- gbp?: Inbound.Gbp;
2203
- /**
2204
- * Can receive business storage-type funds on Stripe in USD.
2205
- */
2206
- usd?: Inbound.Usd;
2207
- }
2208
- interface Outbound {
2209
- /**
2210
- * Can send business storage-type funds on Stripe in AUD.
2211
- */
2212
- aud?: Outbound.Aud;
2213
- /**
2214
- * Can send business storage-type funds on Stripe in CAD.
2215
- */
2216
- cad?: Outbound.Cad;
2217
- /**
2218
- * Can send business storage-type funds on Stripe in EUR.
2219
- */
2220
- eur?: Outbound.Eur;
2221
- /**
2222
- * Can send business storage-type funds on Stripe in GBP.
2223
- */
2224
- gbp?: Outbound.Gbp;
2225
- /**
2226
- * Can send business storage-type funds on Stripe in USD.
2227
- */
2228
- usd?: Outbound.Usd;
2229
- }
2230
- namespace Inbound {
2231
- interface Aud {
2232
- /**
2233
- * The status of the Capability.
2234
- */
2235
- status: Aud.Status;
2236
- /**
2237
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2238
- */
2239
- status_details: Array<Aud.StatusDetail>;
2240
- }
2241
- interface Cad {
2242
- /**
2243
- * The status of the Capability.
2244
- */
2245
- status: Cad.Status;
2246
- /**
2247
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2248
- */
2249
- status_details: Array<Cad.StatusDetail>;
2250
- }
2251
- interface Eur {
2252
- /**
2253
- * The status of the Capability.
2254
- */
2255
- status: Eur.Status;
2256
- /**
2257
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2258
- */
2259
- status_details: Array<Eur.StatusDetail>;
2260
- }
2261
- interface Gbp {
2262
- /**
2263
- * The status of the Capability.
2264
- */
2265
- status: Gbp.Status;
2266
- /**
2267
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2268
- */
2269
- status_details: Array<Gbp.StatusDetail>;
2270
- }
2271
- interface Usd {
2272
- /**
2273
- * The status of the Capability.
2274
- */
2275
- status: Usd.Status;
2276
- /**
2277
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2278
- */
2279
- status_details: Array<Usd.StatusDetail>;
2280
- }
2281
- namespace Aud {
2282
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2283
- interface StatusDetail {
2284
- /**
2285
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2286
- */
2287
- code: StatusDetail.Code;
2288
- /**
2289
- * Machine-readable code explaining how to make the Capability active.
2290
- */
2291
- resolution: StatusDetail.Resolution;
2292
- }
2293
- namespace StatusDetail {
2294
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2295
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2296
- }
2297
- }
2298
- namespace Cad {
2299
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2300
- interface StatusDetail {
2301
- /**
2302
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2303
- */
2304
- code: StatusDetail.Code;
2305
- /**
2306
- * Machine-readable code explaining how to make the Capability active.
2307
- */
2308
- resolution: StatusDetail.Resolution;
2309
- }
2310
- namespace StatusDetail {
2311
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2312
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2313
- }
2314
- }
2315
- namespace Eur {
2316
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2317
- interface StatusDetail {
2318
- /**
2319
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2320
- */
2321
- code: StatusDetail.Code;
2322
- /**
2323
- * Machine-readable code explaining how to make the Capability active.
2324
- */
2325
- resolution: StatusDetail.Resolution;
2326
- }
2327
- namespace StatusDetail {
2328
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2329
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2330
- }
2331
- }
2332
- namespace Gbp {
2333
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2334
- interface StatusDetail {
2335
- /**
2336
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2337
- */
2338
- code: StatusDetail.Code;
2339
- /**
2340
- * Machine-readable code explaining how to make the Capability active.
2341
- */
2342
- resolution: StatusDetail.Resolution;
2343
- }
2344
- namespace StatusDetail {
2345
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2346
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2347
- }
2348
- }
2349
- namespace Usd {
2350
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2351
- interface StatusDetail {
2352
- /**
2353
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2354
- */
2355
- code: StatusDetail.Code;
2356
- /**
2357
- * Machine-readable code explaining how to make the Capability active.
2358
- */
2359
- resolution: StatusDetail.Resolution;
2360
- }
2361
- namespace StatusDetail {
2362
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2363
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2364
- }
2365
- }
2366
- }
2367
- namespace Outbound {
2368
- interface Aud {
2369
- /**
2370
- * The status of the Capability.
2371
- */
2372
- status: Aud.Status;
2373
- /**
2374
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2375
- */
2376
- status_details: Array<Aud.StatusDetail>;
2377
- }
2378
- interface Cad {
2379
- /**
2380
- * The status of the Capability.
2381
- */
2382
- status: Cad.Status;
2383
- /**
2384
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2385
- */
2386
- status_details: Array<Cad.StatusDetail>;
2387
- }
2388
- interface Eur {
2389
- /**
2390
- * The status of the Capability.
2391
- */
2392
- status: Eur.Status;
2393
- /**
2394
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2395
- */
2396
- status_details: Array<Eur.StatusDetail>;
2397
- }
2398
- interface Gbp {
2399
- /**
2400
- * The status of the Capability.
2401
- */
2402
- status: Gbp.Status;
2403
- /**
2404
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2405
- */
2406
- status_details: Array<Gbp.StatusDetail>;
2407
- }
2408
- interface Usd {
2409
- /**
2410
- * The status of the Capability.
2411
- */
2412
- status: Usd.Status;
2413
- /**
2414
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2415
- */
2416
- status_details: Array<Usd.StatusDetail>;
2417
- }
2418
- namespace Aud {
2419
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2420
- interface StatusDetail {
2421
- /**
2422
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2423
- */
2424
- code: StatusDetail.Code;
2425
- /**
2426
- * Machine-readable code explaining how to make the Capability active.
2427
- */
2428
- resolution: StatusDetail.Resolution;
2429
- }
2430
- namespace StatusDetail {
2431
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2432
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2433
- }
2434
- }
2435
- namespace Cad {
2436
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2437
- interface StatusDetail {
2438
- /**
2439
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2440
- */
2441
- code: StatusDetail.Code;
2442
- /**
2443
- * Machine-readable code explaining how to make the Capability active.
2444
- */
2445
- resolution: StatusDetail.Resolution;
2446
- }
2447
- namespace StatusDetail {
2448
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2449
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2450
- }
2451
- }
2452
- namespace Eur {
2453
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2454
- interface StatusDetail {
2455
- /**
2456
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2457
- */
2458
- code: StatusDetail.Code;
2459
- /**
2460
- * Machine-readable code explaining how to make the Capability active.
2461
- */
2462
- resolution: StatusDetail.Resolution;
2463
- }
2464
- namespace StatusDetail {
2465
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2466
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2467
- }
2468
- }
2469
- namespace Gbp {
2470
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2471
- interface StatusDetail {
2472
- /**
2473
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2474
- */
2475
- code: StatusDetail.Code;
2476
- /**
2477
- * Machine-readable code explaining how to make the Capability active.
2478
- */
2479
- resolution: StatusDetail.Resolution;
2480
- }
2481
- namespace StatusDetail {
2482
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2483
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2484
- }
2485
- }
2486
- namespace Usd {
2487
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2488
- interface StatusDetail {
2489
- /**
2490
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2491
- */
2492
- code: StatusDetail.Code;
2493
- /**
2494
- * Machine-readable code explaining how to make the Capability active.
2495
- */
2496
- resolution: StatusDetail.Resolution;
2497
- }
2498
- namespace StatusDetail {
2499
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2500
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2501
- }
2502
- }
2503
- }
2504
- }
2505
- namespace InboundTransfers {
2506
- interface BankAccounts {
2507
- /**
2508
- * The status of the Capability.
2509
- */
2510
- status: BankAccounts.Status;
2511
- /**
2512
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2513
- */
2514
- status_details: Array<BankAccounts.StatusDetail>;
2515
- }
2516
- namespace BankAccounts {
2517
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2518
- interface StatusDetail {
2519
- /**
2520
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2521
- */
2522
- code: StatusDetail.Code;
2523
- /**
2524
- * Machine-readable code explaining how to make the Capability active.
2525
- */
2526
- resolution: StatusDetail.Resolution;
2527
- }
2528
- namespace StatusDetail {
2529
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2530
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2531
- }
2532
- }
2533
- }
2534
- namespace OutboundPayments {
2535
- interface BankAccounts {
2536
- /**
2537
- * The status of the Capability.
2538
- */
2539
- status: BankAccounts.Status;
2540
- /**
2541
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2542
- */
2543
- status_details: Array<BankAccounts.StatusDetail>;
2544
- }
2545
- interface Cards {
2546
- /**
2547
- * The status of the Capability.
2548
- */
2549
- status: Cards.Status;
2550
- /**
2551
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2552
- */
2553
- status_details: Array<Cards.StatusDetail>;
2554
- }
2555
- interface FinancialAccounts {
2556
- /**
2557
- * The status of the Capability.
2558
- */
2559
- status: FinancialAccounts.Status;
2560
- /**
2561
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2562
- */
2563
- status_details: Array<FinancialAccounts.StatusDetail>;
2564
- }
2565
- namespace BankAccounts {
2566
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2567
- interface StatusDetail {
2568
- /**
2569
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2570
- */
2571
- code: StatusDetail.Code;
2572
- /**
2573
- * Machine-readable code explaining how to make the Capability active.
2574
- */
2575
- resolution: StatusDetail.Resolution;
2576
- }
2577
- namespace StatusDetail {
2578
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2579
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2580
- }
2581
- }
2582
- namespace Cards {
2583
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2584
- interface StatusDetail {
2585
- /**
2586
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2587
- */
2588
- code: StatusDetail.Code;
2589
- /**
2590
- * Machine-readable code explaining how to make the Capability active.
2591
- */
2592
- resolution: StatusDetail.Resolution;
2593
- }
2594
- namespace StatusDetail {
2595
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2596
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2597
- }
2598
- }
2599
- namespace FinancialAccounts {
2600
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2601
- interface StatusDetail {
2602
- /**
2603
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2604
- */
2605
- code: StatusDetail.Code;
2606
- /**
2607
- * Machine-readable code explaining how to make the Capability active.
2608
- */
2609
- resolution: StatusDetail.Resolution;
2610
- }
2611
- namespace StatusDetail {
2612
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2613
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2614
- }
2615
- }
2616
- }
2617
- namespace OutboundTransfers {
2618
- interface BankAccounts {
2619
- /**
2620
- * The status of the Capability.
2621
- */
2622
- status: BankAccounts.Status;
2623
- /**
2624
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2625
- */
2626
- status_details: Array<BankAccounts.StatusDetail>;
2627
- }
2628
- interface FinancialAccounts {
2629
- /**
2630
- * The status of the Capability.
2631
- */
2632
- status: FinancialAccounts.Status;
2633
- /**
2634
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2635
- */
2636
- status_details: Array<FinancialAccounts.StatusDetail>;
2637
- }
2638
- namespace BankAccounts {
2639
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2640
- interface StatusDetail {
2641
- /**
2642
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2643
- */
2644
- code: StatusDetail.Code;
2645
- /**
2646
- * Machine-readable code explaining how to make the Capability active.
2647
- */
2648
- resolution: StatusDetail.Resolution;
2649
- }
2650
- namespace StatusDetail {
2651
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2652
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2653
- }
2654
- }
2655
- namespace FinancialAccounts {
2656
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2657
- interface StatusDetail {
2658
- /**
2659
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2660
- */
2661
- code: StatusDetail.Code;
2662
- /**
2663
- * Machine-readable code explaining how to make the Capability active.
2664
- */
2665
- resolution: StatusDetail.Resolution;
2666
- }
2667
- namespace StatusDetail {
2668
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2669
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2670
- }
2671
- }
2672
- }
2673
- namespace ReceivedCredits {
2674
- interface BankAccounts {
2675
- /**
2676
- * The status of the Capability.
2677
- */
2678
- status: BankAccounts.Status;
2679
- /**
2680
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2681
- */
2682
- status_details: Array<BankAccounts.StatusDetail>;
2683
- }
2684
- namespace BankAccounts {
2685
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2686
- interface StatusDetail {
2687
- /**
2688
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2689
- */
2690
- code: StatusDetail.Code;
2691
- /**
2692
- * Machine-readable code explaining how to make the Capability active.
2693
- */
2694
- resolution: StatusDetail.Resolution;
2695
- }
2696
- namespace StatusDetail {
2697
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2698
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2699
- }
2700
- }
2701
- }
2702
- namespace ReceivedDebits {
2703
- interface BankAccounts {
2704
- /**
2705
- * The status of the Capability.
2706
- */
2707
- status: BankAccounts.Status;
2708
- /**
2709
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2710
- */
2711
- status_details: Array<BankAccounts.StatusDetail>;
2712
- }
2713
- namespace BankAccounts {
2714
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2715
- interface StatusDetail {
2716
- /**
2717
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2718
- */
2719
- code: StatusDetail.Code;
2720
- /**
2721
- * Machine-readable code explaining how to make the Capability active.
2722
- */
2723
- resolution: StatusDetail.Resolution;
2724
- }
2725
- namespace StatusDetail {
2726
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2727
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2728
- }
2729
- }
2730
- }
2731
- }
2732
- }
2733
- namespace Recipient {
2734
- interface Capabilities {
2735
- /**
2736
- * Capabilities that enable OutboundPayments to a bank account linked to this Account.
2737
- */
2738
- bank_accounts?: Capabilities.BankAccounts;
2739
- /**
2740
- * Enables this Account to receive OutboundPayments to a linked debit card.
2741
- */
2742
- cards?: Capabilities.Cards;
2743
- /**
2744
- * Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
2745
- */
2746
- stripe_balance?: Capabilities.StripeBalance;
2747
- }
2748
- interface DefaultOutboundDestination {
2749
- /**
2750
- * The payout method ID of the default outbound destination.
2751
- */
2752
- id: string;
2753
- /**
2754
- * Closed Enum. The payout method type of the default outbound destination.
2755
- */
2756
- type: DefaultOutboundDestination.Type;
2757
- }
2758
- namespace Capabilities {
2759
- interface BankAccounts {
2760
- /**
2761
- * Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
2762
- */
2763
- local?: BankAccounts.Local;
2764
- /**
2765
- * Enables this Account to receive OutboundPayments to linked bank accounts over wire.
2766
- */
2767
- wire?: BankAccounts.Wire;
2768
- }
2769
- interface Cards {
2770
- /**
2771
- * The status of the Capability.
2772
- */
2773
- status: Cards.Status;
2774
- /**
2775
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2776
- */
2777
- status_details: Array<Cards.StatusDetail>;
2778
- }
2779
- interface StripeBalance {
2780
- /**
2781
- * Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
2782
- */
2783
- payouts?: StripeBalance.Payouts;
2784
- /**
2785
- * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
2786
- */
2787
- stripe_transfers?: StripeBalance.StripeTransfers;
2788
- }
2789
- namespace BankAccounts {
2790
- interface Local {
2791
- /**
2792
- * The status of the Capability.
2793
- */
2794
- status: Local.Status;
2795
- /**
2796
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2797
- */
2798
- status_details: Array<Local.StatusDetail>;
2799
- }
2800
- interface Wire {
2801
- /**
2802
- * The status of the Capability.
2803
- */
2804
- status: Wire.Status;
2805
- /**
2806
- * Additional details about the capability's status. This value is empty when `status` is `active`.
2807
- */
2808
- status_details: Array<Wire.StatusDetail>;
2809
- }
2810
- namespace Local {
2811
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2812
- interface StatusDetail {
2813
- /**
2814
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2815
- */
2816
- code: StatusDetail.Code;
2817
- /**
2818
- * Machine-readable code explaining how to make the Capability active.
2819
- */
2820
- resolution: StatusDetail.Resolution;
2821
- }
2822
- namespace StatusDetail {
2823
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2824
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2825
- }
2826
- }
2827
- namespace Wire {
2828
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2829
- interface StatusDetail {
2830
- /**
2831
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2832
- */
2833
- code: StatusDetail.Code;
2834
- /**
2835
- * Machine-readable code explaining how to make the Capability active.
2836
- */
2837
- resolution: StatusDetail.Resolution;
2838
- }
2839
- namespace StatusDetail {
2840
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2841
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2842
- }
2843
- }
2044
+ */
2045
+ postal_code?: string;
2046
+ /**
2047
+ * State, county, province, or region.
2048
+ */
2049
+ state?: string;
2050
+ /**
2051
+ * Town or district.
2052
+ */
2053
+ town?: string;
2844
2054
  }
2845
- namespace Cards {
2846
- type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
2847
- interface StatusDetail {
2848
- /**
2849
- * Machine-readable code explaining the reason for the Capability to be in its current status.
2850
- */
2851
- code: StatusDetail.Code;
2852
- /**
2853
- * Machine-readable code explaining how to make the Capability active.
2854
- */
2855
- resolution: StatusDetail.Resolution;
2856
- }
2857
- namespace StatusDetail {
2858
- type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
2859
- type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
2860
- }
2055
+ }
2056
+ }
2057
+ namespace Recipient {
2058
+ interface Capabilities {
2059
+ /**
2060
+ * Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
2061
+ */
2062
+ stripe_balance?: Capabilities.StripeBalance;
2063
+ }
2064
+ namespace Capabilities {
2065
+ interface StripeBalance {
2066
+ /**
2067
+ * Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
2068
+ */
2069
+ payouts?: StripeBalance.Payouts;
2070
+ /**
2071
+ * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
2072
+ */
2073
+ stripe_transfers?: StripeBalance.StripeTransfers;
2861
2074
  }
2862
2075
  namespace StripeBalance {
2863
2076
  interface Payouts {
@@ -2916,13 +2129,10 @@ export declare namespace Account {
2916
2129
  }
2917
2130
  }
2918
2131
  }
2919
- namespace DefaultOutboundDestination {
2920
- type Type = 'ae_bank_account' | 'ag_bank_account' | 'al_bank_account' | 'am_bank_account' | 'ao_bank_account' | 'ar_bank_account' | 'at_bank_account' | 'au_bank_account' | 'az_bank_account' | 'ba_bank_account' | 'bd_bank_account' | 'be_bank_account' | 'bg_bank_account' | 'bh_bank_account' | 'bj_bank_account' | 'bn_bank_account' | 'bo_bank_account' | 'br_bank_account' | 'bs_bank_account' | 'bt_bank_account' | 'bw_bank_account' | 'card' | 'ca_bank_account' | 'ch_bank_account' | 'ci_bank_account' | 'cl_bank_account' | 'cn_bank_account' | 'co_bank_account' | 'crypto_wallet' | 'cr_bank_account' | 'cy_bank_account' | 'cz_bank_account' | 'de_bank_account' | 'dk_bank_account' | 'do_bank_account' | 'dz_bank_account' | 'ec_bank_account' | 'ee_bank_account' | 'eg_bank_account' | 'es_bank_account' | 'et_bank_account' | 'fi_bank_account' | 'fr_bank_account' | 'ga_bank_account' | 'gb_bank_account' | 'gh_bank_account' | 'gi_bank_account' | 'gm_bank_account' | 'gr_bank_account' | 'gt_bank_account' | 'gy_bank_account' | 'hk_bank_account' | 'hn_bank_account' | 'hr_bank_account' | 'hu_bank_account' | 'id_bank_account' | 'ie_bank_account' | 'il_bank_account' | 'in_bank_account' | 'is_bank_account' | 'it_bank_account' | 'jm_bank_account' | 'jo_bank_account' | 'jp_bank_account' | 'ke_bank_account' | 'kh_bank_account' | 'kr_bank_account' | 'kw_bank_account' | 'kz_bank_account' | 'la_bank_account' | 'lc_bank_account' | 'li_bank_account' | 'lk_bank_account' | 'lt_bank_account' | 'lu_bank_account' | 'lv_bank_account' | 'ma_bank_account' | 'mc_bank_account' | 'md_bank_account' | 'mg_bank_account' | 'mk_bank_account' | 'mn_bank_account' | 'mo_bank_account' | 'mt_bank_account' | 'mu_bank_account' | 'mx_bank_account' | 'my_bank_account' | 'mz_bank_account' | 'na_bank_account' | 'ne_bank_account' | 'ng_bank_account' | 'ni_bank_account' | 'nl_bank_account' | 'no_bank_account' | 'nz_bank_account' | 'om_bank_account' | 'pa_bank_account' | 'pe_bank_account' | 'ph_bank_account' | 'pk_bank_account' | 'pl_bank_account' | 'pt_bank_account' | 'py_bank_account' | 'qa_bank_account' | 'ro_bank_account' | 'rs_bank_account' | 'rw_bank_account' | 'sa_bank_account' | 'se_bank_account' | 'sg_bank_account' | 'si_bank_account' | 'sk_bank_account' | 'sm_bank_account' | 'sn_bank_account' | 'sv_bank_account' | 'th_bank_account' | 'tn_bank_account' | 'tr_bank_account' | 'tt_bank_account' | 'tw_bank_account' | 'tz_bank_account' | 'us_bank_account' | 'uy_bank_account' | 'uz_bank_account' | 'vn_bank_account' | 'za_bank_account';
2921
- }
2922
2132
  }
2923
2133
  }
2924
2134
  namespace Defaults {
2925
- type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW';
2135
+ type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW' | OtherString;
2926
2136
  interface Profile {
2927
2137
  /**
2928
2138
  * The business's publicly-available website.
@@ -3040,7 +2250,7 @@ export declare namespace Account {
3040
2250
  code: RequestedReason.Code;
3041
2251
  }
3042
2252
  namespace Error {
3043
- type Code = '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_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_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_url_web_presence_detected' | 'invalid_value_other' | 'unresolvable_ip_address' | 'unresolvable_postal_code' | '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_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_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_selfie_document_missing_photo' | 'verification_selfie_face_mismatch' | 'verification_selfie_manipulated' | 'verification_selfie_unverified_other' | 'verification_supportability' | 'verification_token_stale';
2253
+ type Code = '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_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_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_url_web_presence_detected' | 'invalid_value_other' | 'unresolvable_ip_address' | 'unresolvable_postal_code' | '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_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_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_selfie_document_missing_photo' | 'verification_selfie_face_mismatch' | 'verification_selfie_manipulated' | 'verification_selfie_unverified_other' | 'verification_supportability' | 'verification_token_stale' | OtherString;
3044
2254
  }
3045
2255
  namespace Impact {
3046
2256
  interface RestrictsCapability {
@@ -3058,8 +2268,8 @@ export declare namespace Account {
3058
2268
  deadline: RestrictsCapability.Deadline;
3059
2269
  }
3060
2270
  namespace RestrictsCapability {
3061
- type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'business_storage.inbound.eur' | 'business_storage.inbound.gbp' | 'business_storage.inbound.usd' | 'business_storage.outbound.eur' | 'business_storage.outbound.gbp' | 'business_storage.outbound.usd' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'financial_addresses.bank_accounts' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'holds_currencies.eur' | 'holds_currencies.gbp' | 'holds_currencies.usd' | 'ideal_payments' | 'inbound_transfers.financial_accounts' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'outbound_payments.bank_accounts' | 'outbound_payments.cards' | 'outbound_payments.financial_accounts' | 'outbound_transfers.bank_accounts' | 'outbound_transfers.financial_accounts' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'received_credits.bank_accounts' | 'received_debits.bank_accounts' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments';
3062
- type Configuration = 'customer' | 'merchant' | 'money_manager' | 'recipient' | 'storer';
2271
+ type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'ideal_payments' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments' | OtherString;
2272
+ type Configuration = 'customer' | 'merchant' | 'recipient' | OtherString;
3063
2273
  interface Deadline {
3064
2274
  /**
3065
2275
  * The current status of the requirement's impact.
@@ -3075,7 +2285,7 @@ export declare namespace Account {
3075
2285
  type Status = 'currently_due' | 'eventually_due' | 'past_due';
3076
2286
  }
3077
2287
  namespace Reference {
3078
- type Type = 'inquiry' | 'payment_method' | 'person';
2288
+ type Type = 'inquiry' | 'payment_method' | 'person' | OtherString;
3079
2289
  }
3080
2290
  namespace RequestedReason {
3081
2291
  type Code = 'routine_onboarding' | 'routine_verification';
@@ -3121,6 +2331,10 @@ export declare namespace Account {
3121
2331
  terms_of_service?: Attestations.TermsOfService;
3122
2332
  }
3123
2333
  interface BusinessDetails {
2334
+ /**
2335
+ * Additional addresses associated with the business.
2336
+ */
2337
+ additional_addresses?: Array<BusinessDetails.AdditionalAddress>;
3124
2338
  /**
3125
2339
  * The company's primary address.
3126
2340
  */
@@ -3170,7 +2384,7 @@ export declare namespace Account {
3170
2384
  */
3171
2385
  structure?: BusinessDetails.Structure;
3172
2386
  }
3173
- type EntityType = 'company' | 'government_entity' | 'individual' | 'non_profit';
2387
+ type EntityType = 'company' | 'government_entity' | 'individual' | 'non_profit' | OtherString;
3174
2388
  interface Individual {
3175
2389
  /**
3176
2390
  * The account ID which the individual belongs to.
@@ -3331,10 +2545,6 @@ export declare namespace Account {
3331
2545
  * Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
3332
2546
  */
3333
2547
  account?: TermsOfService.Account;
3334
- /**
3335
- * Details on the Account's acceptance of Treasury-specific terms of service.
3336
- */
3337
- money_manager?: TermsOfService.MoneyManager;
3338
2548
  }
3339
2549
  namespace PersonsProvided {
3340
2550
  type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
@@ -3354,23 +2564,43 @@ export declare namespace Account {
3354
2564
  */
3355
2565
  user_agent?: string;
3356
2566
  }
3357
- interface MoneyManager {
3358
- /**
3359
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
3360
- */
3361
- date?: string;
3362
- /**
3363
- * The IP address from which the Account's representative accepted the terms of service.
3364
- */
3365
- ip?: string;
3366
- /**
3367
- * The user agent of the browser from which the Account's representative accepted the terms of service.
3368
- */
3369
- user_agent?: string;
3370
- }
3371
2567
  }
3372
2568
  }
3373
2569
  namespace BusinessDetails {
2570
+ interface AdditionalAddress {
2571
+ /**
2572
+ * City, district, suburb, town, or village.
2573
+ */
2574
+ city?: string;
2575
+ /**
2576
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2577
+ */
2578
+ country?: string;
2579
+ /**
2580
+ * Address line 1 (e.g., street, PO Box, or company name).
2581
+ */
2582
+ line1?: string;
2583
+ /**
2584
+ * Address line 2 (e.g., apartment, suite, unit, or building).
2585
+ */
2586
+ line2?: string;
2587
+ /**
2588
+ * ZIP or postal code.
2589
+ */
2590
+ postal_code?: string;
2591
+ /**
2592
+ * Purpose of additional address.
2593
+ */
2594
+ purpose: AdditionalAddress.Purpose;
2595
+ /**
2596
+ * State, county, province, or region.
2597
+ */
2598
+ state?: string;
2599
+ /**
2600
+ * Town or district.
2601
+ */
2602
+ town?: string;
2603
+ }
3374
2604
  interface Address {
3375
2605
  /**
3376
2606
  * City, district, suburb, town, or village.
@@ -3503,7 +2733,10 @@ export declare namespace Account {
3503
2733
  */
3504
2734
  kanji?: ScriptNames.Kanji;
3505
2735
  }
3506
- type Structure = 'cooperative' | 'free_zone_establishment' | 'free_zone_llc' | 'governmental_unit' | 'government_instrumentality' | 'incorporated_association' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_listed_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'trust' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership';
2736
+ type Structure = 'cooperative' | 'free_zone_establishment' | 'free_zone_llc' | 'governmental_unit' | 'government_instrumentality' | 'incorporated_association' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_listed_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'trust' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership' | OtherString;
2737
+ namespace AdditionalAddress {
2738
+ type Purpose = 'administrative' | 'principal_place_of_business';
2739
+ }
3507
2740
  namespace Documents {
3508
2741
  interface BankAccountOwnershipVerification {
3509
2742
  /**
@@ -3643,7 +2876,7 @@ export declare namespace Account {
3643
2876
  }
3644
2877
  }
3645
2878
  namespace IdNumber {
3646
- type Type = 'ae_crn' | 'ae_vat' | 'ao_nif' | 'ar_cuit' | 'at_fn' | 'at_stn' | 'at_vat' | 'au_abn' | 'au_acn' | 'au_in' | 'az_tin' | 'bd_etin' | 'be_cbe' | 'be_vat' | 'bg_uic' | 'bg_vat' | 'br_cnpj' | 'ca_cn' | 'ca_crarr' | 'ca_gst_hst' | 'ca_neq' | 'ca_rid' | 'ch_chid' | 'ch_uid' | 'cr_cpj' | 'cr_nite' | 'cy_he' | 'cy_tic' | 'cy_vat' | 'cz_ico' | 'cz_vat' | 'de_hrn' | 'de_stn' | 'de_vat' | 'dk_cvr' | 'dk_vat' | 'do_rcn' | 'ee_rk' | 'ee_vat' | 'es_cif' | 'es_vat' | 'fi_vat' | 'fi_yt' | 'fr_rna' | 'fr_siren' | 'fr_vat' | 'gb_crn' | 'gb_vat' | 'gi_crn' | 'gr_afm' | 'gr_gemi' | 'gr_vat' | 'gt_nit' | 'hk_br' | 'hk_cr' | 'hr_mbs' | 'hr_oib' | 'hr_vat' | 'hu_cjs' | 'hu_tin' | 'hu_vat' | 'ie_crn' | 'ie_trn' | 'ie_vat' | 'it_rea' | 'it_vat' | 'jp_cn' | 'kz_bin' | 'li_uid' | 'lt_ccrn' | 'lt_vat' | 'lu_nif' | 'lu_rcs' | 'lu_vat' | 'lv_urn' | 'lv_vat' | 'mt_crn' | 'mt_tin' | 'mt_vat' | 'mx_rfc' | 'my_brn' | 'my_coid' | 'my_itn' | 'my_sst' | 'mz_nuit' | 'nl_kvk' | 'nl_rsin' | 'nl_vat' | 'no_orgnr' | 'nz_bn' | 'nz_ird' | 'pe_ruc' | 'pk_ntn' | 'pl_nip' | 'pl_regon' | 'pl_vat' | 'pt_vat' | 'ro_cui' | 'ro_orc' | 'ro_vat' | 'sa_crn' | 'sa_tin' | 'se_orgnr' | 'se_vat' | 'sg_uen' | 'si_msp' | 'si_tin' | 'si_vat' | 'sk_dic' | 'sk_ico' | 'sk_vat' | 'th_crn' | 'th_prn' | 'th_tin' | 'us_ein';
2879
+ type Type = 'ae_crn' | 'ae_vat' | 'ao_nif' | 'ar_cuit' | 'at_fn' | 'at_stn' | 'at_vat' | 'au_abn' | 'au_acn' | 'au_in' | 'az_tin' | 'bd_etin' | 'be_cbe' | 'be_vat' | 'bg_uic' | 'bg_vat' | 'br_cnpj' | 'ca_cn' | 'ca_crarr' | 'ca_gst_hst' | 'ca_neq' | 'ca_rid' | 'ch_chid' | 'ch_uid' | 'cr_cpj' | 'cr_nite' | 'cy_he' | 'cy_tic' | 'cy_vat' | 'cz_ico' | 'cz_vat' | 'de_hrn' | 'de_stn' | 'de_vat' | 'dk_cvr' | 'dk_vat' | 'do_rcn' | 'ee_rk' | 'ee_vat' | 'es_cif' | 'es_vat' | 'fi_vat' | 'fi_yt' | 'fr_rna' | 'fr_siren' | 'fr_vat' | 'gb_crn' | 'gb_vat' | 'gi_crn' | 'gr_afm' | 'gr_gemi' | 'gr_vat' | 'gt_nit' | 'hk_br' | 'hk_cr' | 'hr_mbs' | 'hr_oib' | 'hr_vat' | 'hu_cjs' | 'hu_tin' | 'hu_vat' | 'ie_crn' | 'ie_trn' | 'ie_vat' | 'it_rea' | 'it_vat' | 'jp_cn' | 'kz_bin' | 'li_uid' | 'lt_ccrn' | 'lt_vat' | 'lu_nif' | 'lu_rcs' | 'lu_vat' | 'lv_urn' | 'lv_vat' | 'mt_crn' | 'mt_tin' | 'mt_vat' | 'mx_rfc' | 'my_brn' | 'my_coid' | 'my_itn' | 'my_sst' | 'mz_nuit' | 'nl_kvk' | 'nl_rsin' | 'nl_vat' | 'no_orgnr' | 'nz_bn' | 'nz_ird' | 'pe_ruc' | 'pk_ntn' | 'pl_nip' | 'pl_regon' | 'pl_vat' | 'pt_vat' | 'ro_cui' | 'ro_orc' | 'ro_vat' | 'sa_crn' | 'sa_tin' | 'se_orgnr' | 'se_vat' | 'sg_uen' | 'si_msp' | 'si_tin' | 'si_vat' | 'sk_dic' | 'sk_ico' | 'sk_vat' | 'th_crn' | 'th_prn' | 'th_tin' | 'us_ein' | OtherString;
3647
2880
  }
3648
2881
  namespace ScriptAddresses {
3649
2882
  interface Kana {
@@ -3853,8 +3086,8 @@ export declare namespace Account {
3853
3086
  */
3854
3087
  type: IdNumber.Type;
3855
3088
  }
3856
- type LegalGender = 'female' | 'male';
3857
- type PoliticalExposure = 'existing' | 'none';
3089
+ type LegalGender = 'female' | 'male' | OtherString;
3090
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
3858
3091
  interface Relationship {
3859
3092
  /**
3860
3093
  * Whether the individual is an authorizer of the Account's identity.
@@ -4005,7 +3238,7 @@ export declare namespace Account {
4005
3238
  }
4006
3239
  }
4007
3240
  namespace IdNumber {
4008
- type Type = 'ae_eid' | 'ao_nif' | 'ar_cuil' | 'ar_dni' | 'at_stn' | 'az_tin' | 'bd_brc' | 'bd_etin' | 'bd_nid' | 'be_nrn' | 'bg_ucn' | 'bn_nric' | 'br_cpf' | 'ca_sin' | 'ch_oasi' | 'cl_rut' | 'cn_pp' | 'co_nuip' | 'cr_ci' | 'cr_cpf' | 'cr_dimex' | 'cr_nite' | 'cy_tic' | 'cz_rc' | 'de_stn' | 'dk_cpr' | 'do_cie' | 'do_rcn' | 'ec_ci' | 'ee_ik' | 'es_nif' | 'fi_hetu' | 'fr_nir' | 'gb_nino' | 'gr_afm' | 'gt_nit' | 'hk_id' | 'hr_oib' | 'hu_ad' | 'id_nik' | 'ie_ppsn' | 'is_kt' | 'it_cf' | 'jp_inc' | 'ke_pin' | 'kz_iin' | 'li_peid' | 'lt_ak' | 'lu_nif' | 'lv_pk' | 'mx_rfc' | 'my_nric' | 'mz_nuit' | 'ng_nin' | 'nl_bsn' | 'no_nin' | 'nz_ird' | 'pe_dni' | 'pk_cnic' | 'pk_snic' | 'pl_pesel' | 'pt_nif' | 'ro_cnp' | 'sa_tin' | 'se_pin' | 'sg_fin' | 'sg_nric' | 'sk_dic' | 'th_lc' | 'th_pin' | 'tr_tin' | 'us_itin' | 'us_itin_last_4' | 'us_ssn' | 'us_ssn_last_4' | 'uy_dni' | 'za_id';
3241
+ type Type = 'ae_eid' | 'ao_nif' | 'ar_cuil' | 'ar_dni' | 'at_stn' | 'az_tin' | 'bd_brc' | 'bd_etin' | 'bd_nid' | 'be_nrn' | 'bg_ucn' | 'bn_nric' | 'br_cpf' | 'ca_sin' | 'ch_oasi' | 'cl_rut' | 'cn_pp' | 'co_nuip' | 'cr_ci' | 'cr_cpf' | 'cr_dimex' | 'cr_nite' | 'cy_tic' | 'cz_rc' | 'de_stn' | 'dk_cpr' | 'do_cie' | 'do_rcn' | 'ec_ci' | 'ee_ik' | 'es_nif' | 'fi_hetu' | 'fr_nir' | 'gb_nino' | 'gr_afm' | 'gt_nit' | 'hk_id' | 'hr_oib' | 'hu_ad' | 'id_nik' | 'ie_ppsn' | 'is_kt' | 'it_cf' | 'jp_inc' | 'ke_pin' | 'kz_iin' | 'li_peid' | 'lt_ak' | 'lu_nif' | 'lv_pk' | 'mx_rfc' | 'my_nric' | 'mz_nuit' | 'ng_nin' | 'nl_bsn' | 'no_nin' | 'nz_ird' | 'pe_dni' | 'pk_cnic' | 'pk_snic' | 'pl_pesel' | 'pt_nif' | 'ro_cnp' | 'sa_tin' | 'se_pin' | 'sg_fin' | 'sg_nric' | 'sk_dic' | 'th_lc' | 'th_pin' | 'tr_tin' | 'us_itin' | 'us_itin_last_4' | 'us_ssn' | 'us_ssn_last_4' | 'uy_dni' | 'za_id' | OtherString;
4009
3242
  }
4010
3243
  namespace ScriptAddresses {
4011
3244
  interface Kana {
@@ -4176,7 +3409,7 @@ export declare namespace Account {
4176
3409
  code: RequestedReason.Code;
4177
3410
  }
4178
3411
  namespace Error {
4179
- type Code = '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_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_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_url_web_presence_detected' | 'invalid_value_other' | 'unresolvable_ip_address' | 'unresolvable_postal_code' | '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_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_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_selfie_document_missing_photo' | 'verification_selfie_face_mismatch' | 'verification_selfie_manipulated' | 'verification_selfie_unverified_other' | 'verification_supportability' | 'verification_token_stale';
3412
+ type Code = '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_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_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_url_web_presence_detected' | 'invalid_value_other' | 'unresolvable_ip_address' | 'unresolvable_postal_code' | '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_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_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_selfie_document_missing_photo' | 'verification_selfie_face_mismatch' | 'verification_selfie_manipulated' | 'verification_selfie_unverified_other' | 'verification_supportability' | 'verification_token_stale' | OtherString;
4180
3413
  }
4181
3414
  namespace Impact {
4182
3415
  interface RestrictsCapability {
@@ -4194,8 +3427,8 @@ export declare namespace Account {
4194
3427
  deadline: RestrictsCapability.Deadline;
4195
3428
  }
4196
3429
  namespace RestrictsCapability {
4197
- type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'business_storage.inbound.eur' | 'business_storage.inbound.gbp' | 'business_storage.inbound.usd' | 'business_storage.outbound.eur' | 'business_storage.outbound.gbp' | 'business_storage.outbound.usd' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'financial_addresses.bank_accounts' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'holds_currencies.eur' | 'holds_currencies.gbp' | 'holds_currencies.usd' | 'ideal_payments' | 'inbound_transfers.financial_accounts' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'outbound_payments.bank_accounts' | 'outbound_payments.cards' | 'outbound_payments.financial_accounts' | 'outbound_transfers.bank_accounts' | 'outbound_transfers.financial_accounts' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'received_credits.bank_accounts' | 'received_debits.bank_accounts' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments';
4198
- type Configuration = 'customer' | 'merchant' | 'money_manager' | 'recipient' | 'storer';
3430
+ type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'ideal_payments' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments' | OtherString;
3431
+ type Configuration = 'customer' | 'merchant' | 'recipient' | OtherString;
4199
3432
  interface Deadline {
4200
3433
  /**
4201
3434
  * The current status of the requirement's impact.
@@ -4211,7 +3444,7 @@ export declare namespace Account {
4211
3444
  type Status = 'currently_due' | 'eventually_due' | 'past_due';
4212
3445
  }
4213
3446
  namespace Reference {
4214
- type Type = 'inquiry' | 'payment_method' | 'person';
3447
+ type Type = 'inquiry' | 'payment_method' | 'person' | OtherString;
4215
3448
  }
4216
3449
  namespace RequestedReason {
4217
3450
  type Code = 'routine_onboarding' | 'routine_verification';
@@ -4288,10 +3521,6 @@ export declare namespace V2 {
4288
3521
  * Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
4289
3522
  */
4290
3523
  merchant?: Configuration.Merchant;
4291
- /**
4292
- * The Money Manager Configuration allows the Account to store and move funds using FinancialAccounts.
4293
- */
4294
- money_manager?: Configuration.MoneyManager;
4295
3524
  /**
4296
3525
  * The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
4297
3526
  */
@@ -4315,10 +3544,6 @@ export declare namespace V2 {
4315
3544
  * Default responsibilities held by either Stripe or the platform.
4316
3545
  */
4317
3546
  responsibilities?: Defaults.Responsibilities;
4318
- /**
4319
- * The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
4320
- */
4321
- timezone?: string;
4322
3547
  }
4323
3548
  interface Identity {
4324
3549
  /**
@@ -4342,7 +3567,7 @@ export declare namespace V2 {
4342
3567
  */
4343
3568
  individual?: Identity.Individual;
4344
3569
  }
4345
- type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'configuration.money_manager' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
3570
+ type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
4346
3571
  namespace Configuration {
4347
3572
  interface Customer {
4348
3573
  /**
@@ -4395,10 +3620,6 @@ export declare namespace V2 {
4395
3620
  * Settings for the default text that appears on statements for language variations.
4396
3621
  */
4397
3622
  script_statement_descriptor?: Merchant.ScriptStatementDescriptor;
4398
- /**
4399
- * Settings used for Smart Disputes.
4400
- */
4401
- smart_disputes?: Merchant.SmartDisputes;
4402
3623
  /**
4403
3624
  * Statement descriptor.
4404
3625
  */
@@ -4408,12 +3629,6 @@ export declare namespace V2 {
4408
3629
  */
4409
3630
  support?: Merchant.Support;
4410
3631
  }
4411
- interface MoneyManager {
4412
- /**
4413
- * Capabilities to request on the Money Manager Configuration.
4414
- */
4415
- capabilities?: MoneyManager.Capabilities;
4416
- }
4417
3632
  interface Recipient {
4418
3633
  /**
4419
3634
  * Capabilities to be requested on the Recipient Configuration.
@@ -4430,10 +3645,6 @@ export declare namespace V2 {
4430
3645
  * A recent IP address of the customer used for tax reporting and tax location inference.
4431
3646
  */
4432
3647
  ip_address?: string;
4433
- /**
4434
- * The data source used to identify the customer's tax location - defaults to `identity_address`. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. This behavior is now deprecated for new users.
4435
- */
4436
- location_source?: AutomaticIndirectTax.LocationSource;
4437
3648
  }
4438
3649
  interface Billing {
4439
3650
  /**
@@ -4463,7 +3674,6 @@ export declare namespace V2 {
4463
3674
  }
4464
3675
  namespace AutomaticIndirectTax {
4465
3676
  type Exempt = 'exempt' | 'none' | 'reverse';
4466
- type LocationSource = 'identity_address' | 'ip_address' | 'payment_method' | 'shipping_address';
4467
3677
  }
4468
3678
  namespace Billing {
4469
3679
  interface Invoice {
@@ -4752,12 +3962,6 @@ export declare namespace V2 {
4752
3962
  */
4753
3963
  kanji?: ScriptStatementDescriptor.Kanji;
4754
3964
  }
4755
- interface SmartDisputes {
4756
- /**
4757
- * Settings for Smart Disputes auto_respond.
4758
- */
4759
- auto_respond?: SmartDisputes.AutoRespond;
4760
- }
4761
3965
  interface StatementDescriptor {
4762
3966
  /**
4763
3967
  * 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 Merchant Configuration settings documentation.
@@ -5120,17 +4324,6 @@ export declare namespace V2 {
5120
4324
  prefix?: string;
5121
4325
  }
5122
4326
  }
5123
- namespace SmartDisputes {
5124
- interface AutoRespond {
5125
- /**
5126
- * The preference for Smart Disputes auto-respond.
5127
- */
5128
- preference?: AutoRespond.Preference;
5129
- }
5130
- namespace AutoRespond {
5131
- type Preference = 'inherit' | 'off' | 'on';
5132
- }
5133
- }
5134
4327
  namespace Support {
5135
4328
  interface Address {
5136
4329
  /**
@@ -5164,307 +4357,19 @@ export declare namespace V2 {
5164
4357
  }
5165
4358
  }
5166
4359
  }
5167
- namespace MoneyManager {
5168
- interface Capabilities {
5169
- /**
5170
- * Can send or receive business storage-type funds on Stripe.
5171
- */
5172
- business_storage?: Capabilities.BusinessStorage;
5173
- /**
5174
- * Can pull funds from an external source, owned by yourself, to a FinancialAccount.
5175
- */
5176
- inbound_transfers?: Capabilities.InboundTransfers;
5177
- /**
5178
- * Can send funds from a FinancialAccount to a destination owned by someone else.
5179
- */
5180
- outbound_payments?: Capabilities.OutboundPayments;
5181
- /**
5182
- * Can send funds from a FinancialAccount to a destination owned by yourself.
5183
- */
5184
- outbound_transfers?: Capabilities.OutboundTransfers;
5185
- /**
5186
- * Can receive funds into a FinancialAccount.
5187
- */
5188
- received_credits?: Capabilities.ReceivedCredits;
5189
- /**
5190
- * Can receive debits to a FinancialAccount.
5191
- */
5192
- received_debits?: Capabilities.ReceivedDebits;
5193
- }
5194
- namespace Capabilities {
5195
- interface BusinessStorage {
5196
- /**
5197
- * Can receive business storage-type funds on Stripe.
5198
- */
5199
- inbound?: BusinessStorage.Inbound;
5200
- /**
5201
- * Can send business storage-type funds on Stripe.
5202
- */
5203
- outbound?: BusinessStorage.Outbound;
5204
- }
5205
- interface InboundTransfers {
5206
- /**
5207
- * Can pull funds from an external bank account owned by yourself to a FinancialAccount.
5208
- */
5209
- bank_accounts?: InboundTransfers.BankAccounts;
5210
- }
5211
- interface OutboundPayments {
5212
- /**
5213
- * Can send funds from a FinancialAccount to a bank account owned by someone else.
5214
- */
5215
- bank_accounts?: OutboundPayments.BankAccounts;
5216
- /**
5217
- * Can send funds from a FinancialAccount to a debit card owned by someone else.
5218
- */
5219
- cards?: OutboundPayments.Cards;
5220
- /**
5221
- * Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
5222
- */
5223
- financial_accounts?: OutboundPayments.FinancialAccounts;
5224
- }
5225
- interface OutboundTransfers {
5226
- /**
5227
- * Can send funds from a FinancialAccount to a bank account owned by yourself.
5228
- */
5229
- bank_accounts?: OutboundTransfers.BankAccounts;
5230
- /**
5231
- * Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
5232
- */
5233
- financial_accounts?: OutboundTransfers.FinancialAccounts;
5234
- }
5235
- interface ReceivedCredits {
5236
- /**
5237
- * Can receive funds on a bank-account-like financial address (VBAN) to credit a FinancialAccount.
5238
- */
5239
- bank_accounts?: ReceivedCredits.BankAccounts;
5240
- }
5241
- interface ReceivedDebits {
5242
- /**
5243
- * Can receive debits to a FinancialAccount from a bank account.
5244
- */
5245
- bank_accounts?: ReceivedDebits.BankAccounts;
5246
- }
5247
- namespace BusinessStorage {
5248
- interface Inbound {
5249
- /**
5250
- * Can receive business storage-type funds on Stripe in AUD.
5251
- */
5252
- aud?: Inbound.Aud;
5253
- /**
5254
- * Can receive business storage-type funds on Stripe in CAD.
5255
- */
5256
- cad?: Inbound.Cad;
5257
- /**
5258
- * Can receive business storage-type funds on Stripe in EUR.
5259
- */
5260
- eur?: Inbound.Eur;
5261
- /**
5262
- * Can receive business storage-type funds on Stripe in GBP.
5263
- */
5264
- gbp?: Inbound.Gbp;
5265
- /**
5266
- * Can receive business storage-type funds on Stripe in USD.
5267
- */
5268
- usd?: Inbound.Usd;
5269
- }
5270
- interface Outbound {
5271
- /**
5272
- * Can send business storage-type funds on Stripe in AUD.
5273
- */
5274
- aud?: Outbound.Aud;
5275
- /**
5276
- * Can send business storage-type funds on Stripe in CAD.
5277
- */
5278
- cad?: Outbound.Cad;
5279
- /**
5280
- * Can send business storage-type funds on Stripe in EUR.
5281
- */
5282
- eur?: Outbound.Eur;
5283
- /**
5284
- * Can send business storage-type funds on Stripe in GBP.
5285
- */
5286
- gbp?: Outbound.Gbp;
5287
- /**
5288
- * Can send business storage-type funds on Stripe in USD.
5289
- */
5290
- usd?: Outbound.Usd;
5291
- }
5292
- namespace Inbound {
5293
- interface Aud {
5294
- /**
5295
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5296
- */
5297
- requested: boolean;
5298
- }
5299
- interface Cad {
5300
- /**
5301
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5302
- */
5303
- requested: boolean;
5304
- }
5305
- interface Eur {
5306
- /**
5307
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5308
- */
5309
- requested: boolean;
5310
- }
5311
- interface Gbp {
5312
- /**
5313
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5314
- */
5315
- requested: boolean;
5316
- }
5317
- interface Usd {
5318
- /**
5319
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5320
- */
5321
- requested: boolean;
5322
- }
5323
- }
5324
- namespace Outbound {
5325
- interface Aud {
5326
- /**
5327
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5328
- */
5329
- requested: boolean;
5330
- }
5331
- interface Cad {
5332
- /**
5333
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5334
- */
5335
- requested: boolean;
5336
- }
5337
- interface Eur {
5338
- /**
5339
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5340
- */
5341
- requested: boolean;
5342
- }
5343
- interface Gbp {
5344
- /**
5345
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5346
- */
5347
- requested: boolean;
5348
- }
5349
- interface Usd {
5350
- /**
5351
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5352
- */
5353
- requested: boolean;
5354
- }
5355
- }
5356
- }
5357
- namespace InboundTransfers {
5358
- interface BankAccounts {
5359
- /**
5360
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5361
- */
5362
- requested: boolean;
5363
- }
5364
- }
5365
- namespace OutboundPayments {
5366
- interface BankAccounts {
5367
- /**
5368
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5369
- */
5370
- requested: boolean;
5371
- }
5372
- interface Cards {
5373
- /**
5374
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5375
- */
5376
- requested: boolean;
5377
- }
5378
- interface FinancialAccounts {
5379
- /**
5380
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5381
- */
5382
- requested: boolean;
5383
- }
5384
- }
5385
- namespace OutboundTransfers {
5386
- interface BankAccounts {
5387
- /**
5388
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5389
- */
5390
- requested: boolean;
5391
- }
5392
- interface FinancialAccounts {
5393
- /**
5394
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5395
- */
5396
- requested: boolean;
5397
- }
5398
- }
5399
- namespace ReceivedCredits {
5400
- interface BankAccounts {
5401
- /**
5402
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5403
- */
5404
- requested: boolean;
5405
- }
5406
- }
5407
- namespace ReceivedDebits {
5408
- interface BankAccounts {
5409
- /**
5410
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5411
- */
5412
- requested: boolean;
5413
- }
5414
- }
5415
- }
5416
- }
5417
4360
  namespace Recipient {
5418
4361
  interface Capabilities {
5419
- /**
5420
- * Capabilities that enable OutboundPayments to a bank account linked to this Account.
5421
- */
5422
- bank_accounts?: Capabilities.BankAccounts;
5423
- /**
5424
- * Capabilities that enable OutboundPayments to a card linked to this Account.
5425
- */
5426
- cards?: Capabilities.Cards;
5427
4362
  /**
5428
4363
  * Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
5429
4364
  */
5430
4365
  stripe_balance?: Capabilities.StripeBalance;
5431
4366
  }
5432
4367
  namespace Capabilities {
5433
- interface BankAccounts {
5434
- /**
5435
- * Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
5436
- */
5437
- local?: BankAccounts.Local;
5438
- /**
5439
- * Enables this Account to receive OutboundPayments to linked bank accounts over wire.
5440
- */
5441
- wire?: BankAccounts.Wire;
5442
- }
5443
- interface Cards {
5444
- /**
5445
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5446
- */
5447
- requested: boolean;
5448
- }
5449
4368
  interface StripeBalance {
5450
4369
  /**
5451
- * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
5452
- */
5453
- stripe_transfers?: StripeBalance.StripeTransfers;
5454
- }
5455
- namespace BankAccounts {
5456
- interface Local {
5457
- /**
5458
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5459
- */
5460
- requested: boolean;
5461
- }
5462
- interface Wire {
5463
- /**
5464
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5465
- */
5466
- requested: boolean;
5467
- }
4370
+ * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
4371
+ */
4372
+ stripe_transfers?: StripeBalance.StripeTransfers;
5468
4373
  }
5469
4374
  namespace StripeBalance {
5470
4375
  interface StripeTransfers {
@@ -5478,7 +4383,7 @@ export declare namespace V2 {
5478
4383
  }
5479
4384
  }
5480
4385
  namespace Defaults {
5481
- type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW';
4386
+ type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW' | OtherString;
5482
4387
  interface Profile {
5483
4388
  /**
5484
4389
  * The business's publicly-available website.
@@ -5532,6 +4437,10 @@ export declare namespace V2 {
5532
4437
  terms_of_service?: Attestations.TermsOfService;
5533
4438
  }
5534
4439
  interface BusinessDetails {
4440
+ /**
4441
+ * Additional addresses associated with the business.
4442
+ */
4443
+ additional_addresses?: Array<BusinessDetails.AdditionalAddress>;
5535
4444
  /**
5536
4445
  * The business registration address of the business entity.
5537
4446
  */
@@ -5581,7 +4490,7 @@ export declare namespace V2 {
5581
4490
  */
5582
4491
  structure?: BusinessDetails.Structure;
5583
4492
  }
5584
- type EntityType = 'company' | 'government_entity' | 'individual' | 'non_profit';
4493
+ type EntityType = 'company' | 'government_entity' | 'individual' | 'non_profit' | OtherString;
5585
4494
  interface Individual {
5586
4495
  /**
5587
4496
  * Additional addresses associated with the individual.
@@ -5718,10 +4627,6 @@ export declare namespace V2 {
5718
4627
  * Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
5719
4628
  */
5720
4629
  account?: TermsOfService.Account;
5721
- /**
5722
- * Details on the Account's acceptance of Treasury-specific terms of service.
5723
- */
5724
- money_manager?: TermsOfService.MoneyManager;
5725
4630
  }
5726
4631
  namespace PersonsProvided {
5727
4632
  type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
@@ -5741,23 +4646,43 @@ export declare namespace V2 {
5741
4646
  */
5742
4647
  user_agent?: string;
5743
4648
  }
5744
- interface MoneyManager {
5745
- /**
5746
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5747
- */
5748
- date: string;
5749
- /**
5750
- * The IP address from which the Account's representative accepted the terms of service.
5751
- */
5752
- ip: string;
5753
- /**
5754
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5755
- */
5756
- user_agent?: string;
5757
- }
5758
4649
  }
5759
4650
  }
5760
4651
  namespace BusinessDetails {
4652
+ interface AdditionalAddress {
4653
+ /**
4654
+ * City, district, suburb, town, or village.
4655
+ */
4656
+ city?: string;
4657
+ /**
4658
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
4659
+ */
4660
+ country?: string;
4661
+ /**
4662
+ * Address line 1 (e.g., street, PO Box, or company name).
4663
+ */
4664
+ line1?: string;
4665
+ /**
4666
+ * Address line 2 (e.g., apartment, suite, unit, or building).
4667
+ */
4668
+ line2?: string;
4669
+ /**
4670
+ * ZIP or postal code.
4671
+ */
4672
+ postal_code?: string;
4673
+ /**
4674
+ * Purpose of additional address.
4675
+ */
4676
+ purpose: AdditionalAddress.Purpose;
4677
+ /**
4678
+ * State, county, province, or region.
4679
+ */
4680
+ state?: string;
4681
+ /**
4682
+ * Town or district.
4683
+ */
4684
+ town?: string;
4685
+ }
5761
4686
  interface Address {
5762
4687
  /**
5763
4688
  * City, district, suburb, town, or village.
@@ -5894,7 +4819,10 @@ export declare namespace V2 {
5894
4819
  */
5895
4820
  kanji?: ScriptNames.Kanji;
5896
4821
  }
5897
- type Structure = 'cooperative' | 'free_zone_establishment' | 'free_zone_llc' | 'governmental_unit' | 'government_instrumentality' | 'incorporated_association' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_listed_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'trust' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership';
4822
+ type Structure = 'cooperative' | 'free_zone_establishment' | 'free_zone_llc' | 'governmental_unit' | 'government_instrumentality' | 'incorporated_association' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_listed_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'trust' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership' | OtherString;
4823
+ namespace AdditionalAddress {
4824
+ type Purpose = 'administrative' | 'principal_place_of_business';
4825
+ }
5898
4826
  namespace Documents {
5899
4827
  interface BankAccountOwnershipVerification {
5900
4828
  /**
@@ -6034,7 +4962,7 @@ export declare namespace V2 {
6034
4962
  }
6035
4963
  }
6036
4964
  namespace IdNumber {
6037
- type Type = 'ae_crn' | 'ae_vat' | 'ao_nif' | 'ar_cuit' | 'at_fn' | 'at_stn' | 'at_vat' | 'au_abn' | 'au_acn' | 'au_in' | 'az_tin' | 'bd_etin' | 'be_cbe' | 'be_vat' | 'bg_uic' | 'bg_vat' | 'br_cnpj' | 'ca_cn' | 'ca_crarr' | 'ca_gst_hst' | 'ca_neq' | 'ca_rid' | 'ch_chid' | 'ch_uid' | 'cr_cpj' | 'cr_nite' | 'cy_he' | 'cy_tic' | 'cy_vat' | 'cz_ico' | 'cz_vat' | 'de_hrn' | 'de_stn' | 'de_vat' | 'dk_cvr' | 'dk_vat' | 'do_rcn' | 'ee_rk' | 'ee_vat' | 'es_cif' | 'es_vat' | 'fi_vat' | 'fi_yt' | 'fr_rna' | 'fr_siren' | 'fr_vat' | 'gb_crn' | 'gb_vat' | 'gi_crn' | 'gr_afm' | 'gr_gemi' | 'gr_vat' | 'gt_nit' | 'hk_br' | 'hk_cr' | 'hr_mbs' | 'hr_oib' | 'hr_vat' | 'hu_cjs' | 'hu_tin' | 'hu_vat' | 'ie_crn' | 'ie_trn' | 'ie_vat' | 'it_rea' | 'it_vat' | 'jp_cn' | 'kz_bin' | 'li_uid' | 'lt_ccrn' | 'lt_vat' | 'lu_nif' | 'lu_rcs' | 'lu_vat' | 'lv_urn' | 'lv_vat' | 'mt_crn' | 'mt_tin' | 'mt_vat' | 'mx_rfc' | 'my_brn' | 'my_coid' | 'my_itn' | 'my_sst' | 'mz_nuit' | 'nl_kvk' | 'nl_rsin' | 'nl_vat' | 'no_orgnr' | 'nz_bn' | 'nz_ird' | 'pe_ruc' | 'pk_ntn' | 'pl_nip' | 'pl_regon' | 'pl_vat' | 'pt_vat' | 'ro_cui' | 'ro_orc' | 'ro_vat' | 'sa_crn' | 'sa_tin' | 'se_orgnr' | 'se_vat' | 'sg_uen' | 'si_msp' | 'si_tin' | 'si_vat' | 'sk_dic' | 'sk_ico' | 'sk_vat' | 'th_crn' | 'th_prn' | 'th_tin' | 'us_ein';
4965
+ type Type = 'ae_crn' | 'ae_vat' | 'ao_nif' | 'ar_cuit' | 'at_fn' | 'at_stn' | 'at_vat' | 'au_abn' | 'au_acn' | 'au_in' | 'az_tin' | 'bd_etin' | 'be_cbe' | 'be_vat' | 'bg_uic' | 'bg_vat' | 'br_cnpj' | 'ca_cn' | 'ca_crarr' | 'ca_gst_hst' | 'ca_neq' | 'ca_rid' | 'ch_chid' | 'ch_uid' | 'cr_cpj' | 'cr_nite' | 'cy_he' | 'cy_tic' | 'cy_vat' | 'cz_ico' | 'cz_vat' | 'de_hrn' | 'de_stn' | 'de_vat' | 'dk_cvr' | 'dk_vat' | 'do_rcn' | 'ee_rk' | 'ee_vat' | 'es_cif' | 'es_vat' | 'fi_vat' | 'fi_yt' | 'fr_rna' | 'fr_siren' | 'fr_vat' | 'gb_crn' | 'gb_vat' | 'gi_crn' | 'gr_afm' | 'gr_gemi' | 'gr_vat' | 'gt_nit' | 'hk_br' | 'hk_cr' | 'hr_mbs' | 'hr_oib' | 'hr_vat' | 'hu_cjs' | 'hu_tin' | 'hu_vat' | 'ie_crn' | 'ie_trn' | 'ie_vat' | 'it_rea' | 'it_vat' | 'jp_cn' | 'kz_bin' | 'li_uid' | 'lt_ccrn' | 'lt_vat' | 'lu_nif' | 'lu_rcs' | 'lu_vat' | 'lv_urn' | 'lv_vat' | 'mt_crn' | 'mt_tin' | 'mt_vat' | 'mx_rfc' | 'my_brn' | 'my_coid' | 'my_itn' | 'my_sst' | 'mz_nuit' | 'nl_kvk' | 'nl_rsin' | 'nl_vat' | 'no_orgnr' | 'nz_bn' | 'nz_ird' | 'pe_ruc' | 'pk_ntn' | 'pl_nip' | 'pl_regon' | 'pl_vat' | 'pt_vat' | 'ro_cui' | 'ro_orc' | 'ro_vat' | 'sa_crn' | 'sa_tin' | 'se_orgnr' | 'se_vat' | 'sg_uen' | 'si_msp' | 'si_tin' | 'si_vat' | 'sk_dic' | 'sk_ico' | 'sk_vat' | 'th_crn' | 'th_prn' | 'th_tin' | 'us_ein' | OtherString;
6038
4966
  }
6039
4967
  namespace ScriptAddresses {
6040
4968
  interface Kana {
@@ -6242,8 +5170,8 @@ export declare namespace V2 {
6242
5170
  */
6243
5171
  value: string;
6244
5172
  }
6245
- type LegalGender = 'female' | 'male';
6246
- type PoliticalExposure = 'existing' | 'none';
5173
+ type LegalGender = 'female' | 'male' | OtherString;
5174
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
6247
5175
  interface Relationship {
6248
5176
  /**
6249
5177
  * Whether the person is a director of the account's identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
@@ -6366,7 +5294,7 @@ export declare namespace V2 {
6366
5294
  }
6367
5295
  }
6368
5296
  namespace IdNumber {
6369
- type Type = 'ae_eid' | 'ao_nif' | 'ar_cuil' | 'ar_dni' | 'at_stn' | 'az_tin' | 'bd_brc' | 'bd_etin' | 'bd_nid' | 'be_nrn' | 'bg_ucn' | 'bn_nric' | 'br_cpf' | 'ca_sin' | 'ch_oasi' | 'cl_rut' | 'cn_pp' | 'co_nuip' | 'cr_ci' | 'cr_cpf' | 'cr_dimex' | 'cr_nite' | 'cy_tic' | 'cz_rc' | 'de_stn' | 'dk_cpr' | 'do_cie' | 'do_rcn' | 'ec_ci' | 'ee_ik' | 'es_nif' | 'fi_hetu' | 'fr_nir' | 'gb_nino' | 'gr_afm' | 'gt_nit' | 'hk_id' | 'hr_oib' | 'hu_ad' | 'id_nik' | 'ie_ppsn' | 'is_kt' | 'it_cf' | 'jp_inc' | 'ke_pin' | 'kz_iin' | 'li_peid' | 'lt_ak' | 'lu_nif' | 'lv_pk' | 'mx_rfc' | 'my_nric' | 'mz_nuit' | 'ng_nin' | 'nl_bsn' | 'no_nin' | 'nz_ird' | 'pe_dni' | 'pk_cnic' | 'pk_snic' | 'pl_pesel' | 'pt_nif' | 'ro_cnp' | 'sa_tin' | 'se_pin' | 'sg_fin' | 'sg_nric' | 'sk_dic' | 'th_lc' | 'th_pin' | 'tr_tin' | 'us_itin' | 'us_itin_last_4' | 'us_ssn' | 'us_ssn_last_4' | 'uy_dni' | 'za_id';
5297
+ type Type = 'ae_eid' | 'ao_nif' | 'ar_cuil' | 'ar_dni' | 'at_stn' | 'az_tin' | 'bd_brc' | 'bd_etin' | 'bd_nid' | 'be_nrn' | 'bg_ucn' | 'bn_nric' | 'br_cpf' | 'ca_sin' | 'ch_oasi' | 'cl_rut' | 'cn_pp' | 'co_nuip' | 'cr_ci' | 'cr_cpf' | 'cr_dimex' | 'cr_nite' | 'cy_tic' | 'cz_rc' | 'de_stn' | 'dk_cpr' | 'do_cie' | 'do_rcn' | 'ec_ci' | 'ee_ik' | 'es_nif' | 'fi_hetu' | 'fr_nir' | 'gb_nino' | 'gr_afm' | 'gt_nit' | 'hk_id' | 'hr_oib' | 'hu_ad' | 'id_nik' | 'ie_ppsn' | 'is_kt' | 'it_cf' | 'jp_inc' | 'ke_pin' | 'kz_iin' | 'li_peid' | 'lt_ak' | 'lu_nif' | 'lv_pk' | 'mx_rfc' | 'my_nric' | 'mz_nuit' | 'ng_nin' | 'nl_bsn' | 'no_nin' | 'nz_ird' | 'pe_dni' | 'pk_cnic' | 'pk_snic' | 'pl_pesel' | 'pt_nif' | 'ro_cnp' | 'sa_tin' | 'se_pin' | 'sg_fin' | 'sg_nric' | 'sk_dic' | 'th_lc' | 'th_pin' | 'tr_tin' | 'us_itin' | 'us_itin_last_4' | 'us_ssn' | 'us_ssn_last_4' | 'uy_dni' | 'za_id' | OtherString;
6370
5298
  }
6371
5299
  namespace ScriptAddresses {
6372
5300
  interface Kana {
@@ -6466,7 +5394,7 @@ export declare namespace V2 {
6466
5394
  include?: Array<AccountRetrieveParams.Include>;
6467
5395
  }
6468
5396
  namespace AccountRetrieveParams {
6469
- type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'configuration.money_manager' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
5397
+ type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
6470
5398
  }
6471
5399
  }
6472
5400
  }
@@ -6524,10 +5452,6 @@ export declare namespace V2 {
6524
5452
  * Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
6525
5453
  */
6526
5454
  merchant?: Configuration.Merchant;
6527
- /**
6528
- * The Money Manager Configuration allows the Account to store and move funds using FinancialAccounts.
6529
- */
6530
- money_manager?: Configuration.MoneyManager;
6531
5455
  /**
6532
5456
  * The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
6533
5457
  */
@@ -6551,10 +5475,6 @@ export declare namespace V2 {
6551
5475
  * Default responsibilities held by either Stripe or the platform.
6552
5476
  */
6553
5477
  responsibilities?: Defaults.Responsibilities;
6554
- /**
6555
- * The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
6556
- */
6557
- timezone?: string;
6558
5478
  }
6559
5479
  interface Identity {
6560
5480
  /**
@@ -6578,7 +5498,7 @@ export declare namespace V2 {
6578
5498
  */
6579
5499
  individual?: Identity.Individual;
6580
5500
  }
6581
- type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'configuration.money_manager' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
5501
+ type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
6582
5502
  namespace Configuration {
6583
5503
  interface Customer {
6584
5504
  /**
@@ -6639,10 +5559,6 @@ export declare namespace V2 {
6639
5559
  * Settings for the default text that appears on statements for language variations.
6640
5560
  */
6641
5561
  script_statement_descriptor?: Merchant.ScriptStatementDescriptor;
6642
- /**
6643
- * Settings for Smart Disputes automatic response feature.
6644
- */
6645
- smart_disputes?: Merchant.SmartDisputes;
6646
5562
  /**
6647
5563
  * Settings for the default [statement descriptor](https://docs.stripe.com/connect/statement-descriptors) text.
6648
5564
  */
@@ -6652,16 +5568,6 @@ export declare namespace V2 {
6652
5568
  */
6653
5569
  support?: Merchant.Support;
6654
5570
  }
6655
- interface MoneyManager {
6656
- /**
6657
- * Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
6658
- */
6659
- applied?: boolean;
6660
- /**
6661
- * Capabilities to request on the Money Manager Configuration.
6662
- */
6663
- capabilities?: MoneyManager.Capabilities;
6664
- }
6665
5571
  interface Recipient {
6666
5572
  /**
6667
5573
  * Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
@@ -6671,10 +5577,6 @@ export declare namespace V2 {
6671
5577
  * Capabilities to request on the Recipient Configuration.
6672
5578
  */
6673
5579
  capabilities?: Recipient.Capabilities;
6674
- /**
6675
- * The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination. For further details about creating an Outbound Destination, see [Collect recipient's payment details](https://docs.stripe.com/global-payouts-private-preview/quickstart?dashboard-or-api=api#collect-bank-account-details).
6676
- */
6677
- default_outbound_destination?: string;
6678
5580
  }
6679
5581
  namespace Customer {
6680
5582
  interface AutomaticIndirectTax {
@@ -6686,10 +5588,6 @@ export declare namespace V2 {
6686
5588
  * A recent IP address of the customer used for tax reporting and tax location inference.
6687
5589
  */
6688
5590
  ip_address?: string;
6689
- /**
6690
- * Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
6691
- */
6692
- location_source?: AutomaticIndirectTax.LocationSource;
6693
5591
  /**
6694
5592
  * A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`.
6695
5593
  */
@@ -6727,7 +5625,6 @@ export declare namespace V2 {
6727
5625
  }
6728
5626
  namespace AutomaticIndirectTax {
6729
5627
  type Exempt = 'exempt' | 'none' | 'reverse';
6730
- type LocationSource = 'identity_address' | 'ip_address' | 'payment_method' | 'shipping_address';
6731
5628
  type ValidateLocation = 'auto' | 'deferred' | 'immediately';
6732
5629
  }
6733
5630
  namespace Billing {
@@ -7017,12 +5914,6 @@ export declare namespace V2 {
7017
5914
  */
7018
5915
  kanji?: ScriptStatementDescriptor.Kanji;
7019
5916
  }
7020
- interface SmartDisputes {
7021
- /**
7022
- * Settings for Smart Disputes auto_respond.
7023
- */
7024
- auto_respond?: SmartDisputes.AutoRespond;
7025
- }
7026
5917
  interface StatementDescriptor {
7027
5918
  /**
7028
5919
  * 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 Merchant Configuration settings documentation.
@@ -7385,320 +6276,21 @@ export declare namespace V2 {
7385
6276
  prefix?: string;
7386
6277
  }
7387
6278
  }
7388
- namespace SmartDisputes {
7389
- interface AutoRespond {
7390
- /**
7391
- * The preference for automatic dispute responses.
7392
- */
7393
- preference?: AutoRespond.Preference;
7394
- }
7395
- namespace AutoRespond {
7396
- type Preference = 'inherit' | 'off' | 'on';
7397
- }
7398
- }
7399
- }
7400
- namespace MoneyManager {
7401
- interface Capabilities {
7402
- /**
7403
- * Can send or receive business storage-type funds on Stripe.
7404
- */
7405
- business_storage?: Capabilities.BusinessStorage;
7406
- /**
7407
- * Can pull funds from an external source, owned by yourself, to a FinancialAccount.
7408
- */
7409
- inbound_transfers?: Capabilities.InboundTransfers;
7410
- /**
7411
- * Can send funds from a FinancialAccount to a destination owned by someone else.
7412
- */
7413
- outbound_payments?: Capabilities.OutboundPayments;
7414
- /**
7415
- * Can send funds from a FinancialAccount to a destination owned by yourself.
7416
- */
7417
- outbound_transfers?: Capabilities.OutboundTransfers;
7418
- /**
7419
- * Can receive funds on a financial address to credit a FinancialAccount.
7420
- */
7421
- received_credits?: Capabilities.ReceivedCredits;
7422
- /**
7423
- * Can receive debits to a FinancialAccount.
7424
- */
7425
- received_debits?: Capabilities.ReceivedDebits;
7426
- }
7427
- namespace Capabilities {
7428
- interface BusinessStorage {
7429
- /**
7430
- * Can receive business storage-type funds on Stripe.
7431
- */
7432
- inbound?: BusinessStorage.Inbound;
7433
- /**
7434
- * Can send business storage-type funds on Stripe.
7435
- */
7436
- outbound?: BusinessStorage.Outbound;
7437
- }
7438
- interface InboundTransfers {
7439
- /**
7440
- * Can pull funds from an external bank account owned by yourself to a FinancialAccount.
7441
- */
7442
- bank_accounts?: InboundTransfers.BankAccounts;
7443
- }
7444
- interface OutboundPayments {
7445
- /**
7446
- * Can send funds from a FinancialAccount to a bank account owned by someone else.
7447
- */
7448
- bank_accounts?: OutboundPayments.BankAccounts;
7449
- /**
7450
- * Can send funds from a FinancialAccount to a debit card owned by someone else.
7451
- */
7452
- cards?: OutboundPayments.Cards;
7453
- /**
7454
- * Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
7455
- */
7456
- financial_accounts?: OutboundPayments.FinancialAccounts;
7457
- }
7458
- interface OutboundTransfers {
7459
- /**
7460
- * Can send funds from a FinancialAccount to a bank account owned by yourself.
7461
- */
7462
- bank_accounts?: OutboundTransfers.BankAccounts;
7463
- /**
7464
- * Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
7465
- */
7466
- financial_accounts?: OutboundTransfers.FinancialAccounts;
7467
- }
7468
- interface ReceivedCredits {
7469
- /**
7470
- * Can receive funds on a bank-account-like financial address (VBAN) to credit a FinancialAccount.
7471
- */
7472
- bank_accounts?: ReceivedCredits.BankAccounts;
7473
- }
7474
- interface ReceivedDebits {
7475
- /**
7476
- * Can receive debits to a FinancialAccount from a bank account.
7477
- */
7478
- bank_accounts?: ReceivedDebits.BankAccounts;
7479
- }
7480
- namespace BusinessStorage {
7481
- interface Inbound {
7482
- /**
7483
- * Can receive business storage-type funds on Stripe in AUD.
7484
- */
7485
- aud?: Inbound.Aud;
7486
- /**
7487
- * Can receive business storage-type funds on Stripe in CAD.
7488
- */
7489
- cad?: Inbound.Cad;
7490
- /**
7491
- * Can receive business storage-type funds on Stripe in EUR.
7492
- */
7493
- eur?: Inbound.Eur;
7494
- /**
7495
- * Can receive business storage-type funds on Stripe in GBP.
7496
- */
7497
- gbp?: Inbound.Gbp;
7498
- /**
7499
- * Can receive business storage-type funds on Stripe in USD.
7500
- */
7501
- usd?: Inbound.Usd;
7502
- }
7503
- interface Outbound {
7504
- /**
7505
- * Can send business storage-type funds on Stripe in AUD.
7506
- */
7507
- aud?: Outbound.Aud;
7508
- /**
7509
- * Can send business storage-type funds on Stripe in CAD.
7510
- */
7511
- cad?: Outbound.Cad;
7512
- /**
7513
- * Can send business storage-type funds on Stripe in EUR.
7514
- */
7515
- eur?: Outbound.Eur;
7516
- /**
7517
- * Can send business storage-type funds on Stripe in GBP.
7518
- */
7519
- gbp?: Outbound.Gbp;
7520
- /**
7521
- * Can send business storage-type funds on Stripe in USD.
7522
- */
7523
- usd?: Outbound.Usd;
7524
- }
7525
- namespace Inbound {
7526
- interface Aud {
7527
- /**
7528
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7529
- */
7530
- requested?: boolean;
7531
- }
7532
- interface Cad {
7533
- /**
7534
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7535
- */
7536
- requested?: boolean;
7537
- }
7538
- interface Eur {
7539
- /**
7540
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7541
- */
7542
- requested?: boolean;
7543
- }
7544
- interface Gbp {
7545
- /**
7546
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7547
- */
7548
- requested?: boolean;
7549
- }
7550
- interface Usd {
7551
- /**
7552
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7553
- */
7554
- requested?: boolean;
7555
- }
7556
- }
7557
- namespace Outbound {
7558
- interface Aud {
7559
- /**
7560
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7561
- */
7562
- requested?: boolean;
7563
- }
7564
- interface Cad {
7565
- /**
7566
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7567
- */
7568
- requested?: boolean;
7569
- }
7570
- interface Eur {
7571
- /**
7572
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7573
- */
7574
- requested?: boolean;
7575
- }
7576
- interface Gbp {
7577
- /**
7578
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7579
- */
7580
- requested?: boolean;
7581
- }
7582
- interface Usd {
7583
- /**
7584
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7585
- */
7586
- requested?: boolean;
7587
- }
7588
- }
7589
- }
7590
- namespace InboundTransfers {
7591
- interface BankAccounts {
7592
- /**
7593
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7594
- */
7595
- requested?: boolean;
7596
- }
7597
- }
7598
- namespace OutboundPayments {
7599
- interface BankAccounts {
7600
- /**
7601
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7602
- */
7603
- requested?: boolean;
7604
- }
7605
- interface Cards {
7606
- /**
7607
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7608
- */
7609
- requested?: boolean;
7610
- }
7611
- interface FinancialAccounts {
7612
- /**
7613
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7614
- */
7615
- requested?: boolean;
7616
- }
7617
- }
7618
- namespace OutboundTransfers {
7619
- interface BankAccounts {
7620
- /**
7621
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7622
- */
7623
- requested?: boolean;
7624
- }
7625
- interface FinancialAccounts {
7626
- /**
7627
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7628
- */
7629
- requested?: boolean;
7630
- }
7631
- }
7632
- namespace ReceivedCredits {
7633
- interface BankAccounts {
7634
- /**
7635
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7636
- */
7637
- requested?: boolean;
7638
- }
7639
- }
7640
- namespace ReceivedDebits {
7641
- interface BankAccounts {
7642
- /**
7643
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7644
- */
7645
- requested?: boolean;
7646
- }
7647
- }
7648
- }
7649
6279
  }
7650
6280
  namespace Recipient {
7651
6281
  interface Capabilities {
7652
- /**
7653
- * Capabilities that enable OutboundPayments to a bank account linked to this Account.
7654
- */
7655
- bank_accounts?: Capabilities.BankAccounts;
7656
- /**
7657
- * Capability that enable OutboundPayments to a debit card linked to this Account.
7658
- */
7659
- cards?: Capabilities.Cards;
7660
6282
  /**
7661
6283
  * Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
7662
6284
  */
7663
6285
  stripe_balance?: Capabilities.StripeBalance;
7664
6286
  }
7665
6287
  namespace Capabilities {
7666
- interface BankAccounts {
7667
- /**
7668
- * Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
7669
- */
7670
- local?: BankAccounts.Local;
7671
- /**
7672
- * Enables this Account to receive OutboundPayments to linked bank accounts over wire.
7673
- */
7674
- wire?: BankAccounts.Wire;
7675
- }
7676
- interface Cards {
7677
- /**
7678
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7679
- */
7680
- requested?: boolean;
7681
- }
7682
6288
  interface StripeBalance {
7683
6289
  /**
7684
6290
  * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
7685
6291
  */
7686
6292
  stripe_transfers?: StripeBalance.StripeTransfers;
7687
6293
  }
7688
- namespace BankAccounts {
7689
- interface Local {
7690
- /**
7691
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7692
- */
7693
- requested?: boolean;
7694
- }
7695
- interface Wire {
7696
- /**
7697
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
7698
- */
7699
- requested?: boolean;
7700
- }
7701
- }
7702
6294
  namespace StripeBalance {
7703
6295
  interface StripeTransfers {
7704
6296
  /**
@@ -7711,7 +6303,7 @@ export declare namespace V2 {
7711
6303
  }
7712
6304
  }
7713
6305
  namespace Defaults {
7714
- type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW';
6306
+ type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW' | OtherString;
7715
6307
  interface Profile {
7716
6308
  /**
7717
6309
  * The business's publicly-available website.
@@ -7765,6 +6357,10 @@ export declare namespace V2 {
7765
6357
  terms_of_service?: Attestations.TermsOfService;
7766
6358
  }
7767
6359
  interface BusinessDetails {
6360
+ /**
6361
+ * Additional addresses associated with the business.
6362
+ */
6363
+ additional_addresses?: Array<BusinessDetails.AdditionalAddress>;
7768
6364
  /**
7769
6365
  * The business registration address of the business entity.
7770
6366
  */
@@ -7814,7 +6410,7 @@ export declare namespace V2 {
7814
6410
  */
7815
6411
  structure?: BusinessDetails.Structure;
7816
6412
  }
7817
- type EntityType = 'company' | 'government_entity' | 'individual' | 'non_profit';
6413
+ type EntityType = 'company' | 'government_entity' | 'individual' | 'non_profit' | OtherString;
7818
6414
  interface Individual {
7819
6415
  /**
7820
6416
  * Additional addresses associated with the individual.
@@ -8009,6 +6605,40 @@ export declare namespace V2 {
8009
6605
  }
8010
6606
  }
8011
6607
  namespace BusinessDetails {
6608
+ interface AdditionalAddress {
6609
+ /**
6610
+ * City, district, suburb, town, or village.
6611
+ */
6612
+ city?: string;
6613
+ /**
6614
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
6615
+ */
6616
+ country?: string;
6617
+ /**
6618
+ * Address line 1 (e.g., street, PO Box, or company name).
6619
+ */
6620
+ line1?: string;
6621
+ /**
6622
+ * Address line 2 (e.g., apartment, suite, unit, or building).
6623
+ */
6624
+ line2?: string;
6625
+ /**
6626
+ * ZIP or postal code.
6627
+ */
6628
+ postal_code?: string;
6629
+ /**
6630
+ * Purpose of additional address.
6631
+ */
6632
+ purpose: AdditionalAddress.Purpose;
6633
+ /**
6634
+ * State, county, province, or region.
6635
+ */
6636
+ state?: string;
6637
+ /**
6638
+ * Town or district.
6639
+ */
6640
+ town?: string;
6641
+ }
8012
6642
  interface AnnualRevenue {
8013
6643
  /**
8014
6644
  * A non-negative integer representing the amount in the smallest currency unit.
@@ -8115,7 +6745,10 @@ export declare namespace V2 {
8115
6745
  */
8116
6746
  kanji?: ScriptNames.Kanji;
8117
6747
  }
8118
- type Structure = 'cooperative' | 'free_zone_establishment' | 'free_zone_llc' | 'governmental_unit' | 'government_instrumentality' | 'incorporated_association' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_listed_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'trust' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership';
6748
+ type Structure = 'cooperative' | 'free_zone_establishment' | 'free_zone_llc' | 'governmental_unit' | 'government_instrumentality' | 'incorporated_association' | 'incorporated_non_profit' | 'incorporated_partnership' | 'limited_liability_partnership' | 'llc' | 'multi_member_llc' | 'private_company' | 'private_corporation' | 'private_partnership' | 'public_company' | 'public_corporation' | 'public_listed_corporation' | 'public_partnership' | 'registered_charity' | 'single_member_llc' | 'sole_establishment' | 'sole_proprietorship' | 'tax_exempt_government_instrumentality' | 'trust' | 'unincorporated_association' | 'unincorporated_non_profit' | 'unincorporated_partnership' | OtherString;
6749
+ namespace AdditionalAddress {
6750
+ type Purpose = 'administrative' | 'principal_place_of_business';
6751
+ }
8119
6752
  namespace Documents {
8120
6753
  interface BankAccountOwnershipVerification {
8121
6754
  /**
@@ -8255,7 +6888,7 @@ export declare namespace V2 {
8255
6888
  }
8256
6889
  }
8257
6890
  namespace IdNumber {
8258
- type Type = 'ae_crn' | 'ae_vat' | 'ao_nif' | 'ar_cuit' | 'at_fn' | 'at_stn' | 'at_vat' | 'au_abn' | 'au_acn' | 'au_in' | 'az_tin' | 'bd_etin' | 'be_cbe' | 'be_vat' | 'bg_uic' | 'bg_vat' | 'br_cnpj' | 'ca_cn' | 'ca_crarr' | 'ca_gst_hst' | 'ca_neq' | 'ca_rid' | 'ch_chid' | 'ch_uid' | 'cr_cpj' | 'cr_nite' | 'cy_he' | 'cy_tic' | 'cy_vat' | 'cz_ico' | 'cz_vat' | 'de_hrn' | 'de_stn' | 'de_vat' | 'dk_cvr' | 'dk_vat' | 'do_rcn' | 'ee_rk' | 'ee_vat' | 'es_cif' | 'es_vat' | 'fi_vat' | 'fi_yt' | 'fr_rna' | 'fr_siren' | 'fr_vat' | 'gb_crn' | 'gb_vat' | 'gi_crn' | 'gr_afm' | 'gr_gemi' | 'gr_vat' | 'gt_nit' | 'hk_br' | 'hk_cr' | 'hr_mbs' | 'hr_oib' | 'hr_vat' | 'hu_cjs' | 'hu_tin' | 'hu_vat' | 'ie_crn' | 'ie_trn' | 'ie_vat' | 'it_rea' | 'it_vat' | 'jp_cn' | 'kz_bin' | 'li_uid' | 'lt_ccrn' | 'lt_vat' | 'lu_nif' | 'lu_rcs' | 'lu_vat' | 'lv_urn' | 'lv_vat' | 'mt_crn' | 'mt_tin' | 'mt_vat' | 'mx_rfc' | 'my_brn' | 'my_coid' | 'my_itn' | 'my_sst' | 'mz_nuit' | 'nl_kvk' | 'nl_rsin' | 'nl_vat' | 'no_orgnr' | 'nz_bn' | 'nz_ird' | 'pe_ruc' | 'pk_ntn' | 'pl_nip' | 'pl_regon' | 'pl_vat' | 'pt_vat' | 'ro_cui' | 'ro_orc' | 'ro_vat' | 'sa_crn' | 'sa_tin' | 'se_orgnr' | 'se_vat' | 'sg_uen' | 'si_msp' | 'si_tin' | 'si_vat' | 'sk_dic' | 'sk_ico' | 'sk_vat' | 'th_crn' | 'th_prn' | 'th_tin' | 'us_ein';
6891
+ type Type = 'ae_crn' | 'ae_vat' | 'ao_nif' | 'ar_cuit' | 'at_fn' | 'at_stn' | 'at_vat' | 'au_abn' | 'au_acn' | 'au_in' | 'az_tin' | 'bd_etin' | 'be_cbe' | 'be_vat' | 'bg_uic' | 'bg_vat' | 'br_cnpj' | 'ca_cn' | 'ca_crarr' | 'ca_gst_hst' | 'ca_neq' | 'ca_rid' | 'ch_chid' | 'ch_uid' | 'cr_cpj' | 'cr_nite' | 'cy_he' | 'cy_tic' | 'cy_vat' | 'cz_ico' | 'cz_vat' | 'de_hrn' | 'de_stn' | 'de_vat' | 'dk_cvr' | 'dk_vat' | 'do_rcn' | 'ee_rk' | 'ee_vat' | 'es_cif' | 'es_vat' | 'fi_vat' | 'fi_yt' | 'fr_rna' | 'fr_siren' | 'fr_vat' | 'gb_crn' | 'gb_vat' | 'gi_crn' | 'gr_afm' | 'gr_gemi' | 'gr_vat' | 'gt_nit' | 'hk_br' | 'hk_cr' | 'hr_mbs' | 'hr_oib' | 'hr_vat' | 'hu_cjs' | 'hu_tin' | 'hu_vat' | 'ie_crn' | 'ie_trn' | 'ie_vat' | 'it_rea' | 'it_vat' | 'jp_cn' | 'kz_bin' | 'li_uid' | 'lt_ccrn' | 'lt_vat' | 'lu_nif' | 'lu_rcs' | 'lu_vat' | 'lv_urn' | 'lv_vat' | 'mt_crn' | 'mt_tin' | 'mt_vat' | 'mx_rfc' | 'my_brn' | 'my_coid' | 'my_itn' | 'my_sst' | 'mz_nuit' | 'nl_kvk' | 'nl_rsin' | 'nl_vat' | 'no_orgnr' | 'nz_bn' | 'nz_ird' | 'pe_ruc' | 'pk_ntn' | 'pl_nip' | 'pl_regon' | 'pl_vat' | 'pt_vat' | 'ro_cui' | 'ro_orc' | 'ro_vat' | 'sa_crn' | 'sa_tin' | 'se_orgnr' | 'se_vat' | 'sg_uen' | 'si_msp' | 'si_tin' | 'si_vat' | 'sk_dic' | 'sk_ico' | 'sk_vat' | 'th_crn' | 'th_prn' | 'th_tin' | 'us_ein' | OtherString;
8259
6892
  }
8260
6893
  namespace ScriptNames {
8261
6894
  interface Kana {
@@ -8371,8 +7004,8 @@ export declare namespace V2 {
8371
7004
  */
8372
7005
  value: string;
8373
7006
  }
8374
- type LegalGender = 'female' | 'male';
8375
- type PoliticalExposure = 'existing' | 'none';
7007
+ type LegalGender = 'female' | 'male' | OtherString;
7008
+ type PoliticalExposure = 'existing' | 'none' | OtherString;
8376
7009
  interface Relationship {
8377
7010
  /**
8378
7011
  * Whether the person is a director of the account's identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
@@ -8495,7 +7128,7 @@ export declare namespace V2 {
8495
7128
  }
8496
7129
  }
8497
7130
  namespace IdNumber {
8498
- type Type = 'ae_eid' | 'ao_nif' | 'ar_cuil' | 'ar_dni' | 'at_stn' | 'az_tin' | 'bd_brc' | 'bd_etin' | 'bd_nid' | 'be_nrn' | 'bg_ucn' | 'bn_nric' | 'br_cpf' | 'ca_sin' | 'ch_oasi' | 'cl_rut' | 'cn_pp' | 'co_nuip' | 'cr_ci' | 'cr_cpf' | 'cr_dimex' | 'cr_nite' | 'cy_tic' | 'cz_rc' | 'de_stn' | 'dk_cpr' | 'do_cie' | 'do_rcn' | 'ec_ci' | 'ee_ik' | 'es_nif' | 'fi_hetu' | 'fr_nir' | 'gb_nino' | 'gr_afm' | 'gt_nit' | 'hk_id' | 'hr_oib' | 'hu_ad' | 'id_nik' | 'ie_ppsn' | 'is_kt' | 'it_cf' | 'jp_inc' | 'ke_pin' | 'kz_iin' | 'li_peid' | 'lt_ak' | 'lu_nif' | 'lv_pk' | 'mx_rfc' | 'my_nric' | 'mz_nuit' | 'ng_nin' | 'nl_bsn' | 'no_nin' | 'nz_ird' | 'pe_dni' | 'pk_cnic' | 'pk_snic' | 'pl_pesel' | 'pt_nif' | 'ro_cnp' | 'sa_tin' | 'se_pin' | 'sg_fin' | 'sg_nric' | 'sk_dic' | 'th_lc' | 'th_pin' | 'tr_tin' | 'us_itin' | 'us_itin_last_4' | 'us_ssn' | 'us_ssn_last_4' | 'uy_dni' | 'za_id';
7131
+ type Type = 'ae_eid' | 'ao_nif' | 'ar_cuil' | 'ar_dni' | 'at_stn' | 'az_tin' | 'bd_brc' | 'bd_etin' | 'bd_nid' | 'be_nrn' | 'bg_ucn' | 'bn_nric' | 'br_cpf' | 'ca_sin' | 'ch_oasi' | 'cl_rut' | 'cn_pp' | 'co_nuip' | 'cr_ci' | 'cr_cpf' | 'cr_dimex' | 'cr_nite' | 'cy_tic' | 'cz_rc' | 'de_stn' | 'dk_cpr' | 'do_cie' | 'do_rcn' | 'ec_ci' | 'ee_ik' | 'es_nif' | 'fi_hetu' | 'fr_nir' | 'gb_nino' | 'gr_afm' | 'gt_nit' | 'hk_id' | 'hr_oib' | 'hu_ad' | 'id_nik' | 'ie_ppsn' | 'is_kt' | 'it_cf' | 'jp_inc' | 'ke_pin' | 'kz_iin' | 'li_peid' | 'lt_ak' | 'lu_nif' | 'lv_pk' | 'mx_rfc' | 'my_nric' | 'mz_nuit' | 'ng_nin' | 'nl_bsn' | 'no_nin' | 'nz_ird' | 'pe_dni' | 'pk_cnic' | 'pk_snic' | 'pl_pesel' | 'pt_nif' | 'ro_cnp' | 'sa_tin' | 'se_pin' | 'sg_fin' | 'sg_nric' | 'sk_dic' | 'th_lc' | 'th_pin' | 'tr_tin' | 'us_itin' | 'us_itin_last_4' | 'us_ssn' | 'us_ssn_last_4' | 'uy_dni' | 'za_id' | OtherString;
8499
7132
  }
8500
7133
  namespace ScriptNames {
8501
7134
  interface Kana {
@@ -8541,7 +7174,7 @@ export declare namespace V2 {
8541
7174
  limit?: number;
8542
7175
  }
8543
7176
  namespace AccountListParams {
8544
- type AppliedConfiguration = 'customer' | 'merchant' | 'recipient' | 'money_manager';
7177
+ type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
8545
7178
  }
8546
7179
  }
8547
7180
  }
@@ -8554,7 +7187,7 @@ export declare namespace V2 {
8554
7187
  applied_configurations?: Array<AccountCloseParams.AppliedConfiguration>;
8555
7188
  }
8556
7189
  namespace AccountCloseParams {
8557
- type AppliedConfiguration = 'customer' | 'merchant' | 'recipient' | 'money_manager';
7190
+ type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
8558
7191
  }
8559
7192
  }
8560
7193
  }