stripe 22.2.0 → 22.3.0-alpha.1

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 (1405) hide show
  1. package/CHANGELOG.md +2722 -74
  2. package/README.md +57 -65
  3. package/VERSION +1 -1
  4. package/cjs/Error.d.ts +53 -0
  5. package/cjs/Error.js +134 -1
  6. package/cjs/Error.js.map +1 -1
  7. package/cjs/RequestSender.d.ts +0 -1
  8. package/cjs/RequestSender.js +0 -8
  9. package/cjs/RequestSender.js.map +1 -1
  10. package/cjs/StripeEventNotificationHandler.d.ts +19 -0
  11. package/cjs/StripeEventNotificationHandler.js +470 -0
  12. package/cjs/StripeEventNotificationHandler.js.map +1 -0
  13. package/cjs/Types.d.ts +4 -2
  14. package/cjs/apiVersion.d.ts +1 -2
  15. package/cjs/apiVersion.js +2 -3
  16. package/cjs/apiVersion.js.map +1 -1
  17. package/cjs/resources/AccountLinks.d.ts +5 -1
  18. package/cjs/resources/AccountNotices.d.ts +140 -0
  19. package/cjs/resources/AccountNotices.js +29 -0
  20. package/cjs/resources/AccountNotices.js.map +1 -0
  21. package/cjs/resources/AccountSessions.d.ts +463 -0
  22. package/cjs/resources/AccountSessions.js.map +1 -1
  23. package/cjs/resources/AccountSignals.d.ts +110 -0
  24. package/cjs/resources/AccountSignals.js +4 -0
  25. package/cjs/resources/AccountSignals.js.map +1 -0
  26. package/cjs/resources/Accounts.d.ts +1010 -6
  27. package/cjs/resources/Accounts.js +47 -0
  28. package/cjs/resources/Accounts.js.map +1 -1
  29. package/cjs/resources/ApplicationFees.d.ts +28 -1
  30. package/cjs/resources/Balance.d.ts +134 -0
  31. package/cjs/resources/BalanceSettings.d.ts +18 -0
  32. package/cjs/resources/BalanceTransactions.d.ts +1 -1
  33. package/cjs/resources/BalanceTransfers.d.ts +160 -0
  34. package/cjs/resources/BalanceTransfers.js +15 -0
  35. package/cjs/resources/BalanceTransfers.js.map +1 -0
  36. package/cjs/resources/BankAccounts.d.ts +2 -2
  37. package/cjs/resources/Billing/AlertRecovereds.d.ts +40 -0
  38. package/cjs/resources/Billing/AlertRecovereds.js +4 -0
  39. package/cjs/resources/Billing/AlertRecovereds.js.map +1 -0
  40. package/cjs/resources/Billing/AlertTriggereds.d.ts +57 -1
  41. package/cjs/resources/Billing/Alerts.d.ts +408 -5
  42. package/cjs/resources/Billing/Alerts.js +321 -5
  43. package/cjs/resources/Billing/Alerts.js.map +1 -1
  44. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
  45. package/cjs/resources/Billing/Analytics/MeterUsage.js +15 -0
  46. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +1 -0
  47. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
  48. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +4 -0
  49. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
  50. package/cjs/resources/Billing/Analytics/index.d.ts +15 -0
  51. package/cjs/resources/Billing/Analytics/index.js +13 -0
  52. package/cjs/resources/Billing/Analytics/index.js.map +1 -0
  53. package/cjs/resources/Billing/CreditBalanceSummary.d.ts +126 -2
  54. package/cjs/resources/Billing/CreditBalanceSummary.js +39 -1
  55. package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
  56. package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
  57. package/cjs/resources/Billing/CreditBalanceTransactions.js +100 -1
  58. package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -1
  59. package/cjs/resources/Billing/CreditGrants.d.ts +85 -3
  60. package/cjs/resources/Billing/CreditGrants.js +134 -5
  61. package/cjs/resources/Billing/CreditGrants.js.map +1 -1
  62. package/cjs/resources/Billing/MeterEventSummaries.d.ts +6 -0
  63. package/cjs/resources/Billing/Meters.d.ts +31 -0
  64. package/cjs/resources/Billing/index.d.ts +6 -0
  65. package/cjs/resources/Billing/index.js +2 -0
  66. package/cjs/resources/Billing/index.js.map +1 -1
  67. package/cjs/resources/Capabilities.d.ts +25 -2
  68. package/cjs/resources/Capital/FinancingOffers.d.ts +191 -0
  69. package/cjs/resources/Capital/FinancingOffers.js +30 -0
  70. package/cjs/resources/Capital/FinancingOffers.js.map +1 -0
  71. package/cjs/resources/Capital/FinancingSummary.d.ts +98 -0
  72. package/cjs/resources/Capital/FinancingSummary.js +15 -0
  73. package/cjs/resources/Capital/FinancingSummary.js.map +1 -0
  74. package/cjs/resources/Capital/FinancingTransactions.d.ts +143 -0
  75. package/cjs/resources/Capital/FinancingTransactions.js +24 -0
  76. package/cjs/resources/Capital/FinancingTransactions.js.map +1 -0
  77. package/cjs/resources/Capital/index.d.ts +25 -0
  78. package/cjs/resources/Capital/index.js +17 -0
  79. package/cjs/resources/Capital/index.js.map +1 -0
  80. package/cjs/resources/Cards.d.ts +15 -0
  81. package/cjs/resources/Charges.d.ts +3513 -70
  82. package/cjs/resources/Charges.js.map +1 -1
  83. package/cjs/resources/Checkout/Sessions.d.ts +792 -9
  84. package/cjs/resources/Checkout/Sessions.js +88 -0
  85. package/cjs/resources/Checkout/Sessions.js.map +1 -1
  86. package/cjs/resources/Checkout/index.d.ts +1 -0
  87. package/cjs/resources/ConfirmationTokens.d.ts +130 -1
  88. package/cjs/resources/ConfirmationTokens.js.map +1 -1
  89. package/cjs/resources/Coupons.d.ts +128 -2
  90. package/cjs/resources/Coupons.js +41 -0
  91. package/cjs/resources/Coupons.js.map +1 -1
  92. package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
  93. package/cjs/resources/CreditNotes.d.ts +7 -1
  94. package/cjs/resources/CreditNotes.js +13 -0
  95. package/cjs/resources/CreditNotes.js.map +1 -1
  96. package/cjs/resources/CustomerSessions.d.ts +74 -0
  97. package/cjs/resources/CustomerSessions.js +13 -0
  98. package/cjs/resources/CustomerSessions.js.map +1 -1
  99. package/cjs/resources/Customers.d.ts +85 -1
  100. package/cjs/resources/Customers.js +195 -0
  101. package/cjs/resources/Customers.js.map +1 -1
  102. package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +1405 -0
  103. package/cjs/resources/DelegatedCheckout/RequestedSessions.js +39 -0
  104. package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
  105. package/cjs/resources/DelegatedCheckout/index.d.ts +16 -0
  106. package/cjs/resources/DelegatedCheckout/index.js +13 -0
  107. package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
  108. package/cjs/resources/Discounts.d.ts +19 -0
  109. package/cjs/resources/Disputes.d.ts +43 -0
  110. package/cjs/resources/Disputes.js +14 -0
  111. package/cjs/resources/Disputes.js.map +1 -1
  112. package/cjs/resources/Events.d.ts +573 -2
  113. package/cjs/resources/ExternalAccounts.d.ts +212 -1
  114. package/cjs/resources/ExternalAccounts.js +44 -0
  115. package/cjs/resources/ExternalAccounts.js.map +1 -1
  116. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
  117. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +4 -0
  118. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
  119. package/cjs/resources/FinancialConnections/Accounts.d.ts +74 -4
  120. package/cjs/resources/FinancialConnections/Accounts.js +8 -0
  121. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  122. package/cjs/resources/FinancialConnections/Authorizations.d.ts +87 -0
  123. package/cjs/resources/FinancialConnections/Authorizations.js +15 -0
  124. package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -0
  125. package/cjs/resources/FinancialConnections/Institutions.d.ts +101 -0
  126. package/cjs/resources/FinancialConnections/Institutions.js +23 -0
  127. package/cjs/resources/FinancialConnections/Institutions.js.map +1 -0
  128. package/cjs/resources/FinancialConnections/Sessions.d.ts +155 -7
  129. package/cjs/resources/FinancialConnections/index.d.ts +21 -6
  130. package/cjs/resources/FinancialConnections/index.js +4 -0
  131. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  132. package/cjs/resources/FrMealVouchersOnboardings.d.ts +173 -0
  133. package/cjs/resources/FrMealVouchersOnboardings.js +42 -0
  134. package/cjs/resources/FrMealVouchersOnboardings.js.map +1 -0
  135. package/cjs/resources/FxQuotes.d.ts +212 -0
  136. package/cjs/resources/FxQuotes.js +29 -0
  137. package/cjs/resources/FxQuotes.js.map +1 -0
  138. package/cjs/resources/Identity/BlocklistEntries.d.ts +157 -0
  139. package/cjs/resources/Identity/BlocklistEntries.js +54 -0
  140. package/cjs/resources/Identity/BlocklistEntries.js.map +1 -0
  141. package/cjs/resources/Identity/VerificationReports.d.ts +33 -2
  142. package/cjs/resources/Identity/VerificationReports.js.map +1 -1
  143. package/cjs/resources/Identity/VerificationSessions.d.ts +11 -3
  144. package/cjs/resources/Identity/index.d.ts +18 -10
  145. package/cjs/resources/Identity/index.js +2 -0
  146. package/cjs/resources/Identity/index.js.map +1 -1
  147. package/cjs/resources/InvoiceItems.d.ts +203 -2
  148. package/cjs/resources/InvoiceItems.js +41 -0
  149. package/cjs/resources/InvoiceItems.js.map +1 -1
  150. package/cjs/resources/InvoiceLineItems.d.ts +174 -4
  151. package/cjs/resources/InvoiceRenderingTemplates.d.ts +12 -0
  152. package/cjs/resources/InvoiceRenderingTemplates.js +28 -0
  153. package/cjs/resources/InvoiceRenderingTemplates.js.map +1 -1
  154. package/cjs/resources/Invoices.d.ts +2063 -20
  155. package/cjs/resources/Invoices.js +221 -0
  156. package/cjs/resources/Invoices.js.map +1 -1
  157. package/cjs/resources/Issuing/Authorizations.d.ts +273 -0
  158. package/cjs/resources/Issuing/Cardholders.d.ts +5 -4
  159. package/cjs/resources/Issuing/Cards.d.ts +36 -0
  160. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
  161. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +47 -0
  162. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
  163. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
  164. package/cjs/resources/Issuing/DisputeSettlementDetails.js +23 -0
  165. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
  166. package/cjs/resources/Issuing/Disputes.d.ts +190 -0
  167. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
  168. package/cjs/resources/Issuing/FraudLiabilityDebits.js +23 -0
  169. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
  170. package/cjs/resources/Issuing/Programs.d.ts +95 -0
  171. package/cjs/resources/Issuing/Programs.js +35 -0
  172. package/cjs/resources/Issuing/Programs.js.map +1 -0
  173. package/cjs/resources/Issuing/Settlements.d.ts +85 -0
  174. package/cjs/resources/Issuing/Settlements.js +4 -0
  175. package/cjs/resources/Issuing/Settlements.js.map +1 -0
  176. package/cjs/resources/Issuing/Transactions.d.ts +157 -0
  177. package/cjs/resources/Issuing/Transactions.js.map +1 -1
  178. package/cjs/resources/Issuing/index.d.ts +55 -22
  179. package/cjs/resources/Issuing/index.js +8 -0
  180. package/cjs/resources/Issuing/index.js.map +1 -1
  181. package/cjs/resources/LineItems.d.ts +29 -2
  182. package/cjs/resources/Mandates.d.ts +33 -1
  183. package/cjs/resources/Mandates.js +8 -0
  184. package/cjs/resources/Mandates.js.map +1 -1
  185. package/cjs/resources/Margins.d.ts +115 -0
  186. package/cjs/resources/Margins.js +35 -0
  187. package/cjs/resources/Margins.js.map +1 -0
  188. package/cjs/resources/Orchestration/PaymentAttempts.d.ts +34 -0
  189. package/cjs/resources/Orchestration/PaymentAttempts.js +15 -0
  190. package/cjs/resources/Orchestration/PaymentAttempts.js.map +1 -0
  191. package/cjs/resources/Orchestration/index.d.ts +12 -0
  192. package/cjs/resources/Orchestration/index.js +13 -0
  193. package/cjs/resources/Orchestration/index.js.map +1 -0
  194. package/cjs/resources/Orders.d.ts +4761 -0
  195. package/cjs/resources/Orders.js +457 -0
  196. package/cjs/resources/Orders.js.map +1 -0
  197. package/cjs/resources/PaymentAttemptRecords.d.ts +453 -1
  198. package/cjs/resources/PaymentAttemptRecords.js +42 -0
  199. package/cjs/resources/PaymentAttemptRecords.js.map +1 -1
  200. package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
  201. package/cjs/resources/PaymentIntents.d.ts +16623 -3576
  202. package/cjs/resources/PaymentIntents.js +40 -0
  203. package/cjs/resources/PaymentIntents.js.map +1 -1
  204. package/cjs/resources/PaymentLinks.d.ts +74 -12
  205. package/cjs/resources/PaymentLocationCapabilities.d.ts +122 -0
  206. package/cjs/resources/PaymentLocationCapabilities.js +29 -0
  207. package/cjs/resources/PaymentLocationCapabilities.js.map +1 -0
  208. package/cjs/resources/PaymentLocations.d.ts +178 -0
  209. package/cjs/resources/PaymentLocations.js +41 -0
  210. package/cjs/resources/PaymentLocations.js.map +1 -0
  211. package/cjs/resources/PaymentMethodBalances.d.ts +46 -0
  212. package/cjs/resources/PaymentMethodBalances.js +4 -0
  213. package/cjs/resources/PaymentMethodBalances.js.map +1 -0
  214. package/cjs/resources/PaymentMethodConfigurations.d.ts +350 -0
  215. package/cjs/resources/PaymentMethods.d.ts +262 -3
  216. package/cjs/resources/PaymentMethods.js +20 -0
  217. package/cjs/resources/PaymentMethods.js.map +1 -1
  218. package/cjs/resources/PaymentRecords.d.ts +351 -21
  219. package/cjs/resources/PaymentRecords.js.map +1 -1
  220. package/cjs/resources/Persons.d.ts +24 -2
  221. package/cjs/resources/Plans.d.ts +16 -0
  222. package/cjs/resources/Prices.d.ts +76 -0
  223. package/cjs/resources/Prices.js +27 -0
  224. package/cjs/resources/Prices.js.map +1 -1
  225. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
  226. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +4 -0
  227. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
  228. package/cjs/resources/Privacy/RedactionJobs.d.ts +229 -0
  229. package/cjs/resources/Privacy/RedactionJobs.js +73 -0
  230. package/cjs/resources/Privacy/RedactionJobs.js.map +1 -0
  231. package/cjs/resources/Privacy/index.d.ts +22 -0
  232. package/cjs/resources/Privacy/index.js +13 -0
  233. package/cjs/resources/Privacy/index.js.map +1 -0
  234. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +127 -0
  235. package/cjs/resources/ProductCatalog/TrialOffers.js +15 -0
  236. package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
  237. package/cjs/resources/ProductCatalog/index.d.ts +12 -0
  238. package/cjs/resources/ProductCatalog/index.js +13 -0
  239. package/cjs/resources/ProductCatalog/index.js.map +1 -0
  240. package/cjs/resources/Products.d.ts +171 -0
  241. package/cjs/resources/Products.js +69 -0
  242. package/cjs/resources/Products.js.map +1 -1
  243. package/cjs/resources/Profiles.d.ts +26 -0
  244. package/cjs/resources/Profiles.js +4 -0
  245. package/cjs/resources/Profiles.js.map +1 -0
  246. package/cjs/resources/PromotionCodes.d.ts +12 -0
  247. package/cjs/resources/PromotionCodes.js +27 -0
  248. package/cjs/resources/PromotionCodes.js.map +1 -1
  249. package/cjs/resources/QuoteLines.d.ts +684 -0
  250. package/cjs/resources/QuoteLines.js +4 -0
  251. package/cjs/resources/QuoteLines.js.map +1 -0
  252. package/cjs/resources/QuotePreviewInvoices.d.ts +1173 -0
  253. package/cjs/resources/QuotePreviewInvoices.js +4 -0
  254. package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
  255. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +901 -0
  256. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
  257. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
  258. package/cjs/resources/Quotes.d.ts +3548 -254
  259. package/cjs/resources/Quotes.js +1184 -16
  260. package/cjs/resources/Quotes.js.map +1 -1
  261. package/cjs/resources/Radar/AccountEvaluations.d.ts +270 -0
  262. package/cjs/resources/Radar/AccountEvaluations.js +27 -0
  263. package/cjs/resources/Radar/AccountEvaluations.js.map +1 -0
  264. package/cjs/resources/Radar/CustomerEvaluations.d.ts +214 -0
  265. package/cjs/resources/Radar/CustomerEvaluations.js +21 -0
  266. package/cjs/resources/Radar/CustomerEvaluations.js.map +1 -0
  267. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
  268. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js +15 -0
  269. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
  270. package/cjs/resources/Radar/PaymentEvaluations.d.ts +63 -1
  271. package/cjs/resources/Radar/ValueListItems.d.ts +8 -0
  272. package/cjs/resources/Radar/ValueListItems.js +13 -0
  273. package/cjs/resources/Radar/ValueListItems.js.map +1 -1
  274. package/cjs/resources/Radar/index.d.ts +34 -16
  275. package/cjs/resources/Radar/index.js +6 -0
  276. package/cjs/resources/Radar/index.js.map +1 -1
  277. package/cjs/resources/Refunds.d.ts +23 -0
  278. package/cjs/resources/Refunds.js +27 -0
  279. package/cjs/resources/Refunds.js.map +1 -1
  280. package/cjs/resources/Reserve/Holds.d.ts +53 -1
  281. package/cjs/resources/Reserve/Holds.js +19 -0
  282. package/cjs/resources/Reserve/Holds.js.map +1 -1
  283. package/cjs/resources/Reserve/Plans.d.ts +16 -0
  284. package/cjs/resources/Reserve/Plans.js +11 -0
  285. package/cjs/resources/Reserve/Plans.js.map +1 -1
  286. package/cjs/resources/Reserve/Releases.d.ts +41 -1
  287. package/cjs/resources/Reserve/Releases.js +19 -0
  288. package/cjs/resources/Reserve/Releases.js.map +1 -1
  289. package/cjs/resources/Reserve/index.d.ts +14 -3
  290. package/cjs/resources/Reserve/index.js +10 -2
  291. package/cjs/resources/Reserve/index.js.map +1 -1
  292. package/cjs/resources/RiskSignals.d.ts +10 -0
  293. package/cjs/resources/RiskSignals.js +4 -0
  294. package/cjs/resources/RiskSignals.js.map +1 -0
  295. package/cjs/resources/SetupAttempts.d.ts +26 -1
  296. package/cjs/resources/SetupIntents.d.ts +561 -11
  297. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +1137 -0
  298. package/cjs/resources/SharedPayment/GrantedTokens.js +15 -0
  299. package/cjs/resources/SharedPayment/GrantedTokens.js.map +1 -0
  300. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +322 -0
  301. package/cjs/resources/SharedPayment/IssuedTokens.js +27 -0
  302. package/cjs/resources/SharedPayment/IssuedTokens.js.map +1 -0
  303. package/cjs/resources/SharedPayment/index.d.ts +19 -0
  304. package/cjs/resources/SharedPayment/index.js +15 -0
  305. package/cjs/resources/SharedPayment/index.js.map +1 -0
  306. package/cjs/resources/Sources.d.ts +16 -1
  307. package/cjs/resources/SubscriptionItems.d.ts +265 -0
  308. package/cjs/resources/SubscriptionItems.js +41 -0
  309. package/cjs/resources/SubscriptionItems.js.map +1 -1
  310. package/cjs/resources/SubscriptionSchedules.d.ts +1949 -19
  311. package/cjs/resources/SubscriptionSchedules.js +61 -0
  312. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  313. package/cjs/resources/Subscriptions.d.ts +965 -12
  314. package/cjs/resources/Subscriptions.js +289 -0
  315. package/cjs/resources/Subscriptions.js.map +1 -1
  316. package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -2
  317. package/cjs/resources/Tax/Calculations.d.ts +7 -3
  318. package/cjs/resources/Tax/Forms.d.ts +230 -0
  319. package/cjs/resources/Tax/Forms.js +32 -0
  320. package/cjs/resources/Tax/Forms.js.map +1 -0
  321. package/cjs/resources/Tax/Locations.d.ts +108 -0
  322. package/cjs/resources/Tax/Locations.js +33 -0
  323. package/cjs/resources/Tax/Locations.js.map +1 -0
  324. package/cjs/resources/Tax/Registrations.d.ts +171 -2
  325. package/cjs/resources/Tax/Registrations.js +27 -0
  326. package/cjs/resources/Tax/Registrations.js.map +1 -1
  327. package/cjs/resources/Tax/Settings.d.ts +8 -0
  328. package/cjs/resources/Tax/Settings.js +13 -0
  329. package/cjs/resources/Tax/Settings.js.map +1 -1
  330. package/cjs/resources/Tax/Transactions.d.ts +10 -2
  331. package/cjs/resources/Tax/Transactions.js +13 -0
  332. package/cjs/resources/Tax/Transactions.js.map +1 -1
  333. package/cjs/resources/Tax/index.d.ts +27 -13
  334. package/cjs/resources/Tax/index.js +4 -0
  335. package/cjs/resources/Tax/index.js.map +1 -1
  336. package/cjs/resources/TaxCodes.d.ts +15 -0
  337. package/cjs/resources/TaxIds.d.ts +6 -0
  338. package/cjs/resources/TaxIds.js +13 -0
  339. package/cjs/resources/TaxIds.js.map +1 -1
  340. package/cjs/resources/TaxRates.d.ts +12 -0
  341. package/cjs/resources/TaxRates.js +27 -0
  342. package/cjs/resources/TaxRates.js.map +1 -1
  343. package/cjs/resources/Terminal/Configurations.d.ts +27 -0
  344. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +52 -0
  345. package/cjs/resources/Terminal/ReaderCollectedData.js +15 -0
  346. package/cjs/resources/Terminal/ReaderCollectedData.js.map +1 -0
  347. package/cjs/resources/Terminal/Readers.d.ts +17 -1
  348. package/cjs/resources/Terminal/index.d.ts +5 -0
  349. package/cjs/resources/Terminal/index.js +2 -0
  350. package/cjs/resources/Terminal/index.js.map +1 -1
  351. package/cjs/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
  352. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +21 -0
  353. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
  354. package/cjs/resources/TestHelpers/Capital/index.d.ts +8 -0
  355. package/cjs/resources/TestHelpers/Capital/index.js +13 -0
  356. package/cjs/resources/TestHelpers/Capital/index.js.map +1 -0
  357. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +88 -1
  358. package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
  359. package/cjs/resources/TestHelpers/Issuing/Disputes.d.ts +104 -0
  360. package/cjs/resources/TestHelpers/Issuing/Disputes.js +33 -0
  361. package/cjs/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
  362. package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
  363. package/cjs/resources/TestHelpers/Issuing/index.d.ts +2 -0
  364. package/cjs/resources/TestHelpers/Issuing/index.js +2 -0
  365. package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -1
  366. package/cjs/resources/TestHelpers/PaymentIntents.d.ts +36 -0
  367. package/cjs/resources/TestHelpers/PaymentIntents.js +15 -0
  368. package/cjs/resources/TestHelpers/PaymentIntents.js.map +1 -0
  369. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
  370. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +21 -0
  371. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
  372. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
  373. package/cjs/resources/TestHelpers/SharedPayment/index.js +13 -0
  374. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +1 -0
  375. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
  376. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
  377. package/cjs/resources/TestHelpers/index.d.ts +14 -6
  378. package/cjs/resources/TestHelpers/index.js +12 -6
  379. package/cjs/resources/TestHelpers/index.js.map +1 -1
  380. package/cjs/resources/Tokens.d.ts +56 -0
  381. package/cjs/resources/Transfers.d.ts +12 -0
  382. package/cjs/resources/Transfers.js.map +1 -1
  383. package/cjs/resources/TransitBalances.d.ts +25 -0
  384. package/cjs/resources/TransitBalances.js +4 -0
  385. package/cjs/resources/TransitBalances.js.map +1 -0
  386. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
  387. package/cjs/resources/Treasury/FinancialAccounts.d.ts +34 -1
  388. package/cjs/resources/Treasury/OutboundPayments.d.ts +8 -0
  389. package/cjs/resources/Treasury/OutboundTransfers.d.ts +44 -0
  390. package/cjs/resources/Treasury/ReceivedCredits.d.ts +22 -0
  391. package/cjs/resources/Treasury/ReceivedDebits.d.ts +26 -0
  392. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
  393. package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
  394. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
  395. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
  396. package/cjs/resources/V2/Billing/BillSettings/Versions.js +23 -0
  397. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
  398. package/cjs/resources/V2/Billing/BillSettings.d.ts +284 -0
  399. package/cjs/resources/V2/Billing/BillSettings.js +41 -0
  400. package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
  401. package/cjs/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
  402. package/cjs/resources/V2/Billing/CadenceSpendModifiers.js +4 -0
  403. package/cjs/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
  404. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
  405. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js +23 -0
  406. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
  407. package/cjs/resources/V2/Billing/Cadences.d.ts +1015 -0
  408. package/cjs/resources/V2/Billing/Cadences.js +264 -0
  409. package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
  410. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
  411. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
  412. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
  413. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
  414. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +70 -0
  415. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
  416. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +779 -0
  417. package/cjs/resources/V2/Billing/CollectionSettings.js +166 -0
  418. package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
  419. package/cjs/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
  420. package/cjs/resources/V2/Billing/CustomPricingUnits.js +35 -0
  421. package/cjs/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
  422. package/cjs/resources/V2/Billing/IntentActions.d.ts +607 -0
  423. package/cjs/resources/V2/Billing/IntentActions.js +4 -0
  424. package/cjs/resources/V2/Billing/IntentActions.js.map +1 -0
  425. package/cjs/resources/V2/Billing/Intents/Actions.d.ts +33 -0
  426. package/cjs/resources/V2/Billing/Intents/Actions.js +70 -0
  427. package/cjs/resources/V2/Billing/Intents/Actions.js.map +1 -0
  428. package/cjs/resources/V2/Billing/Intents.d.ts +1257 -0
  429. package/cjs/resources/V2/Billing/Intents.js +87 -0
  430. package/cjs/resources/V2/Billing/Intents.js.map +1 -0
  431. package/cjs/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
  432. package/cjs/resources/V2/Billing/LicenseFeeVersions.js +4 -0
  433. package/cjs/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
  434. package/cjs/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
  435. package/cjs/resources/V2/Billing/LicenseFees/Versions.js +64 -0
  436. package/cjs/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
  437. package/cjs/resources/V2/Billing/LicenseFees.d.ts +364 -0
  438. package/cjs/resources/V2/Billing/LicenseFees.js +148 -0
  439. package/cjs/resources/V2/Billing/LicenseFees.js.map +1 -0
  440. package/cjs/resources/V2/Billing/LicensedItems.d.ts +174 -0
  441. package/cjs/resources/V2/Billing/LicensedItems.js +35 -0
  442. package/cjs/resources/V2/Billing/LicensedItems.js.map +1 -0
  443. package/cjs/resources/V2/Billing/MeteredItems.d.ts +222 -0
  444. package/cjs/resources/V2/Billing/MeteredItems.js +35 -0
  445. package/cjs/resources/V2/Billing/MeteredItems.js.map +1 -0
  446. package/cjs/resources/V2/Billing/OneTimeItems.d.ts +174 -0
  447. package/cjs/resources/V2/Billing/OneTimeItems.js +35 -0
  448. package/cjs/resources/V2/Billing/OneTimeItems.js.map +1 -0
  449. package/cjs/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
  450. package/cjs/resources/V2/Billing/PricingPlanComponents.js +4 -0
  451. package/cjs/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
  452. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
  453. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +296 -0
  454. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
  455. package/cjs/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
  456. package/cjs/resources/V2/Billing/PricingPlanVersions.js +4 -0
  457. package/cjs/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
  458. package/cjs/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
  459. package/cjs/resources/V2/Billing/PricingPlans/Components.js +41 -0
  460. package/cjs/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
  461. package/cjs/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
  462. package/cjs/resources/V2/Billing/PricingPlans/Versions.js +23 -0
  463. package/cjs/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
  464. package/cjs/resources/V2/Billing/PricingPlans.d.ts +173 -0
  465. package/cjs/resources/V2/Billing/PricingPlans.js +43 -0
  466. package/cjs/resources/V2/Billing/PricingPlans.js.map +1 -0
  467. package/cjs/resources/V2/Billing/Profiles.d.ts +166 -0
  468. package/cjs/resources/V2/Billing/Profiles.js +35 -0
  469. package/cjs/resources/V2/Billing/Profiles.js.map +1 -0
  470. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
  471. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +4 -0
  472. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
  473. package/cjs/resources/V2/Billing/RateCardRates.d.ts +115 -0
  474. package/cjs/resources/V2/Billing/RateCardRates.js +4 -0
  475. package/cjs/resources/V2/Billing/RateCardRates.js.map +1 -0
  476. package/cjs/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
  477. package/cjs/resources/V2/Billing/RateCardSubscriptions.js +41 -0
  478. package/cjs/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
  479. package/cjs/resources/V2/Billing/RateCardVersions.d.ts +22 -0
  480. package/cjs/resources/V2/Billing/RateCardVersions.js +4 -0
  481. package/cjs/resources/V2/Billing/RateCardVersions.js.map +1 -0
  482. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
  483. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +35 -0
  484. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
  485. package/cjs/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
  486. package/cjs/resources/V2/Billing/RateCards/Rates.js +110 -0
  487. package/cjs/resources/V2/Billing/RateCards/Rates.js.map +1 -0
  488. package/cjs/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
  489. package/cjs/resources/V2/Billing/RateCards/Versions.js +23 -0
  490. package/cjs/resources/V2/Billing/RateCards/Versions.js.map +1 -0
  491. package/cjs/resources/V2/Billing/RateCards.d.ts +340 -0
  492. package/cjs/resources/V2/Billing/RateCards.js +76 -0
  493. package/cjs/resources/V2/Billing/RateCards.js.map +1 -0
  494. package/cjs/resources/V2/Billing/ServiceActions.d.ts +514 -0
  495. package/cjs/resources/V2/Billing/ServiceActions.js +162 -0
  496. package/cjs/resources/V2/Billing/ServiceActions.js.map +1 -0
  497. package/cjs/resources/V2/Billing/index.d.ts +161 -6
  498. package/cjs/resources/V2/Billing/index.js +30 -0
  499. package/cjs/resources/V2/Billing/index.js.map +1 -1
  500. package/cjs/resources/V2/Core/AccountEvaluations.d.ts +160 -0
  501. package/cjs/resources/V2/Core/AccountEvaluations.js +15 -0
  502. package/cjs/resources/V2/Core/AccountEvaluations.js.map +1 -0
  503. package/cjs/resources/V2/Core/AccountLinks.d.ts +158 -6
  504. package/cjs/resources/V2/Core/AccountPersons.d.ts +1 -1
  505. package/cjs/resources/V2/Core/AccountTokens.d.ts +220 -2
  506. package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
  507. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  508. package/cjs/resources/V2/Core/Accounts.d.ts +5551 -58
  509. package/cjs/resources/V2/Core/ApprovalRequests.d.ts +334 -0
  510. package/cjs/resources/V2/Core/ApprovalRequests.js +46 -0
  511. package/cjs/resources/V2/Core/ApprovalRequests.js.map +1 -0
  512. package/cjs/resources/V2/Core/BatchJobs.d.ts +373 -0
  513. package/cjs/resources/V2/Core/BatchJobs.js +225 -0
  514. package/cjs/resources/V2/Core/BatchJobs.js.map +1 -0
  515. package/cjs/resources/V2/Core/ClaimableSandboxes.d.ts +229 -0
  516. package/cjs/resources/V2/Core/ClaimableSandboxes.js +31 -0
  517. package/cjs/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
  518. package/cjs/resources/V2/Core/ConnectionSessions.d.ts +90 -0
  519. package/cjs/resources/V2/Core/ConnectionSessions.js +21 -0
  520. package/cjs/resources/V2/Core/ConnectionSessions.js.map +1 -0
  521. package/cjs/resources/V2/Core/Events.d.ts +7586 -232
  522. package/cjs/resources/V2/Core/FeeBatches.d.ts +172 -0
  523. package/cjs/resources/V2/Core/FeeBatches.js +23 -0
  524. package/cjs/resources/V2/Core/FeeBatches.js.map +1 -0
  525. package/cjs/resources/V2/Core/FeeEntries.d.ts +178 -0
  526. package/cjs/resources/V2/Core/FeeEntries.js +23 -0
  527. package/cjs/resources/V2/Core/FeeEntries.js.map +1 -0
  528. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
  529. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +54 -0
  530. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
  531. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
  532. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +62 -0
  533. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
  534. package/cjs/resources/V2/Core/Vault/index.d.ts +28 -0
  535. package/cjs/resources/V2/Core/Vault/index.js +15 -0
  536. package/cjs/resources/V2/Core/Vault/index.js.map +1 -0
  537. package/cjs/resources/V2/Core/index.d.ts +63 -14
  538. package/cjs/resources/V2/Core/index.js +16 -0
  539. package/cjs/resources/V2/Core/index.js.map +1 -1
  540. package/cjs/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
  541. package/cjs/resources/V2/Data/Analytics/MetricQuery.js +36 -0
  542. package/cjs/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
  543. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
  544. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js +4 -0
  545. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
  546. package/cjs/resources/V2/Data/Analytics/index.d.ts +12 -0
  547. package/cjs/resources/V2/Data/Analytics/index.js +13 -0
  548. package/cjs/resources/V2/Data/Analytics/index.js.map +1 -0
  549. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +156 -0
  550. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +46 -0
  551. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
  552. package/cjs/resources/V2/Data/Reporting/index.d.ts +13 -0
  553. package/cjs/resources/V2/Data/Reporting/index.js +13 -0
  554. package/cjs/resources/V2/Data/Reporting/index.js.map +1 -0
  555. package/cjs/resources/V2/Data/index.d.ts +13 -0
  556. package/cjs/resources/V2/Data/index.js +15 -0
  557. package/cjs/resources/V2/Data/index.js.map +1 -0
  558. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
  559. package/cjs/resources/V2/Extend/WorkflowRuns.js +23 -0
  560. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +1 -0
  561. package/cjs/resources/V2/Extend/Workflows.d.ts +123 -0
  562. package/cjs/resources/V2/Extend/Workflows.js +30 -0
  563. package/cjs/resources/V2/Extend/Workflows.js.map +1 -0
  564. package/cjs/resources/V2/Extend/index.d.ts +20 -0
  565. package/cjs/resources/V2/Extend/index.js +15 -0
  566. package/cjs/resources/V2/Extend/index.js.map +1 -0
  567. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
  568. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
  569. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
  570. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
  571. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
  572. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
  573. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +214 -0
  574. package/cjs/resources/V2/Iam/ActivityLogs.js +23 -0
  575. package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
  576. package/cjs/resources/V2/Iam/ApiKeys.d.ts +280 -0
  577. package/cjs/resources/V2/Iam/ApiKeys.js +47 -0
  578. package/cjs/resources/V2/Iam/ApiKeys.js.map +1 -0
  579. package/cjs/resources/V2/Iam/index.d.ts +23 -0
  580. package/cjs/resources/V2/Iam/index.js +15 -0
  581. package/cjs/resources/V2/Iam/index.js.map +1 -0
  582. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +139 -0
  583. package/cjs/resources/V2/MoneyManagement/Adjustments.js +23 -0
  584. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
  585. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.d.ts +135 -0
  586. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +31 -0
  587. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
  588. package/cjs/resources/V2/MoneyManagement/DebitDisputes.d.ts +171 -0
  589. package/cjs/resources/V2/MoneyManagement/DebitDisputes.js +29 -0
  590. package/cjs/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
  591. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
  592. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js +4 -0
  593. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
  594. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
  595. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +53 -0
  596. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
  597. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +417 -0
  598. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +50 -0
  599. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
  600. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +308 -0
  601. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +31 -0
  602. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
  603. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +254 -0
  604. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +30 -0
  605. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
  606. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +222 -0
  607. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +22 -0
  608. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
  609. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +524 -0
  610. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +41 -0
  611. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
  612. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +321 -0
  613. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +49 -0
  614. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
  615. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +342 -0
  616. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +39 -0
  617. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
  618. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +270 -0
  619. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +44 -0
  620. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
  621. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
  622. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +17 -0
  623. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
  624. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +458 -0
  625. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +23 -0
  626. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
  627. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +251 -0
  628. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +23 -0
  629. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
  630. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.d.ts +120 -0
  631. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +27 -0
  632. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
  633. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +249 -0
  634. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +23 -0
  635. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
  636. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +280 -0
  637. package/cjs/resources/V2/MoneyManagement/Transactions.js +23 -0
  638. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +1 -0
  639. package/cjs/resources/V2/MoneyManagement/index.d.ts +128 -0
  640. package/cjs/resources/V2/MoneyManagement/index.js +45 -0
  641. package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
  642. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +96 -0
  643. package/cjs/resources/V2/Network/BusinessProfiles.js +21 -0
  644. package/cjs/resources/V2/Network/BusinessProfiles.js.map +1 -0
  645. package/cjs/resources/V2/Network/index.d.ts +13 -0
  646. package/cjs/resources/V2/Network/index.js +13 -0
  647. package/cjs/resources/V2/Network/index.js.map +1 -0
  648. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +147 -0
  649. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +41 -0
  650. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
  651. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
  652. package/cjs/resources/V2/OrchestratedCommerce/index.js +13 -0
  653. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +1 -0
  654. package/cjs/resources/V2/Payments/OffSessionPayments.d.ts +827 -0
  655. package/cjs/resources/V2/Payments/OffSessionPayments.js +53 -0
  656. package/cjs/resources/V2/Payments/OffSessionPayments.js.map +1 -0
  657. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
  658. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js +4 -0
  659. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
  660. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
  661. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +35 -0
  662. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
  663. package/cjs/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
  664. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +53 -0
  665. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
  666. package/cjs/resources/V2/Payments/index.d.ts +31 -0
  667. package/cjs/resources/V2/Payments/index.js +15 -0
  668. package/cjs/resources/V2/Payments/index.js.map +1 -0
  669. package/cjs/resources/V2/Reporting/ReportRuns.d.ts +173 -0
  670. package/cjs/resources/V2/Reporting/ReportRuns.js +50 -0
  671. package/cjs/resources/V2/Reporting/ReportRuns.js.map +1 -0
  672. package/cjs/resources/V2/Reporting/Reports.d.ts +110 -0
  673. package/cjs/resources/V2/Reporting/Reports.js +17 -0
  674. package/cjs/resources/V2/Reporting/Reports.js.map +1 -0
  675. package/cjs/resources/V2/Reporting/index.d.ts +18 -0
  676. package/cjs/resources/V2/Reporting/index.js +15 -0
  677. package/cjs/resources/V2/Reporting/index.js.map +1 -0
  678. package/cjs/resources/V2/Tax/ManualRules.d.ts +335 -0
  679. package/cjs/resources/V2/Tax/ManualRules.js +193 -0
  680. package/cjs/resources/V2/Tax/ManualRules.js.map +1 -0
  681. package/cjs/resources/V2/Tax/index.d.ts +16 -0
  682. package/cjs/resources/V2/Tax/index.js +13 -0
  683. package/cjs/resources/V2/Tax/index.js.map +1 -0
  684. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
  685. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +23 -0
  686. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
  687. package/cjs/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
  688. package/cjs/resources/V2/TestHelpers/MoneyManagement.js +15 -0
  689. package/cjs/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
  690. package/cjs/resources/V2/TestHelpers/index.d.ts +10 -0
  691. package/cjs/resources/V2/TestHelpers/index.js +15 -0
  692. package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
  693. package/cjs/resources/V2/index.d.ts +36 -0
  694. package/cjs/resources/V2/index.js +20 -0
  695. package/cjs/resources/V2/index.js.map +1 -1
  696. package/cjs/resources/WebhookEndpoints.d.ts +2 -2
  697. package/cjs/resources.d.ts +16 -0
  698. package/cjs/resources.js +248 -14
  699. package/cjs/resources.js.map +1 -1
  700. package/cjs/stripe.core.d.ts +115 -50
  701. package/cjs/stripe.core.js +67 -31
  702. package/cjs/stripe.core.js.map +1 -1
  703. package/esm/Error.d.ts +53 -0
  704. package/esm/Error.js +117 -0
  705. package/esm/Error.js.map +1 -1
  706. package/esm/RequestSender.d.ts +0 -1
  707. package/esm/RequestSender.js +0 -8
  708. package/esm/RequestSender.js.map +1 -1
  709. package/esm/StripeEventNotificationHandler.d.ts +19 -0
  710. package/esm/StripeEventNotificationHandler.js +466 -0
  711. package/esm/StripeEventNotificationHandler.js.map +1 -0
  712. package/esm/Types.d.ts +4 -2
  713. package/esm/apiVersion.d.ts +1 -2
  714. package/esm/apiVersion.js +1 -2
  715. package/esm/apiVersion.js.map +1 -1
  716. package/esm/resources/AccountLinks.d.ts +5 -1
  717. package/esm/resources/AccountNotices.d.ts +140 -0
  718. package/esm/resources/AccountNotices.js +25 -0
  719. package/esm/resources/AccountNotices.js.map +1 -0
  720. package/esm/resources/AccountSessions.d.ts +463 -0
  721. package/esm/resources/AccountSessions.js.map +1 -1
  722. package/esm/resources/AccountSignals.d.ts +110 -0
  723. package/esm/resources/AccountSignals.js +3 -0
  724. package/esm/resources/AccountSignals.js.map +1 -0
  725. package/esm/resources/Accounts.d.ts +1010 -6
  726. package/esm/resources/Accounts.js +47 -0
  727. package/esm/resources/Accounts.js.map +1 -1
  728. package/esm/resources/ApplicationFees.d.ts +28 -1
  729. package/esm/resources/Balance.d.ts +134 -0
  730. package/esm/resources/BalanceSettings.d.ts +18 -0
  731. package/esm/resources/BalanceTransactions.d.ts +1 -1
  732. package/esm/resources/BalanceTransfers.d.ts +160 -0
  733. package/esm/resources/BalanceTransfers.js +11 -0
  734. package/esm/resources/BalanceTransfers.js.map +1 -0
  735. package/esm/resources/BankAccounts.d.ts +2 -2
  736. package/esm/resources/Billing/AlertRecovereds.d.ts +40 -0
  737. package/esm/resources/Billing/AlertRecovereds.js +3 -0
  738. package/esm/resources/Billing/AlertRecovereds.js.map +1 -0
  739. package/esm/resources/Billing/AlertTriggereds.d.ts +57 -1
  740. package/esm/resources/Billing/Alerts.d.ts +408 -5
  741. package/esm/resources/Billing/Alerts.js +321 -5
  742. package/esm/resources/Billing/Alerts.js.map +1 -1
  743. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
  744. package/esm/resources/Billing/Analytics/MeterUsage.js +11 -0
  745. package/esm/resources/Billing/Analytics/MeterUsage.js.map +1 -0
  746. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
  747. package/esm/resources/Billing/Analytics/MeterUsageRows.js +3 -0
  748. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
  749. package/esm/resources/Billing/Analytics/index.d.ts +15 -0
  750. package/esm/resources/Billing/Analytics/index.js +9 -0
  751. package/esm/resources/Billing/Analytics/index.js.map +1 -0
  752. package/esm/resources/Billing/CreditBalanceSummary.d.ts +126 -2
  753. package/esm/resources/Billing/CreditBalanceSummary.js +39 -1
  754. package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
  755. package/esm/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
  756. package/esm/resources/Billing/CreditBalanceTransactions.js +100 -1
  757. package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -1
  758. package/esm/resources/Billing/CreditGrants.d.ts +85 -3
  759. package/esm/resources/Billing/CreditGrants.js +134 -5
  760. package/esm/resources/Billing/CreditGrants.js.map +1 -1
  761. package/esm/resources/Billing/MeterEventSummaries.d.ts +6 -0
  762. package/esm/resources/Billing/Meters.d.ts +31 -0
  763. package/esm/resources/Billing/index.d.ts +6 -0
  764. package/esm/resources/Billing/index.js +2 -0
  765. package/esm/resources/Billing/index.js.map +1 -1
  766. package/esm/resources/Capabilities.d.ts +25 -2
  767. package/esm/resources/Capital/FinancingOffers.d.ts +191 -0
  768. package/esm/resources/Capital/FinancingOffers.js +26 -0
  769. package/esm/resources/Capital/FinancingOffers.js.map +1 -0
  770. package/esm/resources/Capital/FinancingSummary.d.ts +98 -0
  771. package/esm/resources/Capital/FinancingSummary.js +11 -0
  772. package/esm/resources/Capital/FinancingSummary.js.map +1 -0
  773. package/esm/resources/Capital/FinancingTransactions.d.ts +143 -0
  774. package/esm/resources/Capital/FinancingTransactions.js +20 -0
  775. package/esm/resources/Capital/FinancingTransactions.js.map +1 -0
  776. package/esm/resources/Capital/index.d.ts +25 -0
  777. package/esm/resources/Capital/index.js +13 -0
  778. package/esm/resources/Capital/index.js.map +1 -0
  779. package/esm/resources/Cards.d.ts +15 -0
  780. package/esm/resources/Charges.d.ts +3513 -70
  781. package/esm/resources/Charges.js.map +1 -1
  782. package/esm/resources/Checkout/Sessions.d.ts +792 -9
  783. package/esm/resources/Checkout/Sessions.js +88 -0
  784. package/esm/resources/Checkout/Sessions.js.map +1 -1
  785. package/esm/resources/Checkout/index.d.ts +1 -0
  786. package/esm/resources/ConfirmationTokens.d.ts +130 -1
  787. package/esm/resources/ConfirmationTokens.js.map +1 -1
  788. package/esm/resources/Coupons.d.ts +128 -2
  789. package/esm/resources/Coupons.js +41 -0
  790. package/esm/resources/Coupons.js.map +1 -1
  791. package/esm/resources/CreditNoteLineItems.d.ts +15 -1
  792. package/esm/resources/CreditNotes.d.ts +7 -1
  793. package/esm/resources/CreditNotes.js +13 -0
  794. package/esm/resources/CreditNotes.js.map +1 -1
  795. package/esm/resources/CustomerSessions.d.ts +74 -0
  796. package/esm/resources/CustomerSessions.js +13 -0
  797. package/esm/resources/CustomerSessions.js.map +1 -1
  798. package/esm/resources/Customers.d.ts +85 -1
  799. package/esm/resources/Customers.js +195 -0
  800. package/esm/resources/Customers.js.map +1 -1
  801. package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +1405 -0
  802. package/esm/resources/DelegatedCheckout/RequestedSessions.js +35 -0
  803. package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
  804. package/esm/resources/DelegatedCheckout/index.d.ts +16 -0
  805. package/esm/resources/DelegatedCheckout/index.js +9 -0
  806. package/esm/resources/DelegatedCheckout/index.js.map +1 -0
  807. package/esm/resources/Discounts.d.ts +19 -0
  808. package/esm/resources/Disputes.d.ts +43 -0
  809. package/esm/resources/Disputes.js +14 -0
  810. package/esm/resources/Disputes.js.map +1 -1
  811. package/esm/resources/Events.d.ts +573 -2
  812. package/esm/resources/ExternalAccounts.d.ts +212 -1
  813. package/esm/resources/ExternalAccounts.js +42 -1
  814. package/esm/resources/ExternalAccounts.js.map +1 -1
  815. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
  816. package/esm/resources/FinancialConnections/AccountInferredBalances.js +3 -0
  817. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
  818. package/esm/resources/FinancialConnections/Accounts.d.ts +74 -4
  819. package/esm/resources/FinancialConnections/Accounts.js +8 -0
  820. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  821. package/esm/resources/FinancialConnections/Authorizations.d.ts +87 -0
  822. package/esm/resources/FinancialConnections/Authorizations.js +11 -0
  823. package/esm/resources/FinancialConnections/Authorizations.js.map +1 -0
  824. package/esm/resources/FinancialConnections/Institutions.d.ts +101 -0
  825. package/esm/resources/FinancialConnections/Institutions.js +19 -0
  826. package/esm/resources/FinancialConnections/Institutions.js.map +1 -0
  827. package/esm/resources/FinancialConnections/Sessions.d.ts +155 -7
  828. package/esm/resources/FinancialConnections/index.d.ts +21 -6
  829. package/esm/resources/FinancialConnections/index.js +4 -0
  830. package/esm/resources/FinancialConnections/index.js.map +1 -1
  831. package/esm/resources/FrMealVouchersOnboardings.d.ts +173 -0
  832. package/esm/resources/FrMealVouchersOnboardings.js +38 -0
  833. package/esm/resources/FrMealVouchersOnboardings.js.map +1 -0
  834. package/esm/resources/FxQuotes.d.ts +212 -0
  835. package/esm/resources/FxQuotes.js +25 -0
  836. package/esm/resources/FxQuotes.js.map +1 -0
  837. package/esm/resources/Identity/BlocklistEntries.d.ts +157 -0
  838. package/esm/resources/Identity/BlocklistEntries.js +50 -0
  839. package/esm/resources/Identity/BlocklistEntries.js.map +1 -0
  840. package/esm/resources/Identity/VerificationReports.d.ts +33 -2
  841. package/esm/resources/Identity/VerificationReports.js.map +1 -1
  842. package/esm/resources/Identity/VerificationSessions.d.ts +11 -3
  843. package/esm/resources/Identity/index.d.ts +18 -10
  844. package/esm/resources/Identity/index.js +2 -0
  845. package/esm/resources/Identity/index.js.map +1 -1
  846. package/esm/resources/InvoiceItems.d.ts +203 -2
  847. package/esm/resources/InvoiceItems.js +41 -0
  848. package/esm/resources/InvoiceItems.js.map +1 -1
  849. package/esm/resources/InvoiceLineItems.d.ts +174 -4
  850. package/esm/resources/InvoiceRenderingTemplates.d.ts +12 -0
  851. package/esm/resources/InvoiceRenderingTemplates.js +28 -0
  852. package/esm/resources/InvoiceRenderingTemplates.js.map +1 -1
  853. package/esm/resources/Invoices.d.ts +2063 -20
  854. package/esm/resources/Invoices.js +221 -0
  855. package/esm/resources/Invoices.js.map +1 -1
  856. package/esm/resources/Issuing/Authorizations.d.ts +273 -0
  857. package/esm/resources/Issuing/Cardholders.d.ts +5 -4
  858. package/esm/resources/Issuing/Cards.d.ts +36 -0
  859. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
  860. package/esm/resources/Issuing/CreditUnderwritingRecords.js +43 -0
  861. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
  862. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
  863. package/esm/resources/Issuing/DisputeSettlementDetails.js +19 -0
  864. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
  865. package/esm/resources/Issuing/Disputes.d.ts +190 -0
  866. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
  867. package/esm/resources/Issuing/FraudLiabilityDebits.js +19 -0
  868. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
  869. package/esm/resources/Issuing/Programs.d.ts +95 -0
  870. package/esm/resources/Issuing/Programs.js +31 -0
  871. package/esm/resources/Issuing/Programs.js.map +1 -0
  872. package/esm/resources/Issuing/Settlements.d.ts +85 -0
  873. package/esm/resources/Issuing/Settlements.js +3 -0
  874. package/esm/resources/Issuing/Settlements.js.map +1 -0
  875. package/esm/resources/Issuing/Transactions.d.ts +157 -0
  876. package/esm/resources/Issuing/Transactions.js.map +1 -1
  877. package/esm/resources/Issuing/index.d.ts +55 -22
  878. package/esm/resources/Issuing/index.js +8 -0
  879. package/esm/resources/Issuing/index.js.map +1 -1
  880. package/esm/resources/LineItems.d.ts +29 -2
  881. package/esm/resources/Mandates.d.ts +33 -1
  882. package/esm/resources/Mandates.js +8 -0
  883. package/esm/resources/Mandates.js.map +1 -1
  884. package/esm/resources/Margins.d.ts +115 -0
  885. package/esm/resources/Margins.js +31 -0
  886. package/esm/resources/Margins.js.map +1 -0
  887. package/esm/resources/Orchestration/PaymentAttempts.d.ts +34 -0
  888. package/esm/resources/Orchestration/PaymentAttempts.js +11 -0
  889. package/esm/resources/Orchestration/PaymentAttempts.js.map +1 -0
  890. package/esm/resources/Orchestration/index.d.ts +12 -0
  891. package/esm/resources/Orchestration/index.js +9 -0
  892. package/esm/resources/Orchestration/index.js.map +1 -0
  893. package/esm/resources/Orders.d.ts +4761 -0
  894. package/esm/resources/Orders.js +453 -0
  895. package/esm/resources/Orders.js.map +1 -0
  896. package/esm/resources/PaymentAttemptRecords.d.ts +453 -1
  897. package/esm/resources/PaymentAttemptRecords.js +42 -0
  898. package/esm/resources/PaymentAttemptRecords.js.map +1 -1
  899. package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
  900. package/esm/resources/PaymentIntents.d.ts +16623 -3576
  901. package/esm/resources/PaymentIntents.js +40 -0
  902. package/esm/resources/PaymentIntents.js.map +1 -1
  903. package/esm/resources/PaymentLinks.d.ts +74 -12
  904. package/esm/resources/PaymentLocationCapabilities.d.ts +122 -0
  905. package/esm/resources/PaymentLocationCapabilities.js +25 -0
  906. package/esm/resources/PaymentLocationCapabilities.js.map +1 -0
  907. package/esm/resources/PaymentLocations.d.ts +178 -0
  908. package/esm/resources/PaymentLocations.js +37 -0
  909. package/esm/resources/PaymentLocations.js.map +1 -0
  910. package/esm/resources/PaymentMethodBalances.d.ts +46 -0
  911. package/esm/resources/PaymentMethodBalances.js +3 -0
  912. package/esm/resources/PaymentMethodBalances.js.map +1 -0
  913. package/esm/resources/PaymentMethodConfigurations.d.ts +350 -0
  914. package/esm/resources/PaymentMethods.d.ts +262 -3
  915. package/esm/resources/PaymentMethods.js +20 -0
  916. package/esm/resources/PaymentMethods.js.map +1 -1
  917. package/esm/resources/PaymentRecords.d.ts +351 -21
  918. package/esm/resources/PaymentRecords.js.map +1 -1
  919. package/esm/resources/Persons.d.ts +24 -2
  920. package/esm/resources/Plans.d.ts +16 -0
  921. package/esm/resources/Prices.d.ts +76 -0
  922. package/esm/resources/Prices.js +27 -0
  923. package/esm/resources/Prices.js.map +1 -1
  924. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
  925. package/esm/resources/Privacy/RedactionJobValidationErrors.js +3 -0
  926. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
  927. package/esm/resources/Privacy/RedactionJobs.d.ts +229 -0
  928. package/esm/resources/Privacy/RedactionJobs.js +69 -0
  929. package/esm/resources/Privacy/RedactionJobs.js.map +1 -0
  930. package/esm/resources/Privacy/index.d.ts +22 -0
  931. package/esm/resources/Privacy/index.js +9 -0
  932. package/esm/resources/Privacy/index.js.map +1 -0
  933. package/esm/resources/ProductCatalog/TrialOffers.d.ts +127 -0
  934. package/esm/resources/ProductCatalog/TrialOffers.js +11 -0
  935. package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
  936. package/esm/resources/ProductCatalog/index.d.ts +12 -0
  937. package/esm/resources/ProductCatalog/index.js +9 -0
  938. package/esm/resources/ProductCatalog/index.js.map +1 -0
  939. package/esm/resources/Products.d.ts +171 -0
  940. package/esm/resources/Products.js +69 -0
  941. package/esm/resources/Products.js.map +1 -1
  942. package/esm/resources/Profiles.d.ts +26 -0
  943. package/esm/resources/Profiles.js +3 -0
  944. package/esm/resources/Profiles.js.map +1 -0
  945. package/esm/resources/PromotionCodes.d.ts +12 -0
  946. package/esm/resources/PromotionCodes.js +27 -0
  947. package/esm/resources/PromotionCodes.js.map +1 -1
  948. package/esm/resources/QuoteLines.d.ts +684 -0
  949. package/esm/resources/QuoteLines.js +3 -0
  950. package/esm/resources/QuoteLines.js.map +1 -0
  951. package/esm/resources/QuotePreviewInvoices.d.ts +1173 -0
  952. package/esm/resources/QuotePreviewInvoices.js +3 -0
  953. package/esm/resources/QuotePreviewInvoices.js.map +1 -0
  954. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +901 -0
  955. package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
  956. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
  957. package/esm/resources/Quotes.d.ts +3548 -254
  958. package/esm/resources/Quotes.js +1184 -16
  959. package/esm/resources/Quotes.js.map +1 -1
  960. package/esm/resources/Radar/AccountEvaluations.d.ts +270 -0
  961. package/esm/resources/Radar/AccountEvaluations.js +23 -0
  962. package/esm/resources/Radar/AccountEvaluations.js.map +1 -0
  963. package/esm/resources/Radar/CustomerEvaluations.d.ts +214 -0
  964. package/esm/resources/Radar/CustomerEvaluations.js +17 -0
  965. package/esm/resources/Radar/CustomerEvaluations.js.map +1 -0
  966. package/esm/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
  967. package/esm/resources/Radar/IssuingAuthorizationEvaluations.js +11 -0
  968. package/esm/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
  969. package/esm/resources/Radar/PaymentEvaluations.d.ts +63 -1
  970. package/esm/resources/Radar/ValueListItems.d.ts +8 -0
  971. package/esm/resources/Radar/ValueListItems.js +13 -0
  972. package/esm/resources/Radar/ValueListItems.js.map +1 -1
  973. package/esm/resources/Radar/index.d.ts +34 -16
  974. package/esm/resources/Radar/index.js +6 -0
  975. package/esm/resources/Radar/index.js.map +1 -1
  976. package/esm/resources/Refunds.d.ts +23 -0
  977. package/esm/resources/Refunds.js +27 -0
  978. package/esm/resources/Refunds.js.map +1 -1
  979. package/esm/resources/Reserve/Holds.d.ts +53 -1
  980. package/esm/resources/Reserve/Holds.js +17 -1
  981. package/esm/resources/Reserve/Holds.js.map +1 -1
  982. package/esm/resources/Reserve/Plans.d.ts +16 -0
  983. package/esm/resources/Reserve/Plans.js +9 -1
  984. package/esm/resources/Reserve/Plans.js.map +1 -1
  985. package/esm/resources/Reserve/Releases.d.ts +41 -1
  986. package/esm/resources/Reserve/Releases.js +17 -1
  987. package/esm/resources/Reserve/Releases.js.map +1 -1
  988. package/esm/resources/Reserve/index.d.ts +14 -3
  989. package/esm/resources/Reserve/index.js +10 -2
  990. package/esm/resources/Reserve/index.js.map +1 -1
  991. package/esm/resources/RiskSignals.d.ts +10 -0
  992. package/esm/resources/RiskSignals.js +3 -0
  993. package/esm/resources/RiskSignals.js.map +1 -0
  994. package/esm/resources/SetupAttempts.d.ts +26 -1
  995. package/esm/resources/SetupIntents.d.ts +561 -11
  996. package/esm/resources/SharedPayment/GrantedTokens.d.ts +1137 -0
  997. package/esm/resources/SharedPayment/GrantedTokens.js +11 -0
  998. package/esm/resources/SharedPayment/GrantedTokens.js.map +1 -0
  999. package/esm/resources/SharedPayment/IssuedTokens.d.ts +322 -0
  1000. package/esm/resources/SharedPayment/IssuedTokens.js +23 -0
  1001. package/esm/resources/SharedPayment/IssuedTokens.js.map +1 -0
  1002. package/esm/resources/SharedPayment/index.d.ts +19 -0
  1003. package/esm/resources/SharedPayment/index.js +11 -0
  1004. package/esm/resources/SharedPayment/index.js.map +1 -0
  1005. package/esm/resources/Sources.d.ts +16 -1
  1006. package/esm/resources/SubscriptionItems.d.ts +265 -0
  1007. package/esm/resources/SubscriptionItems.js +41 -0
  1008. package/esm/resources/SubscriptionItems.js.map +1 -1
  1009. package/esm/resources/SubscriptionSchedules.d.ts +1949 -19
  1010. package/esm/resources/SubscriptionSchedules.js +61 -0
  1011. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  1012. package/esm/resources/Subscriptions.d.ts +965 -12
  1013. package/esm/resources/Subscriptions.js +289 -0
  1014. package/esm/resources/Subscriptions.js.map +1 -1
  1015. package/esm/resources/Tax/CalculationLineItems.d.ts +6 -2
  1016. package/esm/resources/Tax/Calculations.d.ts +7 -3
  1017. package/esm/resources/Tax/Forms.d.ts +230 -0
  1018. package/esm/resources/Tax/Forms.js +28 -0
  1019. package/esm/resources/Tax/Forms.js.map +1 -0
  1020. package/esm/resources/Tax/Locations.d.ts +108 -0
  1021. package/esm/resources/Tax/Locations.js +29 -0
  1022. package/esm/resources/Tax/Locations.js.map +1 -0
  1023. package/esm/resources/Tax/Registrations.d.ts +171 -2
  1024. package/esm/resources/Tax/Registrations.js +27 -0
  1025. package/esm/resources/Tax/Registrations.js.map +1 -1
  1026. package/esm/resources/Tax/Settings.d.ts +8 -0
  1027. package/esm/resources/Tax/Settings.js +13 -0
  1028. package/esm/resources/Tax/Settings.js.map +1 -1
  1029. package/esm/resources/Tax/Transactions.d.ts +10 -2
  1030. package/esm/resources/Tax/Transactions.js +13 -0
  1031. package/esm/resources/Tax/Transactions.js.map +1 -1
  1032. package/esm/resources/Tax/index.d.ts +27 -13
  1033. package/esm/resources/Tax/index.js +4 -0
  1034. package/esm/resources/Tax/index.js.map +1 -1
  1035. package/esm/resources/TaxCodes.d.ts +15 -0
  1036. package/esm/resources/TaxIds.d.ts +6 -0
  1037. package/esm/resources/TaxIds.js +13 -0
  1038. package/esm/resources/TaxIds.js.map +1 -1
  1039. package/esm/resources/TaxRates.d.ts +12 -0
  1040. package/esm/resources/TaxRates.js +27 -0
  1041. package/esm/resources/TaxRates.js.map +1 -1
  1042. package/esm/resources/Terminal/Configurations.d.ts +27 -0
  1043. package/esm/resources/Terminal/ReaderCollectedData.d.ts +52 -0
  1044. package/esm/resources/Terminal/ReaderCollectedData.js +11 -0
  1045. package/esm/resources/Terminal/ReaderCollectedData.js.map +1 -0
  1046. package/esm/resources/Terminal/Readers.d.ts +17 -1
  1047. package/esm/resources/Terminal/index.d.ts +5 -0
  1048. package/esm/resources/Terminal/index.js +2 -0
  1049. package/esm/resources/Terminal/index.js.map +1 -1
  1050. package/esm/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
  1051. package/esm/resources/TestHelpers/Capital/FinancingOffers.js +17 -0
  1052. package/esm/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
  1053. package/esm/resources/TestHelpers/Capital/index.d.ts +8 -0
  1054. package/esm/resources/TestHelpers/Capital/index.js +9 -0
  1055. package/esm/resources/TestHelpers/Capital/index.js.map +1 -0
  1056. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +88 -1
  1057. package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
  1058. package/esm/resources/TestHelpers/Issuing/Disputes.d.ts +104 -0
  1059. package/esm/resources/TestHelpers/Issuing/Disputes.js +29 -0
  1060. package/esm/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
  1061. package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
  1062. package/esm/resources/TestHelpers/Issuing/index.d.ts +2 -0
  1063. package/esm/resources/TestHelpers/Issuing/index.js +2 -0
  1064. package/esm/resources/TestHelpers/Issuing/index.js.map +1 -1
  1065. package/esm/resources/TestHelpers/PaymentIntents.d.ts +36 -0
  1066. package/esm/resources/TestHelpers/PaymentIntents.js +11 -0
  1067. package/esm/resources/TestHelpers/PaymentIntents.js.map +1 -0
  1068. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
  1069. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +17 -0
  1070. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
  1071. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
  1072. package/esm/resources/TestHelpers/SharedPayment/index.js +9 -0
  1073. package/esm/resources/TestHelpers/SharedPayment/index.js.map +1 -0
  1074. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
  1075. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
  1076. package/esm/resources/TestHelpers/index.d.ts +14 -6
  1077. package/esm/resources/TestHelpers/index.js +6 -0
  1078. package/esm/resources/TestHelpers/index.js.map +1 -1
  1079. package/esm/resources/Tokens.d.ts +56 -0
  1080. package/esm/resources/Transfers.d.ts +12 -0
  1081. package/esm/resources/Transfers.js.map +1 -1
  1082. package/esm/resources/TransitBalances.d.ts +25 -0
  1083. package/esm/resources/TransitBalances.js +3 -0
  1084. package/esm/resources/TransitBalances.js.map +1 -0
  1085. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
  1086. package/esm/resources/Treasury/FinancialAccounts.d.ts +34 -1
  1087. package/esm/resources/Treasury/OutboundPayments.d.ts +8 -0
  1088. package/esm/resources/Treasury/OutboundTransfers.d.ts +44 -0
  1089. package/esm/resources/Treasury/ReceivedCredits.d.ts +22 -0
  1090. package/esm/resources/Treasury/ReceivedDebits.d.ts +26 -0
  1091. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
  1092. package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
  1093. package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
  1094. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
  1095. package/esm/resources/V2/Billing/BillSettings/Versions.js +19 -0
  1096. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
  1097. package/esm/resources/V2/Billing/BillSettings.d.ts +284 -0
  1098. package/esm/resources/V2/Billing/BillSettings.js +37 -0
  1099. package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
  1100. package/esm/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
  1101. package/esm/resources/V2/Billing/CadenceSpendModifiers.js +3 -0
  1102. package/esm/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
  1103. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
  1104. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js +19 -0
  1105. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
  1106. package/esm/resources/V2/Billing/Cadences.d.ts +1015 -0
  1107. package/esm/resources/V2/Billing/Cadences.js +260 -0
  1108. package/esm/resources/V2/Billing/Cadences.js.map +1 -0
  1109. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
  1110. package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
  1111. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
  1112. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
  1113. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +66 -0
  1114. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
  1115. package/esm/resources/V2/Billing/CollectionSettings.d.ts +779 -0
  1116. package/esm/resources/V2/Billing/CollectionSettings.js +162 -0
  1117. package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
  1118. package/esm/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
  1119. package/esm/resources/V2/Billing/CustomPricingUnits.js +31 -0
  1120. package/esm/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
  1121. package/esm/resources/V2/Billing/IntentActions.d.ts +607 -0
  1122. package/esm/resources/V2/Billing/IntentActions.js +3 -0
  1123. package/esm/resources/V2/Billing/IntentActions.js.map +1 -0
  1124. package/esm/resources/V2/Billing/Intents/Actions.d.ts +33 -0
  1125. package/esm/resources/V2/Billing/Intents/Actions.js +66 -0
  1126. package/esm/resources/V2/Billing/Intents/Actions.js.map +1 -0
  1127. package/esm/resources/V2/Billing/Intents.d.ts +1257 -0
  1128. package/esm/resources/V2/Billing/Intents.js +83 -0
  1129. package/esm/resources/V2/Billing/Intents.js.map +1 -0
  1130. package/esm/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
  1131. package/esm/resources/V2/Billing/LicenseFeeVersions.js +3 -0
  1132. package/esm/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
  1133. package/esm/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
  1134. package/esm/resources/V2/Billing/LicenseFees/Versions.js +60 -0
  1135. package/esm/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
  1136. package/esm/resources/V2/Billing/LicenseFees.d.ts +364 -0
  1137. package/esm/resources/V2/Billing/LicenseFees.js +144 -0
  1138. package/esm/resources/V2/Billing/LicenseFees.js.map +1 -0
  1139. package/esm/resources/V2/Billing/LicensedItems.d.ts +174 -0
  1140. package/esm/resources/V2/Billing/LicensedItems.js +31 -0
  1141. package/esm/resources/V2/Billing/LicensedItems.js.map +1 -0
  1142. package/esm/resources/V2/Billing/MeteredItems.d.ts +222 -0
  1143. package/esm/resources/V2/Billing/MeteredItems.js +31 -0
  1144. package/esm/resources/V2/Billing/MeteredItems.js.map +1 -0
  1145. package/esm/resources/V2/Billing/OneTimeItems.d.ts +174 -0
  1146. package/esm/resources/V2/Billing/OneTimeItems.js +31 -0
  1147. package/esm/resources/V2/Billing/OneTimeItems.js.map +1 -0
  1148. package/esm/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
  1149. package/esm/resources/V2/Billing/PricingPlanComponents.js +3 -0
  1150. package/esm/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
  1151. package/esm/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
  1152. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +292 -0
  1153. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
  1154. package/esm/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
  1155. package/esm/resources/V2/Billing/PricingPlanVersions.js +3 -0
  1156. package/esm/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
  1157. package/esm/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
  1158. package/esm/resources/V2/Billing/PricingPlans/Components.js +37 -0
  1159. package/esm/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
  1160. package/esm/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
  1161. package/esm/resources/V2/Billing/PricingPlans/Versions.js +19 -0
  1162. package/esm/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
  1163. package/esm/resources/V2/Billing/PricingPlans.d.ts +173 -0
  1164. package/esm/resources/V2/Billing/PricingPlans.js +39 -0
  1165. package/esm/resources/V2/Billing/PricingPlans.js.map +1 -0
  1166. package/esm/resources/V2/Billing/Profiles.d.ts +166 -0
  1167. package/esm/resources/V2/Billing/Profiles.js +31 -0
  1168. package/esm/resources/V2/Billing/Profiles.js.map +1 -0
  1169. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
  1170. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +3 -0
  1171. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
  1172. package/esm/resources/V2/Billing/RateCardRates.d.ts +115 -0
  1173. package/esm/resources/V2/Billing/RateCardRates.js +3 -0
  1174. package/esm/resources/V2/Billing/RateCardRates.js.map +1 -0
  1175. package/esm/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
  1176. package/esm/resources/V2/Billing/RateCardSubscriptions.js +37 -0
  1177. package/esm/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
  1178. package/esm/resources/V2/Billing/RateCardVersions.d.ts +22 -0
  1179. package/esm/resources/V2/Billing/RateCardVersions.js +3 -0
  1180. package/esm/resources/V2/Billing/RateCardVersions.js.map +1 -0
  1181. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
  1182. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +31 -0
  1183. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
  1184. package/esm/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
  1185. package/esm/resources/V2/Billing/RateCards/Rates.js +106 -0
  1186. package/esm/resources/V2/Billing/RateCards/Rates.js.map +1 -0
  1187. package/esm/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
  1188. package/esm/resources/V2/Billing/RateCards/Versions.js +19 -0
  1189. package/esm/resources/V2/Billing/RateCards/Versions.js.map +1 -0
  1190. package/esm/resources/V2/Billing/RateCards.d.ts +340 -0
  1191. package/esm/resources/V2/Billing/RateCards.js +72 -0
  1192. package/esm/resources/V2/Billing/RateCards.js.map +1 -0
  1193. package/esm/resources/V2/Billing/ServiceActions.d.ts +514 -0
  1194. package/esm/resources/V2/Billing/ServiceActions.js +158 -0
  1195. package/esm/resources/V2/Billing/ServiceActions.js.map +1 -0
  1196. package/esm/resources/V2/Billing/index.d.ts +161 -6
  1197. package/esm/resources/V2/Billing/index.js +30 -0
  1198. package/esm/resources/V2/Billing/index.js.map +1 -1
  1199. package/esm/resources/V2/Core/AccountEvaluations.d.ts +160 -0
  1200. package/esm/resources/V2/Core/AccountEvaluations.js +11 -0
  1201. package/esm/resources/V2/Core/AccountEvaluations.js.map +1 -0
  1202. package/esm/resources/V2/Core/AccountLinks.d.ts +158 -6
  1203. package/esm/resources/V2/Core/AccountPersons.d.ts +1 -1
  1204. package/esm/resources/V2/Core/AccountTokens.d.ts +220 -2
  1205. package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
  1206. package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  1207. package/esm/resources/V2/Core/Accounts.d.ts +5551 -58
  1208. package/esm/resources/V2/Core/ApprovalRequests.d.ts +334 -0
  1209. package/esm/resources/V2/Core/ApprovalRequests.js +42 -0
  1210. package/esm/resources/V2/Core/ApprovalRequests.js.map +1 -0
  1211. package/esm/resources/V2/Core/BatchJobs.d.ts +373 -0
  1212. package/esm/resources/V2/Core/BatchJobs.js +221 -0
  1213. package/esm/resources/V2/Core/BatchJobs.js.map +1 -0
  1214. package/esm/resources/V2/Core/ClaimableSandboxes.d.ts +229 -0
  1215. package/esm/resources/V2/Core/ClaimableSandboxes.js +27 -0
  1216. package/esm/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
  1217. package/esm/resources/V2/Core/ConnectionSessions.d.ts +90 -0
  1218. package/esm/resources/V2/Core/ConnectionSessions.js +17 -0
  1219. package/esm/resources/V2/Core/ConnectionSessions.js.map +1 -0
  1220. package/esm/resources/V2/Core/Events.d.ts +7586 -232
  1221. package/esm/resources/V2/Core/FeeBatches.d.ts +172 -0
  1222. package/esm/resources/V2/Core/FeeBatches.js +19 -0
  1223. package/esm/resources/V2/Core/FeeBatches.js.map +1 -0
  1224. package/esm/resources/V2/Core/FeeEntries.d.ts +178 -0
  1225. package/esm/resources/V2/Core/FeeEntries.js +19 -0
  1226. package/esm/resources/V2/Core/FeeEntries.js.map +1 -0
  1227. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
  1228. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +50 -0
  1229. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
  1230. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
  1231. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +58 -0
  1232. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
  1233. package/esm/resources/V2/Core/Vault/index.d.ts +28 -0
  1234. package/esm/resources/V2/Core/Vault/index.js +11 -0
  1235. package/esm/resources/V2/Core/Vault/index.js.map +1 -0
  1236. package/esm/resources/V2/Core/index.d.ts +63 -14
  1237. package/esm/resources/V2/Core/index.js +16 -0
  1238. package/esm/resources/V2/Core/index.js.map +1 -1
  1239. package/esm/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
  1240. package/esm/resources/V2/Data/Analytics/MetricQuery.js +32 -0
  1241. package/esm/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
  1242. package/esm/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
  1243. package/esm/resources/V2/Data/Analytics/MetricQueryResults.js +3 -0
  1244. package/esm/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
  1245. package/esm/resources/V2/Data/Analytics/index.d.ts +12 -0
  1246. package/esm/resources/V2/Data/Analytics/index.js +9 -0
  1247. package/esm/resources/V2/Data/Analytics/index.js.map +1 -0
  1248. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +156 -0
  1249. package/esm/resources/V2/Data/Reporting/QueryRuns.js +42 -0
  1250. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
  1251. package/esm/resources/V2/Data/Reporting/index.d.ts +13 -0
  1252. package/esm/resources/V2/Data/Reporting/index.js +9 -0
  1253. package/esm/resources/V2/Data/Reporting/index.js.map +1 -0
  1254. package/esm/resources/V2/Data/index.d.ts +13 -0
  1255. package/esm/resources/V2/Data/index.js +11 -0
  1256. package/esm/resources/V2/Data/index.js.map +1 -0
  1257. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
  1258. package/esm/resources/V2/Extend/WorkflowRuns.js +19 -0
  1259. package/esm/resources/V2/Extend/WorkflowRuns.js.map +1 -0
  1260. package/esm/resources/V2/Extend/Workflows.d.ts +123 -0
  1261. package/esm/resources/V2/Extend/Workflows.js +26 -0
  1262. package/esm/resources/V2/Extend/Workflows.js.map +1 -0
  1263. package/esm/resources/V2/Extend/index.d.ts +20 -0
  1264. package/esm/resources/V2/Extend/index.js +11 -0
  1265. package/esm/resources/V2/Extend/index.js.map +1 -0
  1266. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
  1267. package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
  1268. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
  1269. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
  1270. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
  1271. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
  1272. package/esm/resources/V2/Iam/ActivityLogs.d.ts +214 -0
  1273. package/esm/resources/V2/Iam/ActivityLogs.js +19 -0
  1274. package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
  1275. package/esm/resources/V2/Iam/ApiKeys.d.ts +280 -0
  1276. package/esm/resources/V2/Iam/ApiKeys.js +43 -0
  1277. package/esm/resources/V2/Iam/ApiKeys.js.map +1 -0
  1278. package/esm/resources/V2/Iam/index.d.ts +23 -0
  1279. package/esm/resources/V2/Iam/index.js +11 -0
  1280. package/esm/resources/V2/Iam/index.js.map +1 -0
  1281. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +139 -0
  1282. package/esm/resources/V2/MoneyManagement/Adjustments.js +19 -0
  1283. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
  1284. package/esm/resources/V2/MoneyManagement/CurrencyConversions.d.ts +135 -0
  1285. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +27 -0
  1286. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
  1287. package/esm/resources/V2/MoneyManagement/DebitDisputes.d.ts +171 -0
  1288. package/esm/resources/V2/MoneyManagement/DebitDisputes.js +25 -0
  1289. package/esm/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
  1290. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
  1291. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js +3 -0
  1292. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
  1293. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
  1294. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +49 -0
  1295. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
  1296. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +417 -0
  1297. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +46 -0
  1298. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
  1299. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +308 -0
  1300. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +27 -0
  1301. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
  1302. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +254 -0
  1303. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +26 -0
  1304. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
  1305. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +222 -0
  1306. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +18 -0
  1307. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
  1308. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +524 -0
  1309. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +37 -0
  1310. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
  1311. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +321 -0
  1312. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +45 -0
  1313. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
  1314. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +342 -0
  1315. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +35 -0
  1316. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
  1317. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +270 -0
  1318. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +40 -0
  1319. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
  1320. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
  1321. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +13 -0
  1322. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
  1323. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +458 -0
  1324. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +19 -0
  1325. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
  1326. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +251 -0
  1327. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +19 -0
  1328. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
  1329. package/esm/resources/V2/MoneyManagement/RecipientVerifications.d.ts +120 -0
  1330. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +23 -0
  1331. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
  1332. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +249 -0
  1333. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +19 -0
  1334. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
  1335. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +280 -0
  1336. package/esm/resources/V2/MoneyManagement/Transactions.js +19 -0
  1337. package/esm/resources/V2/MoneyManagement/Transactions.js.map +1 -0
  1338. package/esm/resources/V2/MoneyManagement/index.d.ts +128 -0
  1339. package/esm/resources/V2/MoneyManagement/index.js +41 -0
  1340. package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
  1341. package/esm/resources/V2/Network/BusinessProfiles.d.ts +96 -0
  1342. package/esm/resources/V2/Network/BusinessProfiles.js +17 -0
  1343. package/esm/resources/V2/Network/BusinessProfiles.js.map +1 -0
  1344. package/esm/resources/V2/Network/index.d.ts +13 -0
  1345. package/esm/resources/V2/Network/index.js +9 -0
  1346. package/esm/resources/V2/Network/index.js.map +1 -0
  1347. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +147 -0
  1348. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +37 -0
  1349. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
  1350. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
  1351. package/esm/resources/V2/OrchestratedCommerce/index.js +9 -0
  1352. package/esm/resources/V2/OrchestratedCommerce/index.js.map +1 -0
  1353. package/esm/resources/V2/Payments/OffSessionPayments.d.ts +827 -0
  1354. package/esm/resources/V2/Payments/OffSessionPayments.js +49 -0
  1355. package/esm/resources/V2/Payments/OffSessionPayments.js.map +1 -0
  1356. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
  1357. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js +3 -0
  1358. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
  1359. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
  1360. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +31 -0
  1361. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
  1362. package/esm/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
  1363. package/esm/resources/V2/Payments/SettlementAllocationIntents.js +49 -0
  1364. package/esm/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
  1365. package/esm/resources/V2/Payments/index.d.ts +31 -0
  1366. package/esm/resources/V2/Payments/index.js +11 -0
  1367. package/esm/resources/V2/Payments/index.js.map +1 -0
  1368. package/esm/resources/V2/Reporting/ReportRuns.d.ts +173 -0
  1369. package/esm/resources/V2/Reporting/ReportRuns.js +46 -0
  1370. package/esm/resources/V2/Reporting/ReportRuns.js.map +1 -0
  1371. package/esm/resources/V2/Reporting/Reports.d.ts +110 -0
  1372. package/esm/resources/V2/Reporting/Reports.js +13 -0
  1373. package/esm/resources/V2/Reporting/Reports.js.map +1 -0
  1374. package/esm/resources/V2/Reporting/index.d.ts +18 -0
  1375. package/esm/resources/V2/Reporting/index.js +11 -0
  1376. package/esm/resources/V2/Reporting/index.js.map +1 -0
  1377. package/esm/resources/V2/Tax/ManualRules.d.ts +335 -0
  1378. package/esm/resources/V2/Tax/ManualRules.js +189 -0
  1379. package/esm/resources/V2/Tax/ManualRules.js.map +1 -0
  1380. package/esm/resources/V2/Tax/index.d.ts +16 -0
  1381. package/esm/resources/V2/Tax/index.js +9 -0
  1382. package/esm/resources/V2/Tax/index.js.map +1 -0
  1383. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
  1384. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +19 -0
  1385. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
  1386. package/esm/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
  1387. package/esm/resources/V2/TestHelpers/MoneyManagement.js +11 -0
  1388. package/esm/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
  1389. package/esm/resources/V2/TestHelpers/index.d.ts +10 -0
  1390. package/esm/resources/V2/TestHelpers/index.js +11 -0
  1391. package/esm/resources/V2/TestHelpers/index.js.map +1 -0
  1392. package/esm/resources/V2/index.d.ts +36 -0
  1393. package/esm/resources/V2/index.js +20 -0
  1394. package/esm/resources/V2/index.js.map +1 -1
  1395. package/esm/resources/WebhookEndpoints.d.ts +2 -2
  1396. package/esm/resources.d.ts +16 -0
  1397. package/esm/resources.js +225 -0
  1398. package/esm/resources.js.map +1 -1
  1399. package/esm/stripe.core.d.ts +115 -50
  1400. package/esm/stripe.core.js +37 -1
  1401. package/esm/stripe.core.js.map +1 -1
  1402. package/esm/stripe.esm.node.d.ts +115 -50
  1403. package/esm/stripe.esm.node.js +37 -1
  1404. package/esm/stripe.esm.node.js.map +1 -1
  1405. package/package.json +1 -1
@@ -3,6 +3,8 @@ import { Capability } from './Capabilities.js';
3
3
  import { DeletedExternalAccount, ExternalAccount } from './ExternalAccounts.js';
4
4
  import { LoginLink } from './LoginLinks.js';
5
5
  import { DeletedPerson, Person } from './Persons.js';
6
+ import { AccountSignals } from './AccountSignals.js';
7
+ import { RiskSignals } from './RiskSignals.js';
6
8
  import { File } from './Files.js';
7
9
  import { TaxId } from './TaxIds.js';
8
10
  import { Emptyable, MetadataParam, AddressParam, JapanAddressParam, PaginationParams, RangeQueryParam, Metadata, Address } from '../shared.js';
@@ -61,6 +63,18 @@ export declare class AccountResource extends StripeResource {
61
63
  * Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected. Test-mode accounts can be rejected at any time. Live-mode accounts can only be rejected after all balances are zero.
62
64
  */
63
65
  reject(id: string, params: AccountRejectParams, options?: RequestOptions): Promise<Response<Account>>;
66
+ serializeBatchDelete(account: string, params?: Record<string, unknown>, options?: {
67
+ apiVersion?: string;
68
+ stripeContext?: string;
69
+ }): string;
70
+ serializeBatchUpdate(account: string, params?: Record<string, unknown>, options?: {
71
+ apiVersion?: string;
72
+ stripeContext?: string;
73
+ }): string;
74
+ serializeBatchCreate(params?: Record<string, unknown>, options?: {
75
+ apiVersion?: string;
76
+ stripeContext?: string;
77
+ }): string;
64
78
  /**
65
79
  * Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
66
80
  */
@@ -126,6 +140,10 @@ export declare class AccountResource extends StripeResource {
126
140
  * Creates a new person.
127
141
  */
128
142
  createPerson(id: string, params?: AccountCreatePersonParams, options?: RequestOptions): Promise<Response<Person>>;
143
+ /**
144
+ * Retrieves the account's Signal objects
145
+ */
146
+ retrieveSignals(id: string, params?: AccountRetrieveSignalsParams, options?: RequestOptions): Promise<Response<AccountSignals>>;
129
147
  }
130
148
  export interface Account {
131
149
  /**
@@ -201,6 +219,11 @@ export interface Account {
201
219
  */
202
220
  payouts_enabled: boolean;
203
221
  requirements?: Account.Requirements;
222
+ risk_controls?: Account.RiskControls;
223
+ /**
224
+ * A hash containing information about risk signal collection
225
+ */
226
+ risk_signals?: RiskSignals | null;
204
227
  /**
205
228
  * Options for customizing how the account functions within Stripe.
206
229
  */
@@ -252,6 +275,10 @@ export declare namespace Account {
252
275
  * Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
253
276
  */
254
277
  product_description?: string | null;
278
+ /**
279
+ * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
280
+ */
281
+ specified_commercial_transactions_act_url?: string | null;
255
282
  /**
256
283
  * A publicly available mailing address for sending support issues to.
257
284
  */
@@ -303,6 +330,10 @@ export declare namespace Account {
303
330
  * The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.
304
331
  */
305
332
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
333
+ /**
334
+ * The status of the automatic_indirect_tax capability of the account.
335
+ */
336
+ automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
306
337
  /**
307
338
  * The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
308
339
  */
@@ -367,10 +398,22 @@ export declare namespace Account {
367
398
  * The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
368
399
  */
369
400
  giropay_payments?: Capabilities.GiropayPayments;
401
+ /**
402
+ * The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
403
+ */
404
+ gopay_payments?: Capabilities.GopayPayments;
370
405
  /**
371
406
  * The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
372
407
  */
373
408
  grabpay_payments?: Capabilities.GrabpayPayments;
409
+ /**
410
+ * The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
411
+ */
412
+ id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
413
+ /**
414
+ * The status of Bank BCA onboarding of the account.
415
+ */
416
+ id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
374
417
  /**
375
418
  * The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
376
419
  */
@@ -455,6 +498,14 @@ export declare namespace Account {
455
498
  * The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
456
499
  */
457
500
  paynow_payments?: Capabilities.PaynowPayments;
501
+ /**
502
+ * The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
503
+ */
504
+ paypal_payments?: Capabilities.PaypalPayments;
505
+ /**
506
+ * The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
507
+ */
508
+ paypay_payments?: Capabilities.PaypayPayments;
458
509
  /**
459
510
  * The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
460
511
  */
@@ -467,6 +518,14 @@ export declare namespace Account {
467
518
  * The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
468
519
  */
469
520
  promptpay_payments?: Capabilities.PromptpayPayments;
521
+ /**
522
+ * The status of the Qris capability of the account, or whether the account can directly process Qris payments.
523
+ */
524
+ qris_payments?: Capabilities.QrisPayments;
525
+ /**
526
+ * The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
527
+ */
528
+ rechnung_payments?: Capabilities.RechnungPayments;
470
529
  /**
471
530
  * The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
472
531
  */
@@ -491,10 +550,18 @@ export declare namespace Account {
491
550
  * The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
492
551
  */
493
552
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
553
+ /**
554
+ * The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
555
+ */
556
+ shopeepay_payments?: Capabilities.ShopeepayPayments;
494
557
  /**
495
558
  * The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
496
559
  */
497
560
  sofort_payments?: Capabilities.SofortPayments;
561
+ /**
562
+ * The status of the stripe_balance payments capability of the account, or whether the account can directly process stripe_balance charges.
563
+ */
564
+ stripe_balance_payments?: Capabilities.StripeBalancePayments;
498
565
  /**
499
566
  * The status of the Sunbit capability of the account, or whether the account can directly process Sunbit payments.
500
567
  */
@@ -519,6 +586,18 @@ export declare namespace Account {
519
586
  * The status of the banking capability, or whether the account can have bank accounts.
520
587
  */
521
588
  treasury?: Capabilities.Treasury;
589
+ /**
590
+ * The status of the treasury_evolve capability of the account.
591
+ */
592
+ treasury_evolve?: Capabilities.TreasuryEvolve;
593
+ /**
594
+ * The status of the treasury_fifth_third capability of the account.
595
+ */
596
+ treasury_fifth_third?: Capabilities.TreasuryFifthThird;
597
+ /**
598
+ * The status of the treasury_goldman_sachs capability of the account.
599
+ */
600
+ treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
522
601
  /**
523
602
  * The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
524
603
  */
@@ -625,6 +704,8 @@ export declare namespace Account {
625
704
  verification?: Company.Verification | null;
626
705
  }
627
706
  interface Controller {
707
+ application?: Controller.Application;
708
+ dashboard?: Controller.Dashboard;
628
709
  fees?: Controller.Fees;
629
710
  /**
630
711
  * `true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://docs.stripe.com/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.
@@ -715,8 +796,17 @@ export declare namespace Account {
715
796
  */
716
797
  pending_verification: Array<string> | null;
717
798
  }
799
+ interface RiskControls {
800
+ charges: RiskControls.Charges;
801
+ payouts: RiskControls.Payouts;
802
+ /**
803
+ * Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://docs.stripe.com/connect/)
804
+ */
805
+ rejected_reason?: RiskControls.RejectedReason | null;
806
+ }
718
807
  interface Settings {
719
808
  bacs_debit_payments?: Settings.BacsDebitPayments;
809
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
720
810
  branding: Settings.Branding;
721
811
  card_issuing?: Settings.CardIssuing;
722
812
  card_payments: Settings.CardPayments;
@@ -724,7 +814,10 @@ export declare namespace Account {
724
814
  invoices?: Settings.Invoices;
725
815
  payments: Settings.Payments;
726
816
  payouts?: Settings.Payouts;
817
+ paypay_payments?: Settings.PaypayPayments;
727
818
  sepa_debit_payments?: Settings.SepaDebitPayments;
819
+ smart_disputes?: Settings.SmartDisputes;
820
+ tax_forms?: Settings.TaxForms;
728
821
  treasury?: Settings.Treasury;
729
822
  }
730
823
  interface TosAcceptance {
@@ -781,6 +874,7 @@ export declare namespace Account {
781
874
  type AmazonPayPayments = 'active' | 'inactive' | 'pending';
782
875
  type AppDistribution = 'active' | 'inactive' | 'pending';
783
876
  type AuBecsDebitPayments = 'active' | 'inactive' | 'pending';
877
+ type AutomaticIndirectTax = 'active' | 'inactive' | 'pending';
784
878
  type BacsDebitPayments = 'active' | 'inactive' | 'pending';
785
879
  type BancontactPayments = 'active' | 'inactive' | 'pending';
786
880
  type BankTransferPayments = 'active' | 'inactive' | 'pending';
@@ -797,7 +891,10 @@ export declare namespace Account {
797
891
  type FpxPayments = 'active' | 'inactive' | 'pending';
798
892
  type GbBankTransferPayments = 'active' | 'inactive' | 'pending';
799
893
  type GiropayPayments = 'active' | 'inactive' | 'pending';
894
+ type GopayPayments = 'active' | 'inactive' | 'pending';
800
895
  type GrabpayPayments = 'active' | 'inactive' | 'pending';
896
+ type IdBankTransferPayments = 'active' | 'inactive' | 'pending';
897
+ type IdBankTransferPaymentsBca = 'active' | 'inactive' | 'pending';
801
898
  type IdealPayments = 'active' | 'inactive' | 'pending';
802
899
  type IndiaInternationalPayments = 'active' | 'inactive' | 'pending';
803
900
  type JcbPayments = 'active' | 'inactive' | 'pending';
@@ -819,22 +916,31 @@ export declare namespace Account {
819
916
  type PayByBankPayments = 'active' | 'inactive' | 'pending';
820
917
  type PaycoPayments = 'active' | 'inactive' | 'pending';
821
918
  type PaynowPayments = 'active' | 'inactive' | 'pending';
919
+ type PaypalPayments = 'active' | 'inactive' | 'pending';
920
+ type PaypayPayments = 'active' | 'inactive' | 'pending';
822
921
  type PaytoPayments = 'active' | 'inactive' | 'pending';
823
922
  type PixPayments = 'active' | 'inactive' | 'pending';
824
923
  type PromptpayPayments = 'active' | 'inactive' | 'pending';
924
+ type QrisPayments = 'active' | 'inactive' | 'pending';
925
+ type RechnungPayments = 'active' | 'inactive' | 'pending';
825
926
  type RevolutPayPayments = 'active' | 'inactive' | 'pending';
826
927
  type SamsungPayPayments = 'active' | 'inactive' | 'pending';
827
928
  type SatispayPayments = 'active' | 'inactive' | 'pending';
828
929
  type ScalapayPayments = 'active' | 'inactive' | 'pending';
829
930
  type SepaBankTransferPayments = 'active' | 'inactive' | 'pending';
830
931
  type SepaDebitPayments = 'active' | 'inactive' | 'pending';
932
+ type ShopeepayPayments = 'active' | 'inactive' | 'pending';
831
933
  type SofortPayments = 'active' | 'inactive' | 'pending';
934
+ type StripeBalancePayments = 'active' | 'inactive' | 'pending';
832
935
  type SunbitPayments = 'active' | 'inactive' | 'pending';
833
936
  type SwishPayments = 'active' | 'inactive' | 'pending';
834
937
  type TaxReportingUs1099K = 'active' | 'inactive' | 'pending';
835
938
  type TaxReportingUs1099Misc = 'active' | 'inactive' | 'pending';
836
939
  type Transfers = 'active' | 'inactive' | 'pending';
837
940
  type Treasury = 'active' | 'inactive' | 'pending';
941
+ type TreasuryEvolve = 'active' | 'inactive' | 'pending';
942
+ type TreasuryFifthThird = 'active' | 'inactive' | 'pending';
943
+ type TreasuryGoldmanSachs = 'active' | 'inactive' | 'pending';
838
944
  type TwintPayments = 'active' | 'inactive' | 'pending';
839
945
  type UpiPayments = 'active' | 'inactive' | 'pending';
840
946
  type UsBankAccountAchPayments = 'active' | 'inactive' | 'pending';
@@ -985,6 +1091,26 @@ export declare namespace Account {
985
1091
  }
986
1092
  }
987
1093
  namespace Controller {
1094
+ interface Application {
1095
+ /**
1096
+ * `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
1097
+ */
1098
+ loss_liable: boolean;
1099
+ /**
1100
+ * `true` if the Connect application is responsible for onboarding the account.
1101
+ */
1102
+ onboarding_owner: boolean;
1103
+ /**
1104
+ * `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
1105
+ */
1106
+ pricing_controls: boolean;
1107
+ }
1108
+ interface Dashboard {
1109
+ /**
1110
+ * Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
1111
+ */
1112
+ type: Dashboard.Type;
1113
+ }
988
1114
  interface Fees {
989
1115
  /**
990
1116
  * A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
@@ -1005,8 +1131,11 @@ export declare namespace Account {
1005
1131
  type: StripeDashboard.Type;
1006
1132
  }
1007
1133
  type Type = 'account' | 'application';
1134
+ namespace Dashboard {
1135
+ type Type = 'express' | 'full' | 'none';
1136
+ }
1008
1137
  namespace Fees {
1009
- type Payer = 'account' | 'application' | 'application_custom' | 'application_express';
1138
+ type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | 'application_unified_accounts_beta';
1010
1139
  }
1011
1140
  namespace Losses {
1012
1141
  type Payments = 'application' | 'stripe';
@@ -1042,7 +1171,7 @@ export declare namespace Account {
1042
1171
  requirement: string;
1043
1172
  }
1044
1173
  namespace Error {
1045
- type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1174
+ type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1046
1175
  }
1047
1176
  }
1048
1177
  namespace Requirements {
@@ -1072,9 +1201,24 @@ export declare namespace Account {
1072
1201
  requirement: string;
1073
1202
  }
1074
1203
  namespace Error {
1075
- type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1204
+ type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
1076
1205
  }
1077
1206
  }
1207
+ namespace RiskControls {
1208
+ interface Charges {
1209
+ /**
1210
+ * Whether a pause of the risk control has been requested.
1211
+ */
1212
+ pause_requested: boolean;
1213
+ }
1214
+ interface Payouts {
1215
+ /**
1216
+ * Whether a pause of the risk control has been requested.
1217
+ */
1218
+ pause_requested: boolean;
1219
+ }
1220
+ type RejectedReason = 'credit' | 'fraud' | 'fraud_no_intent_to_fulfill' | 'fraud_other' | 'fraud_payment_method_casher' | 'fraud_payment_method_tester' | 'other' | 'terms_of_service';
1221
+ }
1078
1222
  namespace Settings {
1079
1223
  interface BacsDebitPayments {
1080
1224
  /**
@@ -1086,6 +1230,16 @@ export declare namespace Account {
1086
1230
  */
1087
1231
  service_user_number: string | null;
1088
1232
  }
1233
+ interface BankBcaOnboarding {
1234
+ /**
1235
+ * Bank BCA business account holder name.
1236
+ */
1237
+ account_holder_name?: string;
1238
+ /**
1239
+ * Bank BCA business account number.
1240
+ */
1241
+ business_account_number?: string;
1242
+ }
1089
1243
  interface Branding {
1090
1244
  /**
1091
1245
  * (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
@@ -1143,6 +1297,10 @@ export declare namespace Account {
1143
1297
  hosted_payment_method_save: Invoices.HostedPaymentMethodSave | null;
1144
1298
  }
1145
1299
  interface Payments {
1300
+ /**
1301
+ * When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is `false`.
1302
+ */
1303
+ email_customers_on_successful_payment?: boolean | null;
1146
1304
  /**
1147
1305
  * The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge.
1148
1306
  */
@@ -1175,12 +1333,32 @@ export declare namespace Account {
1175
1333
  */
1176
1334
  statement_descriptor: string | null;
1177
1335
  }
1336
+ interface PaypayPayments {
1337
+ /**
1338
+ * Additional files that are required to support the onboarding process of your business.
1339
+ */
1340
+ additional_files?: Array<string>;
1341
+ /**
1342
+ * The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
1343
+ */
1344
+ goods_type?: PaypayPayments.GoodsType;
1345
+ site?: PaypayPayments.Site;
1346
+ }
1178
1347
  interface SepaDebitPayments {
1179
1348
  /**
1180
1349
  * SEPA creditor identifier that identifies the company making the payment.
1181
1350
  */
1182
1351
  creditor_id?: string;
1183
1352
  }
1353
+ interface SmartDisputes {
1354
+ auto_respond: SmartDisputes.AutoRespond;
1355
+ }
1356
+ interface TaxForms {
1357
+ /**
1358
+ * Whether the account opted out of receiving their tax forms by postal delivery.
1359
+ */
1360
+ consented_to_paperless_delivery: boolean;
1361
+ }
1184
1362
  interface Treasury {
1185
1363
  tos_acceptance?: Treasury.TosAcceptance;
1186
1364
  }
@@ -1246,6 +1424,55 @@ export declare namespace Account {
1246
1424
  type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
1247
1425
  }
1248
1426
  }
1427
+ namespace PaypayPayments {
1428
+ type GoodsType = 'digital_content' | 'other';
1429
+ interface Site {
1430
+ accessible?: Site.Accessible;
1431
+ in_development?: Site.InDevelopment;
1432
+ restricted?: Site.Restricted;
1433
+ /**
1434
+ * The status of your business's website.
1435
+ */
1436
+ type?: Site.Type;
1437
+ }
1438
+ namespace Site {
1439
+ interface Accessible {
1440
+ }
1441
+ interface InDevelopment {
1442
+ /**
1443
+ * Field to indicate that the website password has been provided.
1444
+ */
1445
+ password_provided?: boolean;
1446
+ /**
1447
+ * The username needed to access your business's website.
1448
+ */
1449
+ username: string | null;
1450
+ }
1451
+ interface Restricted {
1452
+ /**
1453
+ * File explaining the payment flow for your business.
1454
+ */
1455
+ payment_flow_file: string | null;
1456
+ }
1457
+ type Type = 'accessible' | 'in_development' | 'restricted';
1458
+ }
1459
+ }
1460
+ namespace SmartDisputes {
1461
+ interface AutoRespond {
1462
+ /**
1463
+ * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
1464
+ */
1465
+ preference: AutoRespond.Preference;
1466
+ /**
1467
+ * The effective value for auto-respond. Can be 'on' or 'off'.
1468
+ */
1469
+ value: AutoRespond.Value;
1470
+ }
1471
+ namespace AutoRespond {
1472
+ type Preference = 'inherit' | 'off' | 'on';
1473
+ type Value = 'off' | 'on';
1474
+ }
1475
+ }
1249
1476
  namespace Treasury {
1250
1477
  interface TosAcceptance {
1251
1478
  /**
@@ -1334,6 +1561,10 @@ export interface AccountCreateParams {
1334
1561
  * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
1335
1562
  */
1336
1563
  metadata?: Emptyable<MetadataParam>;
1564
+ /**
1565
+ * A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
1566
+ */
1567
+ risk_controls?: AccountCreateParams.RiskControls;
1337
1568
  /**
1338
1569
  * Options for customizing how the account functions within Stripe.
1339
1570
  */
@@ -1377,6 +1608,10 @@ export declare namespace AccountCreateParams {
1377
1608
  * Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
1378
1609
  */
1379
1610
  product_description?: string;
1611
+ /**
1612
+ * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Used by the Checkout product and for Japanese payment methods.
1613
+ */
1614
+ specified_commercial_transactions_act_url?: Emptyable<string>;
1380
1615
  /**
1381
1616
  * A publicly available mailing address for sending support issues to.
1382
1617
  */
@@ -1428,6 +1663,10 @@ export declare namespace AccountCreateParams {
1428
1663
  * The au_becs_debit_payments capability.
1429
1664
  */
1430
1665
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
1666
+ /**
1667
+ * The automatic_indirect_tax capability.
1668
+ */
1669
+ automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
1431
1670
  /**
1432
1671
  * The bacs_debit_payments capability.
1433
1672
  */
@@ -1492,10 +1731,22 @@ export declare namespace AccountCreateParams {
1492
1731
  * The giropay_payments capability.
1493
1732
  */
1494
1733
  giropay_payments?: Capabilities.GiropayPayments;
1734
+ /**
1735
+ * The gopay_payments capability.
1736
+ */
1737
+ gopay_payments?: Capabilities.GopayPayments;
1495
1738
  /**
1496
1739
  * The grabpay_payments capability.
1497
1740
  */
1498
1741
  grabpay_payments?: Capabilities.GrabpayPayments;
1742
+ /**
1743
+ * The id_bank_transfer_payments capability.
1744
+ */
1745
+ id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
1746
+ /**
1747
+ * The id_bank_transfer_payments_bca capability.
1748
+ */
1749
+ id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
1499
1750
  /**
1500
1751
  * The ideal_payments capability.
1501
1752
  */
@@ -1580,6 +1831,14 @@ export declare namespace AccountCreateParams {
1580
1831
  * The paynow_payments capability.
1581
1832
  */
1582
1833
  paynow_payments?: Capabilities.PaynowPayments;
1834
+ /**
1835
+ * The paypal_payments capability.
1836
+ */
1837
+ paypal_payments?: Capabilities.PaypalPayments;
1838
+ /**
1839
+ * The paypay_payments capability.
1840
+ */
1841
+ paypay_payments?: Capabilities.PaypayPayments;
1583
1842
  /**
1584
1843
  * The payto_payments capability.
1585
1844
  */
@@ -1592,6 +1851,14 @@ export declare namespace AccountCreateParams {
1592
1851
  * The promptpay_payments capability.
1593
1852
  */
1594
1853
  promptpay_payments?: Capabilities.PromptpayPayments;
1854
+ /**
1855
+ * The qris_payments capability.
1856
+ */
1857
+ qris_payments?: Capabilities.QrisPayments;
1858
+ /**
1859
+ * The rechnung_payments capability.
1860
+ */
1861
+ rechnung_payments?: Capabilities.RechnungPayments;
1595
1862
  /**
1596
1863
  * The revolut_pay_payments capability.
1597
1864
  */
@@ -1616,10 +1883,18 @@ export declare namespace AccountCreateParams {
1616
1883
  * The sepa_debit_payments capability.
1617
1884
  */
1618
1885
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
1886
+ /**
1887
+ * The shopeepay_payments capability.
1888
+ */
1889
+ shopeepay_payments?: Capabilities.ShopeepayPayments;
1619
1890
  /**
1620
1891
  * The sofort_payments capability.
1621
1892
  */
1622
1893
  sofort_payments?: Capabilities.SofortPayments;
1894
+ /**
1895
+ * The stripe_balance_payments capability.
1896
+ */
1897
+ stripe_balance_payments?: Capabilities.StripeBalancePayments;
1623
1898
  /**
1624
1899
  * The sunbit_payments capability.
1625
1900
  */
@@ -1644,6 +1919,18 @@ export declare namespace AccountCreateParams {
1644
1919
  * The treasury capability.
1645
1920
  */
1646
1921
  treasury?: Capabilities.Treasury;
1922
+ /**
1923
+ * The treasury_evolve capability.
1924
+ */
1925
+ treasury_evolve?: Capabilities.TreasuryEvolve;
1926
+ /**
1927
+ * The treasury_fifth_third capability.
1928
+ */
1929
+ treasury_fifth_third?: Capabilities.TreasuryFifthThird;
1930
+ /**
1931
+ * The treasury_goldman_sachs capability.
1932
+ */
1933
+ treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
1647
1934
  /**
1648
1935
  * The twint_payments capability.
1649
1936
  */
@@ -1760,6 +2047,14 @@ export declare namespace AccountCreateParams {
1760
2047
  verification?: Company.Verification;
1761
2048
  }
1762
2049
  interface Controller {
2050
+ /**
2051
+ * A hash of configuration describing the Connect application that controls the account.
2052
+ */
2053
+ application?: Controller.Application;
2054
+ /**
2055
+ * Properties of the account's dashboard.
2056
+ */
2057
+ dashboard?: Controller.Dashboard;
1763
2058
  /**
1764
2059
  * A hash of configuration for who pays Stripe fees for product usage on this account.
1765
2060
  */
@@ -1936,6 +2231,14 @@ export declare namespace AccountCreateParams {
1936
2231
  * Describes the person's relationship to the account.
1937
2232
  */
1938
2233
  relationship?: Individual.Relationship;
2234
+ /**
2235
+ * The credit applicant's self-reported yearly income in minor units.
2236
+ */
2237
+ self_reported_income?: Individual.SelfReportedIncome;
2238
+ /**
2239
+ * The credit applicant's self-reported monthly housing payment in minor units.
2240
+ */
2241
+ self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
1939
2242
  /**
1940
2243
  * The last four digits of the individual's Social Security Number (U.S. only).
1941
2244
  */
@@ -1945,15 +2248,33 @@ export declare namespace AccountCreateParams {
1945
2248
  */
1946
2249
  verification?: Individual.Verification;
1947
2250
  }
2251
+ interface RiskControls {
2252
+ /**
2253
+ * Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
2254
+ */
2255
+ charges?: RiskControls.Charges;
2256
+ /**
2257
+ * Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
2258
+ */
2259
+ payouts?: RiskControls.Payouts;
2260
+ }
1948
2261
  interface Settings {
1949
2262
  /**
1950
2263
  * Settings specific to Bacs Direct Debit.
1951
2264
  */
1952
2265
  bacs_debit_payments?: Settings.BacsDebitPayments;
2266
+ /**
2267
+ * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
2268
+ */
2269
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
1953
2270
  /**
1954
2271
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
1955
2272
  */
1956
2273
  branding?: Settings.Branding;
2274
+ /**
2275
+ * Settings specific to the account's use of the Capital product.
2276
+ */
2277
+ capital?: Settings.Capital;
1957
2278
  /**
1958
2279
  * Settings specific to the account's use of the Card Issuing product.
1959
2280
  */
@@ -1974,6 +2295,18 @@ export declare namespace AccountCreateParams {
1974
2295
  * Settings specific to the account's payouts.
1975
2296
  */
1976
2297
  payouts?: Settings.Payouts;
2298
+ /**
2299
+ * Settings specific to the PayPay payments method.
2300
+ */
2301
+ paypay_payments?: Settings.PaypayPayments;
2302
+ /**
2303
+ * Settings specific to the account's use of Smart Disputes.
2304
+ */
2305
+ smart_disputes?: Settings.SmartDisputes;
2306
+ /**
2307
+ * Settings specific to the account's tax forms.
2308
+ */
2309
+ tax_forms?: Settings.TaxForms;
1977
2310
  /**
1978
2311
  * Settings specific to the account's Treasury FinancialAccounts.
1979
2312
  */
@@ -2068,6 +2401,12 @@ export declare namespace AccountCreateParams {
2068
2401
  */
2069
2402
  requested?: boolean;
2070
2403
  }
2404
+ interface AutomaticIndirectTax {
2405
+ /**
2406
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2407
+ */
2408
+ requested?: boolean;
2409
+ }
2071
2410
  interface BacsDebitPayments {
2072
2411
  /**
2073
2412
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2117,6 +2456,10 @@ export declare namespace AccountCreateParams {
2117
2456
  requested?: boolean;
2118
2457
  }
2119
2458
  interface CardPayments {
2459
+ /**
2460
+ * Protections to apply to this capability.
2461
+ */
2462
+ protections?: CardPayments.Protections;
2120
2463
  /**
2121
2464
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2122
2465
  */
@@ -2164,12 +2507,30 @@ export declare namespace AccountCreateParams {
2164
2507
  */
2165
2508
  requested?: boolean;
2166
2509
  }
2510
+ interface GopayPayments {
2511
+ /**
2512
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2513
+ */
2514
+ requested?: boolean;
2515
+ }
2167
2516
  interface GrabpayPayments {
2168
2517
  /**
2169
2518
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2170
2519
  */
2171
2520
  requested?: boolean;
2172
2521
  }
2522
+ interface IdBankTransferPayments {
2523
+ /**
2524
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2525
+ */
2526
+ requested?: boolean;
2527
+ }
2528
+ interface IdBankTransferPaymentsBca {
2529
+ /**
2530
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2531
+ */
2532
+ requested?: boolean;
2533
+ }
2173
2534
  interface IdealPayments {
2174
2535
  /**
2175
2536
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2296,6 +2657,18 @@ export declare namespace AccountCreateParams {
2296
2657
  */
2297
2658
  requested?: boolean;
2298
2659
  }
2660
+ interface PaypalPayments {
2661
+ /**
2662
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2663
+ */
2664
+ requested?: boolean;
2665
+ }
2666
+ interface PaypayPayments {
2667
+ /**
2668
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2669
+ */
2670
+ requested?: boolean;
2671
+ }
2299
2672
  interface PaytoPayments {
2300
2673
  /**
2301
2674
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2314,6 +2687,18 @@ export declare namespace AccountCreateParams {
2314
2687
  */
2315
2688
  requested?: boolean;
2316
2689
  }
2690
+ interface QrisPayments {
2691
+ /**
2692
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2693
+ */
2694
+ requested?: boolean;
2695
+ }
2696
+ interface RechnungPayments {
2697
+ /**
2698
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2699
+ */
2700
+ requested?: boolean;
2701
+ }
2317
2702
  interface RevolutPayPayments {
2318
2703
  /**
2319
2704
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2350,12 +2735,24 @@ export declare namespace AccountCreateParams {
2350
2735
  */
2351
2736
  requested?: boolean;
2352
2737
  }
2738
+ interface ShopeepayPayments {
2739
+ /**
2740
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2741
+ */
2742
+ requested?: boolean;
2743
+ }
2353
2744
  interface SofortPayments {
2354
2745
  /**
2355
2746
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2356
2747
  */
2357
2748
  requested?: boolean;
2358
2749
  }
2750
+ interface StripeBalancePayments {
2751
+ /**
2752
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2753
+ */
2754
+ requested?: boolean;
2755
+ }
2359
2756
  interface SunbitPayments {
2360
2757
  /**
2361
2758
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2392,6 +2789,24 @@ export declare namespace AccountCreateParams {
2392
2789
  */
2393
2790
  requested?: boolean;
2394
2791
  }
2792
+ interface TreasuryEvolve {
2793
+ /**
2794
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2795
+ */
2796
+ requested?: boolean;
2797
+ }
2798
+ interface TreasuryFifthThird {
2799
+ /**
2800
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2801
+ */
2802
+ requested?: boolean;
2803
+ }
2804
+ interface TreasuryGoldmanSachs {
2805
+ /**
2806
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2807
+ */
2808
+ requested?: boolean;
2809
+ }
2395
2810
  interface TwintPayments {
2396
2811
  /**
2397
2812
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2422,6 +2837,22 @@ export declare namespace AccountCreateParams {
2422
2837
  */
2423
2838
  requested?: boolean;
2424
2839
  }
2840
+ namespace CardPayments {
2841
+ interface Protections {
2842
+ /**
2843
+ * Protection for connected accounts migrating from another PSP.
2844
+ */
2845
+ psp_migration: Protections.PspMigration;
2846
+ }
2847
+ namespace Protections {
2848
+ interface PspMigration {
2849
+ /**
2850
+ * Passing true requests the protection.
2851
+ */
2852
+ requested: boolean;
2853
+ }
2854
+ }
2855
+ }
2425
2856
  }
2426
2857
  namespace Company {
2427
2858
  interface DirectorshipDeclaration {
@@ -2502,6 +2933,26 @@ export declare namespace AccountCreateParams {
2502
2933
  }
2503
2934
  }
2504
2935
  namespace Controller {
2936
+ interface Application {
2937
+ /**
2938
+ * Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
2939
+ */
2940
+ loss_liable: boolean;
2941
+ /**
2942
+ * Whether the controller owns onboarding for this account.
2943
+ */
2944
+ onboarding_owner?: boolean;
2945
+ /**
2946
+ * Whether the controller has pricing controls for this account.
2947
+ */
2948
+ pricing_controls?: boolean;
2949
+ }
2950
+ interface Dashboard {
2951
+ /**
2952
+ * Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
2953
+ */
2954
+ type?: Dashboard.Type;
2955
+ }
2505
2956
  interface Fees {
2506
2957
  /**
2507
2958
  * A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
@@ -2521,6 +2972,9 @@ export declare namespace AccountCreateParams {
2521
2972
  */
2522
2973
  type?: StripeDashboard.Type;
2523
2974
  }
2975
+ namespace Dashboard {
2976
+ type Type = 'express' | 'full' | 'none';
2977
+ }
2524
2978
  namespace Fees {
2525
2979
  type Payer = 'account' | 'application';
2526
2980
  }
@@ -2649,6 +3103,26 @@ export declare namespace AccountCreateParams {
2649
3103
  */
2650
3104
  title?: string;
2651
3105
  }
3106
+ interface SelfReportedIncome {
3107
+ /**
3108
+ * The amount in the minor currency unit (for example, cents for USD).
3109
+ */
3110
+ amount: number;
3111
+ /**
3112
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
3113
+ */
3114
+ currency: string;
3115
+ }
3116
+ interface SelfReportedMonthlyHousingPayment {
3117
+ /**
3118
+ * The amount in the minor currency unit (for example, cents for USD).
3119
+ */
3120
+ amount: number;
3121
+ /**
3122
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
3123
+ */
3124
+ currency: string;
3125
+ }
2652
3126
  interface Verification {
2653
3127
  /**
2654
3128
  * A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
@@ -2682,6 +3156,22 @@ export declare namespace AccountCreateParams {
2682
3156
  }
2683
3157
  }
2684
3158
  }
3159
+ namespace RiskControls {
3160
+ interface Charges {
3161
+ /**
3162
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3163
+ * There can be a delay before the risk control is paused or unpaused.
3164
+ */
3165
+ pause_requested?: boolean;
3166
+ }
3167
+ interface Payouts {
3168
+ /**
3169
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3170
+ * There can be a delay before the risk control is paused or unpaused.
3171
+ */
3172
+ pause_requested?: boolean;
3173
+ }
3174
+ }
2685
3175
  namespace Settings {
2686
3176
  interface BacsDebitPayments {
2687
3177
  /**
@@ -2689,6 +3179,16 @@ export declare namespace AccountCreateParams {
2689
3179
  */
2690
3180
  display_name?: string;
2691
3181
  }
3182
+ interface BankBcaOnboarding {
3183
+ /**
3184
+ * Bank BCA business account holder name
3185
+ */
3186
+ account_holder_name?: string;
3187
+ /**
3188
+ * Bank BCA business account number
3189
+ */
3190
+ business_account_number?: string;
3191
+ }
2692
3192
  interface Branding {
2693
3193
  /**
2694
3194
  * (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
@@ -2707,11 +3207,25 @@ export declare namespace AccountCreateParams {
2707
3207
  */
2708
3208
  secondary_color?: string;
2709
3209
  }
2710
- interface CardIssuing {
3210
+ interface Capital {
2711
3211
  /**
2712
- * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
3212
+ * Per-currency mapping of user-selected destination accounts used to pay out loans.
2713
3213
  */
2714
- tos_acceptance?: CardIssuing.TosAcceptance;
3214
+ payout_destination?: {
3215
+ [key: string]: string;
3216
+ };
3217
+ /**
3218
+ * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
3219
+ */
3220
+ payout_destination_selector?: {
3221
+ [key: string]: Array<string>;
3222
+ };
3223
+ }
3224
+ interface CardIssuing {
3225
+ /**
3226
+ * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
3227
+ */
3228
+ tos_acceptance?: CardIssuing.TosAcceptance;
2715
3229
  }
2716
3230
  interface CardPayments {
2717
3231
  /**
@@ -2738,6 +3252,10 @@ export declare namespace AccountCreateParams {
2738
3252
  hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
2739
3253
  }
2740
3254
  interface Payments {
3255
+ /**
3256
+ * When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
3257
+ */
3258
+ email_customers_on_successful_payment?: boolean;
2741
3259
  /**
2742
3260
  * The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
2743
3261
  */
@@ -2765,6 +3283,32 @@ export declare namespace AccountCreateParams {
2765
3283
  */
2766
3284
  statement_descriptor?: string;
2767
3285
  }
3286
+ interface PaypayPayments {
3287
+ /**
3288
+ * Additional files that are required to support the onboarding process of your business.
3289
+ */
3290
+ additional_files?: Array<string>;
3291
+ /**
3292
+ * The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
3293
+ */
3294
+ goods_type?: PaypayPayments.GoodsType;
3295
+ /**
3296
+ * Details regarding your business's website.
3297
+ */
3298
+ site?: PaypayPayments.Site;
3299
+ }
3300
+ interface SmartDisputes {
3301
+ /**
3302
+ * Smart Disputes auto-respond settings for the account.
3303
+ */
3304
+ auto_respond?: SmartDisputes.AutoRespond;
3305
+ }
3306
+ interface TaxForms {
3307
+ /**
3308
+ * Whether the account opted out of receiving their tax forms by postal delivery.
3309
+ */
3310
+ consented_to_paperless_delivery?: boolean;
3311
+ }
2768
3312
  interface Treasury {
2769
3313
  /**
2770
3314
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -2835,6 +3379,59 @@ export declare namespace AccountCreateParams {
2835
3379
  type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
2836
3380
  }
2837
3381
  }
3382
+ namespace PaypayPayments {
3383
+ type GoodsType = 'digital_content' | 'other';
3384
+ interface Site {
3385
+ /**
3386
+ * Additional information about your business's website.
3387
+ */
3388
+ accessible?: Site.Accessible;
3389
+ /**
3390
+ * Additional information about your business's website.
3391
+ */
3392
+ in_development?: Site.InDevelopment;
3393
+ /**
3394
+ * Additional information about your business's website.
3395
+ */
3396
+ restricted?: Site.Restricted;
3397
+ /**
3398
+ * The status of your business's website.
3399
+ */
3400
+ type?: Site.Type;
3401
+ }
3402
+ namespace Site {
3403
+ interface Accessible {
3404
+ }
3405
+ interface InDevelopment {
3406
+ /**
3407
+ * The password needed to access your business's website.
3408
+ */
3409
+ password: string;
3410
+ /**
3411
+ * The username needed to access your business's website.
3412
+ */
3413
+ username?: string;
3414
+ }
3415
+ interface Restricted {
3416
+ /**
3417
+ * The file explaining the payment flow for your business.
3418
+ */
3419
+ payment_flow_file?: string;
3420
+ }
3421
+ type Type = 'accessible' | 'in_development' | 'restricted';
3422
+ }
3423
+ }
3424
+ namespace SmartDisputes {
3425
+ interface AutoRespond {
3426
+ /**
3427
+ * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
3428
+ */
3429
+ preference?: AutoRespond.Preference;
3430
+ }
3431
+ namespace AutoRespond {
3432
+ type Preference = 'inherit' | 'off' | 'on';
3433
+ }
3434
+ }
2838
3435
  namespace Treasury {
2839
3436
  interface TosAcceptance {
2840
3437
  /**
@@ -2921,6 +3518,10 @@ export interface AccountUpdateParams {
2921
3518
  * Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
2922
3519
  */
2923
3520
  metadata?: Emptyable<MetadataParam>;
3521
+ /**
3522
+ * A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
3523
+ */
3524
+ risk_controls?: AccountUpdateParams.RiskControls;
2924
3525
  /**
2925
3526
  * Options for customizing how the account functions within Stripe.
2926
3527
  */
@@ -2960,6 +3561,10 @@ export declare namespace AccountUpdateParams {
2960
3561
  * Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
2961
3562
  */
2962
3563
  product_description?: string;
3564
+ /**
3565
+ * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
3566
+ */
3567
+ specified_commercial_transactions_act_url?: Emptyable<string>;
2963
3568
  /**
2964
3569
  * A publicly available mailing address for sending support issues to.
2965
3570
  */
@@ -3011,6 +3616,10 @@ export declare namespace AccountUpdateParams {
3011
3616
  * The au_becs_debit_payments capability.
3012
3617
  */
3013
3618
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
3619
+ /**
3620
+ * The automatic_indirect_tax capability.
3621
+ */
3622
+ automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
3014
3623
  /**
3015
3624
  * The bacs_debit_payments capability.
3016
3625
  */
@@ -3075,10 +3684,22 @@ export declare namespace AccountUpdateParams {
3075
3684
  * The giropay_payments capability.
3076
3685
  */
3077
3686
  giropay_payments?: Capabilities.GiropayPayments;
3687
+ /**
3688
+ * The gopay_payments capability.
3689
+ */
3690
+ gopay_payments?: Capabilities.GopayPayments;
3078
3691
  /**
3079
3692
  * The grabpay_payments capability.
3080
3693
  */
3081
3694
  grabpay_payments?: Capabilities.GrabpayPayments;
3695
+ /**
3696
+ * The id_bank_transfer_payments capability.
3697
+ */
3698
+ id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
3699
+ /**
3700
+ * The id_bank_transfer_payments_bca capability.
3701
+ */
3702
+ id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
3082
3703
  /**
3083
3704
  * The ideal_payments capability.
3084
3705
  */
@@ -3163,6 +3784,14 @@ export declare namespace AccountUpdateParams {
3163
3784
  * The paynow_payments capability.
3164
3785
  */
3165
3786
  paynow_payments?: Capabilities.PaynowPayments;
3787
+ /**
3788
+ * The paypal_payments capability.
3789
+ */
3790
+ paypal_payments?: Capabilities.PaypalPayments;
3791
+ /**
3792
+ * The paypay_payments capability.
3793
+ */
3794
+ paypay_payments?: Capabilities.PaypayPayments;
3166
3795
  /**
3167
3796
  * The payto_payments capability.
3168
3797
  */
@@ -3175,6 +3804,14 @@ export declare namespace AccountUpdateParams {
3175
3804
  * The promptpay_payments capability.
3176
3805
  */
3177
3806
  promptpay_payments?: Capabilities.PromptpayPayments;
3807
+ /**
3808
+ * The qris_payments capability.
3809
+ */
3810
+ qris_payments?: Capabilities.QrisPayments;
3811
+ /**
3812
+ * The rechnung_payments capability.
3813
+ */
3814
+ rechnung_payments?: Capabilities.RechnungPayments;
3178
3815
  /**
3179
3816
  * The revolut_pay_payments capability.
3180
3817
  */
@@ -3199,10 +3836,18 @@ export declare namespace AccountUpdateParams {
3199
3836
  * The sepa_debit_payments capability.
3200
3837
  */
3201
3838
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
3839
+ /**
3840
+ * The shopeepay_payments capability.
3841
+ */
3842
+ shopeepay_payments?: Capabilities.ShopeepayPayments;
3202
3843
  /**
3203
3844
  * The sofort_payments capability.
3204
3845
  */
3205
3846
  sofort_payments?: Capabilities.SofortPayments;
3847
+ /**
3848
+ * The stripe_balance_payments capability.
3849
+ */
3850
+ stripe_balance_payments?: Capabilities.StripeBalancePayments;
3206
3851
  /**
3207
3852
  * The sunbit_payments capability.
3208
3853
  */
@@ -3227,6 +3872,18 @@ export declare namespace AccountUpdateParams {
3227
3872
  * The treasury capability.
3228
3873
  */
3229
3874
  treasury?: Capabilities.Treasury;
3875
+ /**
3876
+ * The treasury_evolve capability.
3877
+ */
3878
+ treasury_evolve?: Capabilities.TreasuryEvolve;
3879
+ /**
3880
+ * The treasury_fifth_third capability.
3881
+ */
3882
+ treasury_fifth_third?: Capabilities.TreasuryFifthThird;
3883
+ /**
3884
+ * The treasury_goldman_sachs capability.
3885
+ */
3886
+ treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
3230
3887
  /**
3231
3888
  * The twint_payments capability.
3232
3889
  */
@@ -3520,6 +4177,14 @@ export declare namespace AccountUpdateParams {
3520
4177
  * Describes the person's relationship to the account.
3521
4178
  */
3522
4179
  relationship?: Individual.Relationship;
4180
+ /**
4181
+ * The credit applicant's self-reported yearly income in minor units.
4182
+ */
4183
+ self_reported_income?: Individual.SelfReportedIncome;
4184
+ /**
4185
+ * The credit applicant's self-reported monthly housing payment in minor units.
4186
+ */
4187
+ self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
3523
4188
  /**
3524
4189
  * The last four digits of the individual's Social Security Number (U.S. only).
3525
4190
  */
@@ -3529,15 +4194,33 @@ export declare namespace AccountUpdateParams {
3529
4194
  */
3530
4195
  verification?: Individual.Verification;
3531
4196
  }
4197
+ interface RiskControls {
4198
+ /**
4199
+ * Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
4200
+ */
4201
+ charges?: RiskControls.Charges;
4202
+ /**
4203
+ * Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
4204
+ */
4205
+ payouts?: RiskControls.Payouts;
4206
+ }
3532
4207
  interface Settings {
3533
4208
  /**
3534
4209
  * Settings specific to Bacs Direct Debit payments.
3535
4210
  */
3536
4211
  bacs_debit_payments?: Settings.BacsDebitPayments;
4212
+ /**
4213
+ * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
4214
+ */
4215
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
3537
4216
  /**
3538
4217
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
3539
4218
  */
3540
4219
  branding?: Settings.Branding;
4220
+ /**
4221
+ * Settings specific to the account's use of the Capital product.
4222
+ */
4223
+ capital?: Settings.Capital;
3541
4224
  /**
3542
4225
  * Settings specific to the account's use of the Card Issuing product.
3543
4226
  */
@@ -3558,6 +4241,18 @@ export declare namespace AccountUpdateParams {
3558
4241
  * Settings specific to the account's payouts.
3559
4242
  */
3560
4243
  payouts?: Settings.Payouts;
4244
+ /**
4245
+ * Settings specific to the PayPay payments method.
4246
+ */
4247
+ paypay_payments?: Settings.PaypayPayments;
4248
+ /**
4249
+ * Settings specific to the account's use of Smart Disputes.
4250
+ */
4251
+ smart_disputes?: Settings.SmartDisputes;
4252
+ /**
4253
+ * Settings specific to the account's tax forms.
4254
+ */
4255
+ tax_forms?: Settings.TaxForms;
3561
4256
  /**
3562
4257
  * Settings specific to the account's Treasury FinancialAccounts.
3563
4258
  */
@@ -3654,6 +4349,12 @@ export declare namespace AccountUpdateParams {
3654
4349
  */
3655
4350
  requested?: boolean;
3656
4351
  }
4352
+ interface AutomaticIndirectTax {
4353
+ /**
4354
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4355
+ */
4356
+ requested?: boolean;
4357
+ }
3657
4358
  interface BacsDebitPayments {
3658
4359
  /**
3659
4360
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3703,6 +4404,10 @@ export declare namespace AccountUpdateParams {
3703
4404
  requested?: boolean;
3704
4405
  }
3705
4406
  interface CardPayments {
4407
+ /**
4408
+ * Protections to apply to this capability.
4409
+ */
4410
+ protections?: CardPayments.Protections;
3706
4411
  /**
3707
4412
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3708
4413
  */
@@ -3750,12 +4455,30 @@ export declare namespace AccountUpdateParams {
3750
4455
  */
3751
4456
  requested?: boolean;
3752
4457
  }
4458
+ interface GopayPayments {
4459
+ /**
4460
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4461
+ */
4462
+ requested?: boolean;
4463
+ }
3753
4464
  interface GrabpayPayments {
3754
4465
  /**
3755
4466
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3756
4467
  */
3757
4468
  requested?: boolean;
3758
4469
  }
4470
+ interface IdBankTransferPayments {
4471
+ /**
4472
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4473
+ */
4474
+ requested?: boolean;
4475
+ }
4476
+ interface IdBankTransferPaymentsBca {
4477
+ /**
4478
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4479
+ */
4480
+ requested?: boolean;
4481
+ }
3759
4482
  interface IdealPayments {
3760
4483
  /**
3761
4484
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3882,6 +4605,18 @@ export declare namespace AccountUpdateParams {
3882
4605
  */
3883
4606
  requested?: boolean;
3884
4607
  }
4608
+ interface PaypalPayments {
4609
+ /**
4610
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4611
+ */
4612
+ requested?: boolean;
4613
+ }
4614
+ interface PaypayPayments {
4615
+ /**
4616
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4617
+ */
4618
+ requested?: boolean;
4619
+ }
3885
4620
  interface PaytoPayments {
3886
4621
  /**
3887
4622
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3900,6 +4635,18 @@ export declare namespace AccountUpdateParams {
3900
4635
  */
3901
4636
  requested?: boolean;
3902
4637
  }
4638
+ interface QrisPayments {
4639
+ /**
4640
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4641
+ */
4642
+ requested?: boolean;
4643
+ }
4644
+ interface RechnungPayments {
4645
+ /**
4646
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4647
+ */
4648
+ requested?: boolean;
4649
+ }
3903
4650
  interface RevolutPayPayments {
3904
4651
  /**
3905
4652
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3936,12 +4683,24 @@ export declare namespace AccountUpdateParams {
3936
4683
  */
3937
4684
  requested?: boolean;
3938
4685
  }
4686
+ interface ShopeepayPayments {
4687
+ /**
4688
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4689
+ */
4690
+ requested?: boolean;
4691
+ }
3939
4692
  interface SofortPayments {
3940
4693
  /**
3941
4694
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
3942
4695
  */
3943
4696
  requested?: boolean;
3944
4697
  }
4698
+ interface StripeBalancePayments {
4699
+ /**
4700
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4701
+ */
4702
+ requested?: boolean;
4703
+ }
3945
4704
  interface SunbitPayments {
3946
4705
  /**
3947
4706
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -3978,6 +4737,24 @@ export declare namespace AccountUpdateParams {
3978
4737
  */
3979
4738
  requested?: boolean;
3980
4739
  }
4740
+ interface TreasuryEvolve {
4741
+ /**
4742
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4743
+ */
4744
+ requested?: boolean;
4745
+ }
4746
+ interface TreasuryFifthThird {
4747
+ /**
4748
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4749
+ */
4750
+ requested?: boolean;
4751
+ }
4752
+ interface TreasuryGoldmanSachs {
4753
+ /**
4754
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
4755
+ */
4756
+ requested?: boolean;
4757
+ }
3981
4758
  interface TwintPayments {
3982
4759
  /**
3983
4760
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -4008,6 +4785,22 @@ export declare namespace AccountUpdateParams {
4008
4785
  */
4009
4786
  requested?: boolean;
4010
4787
  }
4788
+ namespace CardPayments {
4789
+ interface Protections {
4790
+ /**
4791
+ * Protection for connected accounts migrating from another PSP.
4792
+ */
4793
+ psp_migration: Protections.PspMigration;
4794
+ }
4795
+ namespace Protections {
4796
+ interface PspMigration {
4797
+ /**
4798
+ * Passing true requests the protection.
4799
+ */
4800
+ requested: boolean;
4801
+ }
4802
+ }
4803
+ }
4011
4804
  }
4012
4805
  namespace Company {
4013
4806
  interface DirectorshipDeclaration {
@@ -4205,6 +4998,26 @@ export declare namespace AccountUpdateParams {
4205
4998
  */
4206
4999
  title?: string;
4207
5000
  }
5001
+ interface SelfReportedIncome {
5002
+ /**
5003
+ * The amount in the minor currency unit (for example, cents for USD).
5004
+ */
5005
+ amount: number;
5006
+ /**
5007
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
5008
+ */
5009
+ currency: string;
5010
+ }
5011
+ interface SelfReportedMonthlyHousingPayment {
5012
+ /**
5013
+ * The amount in the minor currency unit (for example, cents for USD).
5014
+ */
5015
+ amount: number;
5016
+ /**
5017
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
5018
+ */
5019
+ currency: string;
5020
+ }
4208
5021
  interface Verification {
4209
5022
  /**
4210
5023
  * A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
@@ -4238,6 +5051,22 @@ export declare namespace AccountUpdateParams {
4238
5051
  }
4239
5052
  }
4240
5053
  }
5054
+ namespace RiskControls {
5055
+ interface Charges {
5056
+ /**
5057
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
5058
+ * There can be a delay before the risk control is paused or unpaused.
5059
+ */
5060
+ pause_requested?: boolean;
5061
+ }
5062
+ interface Payouts {
5063
+ /**
5064
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
5065
+ * There can be a delay before the risk control is paused or unpaused.
5066
+ */
5067
+ pause_requested?: boolean;
5068
+ }
5069
+ }
4241
5070
  namespace Settings {
4242
5071
  interface BacsDebitPayments {
4243
5072
  /**
@@ -4245,6 +5074,16 @@ export declare namespace AccountUpdateParams {
4245
5074
  */
4246
5075
  display_name?: string;
4247
5076
  }
5077
+ interface BankBcaOnboarding {
5078
+ /**
5079
+ * Bank BCA business account holder name
5080
+ */
5081
+ account_holder_name?: string;
5082
+ /**
5083
+ * Bank BCA business account number
5084
+ */
5085
+ business_account_number?: string;
5086
+ }
4248
5087
  interface Branding {
4249
5088
  /**
4250
5089
  * (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
@@ -4263,6 +5102,20 @@ export declare namespace AccountUpdateParams {
4263
5102
  */
4264
5103
  secondary_color?: string;
4265
5104
  }
5105
+ interface Capital {
5106
+ /**
5107
+ * Per-currency mapping of user-selected destination accounts used to pay out loans.
5108
+ */
5109
+ payout_destination?: {
5110
+ [key: string]: string;
5111
+ };
5112
+ /**
5113
+ * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
5114
+ */
5115
+ payout_destination_selector?: {
5116
+ [key: string]: Array<string>;
5117
+ };
5118
+ }
4266
5119
  interface CardIssuing {
4267
5120
  /**
4268
5121
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -4298,6 +5151,10 @@ export declare namespace AccountUpdateParams {
4298
5151
  hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
4299
5152
  }
4300
5153
  interface Payments {
5154
+ /**
5155
+ * When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
5156
+ */
5157
+ email_customers_on_successful_payment?: boolean;
4301
5158
  /**
4302
5159
  * The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
4303
5160
  */
@@ -4325,6 +5182,32 @@ export declare namespace AccountUpdateParams {
4325
5182
  */
4326
5183
  statement_descriptor?: string;
4327
5184
  }
5185
+ interface PaypayPayments {
5186
+ /**
5187
+ * Additional files that are required to support the onboarding process of your business.
5188
+ */
5189
+ additional_files?: Array<string>;
5190
+ /**
5191
+ * The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
5192
+ */
5193
+ goods_type?: PaypayPayments.GoodsType;
5194
+ /**
5195
+ * Details regarding your business's website.
5196
+ */
5197
+ site?: PaypayPayments.Site;
5198
+ }
5199
+ interface SmartDisputes {
5200
+ /**
5201
+ * Smart Disputes auto-respond settings for the account.
5202
+ */
5203
+ auto_respond?: SmartDisputes.AutoRespond;
5204
+ }
5205
+ interface TaxForms {
5206
+ /**
5207
+ * Whether the account opted out of receiving their tax forms by postal delivery.
5208
+ */
5209
+ consented_to_paperless_delivery?: boolean;
5210
+ }
4328
5211
  interface Treasury {
4329
5212
  /**
4330
5213
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -4395,6 +5278,59 @@ export declare namespace AccountUpdateParams {
4395
5278
  type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
4396
5279
  }
4397
5280
  }
5281
+ namespace PaypayPayments {
5282
+ type GoodsType = 'digital_content' | 'other';
5283
+ interface Site {
5284
+ /**
5285
+ * Additional information about your business's website.
5286
+ */
5287
+ accessible?: Site.Accessible;
5288
+ /**
5289
+ * Additional information about your business's website.
5290
+ */
5291
+ in_development?: Site.InDevelopment;
5292
+ /**
5293
+ * Additional information about your business's website.
5294
+ */
5295
+ restricted?: Site.Restricted;
5296
+ /**
5297
+ * The status of your business's website.
5298
+ */
5299
+ type?: Site.Type;
5300
+ }
5301
+ namespace Site {
5302
+ interface Accessible {
5303
+ }
5304
+ interface InDevelopment {
5305
+ /**
5306
+ * The password needed to access your business's website.
5307
+ */
5308
+ password: string;
5309
+ /**
5310
+ * The username needed to access your business's website.
5311
+ */
5312
+ username?: string;
5313
+ }
5314
+ interface Restricted {
5315
+ /**
5316
+ * The file explaining the payment flow for your business.
5317
+ */
5318
+ payment_flow_file?: string;
5319
+ }
5320
+ type Type = 'accessible' | 'in_development' | 'restricted';
5321
+ }
5322
+ }
5323
+ namespace SmartDisputes {
5324
+ interface AutoRespond {
5325
+ /**
5326
+ * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
5327
+ */
5328
+ preference?: AutoRespond.Preference;
5329
+ }
5330
+ namespace AutoRespond {
5331
+ type Preference = 'inherit' | 'off' | 'on';
5332
+ }
5333
+ }
4398
5334
  namespace Treasury {
4399
5335
  interface TosAcceptance {
4400
5336
  /**
@@ -4610,6 +5546,14 @@ export interface AccountCreatePersonParams {
4610
5546
  * The relationship that this person has with the account's legal entity.
4611
5547
  */
4612
5548
  relationship?: AccountCreatePersonParams.Relationship;
5549
+ /**
5550
+ * The credit applicant's self-reported yearly income in minor units.
5551
+ */
5552
+ self_reported_income?: AccountCreatePersonParams.SelfReportedIncome;
5553
+ /**
5554
+ * The credit applicant's self-reported monthly housing payment in minor units.
5555
+ */
5556
+ self_reported_monthly_housing_payment?: AccountCreatePersonParams.SelfReportedMonthlyHousingPayment;
4613
5557
  /**
4614
5558
  * The last four digits of the person's Social Security number (U.S. only).
4615
5559
  */
@@ -4693,6 +5637,26 @@ export declare namespace AccountCreatePersonParams {
4693
5637
  */
4694
5638
  title?: string;
4695
5639
  }
5640
+ interface SelfReportedIncome {
5641
+ /**
5642
+ * The amount in the minor currency unit (for example, cents for USD).
5643
+ */
5644
+ amount: number;
5645
+ /**
5646
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
5647
+ */
5648
+ currency: string;
5649
+ }
5650
+ interface SelfReportedMonthlyHousingPayment {
5651
+ /**
5652
+ * The amount in the minor currency unit (for example, cents for USD).
5653
+ */
5654
+ amount: number;
5655
+ /**
5656
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
5657
+ */
5658
+ currency: string;
5659
+ }
4696
5660
  interface UsCfpbData {
4697
5661
  /**
4698
5662
  * The persons ethnicity details
@@ -4899,6 +5863,18 @@ export interface AccountRetrievePersonParams {
4899
5863
  */
4900
5864
  expand?: Array<string>;
4901
5865
  }
5866
+ export interface AccountRetrieveSignalsParams {
5867
+ /**
5868
+ * Specifies which fields in the response should be expanded.
5869
+ */
5870
+ expand?: Array<string>;
5871
+ }
5872
+ export interface AccountSerializeBatchCreateParams {
5873
+ }
5874
+ export interface AccountSerializeBatchDeleteParams {
5875
+ }
5876
+ export interface AccountSerializeBatchUpdateParams {
5877
+ }
4902
5878
  export interface AccountUpdateCapabilityParams {
4903
5879
  /**
4904
5880
  * Specifies which fields in the response should be expanded.
@@ -5100,6 +6076,14 @@ export interface AccountUpdatePersonParams {
5100
6076
  * The relationship that this person has with the account's legal entity.
5101
6077
  */
5102
6078
  relationship?: AccountUpdatePersonParams.Relationship;
6079
+ /**
6080
+ * The credit applicant's self-reported yearly income in minor units.
6081
+ */
6082
+ self_reported_income?: AccountUpdatePersonParams.SelfReportedIncome;
6083
+ /**
6084
+ * The credit applicant's self-reported monthly housing payment in minor units.
6085
+ */
6086
+ self_reported_monthly_housing_payment?: AccountUpdatePersonParams.SelfReportedMonthlyHousingPayment;
5103
6087
  /**
5104
6088
  * The last four digits of the person's Social Security number (U.S. only).
5105
6089
  */
@@ -5183,6 +6167,26 @@ export declare namespace AccountUpdatePersonParams {
5183
6167
  */
5184
6168
  title?: string;
5185
6169
  }
6170
+ interface SelfReportedIncome {
6171
+ /**
6172
+ * The amount in the minor currency unit (for example, cents for USD).
6173
+ */
6174
+ amount: number;
6175
+ /**
6176
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
6177
+ */
6178
+ currency: string;
6179
+ }
6180
+ interface SelfReportedMonthlyHousingPayment {
6181
+ /**
6182
+ * The amount in the minor currency unit (for example, cents for USD).
6183
+ */
6184
+ amount: number;
6185
+ /**
6186
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
6187
+ */
6188
+ currency: string;
6189
+ }
5186
6190
  interface UsCfpbData {
5187
6191
  /**
5188
6192
  * The persons ethnicity details