stripe 22.2.0 → 22.3.0-alpha.2

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 (1462) hide show
  1. package/CHANGELOG.md +2754 -12
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +57 -65
  4. package/VERSION +1 -1
  5. package/cjs/Error.d.ts +53 -0
  6. package/cjs/Error.js +134 -1
  7. package/cjs/Error.js.map +1 -1
  8. package/cjs/RequestSender.d.ts +1 -1
  9. package/cjs/RequestSender.js +2 -2
  10. package/cjs/RequestSender.js.map +1 -1
  11. package/cjs/StripeEventNotificationHandler.d.ts +19 -0
  12. package/cjs/StripeEventNotificationHandler.js +471 -0
  13. package/cjs/StripeEventNotificationHandler.js.map +1 -0
  14. package/cjs/Types.d.ts +4 -2
  15. package/cjs/apiVersion.d.ts +1 -2
  16. package/cjs/apiVersion.js +2 -3
  17. package/cjs/apiVersion.js.map +1 -1
  18. package/cjs/resources/AccountLinks.d.ts +5 -1
  19. package/cjs/resources/AccountNotices.d.ts +140 -0
  20. package/cjs/resources/AccountNotices.js +29 -0
  21. package/cjs/resources/AccountNotices.js.map +1 -0
  22. package/cjs/resources/AccountSessions.d.ts +463 -0
  23. package/cjs/resources/AccountSessions.js.map +1 -1
  24. package/cjs/resources/AccountSignals.d.ts +110 -0
  25. package/cjs/resources/AccountSignals.js +4 -0
  26. package/cjs/resources/AccountSignals.js.map +1 -0
  27. package/cjs/resources/Accounts.d.ts +1020 -6
  28. package/cjs/resources/Accounts.js +47 -0
  29. package/cjs/resources/Accounts.js.map +1 -1
  30. package/cjs/resources/ApplicationFees.d.ts +28 -1
  31. package/cjs/resources/Balance.d.ts +134 -0
  32. package/cjs/resources/BalanceSettings.d.ts +18 -0
  33. package/cjs/resources/BalanceTransactions.d.ts +1 -1
  34. package/cjs/resources/BalanceTransfers.d.ts +160 -0
  35. package/cjs/resources/BalanceTransfers.js +15 -0
  36. package/cjs/resources/BalanceTransfers.js.map +1 -0
  37. package/cjs/resources/BankAccounts.d.ts +2 -2
  38. package/cjs/resources/Billing/AlertRecovereds.d.ts +40 -0
  39. package/cjs/resources/Billing/AlertRecovereds.js +4 -0
  40. package/cjs/resources/Billing/AlertRecovereds.js.map +1 -0
  41. package/cjs/resources/Billing/AlertTriggereds.d.ts +57 -1
  42. package/cjs/resources/Billing/Alerts.d.ts +408 -5
  43. package/cjs/resources/Billing/Alerts.js +321 -5
  44. package/cjs/resources/Billing/Alerts.js.map +1 -1
  45. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
  46. package/cjs/resources/Billing/Analytics/MeterUsage.js +15 -0
  47. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +1 -0
  48. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
  49. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +4 -0
  50. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
  51. package/cjs/resources/Billing/Analytics/index.d.ts +15 -0
  52. package/cjs/resources/Billing/Analytics/index.js +13 -0
  53. package/cjs/resources/Billing/Analytics/index.js.map +1 -0
  54. package/cjs/resources/Billing/CreditBalanceSummary.d.ts +126 -2
  55. package/cjs/resources/Billing/CreditBalanceSummary.js +39 -1
  56. package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
  57. package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
  58. package/cjs/resources/Billing/CreditBalanceTransactions.js +100 -1
  59. package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -1
  60. package/cjs/resources/Billing/CreditGrants.d.ts +85 -3
  61. package/cjs/resources/Billing/CreditGrants.js +134 -5
  62. package/cjs/resources/Billing/CreditGrants.js.map +1 -1
  63. package/cjs/resources/Billing/MeterEventSummaries.d.ts +6 -0
  64. package/cjs/resources/Billing/Meters.d.ts +31 -0
  65. package/cjs/resources/Billing/index.d.ts +6 -0
  66. package/cjs/resources/Billing/index.js +2 -0
  67. package/cjs/resources/Billing/index.js.map +1 -1
  68. package/cjs/resources/Capabilities.d.ts +25 -2
  69. package/cjs/resources/Capital/FinancingOffers.d.ts +191 -0
  70. package/cjs/resources/Capital/FinancingOffers.js +30 -0
  71. package/cjs/resources/Capital/FinancingOffers.js.map +1 -0
  72. package/cjs/resources/Capital/FinancingSummary.d.ts +98 -0
  73. package/cjs/resources/Capital/FinancingSummary.js +15 -0
  74. package/cjs/resources/Capital/FinancingSummary.js.map +1 -0
  75. package/cjs/resources/Capital/FinancingTransactions.d.ts +143 -0
  76. package/cjs/resources/Capital/FinancingTransactions.js +24 -0
  77. package/cjs/resources/Capital/FinancingTransactions.js.map +1 -0
  78. package/cjs/resources/Capital/index.d.ts +25 -0
  79. package/cjs/resources/Capital/index.js +17 -0
  80. package/cjs/resources/Capital/index.js.map +1 -0
  81. package/cjs/resources/Cards.d.ts +15 -0
  82. package/cjs/resources/Charges.d.ts +3515 -70
  83. package/cjs/resources/Charges.js.map +1 -1
  84. package/cjs/resources/Checkout/Sessions.d.ts +792 -9
  85. package/cjs/resources/Checkout/Sessions.js +88 -0
  86. package/cjs/resources/Checkout/Sessions.js.map +1 -1
  87. package/cjs/resources/Checkout/index.d.ts +1 -0
  88. package/cjs/resources/ConfirmationTokens.d.ts +130 -1
  89. package/cjs/resources/ConfirmationTokens.js.map +1 -1
  90. package/cjs/resources/Coupons.d.ts +128 -2
  91. package/cjs/resources/Coupons.js +41 -0
  92. package/cjs/resources/Coupons.js.map +1 -1
  93. package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
  94. package/cjs/resources/CreditNotes.d.ts +7 -1
  95. package/cjs/resources/CreditNotes.js +13 -0
  96. package/cjs/resources/CreditNotes.js.map +1 -1
  97. package/cjs/resources/CustomerSessions.d.ts +74 -0
  98. package/cjs/resources/CustomerSessions.js +13 -0
  99. package/cjs/resources/CustomerSessions.js.map +1 -1
  100. package/cjs/resources/Customers.d.ts +85 -1
  101. package/cjs/resources/Customers.js +195 -0
  102. package/cjs/resources/Customers.js.map +1 -1
  103. package/cjs/resources/DelegatedCheckout/OrderEvents.d.ts +130 -0
  104. package/cjs/resources/DelegatedCheckout/OrderEvents.js +4 -0
  105. package/cjs/resources/DelegatedCheckout/OrderEvents.js.map +1 -0
  106. package/cjs/resources/DelegatedCheckout/Orders.d.ts +161 -0
  107. package/cjs/resources/DelegatedCheckout/Orders.js +15 -0
  108. package/cjs/resources/DelegatedCheckout/Orders.js.map +1 -0
  109. package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +1418 -0
  110. package/cjs/resources/DelegatedCheckout/RequestedSessions.js +47 -0
  111. package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
  112. package/cjs/resources/DelegatedCheckout/index.d.ts +25 -0
  113. package/cjs/resources/DelegatedCheckout/index.js +15 -0
  114. package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
  115. package/cjs/resources/Discounts.d.ts +19 -0
  116. package/cjs/resources/Disputes.d.ts +43 -0
  117. package/cjs/resources/Disputes.js +14 -0
  118. package/cjs/resources/Disputes.js.map +1 -1
  119. package/cjs/resources/Events.d.ts +573 -2
  120. package/cjs/resources/ExternalAccounts.d.ts +212 -1
  121. package/cjs/resources/ExternalAccounts.js +44 -0
  122. package/cjs/resources/ExternalAccounts.js.map +1 -1
  123. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
  124. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +4 -0
  125. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
  126. package/cjs/resources/FinancialConnections/Accounts.d.ts +74 -4
  127. package/cjs/resources/FinancialConnections/Accounts.js +8 -0
  128. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  129. package/cjs/resources/FinancialConnections/Authorizations.d.ts +87 -0
  130. package/cjs/resources/FinancialConnections/Authorizations.js +15 -0
  131. package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -0
  132. package/cjs/resources/FinancialConnections/Institutions.d.ts +101 -0
  133. package/cjs/resources/FinancialConnections/Institutions.js +23 -0
  134. package/cjs/resources/FinancialConnections/Institutions.js.map +1 -0
  135. package/cjs/resources/FinancialConnections/Sessions.d.ts +155 -7
  136. package/cjs/resources/FinancialConnections/index.d.ts +21 -6
  137. package/cjs/resources/FinancialConnections/index.js +4 -0
  138. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  139. package/cjs/resources/FrMealVouchersOnboardings.d.ts +173 -0
  140. package/cjs/resources/FrMealVouchersOnboardings.js +42 -0
  141. package/cjs/resources/FrMealVouchersOnboardings.js.map +1 -0
  142. package/cjs/resources/FxQuotes.d.ts +212 -0
  143. package/cjs/resources/FxQuotes.js +29 -0
  144. package/cjs/resources/FxQuotes.js.map +1 -0
  145. package/cjs/resources/Identity/BlocklistEntries.d.ts +157 -0
  146. package/cjs/resources/Identity/BlocklistEntries.js +54 -0
  147. package/cjs/resources/Identity/BlocklistEntries.js.map +1 -0
  148. package/cjs/resources/Identity/VerificationReports.d.ts +33 -2
  149. package/cjs/resources/Identity/VerificationReports.js.map +1 -1
  150. package/cjs/resources/Identity/VerificationSessions.d.ts +11 -3
  151. package/cjs/resources/Identity/index.d.ts +18 -10
  152. package/cjs/resources/Identity/index.js +2 -0
  153. package/cjs/resources/Identity/index.js.map +1 -1
  154. package/cjs/resources/InvoiceItems.d.ts +203 -2
  155. package/cjs/resources/InvoiceItems.js +41 -0
  156. package/cjs/resources/InvoiceItems.js.map +1 -1
  157. package/cjs/resources/InvoiceLineItems.d.ts +174 -4
  158. package/cjs/resources/InvoiceRenderingTemplates.d.ts +12 -0
  159. package/cjs/resources/InvoiceRenderingTemplates.js +28 -0
  160. package/cjs/resources/InvoiceRenderingTemplates.js.map +1 -1
  161. package/cjs/resources/Invoices.d.ts +2063 -20
  162. package/cjs/resources/Invoices.js +221 -0
  163. package/cjs/resources/Invoices.js.map +1 -1
  164. package/cjs/resources/Issuing/Authorizations.d.ts +290 -0
  165. package/cjs/resources/Issuing/Cardholders.d.ts +5 -4
  166. package/cjs/resources/Issuing/Cards.d.ts +36 -0
  167. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
  168. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +47 -0
  169. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
  170. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
  171. package/cjs/resources/Issuing/DisputeSettlementDetails.js +23 -0
  172. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
  173. package/cjs/resources/Issuing/Disputes.d.ts +190 -0
  174. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
  175. package/cjs/resources/Issuing/FraudLiabilityDebits.js +23 -0
  176. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
  177. package/cjs/resources/Issuing/Programs.d.ts +95 -0
  178. package/cjs/resources/Issuing/Programs.js +35 -0
  179. package/cjs/resources/Issuing/Programs.js.map +1 -0
  180. package/cjs/resources/Issuing/Settlements.d.ts +85 -0
  181. package/cjs/resources/Issuing/Settlements.js +4 -0
  182. package/cjs/resources/Issuing/Settlements.js.map +1 -0
  183. package/cjs/resources/Issuing/Tokens.d.ts +22 -0
  184. package/cjs/resources/Issuing/Transactions.d.ts +157 -0
  185. package/cjs/resources/Issuing/Transactions.js.map +1 -1
  186. package/cjs/resources/Issuing/index.d.ts +55 -22
  187. package/cjs/resources/Issuing/index.js +8 -0
  188. package/cjs/resources/Issuing/index.js.map +1 -1
  189. package/cjs/resources/LineItems.d.ts +29 -2
  190. package/cjs/resources/Mandates.d.ts +33 -1
  191. package/cjs/resources/Mandates.js +8 -0
  192. package/cjs/resources/Mandates.js.map +1 -1
  193. package/cjs/resources/Margins.d.ts +115 -0
  194. package/cjs/resources/Margins.js +35 -0
  195. package/cjs/resources/Margins.js.map +1 -0
  196. package/cjs/resources/Orchestration/PaymentAttempts.d.ts +34 -0
  197. package/cjs/resources/Orchestration/PaymentAttempts.js +15 -0
  198. package/cjs/resources/Orchestration/PaymentAttempts.js.map +1 -0
  199. package/cjs/resources/Orchestration/index.d.ts +12 -0
  200. package/cjs/resources/Orchestration/index.js +13 -0
  201. package/cjs/resources/Orchestration/index.js.map +1 -0
  202. package/cjs/resources/Orders.d.ts +4761 -0
  203. package/cjs/resources/Orders.js +457 -0
  204. package/cjs/resources/Orders.js.map +1 -0
  205. package/cjs/resources/PaymentAttemptRecords.d.ts +453 -1
  206. package/cjs/resources/PaymentAttemptRecords.js +42 -0
  207. package/cjs/resources/PaymentAttemptRecords.js.map +1 -1
  208. package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
  209. package/cjs/resources/PaymentIntents.d.ts +16660 -3570
  210. package/cjs/resources/PaymentIntents.js +40 -0
  211. package/cjs/resources/PaymentIntents.js.map +1 -1
  212. package/cjs/resources/PaymentLinks.d.ts +74 -12
  213. package/cjs/resources/PaymentLocationCapabilities.d.ts +122 -0
  214. package/cjs/resources/PaymentLocationCapabilities.js +29 -0
  215. package/cjs/resources/PaymentLocationCapabilities.js.map +1 -0
  216. package/cjs/resources/PaymentLocations.d.ts +178 -0
  217. package/cjs/resources/PaymentLocations.js +41 -0
  218. package/cjs/resources/PaymentLocations.js.map +1 -0
  219. package/cjs/resources/PaymentMethodBalances.d.ts +46 -0
  220. package/cjs/resources/PaymentMethodBalances.js +4 -0
  221. package/cjs/resources/PaymentMethodBalances.js.map +1 -0
  222. package/cjs/resources/PaymentMethodConfigurations.d.ts +350 -0
  223. package/cjs/resources/PaymentMethods.d.ts +262 -3
  224. package/cjs/resources/PaymentMethods.js +20 -0
  225. package/cjs/resources/PaymentMethods.js.map +1 -1
  226. package/cjs/resources/PaymentRecords.d.ts +351 -21
  227. package/cjs/resources/PaymentRecords.js.map +1 -1
  228. package/cjs/resources/Persons.d.ts +25 -2
  229. package/cjs/resources/Plans.d.ts +16 -0
  230. package/cjs/resources/Prices.d.ts +76 -0
  231. package/cjs/resources/Prices.js +27 -0
  232. package/cjs/resources/Prices.js.map +1 -1
  233. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
  234. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +4 -0
  235. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
  236. package/cjs/resources/Privacy/RedactionJobs.d.ts +229 -0
  237. package/cjs/resources/Privacy/RedactionJobs.js +73 -0
  238. package/cjs/resources/Privacy/RedactionJobs.js.map +1 -0
  239. package/cjs/resources/Privacy/index.d.ts +22 -0
  240. package/cjs/resources/Privacy/index.js +13 -0
  241. package/cjs/resources/Privacy/index.js.map +1 -0
  242. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +127 -0
  243. package/cjs/resources/ProductCatalog/TrialOffers.js +15 -0
  244. package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
  245. package/cjs/resources/ProductCatalog/index.d.ts +12 -0
  246. package/cjs/resources/ProductCatalog/index.js +13 -0
  247. package/cjs/resources/ProductCatalog/index.js.map +1 -0
  248. package/cjs/resources/Products.d.ts +171 -0
  249. package/cjs/resources/Products.js +69 -0
  250. package/cjs/resources/Products.js.map +1 -1
  251. package/cjs/resources/Profiles.d.ts +26 -0
  252. package/cjs/resources/Profiles.js +4 -0
  253. package/cjs/resources/Profiles.js.map +1 -0
  254. package/cjs/resources/PromotionCodes.d.ts +12 -0
  255. package/cjs/resources/PromotionCodes.js +27 -0
  256. package/cjs/resources/PromotionCodes.js.map +1 -1
  257. package/cjs/resources/QuoteLines.d.ts +684 -0
  258. package/cjs/resources/QuoteLines.js +4 -0
  259. package/cjs/resources/QuoteLines.js.map +1 -0
  260. package/cjs/resources/QuotePreviewInvoices.d.ts +1173 -0
  261. package/cjs/resources/QuotePreviewInvoices.js +4 -0
  262. package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
  263. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +901 -0
  264. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
  265. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
  266. package/cjs/resources/Quotes.d.ts +3548 -254
  267. package/cjs/resources/Quotes.js +1184 -16
  268. package/cjs/resources/Quotes.js.map +1 -1
  269. package/cjs/resources/Radar/AccountEvaluations.d.ts +270 -0
  270. package/cjs/resources/Radar/AccountEvaluations.js +27 -0
  271. package/cjs/resources/Radar/AccountEvaluations.js.map +1 -0
  272. package/cjs/resources/Radar/CustomerEvaluations.d.ts +214 -0
  273. package/cjs/resources/Radar/CustomerEvaluations.js +21 -0
  274. package/cjs/resources/Radar/CustomerEvaluations.js.map +1 -0
  275. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
  276. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js +15 -0
  277. package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
  278. package/cjs/resources/Radar/PaymentEvaluations.d.ts +63 -1
  279. package/cjs/resources/Radar/ValueListItems.d.ts +8 -0
  280. package/cjs/resources/Radar/ValueListItems.js +13 -0
  281. package/cjs/resources/Radar/ValueListItems.js.map +1 -1
  282. package/cjs/resources/Radar/index.d.ts +34 -16
  283. package/cjs/resources/Radar/index.js +6 -0
  284. package/cjs/resources/Radar/index.js.map +1 -1
  285. package/cjs/resources/Refunds.d.ts +23 -0
  286. package/cjs/resources/Refunds.js +27 -0
  287. package/cjs/resources/Refunds.js.map +1 -1
  288. package/cjs/resources/Reserve/Holds.d.ts +53 -1
  289. package/cjs/resources/Reserve/Holds.js +19 -0
  290. package/cjs/resources/Reserve/Holds.js.map +1 -1
  291. package/cjs/resources/Reserve/Plans.d.ts +16 -0
  292. package/cjs/resources/Reserve/Plans.js +11 -0
  293. package/cjs/resources/Reserve/Plans.js.map +1 -1
  294. package/cjs/resources/Reserve/Releases.d.ts +41 -1
  295. package/cjs/resources/Reserve/Releases.js +19 -0
  296. package/cjs/resources/Reserve/Releases.js.map +1 -1
  297. package/cjs/resources/Reserve/index.d.ts +14 -3
  298. package/cjs/resources/Reserve/index.js +10 -2
  299. package/cjs/resources/Reserve/index.js.map +1 -1
  300. package/cjs/resources/RiskSignals.d.ts +10 -0
  301. package/cjs/resources/RiskSignals.js +4 -0
  302. package/cjs/resources/RiskSignals.js.map +1 -0
  303. package/cjs/resources/SetupAttempts.d.ts +26 -1
  304. package/cjs/resources/SetupIntents.d.ts +561 -11
  305. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +1137 -0
  306. package/cjs/resources/SharedPayment/GrantedTokens.js +15 -0
  307. package/cjs/resources/SharedPayment/GrantedTokens.js.map +1 -0
  308. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +322 -0
  309. package/cjs/resources/SharedPayment/IssuedTokens.js +27 -0
  310. package/cjs/resources/SharedPayment/IssuedTokens.js.map +1 -0
  311. package/cjs/resources/SharedPayment/index.d.ts +19 -0
  312. package/cjs/resources/SharedPayment/index.js +15 -0
  313. package/cjs/resources/SharedPayment/index.js.map +1 -0
  314. package/cjs/resources/Sources.d.ts +16 -1
  315. package/cjs/resources/SubscriptionItems.d.ts +265 -0
  316. package/cjs/resources/SubscriptionItems.js +41 -0
  317. package/cjs/resources/SubscriptionItems.js.map +1 -1
  318. package/cjs/resources/SubscriptionSchedules.d.ts +1949 -19
  319. package/cjs/resources/SubscriptionSchedules.js +61 -0
  320. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  321. package/cjs/resources/Subscriptions.d.ts +965 -12
  322. package/cjs/resources/Subscriptions.js +289 -0
  323. package/cjs/resources/Subscriptions.js.map +1 -1
  324. package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -2
  325. package/cjs/resources/Tax/Calculations.d.ts +7 -3
  326. package/cjs/resources/Tax/Forms.d.ts +230 -0
  327. package/cjs/resources/Tax/Forms.js +32 -0
  328. package/cjs/resources/Tax/Forms.js.map +1 -0
  329. package/cjs/resources/Tax/Locations.d.ts +108 -0
  330. package/cjs/resources/Tax/Locations.js +33 -0
  331. package/cjs/resources/Tax/Locations.js.map +1 -0
  332. package/cjs/resources/Tax/Registrations.d.ts +171 -2
  333. package/cjs/resources/Tax/Registrations.js +27 -0
  334. package/cjs/resources/Tax/Registrations.js.map +1 -1
  335. package/cjs/resources/Tax/Settings.d.ts +8 -0
  336. package/cjs/resources/Tax/Settings.js +13 -0
  337. package/cjs/resources/Tax/Settings.js.map +1 -1
  338. package/cjs/resources/Tax/Transactions.d.ts +10 -2
  339. package/cjs/resources/Tax/Transactions.js +13 -0
  340. package/cjs/resources/Tax/Transactions.js.map +1 -1
  341. package/cjs/resources/Tax/index.d.ts +27 -13
  342. package/cjs/resources/Tax/index.js +4 -0
  343. package/cjs/resources/Tax/index.js.map +1 -1
  344. package/cjs/resources/TaxCodes.d.ts +15 -0
  345. package/cjs/resources/TaxIds.d.ts +6 -0
  346. package/cjs/resources/TaxIds.js +13 -0
  347. package/cjs/resources/TaxIds.js.map +1 -1
  348. package/cjs/resources/TaxRates.d.ts +12 -0
  349. package/cjs/resources/TaxRates.js +27 -0
  350. package/cjs/resources/TaxRates.js.map +1 -1
  351. package/cjs/resources/Terminal/Configurations.d.ts +27 -0
  352. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +52 -0
  353. package/cjs/resources/Terminal/ReaderCollectedData.js +15 -0
  354. package/cjs/resources/Terminal/ReaderCollectedData.js.map +1 -0
  355. package/cjs/resources/Terminal/Readers.d.ts +17 -1
  356. package/cjs/resources/Terminal/index.d.ts +5 -0
  357. package/cjs/resources/Terminal/index.js +2 -0
  358. package/cjs/resources/Terminal/index.js.map +1 -1
  359. package/cjs/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
  360. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +21 -0
  361. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
  362. package/cjs/resources/TestHelpers/Capital/index.d.ts +8 -0
  363. package/cjs/resources/TestHelpers/Capital/index.js +13 -0
  364. package/cjs/resources/TestHelpers/Capital/index.js.map +1 -0
  365. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +88 -1
  366. package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
  367. package/cjs/resources/TestHelpers/Issuing/Disputes.d.ts +104 -0
  368. package/cjs/resources/TestHelpers/Issuing/Disputes.js +33 -0
  369. package/cjs/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
  370. package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
  371. package/cjs/resources/TestHelpers/Issuing/index.d.ts +2 -0
  372. package/cjs/resources/TestHelpers/Issuing/index.js +2 -0
  373. package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -1
  374. package/cjs/resources/TestHelpers/PaymentIntents.d.ts +36 -0
  375. package/cjs/resources/TestHelpers/PaymentIntents.js +15 -0
  376. package/cjs/resources/TestHelpers/PaymentIntents.js.map +1 -0
  377. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
  378. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +21 -0
  379. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
  380. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
  381. package/cjs/resources/TestHelpers/SharedPayment/index.js +13 -0
  382. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +1 -0
  383. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
  384. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
  385. package/cjs/resources/TestHelpers/index.d.ts +14 -6
  386. package/cjs/resources/TestHelpers/index.js +12 -6
  387. package/cjs/resources/TestHelpers/index.js.map +1 -1
  388. package/cjs/resources/Tokens.d.ts +61 -0
  389. package/cjs/resources/Transfers.d.ts +12 -0
  390. package/cjs/resources/Transfers.js.map +1 -1
  391. package/cjs/resources/TransitBalances.d.ts +25 -0
  392. package/cjs/resources/TransitBalances.js +4 -0
  393. package/cjs/resources/TransitBalances.js.map +1 -0
  394. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
  395. package/cjs/resources/Treasury/FinancialAccounts.d.ts +34 -1
  396. package/cjs/resources/Treasury/OutboundPayments.d.ts +8 -0
  397. package/cjs/resources/Treasury/OutboundTransfers.d.ts +44 -0
  398. package/cjs/resources/Treasury/ReceivedCredits.d.ts +22 -0
  399. package/cjs/resources/Treasury/ReceivedDebits.d.ts +26 -0
  400. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
  401. package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
  402. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
  403. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
  404. package/cjs/resources/V2/Billing/BillSettings/Versions.js +23 -0
  405. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
  406. package/cjs/resources/V2/Billing/BillSettings.d.ts +284 -0
  407. package/cjs/resources/V2/Billing/BillSettings.js +41 -0
  408. package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
  409. package/cjs/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
  410. package/cjs/resources/V2/Billing/CadenceSpendModifiers.js +4 -0
  411. package/cjs/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
  412. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
  413. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js +23 -0
  414. package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
  415. package/cjs/resources/V2/Billing/Cadences.d.ts +1015 -0
  416. package/cjs/resources/V2/Billing/Cadences.js +264 -0
  417. package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
  418. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
  419. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
  420. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
  421. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
  422. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +70 -0
  423. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
  424. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +779 -0
  425. package/cjs/resources/V2/Billing/CollectionSettings.js +166 -0
  426. package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
  427. package/cjs/resources/V2/Billing/ContractLicensePricingQuantityChanges.d.ts +45 -0
  428. package/cjs/resources/V2/Billing/ContractLicensePricingQuantityChanges.js +4 -0
  429. package/cjs/resources/V2/Billing/ContractLicensePricingQuantityChanges.js.map +1 -0
  430. package/cjs/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.d.ts +23 -0
  431. package/cjs/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js +17 -0
  432. package/cjs/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js.map +1 -0
  433. package/cjs/resources/V2/Billing/Contracts/LicensePricing.d.ts +8 -0
  434. package/cjs/resources/V2/Billing/Contracts/LicensePricing.js +15 -0
  435. package/cjs/resources/V2/Billing/Contracts/LicensePricing.js.map +1 -0
  436. package/cjs/resources/V2/Billing/Contracts.d.ts +2028 -0
  437. package/cjs/resources/V2/Billing/Contracts.js +376 -0
  438. package/cjs/resources/V2/Billing/Contracts.js.map +1 -0
  439. package/cjs/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
  440. package/cjs/resources/V2/Billing/CustomPricingUnits.js +35 -0
  441. package/cjs/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
  442. package/cjs/resources/V2/Billing/IntentActions.d.ts +607 -0
  443. package/cjs/resources/V2/Billing/IntentActions.js +4 -0
  444. package/cjs/resources/V2/Billing/IntentActions.js.map +1 -0
  445. package/cjs/resources/V2/Billing/Intents/Actions.d.ts +33 -0
  446. package/cjs/resources/V2/Billing/Intents/Actions.js +70 -0
  447. package/cjs/resources/V2/Billing/Intents/Actions.js.map +1 -0
  448. package/cjs/resources/V2/Billing/Intents.d.ts +1257 -0
  449. package/cjs/resources/V2/Billing/Intents.js +87 -0
  450. package/cjs/resources/V2/Billing/Intents.js.map +1 -0
  451. package/cjs/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
  452. package/cjs/resources/V2/Billing/LicenseFeeVersions.js +4 -0
  453. package/cjs/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
  454. package/cjs/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
  455. package/cjs/resources/V2/Billing/LicenseFees/Versions.js +64 -0
  456. package/cjs/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
  457. package/cjs/resources/V2/Billing/LicenseFees.d.ts +364 -0
  458. package/cjs/resources/V2/Billing/LicenseFees.js +148 -0
  459. package/cjs/resources/V2/Billing/LicenseFees.js.map +1 -0
  460. package/cjs/resources/V2/Billing/LicensedItems.d.ts +174 -0
  461. package/cjs/resources/V2/Billing/LicensedItems.js +35 -0
  462. package/cjs/resources/V2/Billing/LicensedItems.js.map +1 -0
  463. package/cjs/resources/V2/Billing/MeteredItems.d.ts +222 -0
  464. package/cjs/resources/V2/Billing/MeteredItems.js +35 -0
  465. package/cjs/resources/V2/Billing/MeteredItems.js.map +1 -0
  466. package/cjs/resources/V2/Billing/OneTimeItems.d.ts +174 -0
  467. package/cjs/resources/V2/Billing/OneTimeItems.js +35 -0
  468. package/cjs/resources/V2/Billing/OneTimeItems.js.map +1 -0
  469. package/cjs/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
  470. package/cjs/resources/V2/Billing/PricingPlanComponents.js +4 -0
  471. package/cjs/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
  472. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
  473. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +296 -0
  474. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
  475. package/cjs/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
  476. package/cjs/resources/V2/Billing/PricingPlanVersions.js +4 -0
  477. package/cjs/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
  478. package/cjs/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
  479. package/cjs/resources/V2/Billing/PricingPlans/Components.js +41 -0
  480. package/cjs/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
  481. package/cjs/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
  482. package/cjs/resources/V2/Billing/PricingPlans/Versions.js +23 -0
  483. package/cjs/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
  484. package/cjs/resources/V2/Billing/PricingPlans.d.ts +173 -0
  485. package/cjs/resources/V2/Billing/PricingPlans.js +43 -0
  486. package/cjs/resources/V2/Billing/PricingPlans.js.map +1 -0
  487. package/cjs/resources/V2/Billing/Profiles.d.ts +166 -0
  488. package/cjs/resources/V2/Billing/Profiles.js +35 -0
  489. package/cjs/resources/V2/Billing/Profiles.js.map +1 -0
  490. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
  491. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +4 -0
  492. package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
  493. package/cjs/resources/V2/Billing/RateCardRates.d.ts +115 -0
  494. package/cjs/resources/V2/Billing/RateCardRates.js +4 -0
  495. package/cjs/resources/V2/Billing/RateCardRates.js.map +1 -0
  496. package/cjs/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
  497. package/cjs/resources/V2/Billing/RateCardSubscriptions.js +41 -0
  498. package/cjs/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
  499. package/cjs/resources/V2/Billing/RateCardVersions.d.ts +22 -0
  500. package/cjs/resources/V2/Billing/RateCardVersions.js +4 -0
  501. package/cjs/resources/V2/Billing/RateCardVersions.js.map +1 -0
  502. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
  503. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +35 -0
  504. package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
  505. package/cjs/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
  506. package/cjs/resources/V2/Billing/RateCards/Rates.js +110 -0
  507. package/cjs/resources/V2/Billing/RateCards/Rates.js.map +1 -0
  508. package/cjs/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
  509. package/cjs/resources/V2/Billing/RateCards/Versions.js +23 -0
  510. package/cjs/resources/V2/Billing/RateCards/Versions.js.map +1 -0
  511. package/cjs/resources/V2/Billing/RateCards.d.ts +340 -0
  512. package/cjs/resources/V2/Billing/RateCards.js +76 -0
  513. package/cjs/resources/V2/Billing/RateCards.js.map +1 -0
  514. package/cjs/resources/V2/Billing/ServiceActions.d.ts +514 -0
  515. package/cjs/resources/V2/Billing/ServiceActions.js +162 -0
  516. package/cjs/resources/V2/Billing/ServiceActions.js.map +1 -0
  517. package/cjs/resources/V2/Billing/index.d.ts +174 -6
  518. package/cjs/resources/V2/Billing/index.js +32 -0
  519. package/cjs/resources/V2/Billing/index.js.map +1 -1
  520. package/cjs/resources/V2/Core/AccountEvaluations.d.ts +160 -0
  521. package/cjs/resources/V2/Core/AccountEvaluations.js +15 -0
  522. package/cjs/resources/V2/Core/AccountEvaluations.js.map +1 -0
  523. package/cjs/resources/V2/Core/AccountLinks.d.ts +158 -6
  524. package/cjs/resources/V2/Core/AccountPersons.d.ts +1 -1
  525. package/cjs/resources/V2/Core/AccountTokens.d.ts +220 -2
  526. package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
  527. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  528. package/cjs/resources/V2/Core/Accounts.d.ts +5570 -67
  529. package/cjs/resources/V2/Core/ApprovalRequests.d.ts +334 -0
  530. package/cjs/resources/V2/Core/ApprovalRequests.js +46 -0
  531. package/cjs/resources/V2/Core/ApprovalRequests.js.map +1 -0
  532. package/cjs/resources/V2/Core/BatchJobs.d.ts +373 -0
  533. package/cjs/resources/V2/Core/BatchJobs.js +225 -0
  534. package/cjs/resources/V2/Core/BatchJobs.js.map +1 -0
  535. package/cjs/resources/V2/Core/ClaimableSandboxes.d.ts +229 -0
  536. package/cjs/resources/V2/Core/ClaimableSandboxes.js +31 -0
  537. package/cjs/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
  538. package/cjs/resources/V2/Core/ConnectionSessions.d.ts +90 -0
  539. package/cjs/resources/V2/Core/ConnectionSessions.js +21 -0
  540. package/cjs/resources/V2/Core/ConnectionSessions.js.map +1 -0
  541. package/cjs/resources/V2/Core/Events.d.ts +7601 -232
  542. package/cjs/resources/V2/Core/FeeBatches.d.ts +172 -0
  543. package/cjs/resources/V2/Core/FeeBatches.js +23 -0
  544. package/cjs/resources/V2/Core/FeeBatches.js.map +1 -0
  545. package/cjs/resources/V2/Core/FeeEntries.d.ts +178 -0
  546. package/cjs/resources/V2/Core/FeeEntries.js +23 -0
  547. package/cjs/resources/V2/Core/FeeEntries.js.map +1 -0
  548. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
  549. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +54 -0
  550. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
  551. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
  552. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +62 -0
  553. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
  554. package/cjs/resources/V2/Core/Vault/index.d.ts +28 -0
  555. package/cjs/resources/V2/Core/Vault/index.js +15 -0
  556. package/cjs/resources/V2/Core/Vault/index.js.map +1 -0
  557. package/cjs/resources/V2/Core/index.d.ts +63 -14
  558. package/cjs/resources/V2/Core/index.js +16 -0
  559. package/cjs/resources/V2/Core/index.js.map +1 -1
  560. package/cjs/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
  561. package/cjs/resources/V2/Data/Analytics/MetricQuery.js +36 -0
  562. package/cjs/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
  563. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
  564. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js +4 -0
  565. package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
  566. package/cjs/resources/V2/Data/Analytics/index.d.ts +12 -0
  567. package/cjs/resources/V2/Data/Analytics/index.js +13 -0
  568. package/cjs/resources/V2/Data/Analytics/index.js.map +1 -0
  569. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +177 -0
  570. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +46 -0
  571. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
  572. package/cjs/resources/V2/Data/Reporting/index.d.ts +13 -0
  573. package/cjs/resources/V2/Data/Reporting/index.js +13 -0
  574. package/cjs/resources/V2/Data/Reporting/index.js.map +1 -0
  575. package/cjs/resources/V2/Data/index.d.ts +13 -0
  576. package/cjs/resources/V2/Data/index.js +15 -0
  577. package/cjs/resources/V2/Data/index.js.map +1 -0
  578. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
  579. package/cjs/resources/V2/Extend/WorkflowRuns.js +23 -0
  580. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +1 -0
  581. package/cjs/resources/V2/Extend/Workflows.d.ts +123 -0
  582. package/cjs/resources/V2/Extend/Workflows.js +30 -0
  583. package/cjs/resources/V2/Extend/Workflows.js.map +1 -0
  584. package/cjs/resources/V2/Extend/index.d.ts +20 -0
  585. package/cjs/resources/V2/Extend/index.js +15 -0
  586. package/cjs/resources/V2/Extend/index.js.map +1 -0
  587. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
  588. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
  589. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
  590. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
  591. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
  592. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
  593. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +214 -0
  594. package/cjs/resources/V2/Iam/ActivityLogs.js +23 -0
  595. package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
  596. package/cjs/resources/V2/Iam/ApiKeys.d.ts +280 -0
  597. package/cjs/resources/V2/Iam/ApiKeys.js +47 -0
  598. package/cjs/resources/V2/Iam/ApiKeys.js.map +1 -0
  599. package/cjs/resources/V2/Iam/index.d.ts +23 -0
  600. package/cjs/resources/V2/Iam/index.js +15 -0
  601. package/cjs/resources/V2/Iam/index.js.map +1 -0
  602. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +139 -0
  603. package/cjs/resources/V2/MoneyManagement/Adjustments.js +23 -0
  604. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
  605. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.d.ts +135 -0
  606. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +31 -0
  607. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
  608. package/cjs/resources/V2/MoneyManagement/DebitDisputes.d.ts +171 -0
  609. package/cjs/resources/V2/MoneyManagement/DebitDisputes.js +29 -0
  610. package/cjs/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
  611. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
  612. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js +4 -0
  613. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
  614. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
  615. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +53 -0
  616. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
  617. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +417 -0
  618. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +50 -0
  619. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
  620. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +308 -0
  621. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +31 -0
  622. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
  623. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +254 -0
  624. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +30 -0
  625. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
  626. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +222 -0
  627. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +22 -0
  628. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
  629. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +524 -0
  630. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +41 -0
  631. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
  632. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +321 -0
  633. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +49 -0
  634. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
  635. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +342 -0
  636. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +39 -0
  637. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
  638. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +270 -0
  639. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +44 -0
  640. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
  641. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
  642. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +17 -0
  643. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
  644. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +458 -0
  645. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +23 -0
  646. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
  647. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +251 -0
  648. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +23 -0
  649. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
  650. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.d.ts +120 -0
  651. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +27 -0
  652. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
  653. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +249 -0
  654. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +23 -0
  655. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
  656. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +280 -0
  657. package/cjs/resources/V2/MoneyManagement/Transactions.js +23 -0
  658. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +1 -0
  659. package/cjs/resources/V2/MoneyManagement/index.d.ts +128 -0
  660. package/cjs/resources/V2/MoneyManagement/index.js +45 -0
  661. package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
  662. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +96 -0
  663. package/cjs/resources/V2/Network/BusinessProfiles.js +21 -0
  664. package/cjs/resources/V2/Network/BusinessProfiles.js.map +1 -0
  665. package/cjs/resources/V2/Network/index.d.ts +13 -0
  666. package/cjs/resources/V2/Network/index.js +13 -0
  667. package/cjs/resources/V2/Network/index.js.map +1 -0
  668. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +147 -0
  669. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +41 -0
  670. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
  671. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
  672. package/cjs/resources/V2/OrchestratedCommerce/index.js +13 -0
  673. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +1 -0
  674. package/cjs/resources/V2/Payments/OffSessionPayments.d.ts +827 -0
  675. package/cjs/resources/V2/Payments/OffSessionPayments.js +53 -0
  676. package/cjs/resources/V2/Payments/OffSessionPayments.js.map +1 -0
  677. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
  678. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js +4 -0
  679. package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
  680. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
  681. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +35 -0
  682. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
  683. package/cjs/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
  684. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +53 -0
  685. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
  686. package/cjs/resources/V2/Payments/index.d.ts +31 -0
  687. package/cjs/resources/V2/Payments/index.js +15 -0
  688. package/cjs/resources/V2/Payments/index.js.map +1 -0
  689. package/cjs/resources/V2/Reporting/ReportRuns.d.ts +194 -0
  690. package/cjs/resources/V2/Reporting/ReportRuns.js +50 -0
  691. package/cjs/resources/V2/Reporting/ReportRuns.js.map +1 -0
  692. package/cjs/resources/V2/Reporting/Reports.d.ts +110 -0
  693. package/cjs/resources/V2/Reporting/Reports.js +17 -0
  694. package/cjs/resources/V2/Reporting/Reports.js.map +1 -0
  695. package/cjs/resources/V2/Reporting/index.d.ts +18 -0
  696. package/cjs/resources/V2/Reporting/index.js +15 -0
  697. package/cjs/resources/V2/Reporting/index.js.map +1 -0
  698. package/cjs/resources/V2/Signals/AccountSignals.d.ts +176 -0
  699. package/cjs/resources/V2/Signals/AccountSignals.js +58 -0
  700. package/cjs/resources/V2/Signals/AccountSignals.js.map +1 -0
  701. package/cjs/resources/V2/Signals/index.d.ts +13 -0
  702. package/cjs/resources/V2/Signals/index.js +13 -0
  703. package/cjs/resources/V2/Signals/index.js.map +1 -0
  704. package/cjs/resources/V2/Tax/ManualRules.d.ts +335 -0
  705. package/cjs/resources/V2/Tax/ManualRules.js +193 -0
  706. package/cjs/resources/V2/Tax/ManualRules.js.map +1 -0
  707. package/cjs/resources/V2/Tax/index.d.ts +16 -0
  708. package/cjs/resources/V2/Tax/index.js +13 -0
  709. package/cjs/resources/V2/Tax/index.js.map +1 -0
  710. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
  711. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +23 -0
  712. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
  713. package/cjs/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
  714. package/cjs/resources/V2/TestHelpers/MoneyManagement.js +15 -0
  715. package/cjs/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
  716. package/cjs/resources/V2/TestHelpers/index.d.ts +10 -0
  717. package/cjs/resources/V2/TestHelpers/index.js +15 -0
  718. package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
  719. package/cjs/resources/V2/index.d.ts +39 -0
  720. package/cjs/resources/V2/index.js +22 -0
  721. package/cjs/resources/V2/index.js.map +1 -1
  722. package/cjs/resources/WebhookEndpoints.d.ts +2 -2
  723. package/cjs/resources.d.ts +16 -0
  724. package/cjs/resources.js +256 -14
  725. package/cjs/resources.js.map +1 -1
  726. package/cjs/stripe.core.d.ts +115 -50
  727. package/cjs/stripe.core.js +67 -31
  728. package/cjs/stripe.core.js.map +1 -1
  729. package/cjs/utils.d.ts +1 -1
  730. package/cjs/utils.js +13 -2
  731. package/cjs/utils.js.map +1 -1
  732. package/esm/Error.d.ts +53 -0
  733. package/esm/Error.js +117 -0
  734. package/esm/Error.js.map +1 -1
  735. package/esm/RequestSender.d.ts +1 -1
  736. package/esm/RequestSender.js +2 -2
  737. package/esm/RequestSender.js.map +1 -1
  738. package/esm/StripeEventNotificationHandler.d.ts +19 -0
  739. package/esm/StripeEventNotificationHandler.js +467 -0
  740. package/esm/StripeEventNotificationHandler.js.map +1 -0
  741. package/esm/Types.d.ts +4 -2
  742. package/esm/apiVersion.d.ts +1 -2
  743. package/esm/apiVersion.js +1 -2
  744. package/esm/apiVersion.js.map +1 -1
  745. package/esm/resources/AccountLinks.d.ts +5 -1
  746. package/esm/resources/AccountNotices.d.ts +140 -0
  747. package/esm/resources/AccountNotices.js +25 -0
  748. package/esm/resources/AccountNotices.js.map +1 -0
  749. package/esm/resources/AccountSessions.d.ts +463 -0
  750. package/esm/resources/AccountSessions.js.map +1 -1
  751. package/esm/resources/AccountSignals.d.ts +110 -0
  752. package/esm/resources/AccountSignals.js +3 -0
  753. package/esm/resources/AccountSignals.js.map +1 -0
  754. package/esm/resources/Accounts.d.ts +1020 -6
  755. package/esm/resources/Accounts.js +47 -0
  756. package/esm/resources/Accounts.js.map +1 -1
  757. package/esm/resources/ApplicationFees.d.ts +28 -1
  758. package/esm/resources/Balance.d.ts +134 -0
  759. package/esm/resources/BalanceSettings.d.ts +18 -0
  760. package/esm/resources/BalanceTransactions.d.ts +1 -1
  761. package/esm/resources/BalanceTransfers.d.ts +160 -0
  762. package/esm/resources/BalanceTransfers.js +11 -0
  763. package/esm/resources/BalanceTransfers.js.map +1 -0
  764. package/esm/resources/BankAccounts.d.ts +2 -2
  765. package/esm/resources/Billing/AlertRecovereds.d.ts +40 -0
  766. package/esm/resources/Billing/AlertRecovereds.js +3 -0
  767. package/esm/resources/Billing/AlertRecovereds.js.map +1 -0
  768. package/esm/resources/Billing/AlertTriggereds.d.ts +57 -1
  769. package/esm/resources/Billing/Alerts.d.ts +408 -5
  770. package/esm/resources/Billing/Alerts.js +321 -5
  771. package/esm/resources/Billing/Alerts.js.map +1 -1
  772. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +88 -0
  773. package/esm/resources/Billing/Analytics/MeterUsage.js +11 -0
  774. package/esm/resources/Billing/Analytics/MeterUsage.js.map +1 -0
  775. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +38 -0
  776. package/esm/resources/Billing/Analytics/MeterUsageRows.js +3 -0
  777. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
  778. package/esm/resources/Billing/Analytics/index.d.ts +15 -0
  779. package/esm/resources/Billing/Analytics/index.js +9 -0
  780. package/esm/resources/Billing/Analytics/index.js.map +1 -0
  781. package/esm/resources/Billing/CreditBalanceSummary.d.ts +126 -2
  782. package/esm/resources/Billing/CreditBalanceSummary.js +39 -1
  783. package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
  784. package/esm/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
  785. package/esm/resources/Billing/CreditBalanceTransactions.js +100 -1
  786. package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -1
  787. package/esm/resources/Billing/CreditGrants.d.ts +85 -3
  788. package/esm/resources/Billing/CreditGrants.js +134 -5
  789. package/esm/resources/Billing/CreditGrants.js.map +1 -1
  790. package/esm/resources/Billing/MeterEventSummaries.d.ts +6 -0
  791. package/esm/resources/Billing/Meters.d.ts +31 -0
  792. package/esm/resources/Billing/index.d.ts +6 -0
  793. package/esm/resources/Billing/index.js +2 -0
  794. package/esm/resources/Billing/index.js.map +1 -1
  795. package/esm/resources/Capabilities.d.ts +25 -2
  796. package/esm/resources/Capital/FinancingOffers.d.ts +191 -0
  797. package/esm/resources/Capital/FinancingOffers.js +26 -0
  798. package/esm/resources/Capital/FinancingOffers.js.map +1 -0
  799. package/esm/resources/Capital/FinancingSummary.d.ts +98 -0
  800. package/esm/resources/Capital/FinancingSummary.js +11 -0
  801. package/esm/resources/Capital/FinancingSummary.js.map +1 -0
  802. package/esm/resources/Capital/FinancingTransactions.d.ts +143 -0
  803. package/esm/resources/Capital/FinancingTransactions.js +20 -0
  804. package/esm/resources/Capital/FinancingTransactions.js.map +1 -0
  805. package/esm/resources/Capital/index.d.ts +25 -0
  806. package/esm/resources/Capital/index.js +13 -0
  807. package/esm/resources/Capital/index.js.map +1 -0
  808. package/esm/resources/Cards.d.ts +15 -0
  809. package/esm/resources/Charges.d.ts +3515 -70
  810. package/esm/resources/Charges.js.map +1 -1
  811. package/esm/resources/Checkout/Sessions.d.ts +792 -9
  812. package/esm/resources/Checkout/Sessions.js +88 -0
  813. package/esm/resources/Checkout/Sessions.js.map +1 -1
  814. package/esm/resources/Checkout/index.d.ts +1 -0
  815. package/esm/resources/ConfirmationTokens.d.ts +130 -1
  816. package/esm/resources/ConfirmationTokens.js.map +1 -1
  817. package/esm/resources/Coupons.d.ts +128 -2
  818. package/esm/resources/Coupons.js +41 -0
  819. package/esm/resources/Coupons.js.map +1 -1
  820. package/esm/resources/CreditNoteLineItems.d.ts +15 -1
  821. package/esm/resources/CreditNotes.d.ts +7 -1
  822. package/esm/resources/CreditNotes.js +13 -0
  823. package/esm/resources/CreditNotes.js.map +1 -1
  824. package/esm/resources/CustomerSessions.d.ts +74 -0
  825. package/esm/resources/CustomerSessions.js +13 -0
  826. package/esm/resources/CustomerSessions.js.map +1 -1
  827. package/esm/resources/Customers.d.ts +85 -1
  828. package/esm/resources/Customers.js +195 -0
  829. package/esm/resources/Customers.js.map +1 -1
  830. package/esm/resources/DelegatedCheckout/OrderEvents.d.ts +130 -0
  831. package/esm/resources/DelegatedCheckout/OrderEvents.js +3 -0
  832. package/esm/resources/DelegatedCheckout/OrderEvents.js.map +1 -0
  833. package/esm/resources/DelegatedCheckout/Orders.d.ts +161 -0
  834. package/esm/resources/DelegatedCheckout/Orders.js +11 -0
  835. package/esm/resources/DelegatedCheckout/Orders.js.map +1 -0
  836. package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +1418 -0
  837. package/esm/resources/DelegatedCheckout/RequestedSessions.js +43 -0
  838. package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
  839. package/esm/resources/DelegatedCheckout/index.d.ts +25 -0
  840. package/esm/resources/DelegatedCheckout/index.js +11 -0
  841. package/esm/resources/DelegatedCheckout/index.js.map +1 -0
  842. package/esm/resources/Discounts.d.ts +19 -0
  843. package/esm/resources/Disputes.d.ts +43 -0
  844. package/esm/resources/Disputes.js +14 -0
  845. package/esm/resources/Disputes.js.map +1 -1
  846. package/esm/resources/Events.d.ts +573 -2
  847. package/esm/resources/ExternalAccounts.d.ts +212 -1
  848. package/esm/resources/ExternalAccounts.js +42 -1
  849. package/esm/resources/ExternalAccounts.js.map +1 -1
  850. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
  851. package/esm/resources/FinancialConnections/AccountInferredBalances.js +3 -0
  852. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
  853. package/esm/resources/FinancialConnections/Accounts.d.ts +74 -4
  854. package/esm/resources/FinancialConnections/Accounts.js +8 -0
  855. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  856. package/esm/resources/FinancialConnections/Authorizations.d.ts +87 -0
  857. package/esm/resources/FinancialConnections/Authorizations.js +11 -0
  858. package/esm/resources/FinancialConnections/Authorizations.js.map +1 -0
  859. package/esm/resources/FinancialConnections/Institutions.d.ts +101 -0
  860. package/esm/resources/FinancialConnections/Institutions.js +19 -0
  861. package/esm/resources/FinancialConnections/Institutions.js.map +1 -0
  862. package/esm/resources/FinancialConnections/Sessions.d.ts +155 -7
  863. package/esm/resources/FinancialConnections/index.d.ts +21 -6
  864. package/esm/resources/FinancialConnections/index.js +4 -0
  865. package/esm/resources/FinancialConnections/index.js.map +1 -1
  866. package/esm/resources/FrMealVouchersOnboardings.d.ts +173 -0
  867. package/esm/resources/FrMealVouchersOnboardings.js +38 -0
  868. package/esm/resources/FrMealVouchersOnboardings.js.map +1 -0
  869. package/esm/resources/FxQuotes.d.ts +212 -0
  870. package/esm/resources/FxQuotes.js +25 -0
  871. package/esm/resources/FxQuotes.js.map +1 -0
  872. package/esm/resources/Identity/BlocklistEntries.d.ts +157 -0
  873. package/esm/resources/Identity/BlocklistEntries.js +50 -0
  874. package/esm/resources/Identity/BlocklistEntries.js.map +1 -0
  875. package/esm/resources/Identity/VerificationReports.d.ts +33 -2
  876. package/esm/resources/Identity/VerificationReports.js.map +1 -1
  877. package/esm/resources/Identity/VerificationSessions.d.ts +11 -3
  878. package/esm/resources/Identity/index.d.ts +18 -10
  879. package/esm/resources/Identity/index.js +2 -0
  880. package/esm/resources/Identity/index.js.map +1 -1
  881. package/esm/resources/InvoiceItems.d.ts +203 -2
  882. package/esm/resources/InvoiceItems.js +41 -0
  883. package/esm/resources/InvoiceItems.js.map +1 -1
  884. package/esm/resources/InvoiceLineItems.d.ts +174 -4
  885. package/esm/resources/InvoiceRenderingTemplates.d.ts +12 -0
  886. package/esm/resources/InvoiceRenderingTemplates.js +28 -0
  887. package/esm/resources/InvoiceRenderingTemplates.js.map +1 -1
  888. package/esm/resources/Invoices.d.ts +2063 -20
  889. package/esm/resources/Invoices.js +221 -0
  890. package/esm/resources/Invoices.js.map +1 -1
  891. package/esm/resources/Issuing/Authorizations.d.ts +290 -0
  892. package/esm/resources/Issuing/Cardholders.d.ts +5 -4
  893. package/esm/resources/Issuing/Cards.d.ts +36 -0
  894. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -0
  895. package/esm/resources/Issuing/CreditUnderwritingRecords.js +43 -0
  896. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
  897. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +95 -0
  898. package/esm/resources/Issuing/DisputeSettlementDetails.js +19 -0
  899. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
  900. package/esm/resources/Issuing/Disputes.d.ts +190 -0
  901. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
  902. package/esm/resources/Issuing/FraudLiabilityDebits.js +19 -0
  903. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
  904. package/esm/resources/Issuing/Programs.d.ts +95 -0
  905. package/esm/resources/Issuing/Programs.js +31 -0
  906. package/esm/resources/Issuing/Programs.js.map +1 -0
  907. package/esm/resources/Issuing/Settlements.d.ts +85 -0
  908. package/esm/resources/Issuing/Settlements.js +3 -0
  909. package/esm/resources/Issuing/Settlements.js.map +1 -0
  910. package/esm/resources/Issuing/Tokens.d.ts +22 -0
  911. package/esm/resources/Issuing/Transactions.d.ts +157 -0
  912. package/esm/resources/Issuing/Transactions.js.map +1 -1
  913. package/esm/resources/Issuing/index.d.ts +55 -22
  914. package/esm/resources/Issuing/index.js +8 -0
  915. package/esm/resources/Issuing/index.js.map +1 -1
  916. package/esm/resources/LineItems.d.ts +29 -2
  917. package/esm/resources/Mandates.d.ts +33 -1
  918. package/esm/resources/Mandates.js +8 -0
  919. package/esm/resources/Mandates.js.map +1 -1
  920. package/esm/resources/Margins.d.ts +115 -0
  921. package/esm/resources/Margins.js +31 -0
  922. package/esm/resources/Margins.js.map +1 -0
  923. package/esm/resources/Orchestration/PaymentAttempts.d.ts +34 -0
  924. package/esm/resources/Orchestration/PaymentAttempts.js +11 -0
  925. package/esm/resources/Orchestration/PaymentAttempts.js.map +1 -0
  926. package/esm/resources/Orchestration/index.d.ts +12 -0
  927. package/esm/resources/Orchestration/index.js +9 -0
  928. package/esm/resources/Orchestration/index.js.map +1 -0
  929. package/esm/resources/Orders.d.ts +4761 -0
  930. package/esm/resources/Orders.js +453 -0
  931. package/esm/resources/Orders.js.map +1 -0
  932. package/esm/resources/PaymentAttemptRecords.d.ts +453 -1
  933. package/esm/resources/PaymentAttemptRecords.js +42 -0
  934. package/esm/resources/PaymentAttemptRecords.js.map +1 -1
  935. package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
  936. package/esm/resources/PaymentIntents.d.ts +16660 -3570
  937. package/esm/resources/PaymentIntents.js +40 -0
  938. package/esm/resources/PaymentIntents.js.map +1 -1
  939. package/esm/resources/PaymentLinks.d.ts +74 -12
  940. package/esm/resources/PaymentLocationCapabilities.d.ts +122 -0
  941. package/esm/resources/PaymentLocationCapabilities.js +25 -0
  942. package/esm/resources/PaymentLocationCapabilities.js.map +1 -0
  943. package/esm/resources/PaymentLocations.d.ts +178 -0
  944. package/esm/resources/PaymentLocations.js +37 -0
  945. package/esm/resources/PaymentLocations.js.map +1 -0
  946. package/esm/resources/PaymentMethodBalances.d.ts +46 -0
  947. package/esm/resources/PaymentMethodBalances.js +3 -0
  948. package/esm/resources/PaymentMethodBalances.js.map +1 -0
  949. package/esm/resources/PaymentMethodConfigurations.d.ts +350 -0
  950. package/esm/resources/PaymentMethods.d.ts +262 -3
  951. package/esm/resources/PaymentMethods.js +20 -0
  952. package/esm/resources/PaymentMethods.js.map +1 -1
  953. package/esm/resources/PaymentRecords.d.ts +351 -21
  954. package/esm/resources/PaymentRecords.js.map +1 -1
  955. package/esm/resources/Persons.d.ts +25 -2
  956. package/esm/resources/Plans.d.ts +16 -0
  957. package/esm/resources/Prices.d.ts +76 -0
  958. package/esm/resources/Prices.js +27 -0
  959. package/esm/resources/Prices.js.map +1 -1
  960. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -0
  961. package/esm/resources/Privacy/RedactionJobValidationErrors.js +3 -0
  962. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
  963. package/esm/resources/Privacy/RedactionJobs.d.ts +229 -0
  964. package/esm/resources/Privacy/RedactionJobs.js +69 -0
  965. package/esm/resources/Privacy/RedactionJobs.js.map +1 -0
  966. package/esm/resources/Privacy/index.d.ts +22 -0
  967. package/esm/resources/Privacy/index.js +9 -0
  968. package/esm/resources/Privacy/index.js.map +1 -0
  969. package/esm/resources/ProductCatalog/TrialOffers.d.ts +127 -0
  970. package/esm/resources/ProductCatalog/TrialOffers.js +11 -0
  971. package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
  972. package/esm/resources/ProductCatalog/index.d.ts +12 -0
  973. package/esm/resources/ProductCatalog/index.js +9 -0
  974. package/esm/resources/ProductCatalog/index.js.map +1 -0
  975. package/esm/resources/Products.d.ts +171 -0
  976. package/esm/resources/Products.js +69 -0
  977. package/esm/resources/Products.js.map +1 -1
  978. package/esm/resources/Profiles.d.ts +26 -0
  979. package/esm/resources/Profiles.js +3 -0
  980. package/esm/resources/Profiles.js.map +1 -0
  981. package/esm/resources/PromotionCodes.d.ts +12 -0
  982. package/esm/resources/PromotionCodes.js +27 -0
  983. package/esm/resources/PromotionCodes.js.map +1 -1
  984. package/esm/resources/QuoteLines.d.ts +684 -0
  985. package/esm/resources/QuoteLines.js +3 -0
  986. package/esm/resources/QuoteLines.js.map +1 -0
  987. package/esm/resources/QuotePreviewInvoices.d.ts +1173 -0
  988. package/esm/resources/QuotePreviewInvoices.js +3 -0
  989. package/esm/resources/QuotePreviewInvoices.js.map +1 -0
  990. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +901 -0
  991. package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
  992. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
  993. package/esm/resources/Quotes.d.ts +3548 -254
  994. package/esm/resources/Quotes.js +1184 -16
  995. package/esm/resources/Quotes.js.map +1 -1
  996. package/esm/resources/Radar/AccountEvaluations.d.ts +270 -0
  997. package/esm/resources/Radar/AccountEvaluations.js +23 -0
  998. package/esm/resources/Radar/AccountEvaluations.js.map +1 -0
  999. package/esm/resources/Radar/CustomerEvaluations.d.ts +214 -0
  1000. package/esm/resources/Radar/CustomerEvaluations.js +17 -0
  1001. package/esm/resources/Radar/CustomerEvaluations.js.map +1 -0
  1002. package/esm/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
  1003. package/esm/resources/Radar/IssuingAuthorizationEvaluations.js +11 -0
  1004. package/esm/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
  1005. package/esm/resources/Radar/PaymentEvaluations.d.ts +63 -1
  1006. package/esm/resources/Radar/ValueListItems.d.ts +8 -0
  1007. package/esm/resources/Radar/ValueListItems.js +13 -0
  1008. package/esm/resources/Radar/ValueListItems.js.map +1 -1
  1009. package/esm/resources/Radar/index.d.ts +34 -16
  1010. package/esm/resources/Radar/index.js +6 -0
  1011. package/esm/resources/Radar/index.js.map +1 -1
  1012. package/esm/resources/Refunds.d.ts +23 -0
  1013. package/esm/resources/Refunds.js +27 -0
  1014. package/esm/resources/Refunds.js.map +1 -1
  1015. package/esm/resources/Reserve/Holds.d.ts +53 -1
  1016. package/esm/resources/Reserve/Holds.js +17 -1
  1017. package/esm/resources/Reserve/Holds.js.map +1 -1
  1018. package/esm/resources/Reserve/Plans.d.ts +16 -0
  1019. package/esm/resources/Reserve/Plans.js +9 -1
  1020. package/esm/resources/Reserve/Plans.js.map +1 -1
  1021. package/esm/resources/Reserve/Releases.d.ts +41 -1
  1022. package/esm/resources/Reserve/Releases.js +17 -1
  1023. package/esm/resources/Reserve/Releases.js.map +1 -1
  1024. package/esm/resources/Reserve/index.d.ts +14 -3
  1025. package/esm/resources/Reserve/index.js +10 -2
  1026. package/esm/resources/Reserve/index.js.map +1 -1
  1027. package/esm/resources/RiskSignals.d.ts +10 -0
  1028. package/esm/resources/RiskSignals.js +3 -0
  1029. package/esm/resources/RiskSignals.js.map +1 -0
  1030. package/esm/resources/SetupAttempts.d.ts +26 -1
  1031. package/esm/resources/SetupIntents.d.ts +561 -11
  1032. package/esm/resources/SharedPayment/GrantedTokens.d.ts +1137 -0
  1033. package/esm/resources/SharedPayment/GrantedTokens.js +11 -0
  1034. package/esm/resources/SharedPayment/GrantedTokens.js.map +1 -0
  1035. package/esm/resources/SharedPayment/IssuedTokens.d.ts +322 -0
  1036. package/esm/resources/SharedPayment/IssuedTokens.js +23 -0
  1037. package/esm/resources/SharedPayment/IssuedTokens.js.map +1 -0
  1038. package/esm/resources/SharedPayment/index.d.ts +19 -0
  1039. package/esm/resources/SharedPayment/index.js +11 -0
  1040. package/esm/resources/SharedPayment/index.js.map +1 -0
  1041. package/esm/resources/Sources.d.ts +16 -1
  1042. package/esm/resources/SubscriptionItems.d.ts +265 -0
  1043. package/esm/resources/SubscriptionItems.js +41 -0
  1044. package/esm/resources/SubscriptionItems.js.map +1 -1
  1045. package/esm/resources/SubscriptionSchedules.d.ts +1949 -19
  1046. package/esm/resources/SubscriptionSchedules.js +61 -0
  1047. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  1048. package/esm/resources/Subscriptions.d.ts +965 -12
  1049. package/esm/resources/Subscriptions.js +289 -0
  1050. package/esm/resources/Subscriptions.js.map +1 -1
  1051. package/esm/resources/Tax/CalculationLineItems.d.ts +6 -2
  1052. package/esm/resources/Tax/Calculations.d.ts +7 -3
  1053. package/esm/resources/Tax/Forms.d.ts +230 -0
  1054. package/esm/resources/Tax/Forms.js +28 -0
  1055. package/esm/resources/Tax/Forms.js.map +1 -0
  1056. package/esm/resources/Tax/Locations.d.ts +108 -0
  1057. package/esm/resources/Tax/Locations.js +29 -0
  1058. package/esm/resources/Tax/Locations.js.map +1 -0
  1059. package/esm/resources/Tax/Registrations.d.ts +171 -2
  1060. package/esm/resources/Tax/Registrations.js +27 -0
  1061. package/esm/resources/Tax/Registrations.js.map +1 -1
  1062. package/esm/resources/Tax/Settings.d.ts +8 -0
  1063. package/esm/resources/Tax/Settings.js +13 -0
  1064. package/esm/resources/Tax/Settings.js.map +1 -1
  1065. package/esm/resources/Tax/Transactions.d.ts +10 -2
  1066. package/esm/resources/Tax/Transactions.js +13 -0
  1067. package/esm/resources/Tax/Transactions.js.map +1 -1
  1068. package/esm/resources/Tax/index.d.ts +27 -13
  1069. package/esm/resources/Tax/index.js +4 -0
  1070. package/esm/resources/Tax/index.js.map +1 -1
  1071. package/esm/resources/TaxCodes.d.ts +15 -0
  1072. package/esm/resources/TaxIds.d.ts +6 -0
  1073. package/esm/resources/TaxIds.js +13 -0
  1074. package/esm/resources/TaxIds.js.map +1 -1
  1075. package/esm/resources/TaxRates.d.ts +12 -0
  1076. package/esm/resources/TaxRates.js +27 -0
  1077. package/esm/resources/TaxRates.js.map +1 -1
  1078. package/esm/resources/Terminal/Configurations.d.ts +27 -0
  1079. package/esm/resources/Terminal/ReaderCollectedData.d.ts +52 -0
  1080. package/esm/resources/Terminal/ReaderCollectedData.js +11 -0
  1081. package/esm/resources/Terminal/ReaderCollectedData.js.map +1 -0
  1082. package/esm/resources/Terminal/Readers.d.ts +17 -1
  1083. package/esm/resources/Terminal/index.d.ts +5 -0
  1084. package/esm/resources/Terminal/index.js +2 -0
  1085. package/esm/resources/Terminal/index.js.map +1 -1
  1086. package/esm/resources/TestHelpers/Capital/FinancingOffers.d.ts +81 -0
  1087. package/esm/resources/TestHelpers/Capital/FinancingOffers.js +17 -0
  1088. package/esm/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
  1089. package/esm/resources/TestHelpers/Capital/index.d.ts +8 -0
  1090. package/esm/resources/TestHelpers/Capital/index.js +9 -0
  1091. package/esm/resources/TestHelpers/Capital/index.js.map +1 -0
  1092. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +88 -1
  1093. package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
  1094. package/esm/resources/TestHelpers/Issuing/Disputes.d.ts +104 -0
  1095. package/esm/resources/TestHelpers/Issuing/Disputes.js +29 -0
  1096. package/esm/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
  1097. package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
  1098. package/esm/resources/TestHelpers/Issuing/index.d.ts +2 -0
  1099. package/esm/resources/TestHelpers/Issuing/index.js +2 -0
  1100. package/esm/resources/TestHelpers/Issuing/index.js.map +1 -1
  1101. package/esm/resources/TestHelpers/PaymentIntents.d.ts +36 -0
  1102. package/esm/resources/TestHelpers/PaymentIntents.js +11 -0
  1103. package/esm/resources/TestHelpers/PaymentIntents.js.map +1 -0
  1104. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -0
  1105. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +17 -0
  1106. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
  1107. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
  1108. package/esm/resources/TestHelpers/SharedPayment/index.js +9 -0
  1109. package/esm/resources/TestHelpers/SharedPayment/index.js.map +1 -0
  1110. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
  1111. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
  1112. package/esm/resources/TestHelpers/index.d.ts +14 -6
  1113. package/esm/resources/TestHelpers/index.js +6 -0
  1114. package/esm/resources/TestHelpers/index.js.map +1 -1
  1115. package/esm/resources/Tokens.d.ts +61 -0
  1116. package/esm/resources/Transfers.d.ts +12 -0
  1117. package/esm/resources/Transfers.js.map +1 -1
  1118. package/esm/resources/TransitBalances.d.ts +25 -0
  1119. package/esm/resources/TransitBalances.js +3 -0
  1120. package/esm/resources/TransitBalances.js.map +1 -0
  1121. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
  1122. package/esm/resources/Treasury/FinancialAccounts.d.ts +34 -1
  1123. package/esm/resources/Treasury/OutboundPayments.d.ts +8 -0
  1124. package/esm/resources/Treasury/OutboundTransfers.d.ts +44 -0
  1125. package/esm/resources/Treasury/ReceivedCredits.d.ts +22 -0
  1126. package/esm/resources/Treasury/ReceivedDebits.d.ts +26 -0
  1127. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
  1128. package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
  1129. package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
  1130. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
  1131. package/esm/resources/V2/Billing/BillSettings/Versions.js +19 -0
  1132. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
  1133. package/esm/resources/V2/Billing/BillSettings.d.ts +284 -0
  1134. package/esm/resources/V2/Billing/BillSettings.js +37 -0
  1135. package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
  1136. package/esm/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
  1137. package/esm/resources/V2/Billing/CadenceSpendModifiers.js +3 -0
  1138. package/esm/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
  1139. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
  1140. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js +19 -0
  1141. package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
  1142. package/esm/resources/V2/Billing/Cadences.d.ts +1015 -0
  1143. package/esm/resources/V2/Billing/Cadences.js +260 -0
  1144. package/esm/resources/V2/Billing/Cadences.js.map +1 -0
  1145. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
  1146. package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
  1147. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
  1148. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
  1149. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +66 -0
  1150. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
  1151. package/esm/resources/V2/Billing/CollectionSettings.d.ts +779 -0
  1152. package/esm/resources/V2/Billing/CollectionSettings.js +162 -0
  1153. package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
  1154. package/esm/resources/V2/Billing/ContractLicensePricingQuantityChanges.d.ts +45 -0
  1155. package/esm/resources/V2/Billing/ContractLicensePricingQuantityChanges.js +3 -0
  1156. package/esm/resources/V2/Billing/ContractLicensePricingQuantityChanges.js.map +1 -0
  1157. package/esm/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.d.ts +23 -0
  1158. package/esm/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js +13 -0
  1159. package/esm/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js.map +1 -0
  1160. package/esm/resources/V2/Billing/Contracts/LicensePricing.d.ts +8 -0
  1161. package/esm/resources/V2/Billing/Contracts/LicensePricing.js +11 -0
  1162. package/esm/resources/V2/Billing/Contracts/LicensePricing.js.map +1 -0
  1163. package/esm/resources/V2/Billing/Contracts.d.ts +2028 -0
  1164. package/esm/resources/V2/Billing/Contracts.js +372 -0
  1165. package/esm/resources/V2/Billing/Contracts.js.map +1 -0
  1166. package/esm/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
  1167. package/esm/resources/V2/Billing/CustomPricingUnits.js +31 -0
  1168. package/esm/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
  1169. package/esm/resources/V2/Billing/IntentActions.d.ts +607 -0
  1170. package/esm/resources/V2/Billing/IntentActions.js +3 -0
  1171. package/esm/resources/V2/Billing/IntentActions.js.map +1 -0
  1172. package/esm/resources/V2/Billing/Intents/Actions.d.ts +33 -0
  1173. package/esm/resources/V2/Billing/Intents/Actions.js +66 -0
  1174. package/esm/resources/V2/Billing/Intents/Actions.js.map +1 -0
  1175. package/esm/resources/V2/Billing/Intents.d.ts +1257 -0
  1176. package/esm/resources/V2/Billing/Intents.js +83 -0
  1177. package/esm/resources/V2/Billing/Intents.js.map +1 -0
  1178. package/esm/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
  1179. package/esm/resources/V2/Billing/LicenseFeeVersions.js +3 -0
  1180. package/esm/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
  1181. package/esm/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
  1182. package/esm/resources/V2/Billing/LicenseFees/Versions.js +60 -0
  1183. package/esm/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
  1184. package/esm/resources/V2/Billing/LicenseFees.d.ts +364 -0
  1185. package/esm/resources/V2/Billing/LicenseFees.js +144 -0
  1186. package/esm/resources/V2/Billing/LicenseFees.js.map +1 -0
  1187. package/esm/resources/V2/Billing/LicensedItems.d.ts +174 -0
  1188. package/esm/resources/V2/Billing/LicensedItems.js +31 -0
  1189. package/esm/resources/V2/Billing/LicensedItems.js.map +1 -0
  1190. package/esm/resources/V2/Billing/MeteredItems.d.ts +222 -0
  1191. package/esm/resources/V2/Billing/MeteredItems.js +31 -0
  1192. package/esm/resources/V2/Billing/MeteredItems.js.map +1 -0
  1193. package/esm/resources/V2/Billing/OneTimeItems.d.ts +174 -0
  1194. package/esm/resources/V2/Billing/OneTimeItems.js +31 -0
  1195. package/esm/resources/V2/Billing/OneTimeItems.js.map +1 -0
  1196. package/esm/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
  1197. package/esm/resources/V2/Billing/PricingPlanComponents.js +3 -0
  1198. package/esm/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
  1199. package/esm/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
  1200. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +292 -0
  1201. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
  1202. package/esm/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
  1203. package/esm/resources/V2/Billing/PricingPlanVersions.js +3 -0
  1204. package/esm/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
  1205. package/esm/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
  1206. package/esm/resources/V2/Billing/PricingPlans/Components.js +37 -0
  1207. package/esm/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
  1208. package/esm/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
  1209. package/esm/resources/V2/Billing/PricingPlans/Versions.js +19 -0
  1210. package/esm/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
  1211. package/esm/resources/V2/Billing/PricingPlans.d.ts +173 -0
  1212. package/esm/resources/V2/Billing/PricingPlans.js +39 -0
  1213. package/esm/resources/V2/Billing/PricingPlans.js.map +1 -0
  1214. package/esm/resources/V2/Billing/Profiles.d.ts +166 -0
  1215. package/esm/resources/V2/Billing/Profiles.js +31 -0
  1216. package/esm/resources/V2/Billing/Profiles.js.map +1 -0
  1217. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
  1218. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +3 -0
  1219. package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
  1220. package/esm/resources/V2/Billing/RateCardRates.d.ts +115 -0
  1221. package/esm/resources/V2/Billing/RateCardRates.js +3 -0
  1222. package/esm/resources/V2/Billing/RateCardRates.js.map +1 -0
  1223. package/esm/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
  1224. package/esm/resources/V2/Billing/RateCardSubscriptions.js +37 -0
  1225. package/esm/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
  1226. package/esm/resources/V2/Billing/RateCardVersions.d.ts +22 -0
  1227. package/esm/resources/V2/Billing/RateCardVersions.js +3 -0
  1228. package/esm/resources/V2/Billing/RateCardVersions.js.map +1 -0
  1229. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
  1230. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +31 -0
  1231. package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
  1232. package/esm/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
  1233. package/esm/resources/V2/Billing/RateCards/Rates.js +106 -0
  1234. package/esm/resources/V2/Billing/RateCards/Rates.js.map +1 -0
  1235. package/esm/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
  1236. package/esm/resources/V2/Billing/RateCards/Versions.js +19 -0
  1237. package/esm/resources/V2/Billing/RateCards/Versions.js.map +1 -0
  1238. package/esm/resources/V2/Billing/RateCards.d.ts +340 -0
  1239. package/esm/resources/V2/Billing/RateCards.js +72 -0
  1240. package/esm/resources/V2/Billing/RateCards.js.map +1 -0
  1241. package/esm/resources/V2/Billing/ServiceActions.d.ts +514 -0
  1242. package/esm/resources/V2/Billing/ServiceActions.js +158 -0
  1243. package/esm/resources/V2/Billing/ServiceActions.js.map +1 -0
  1244. package/esm/resources/V2/Billing/index.d.ts +174 -6
  1245. package/esm/resources/V2/Billing/index.js +32 -0
  1246. package/esm/resources/V2/Billing/index.js.map +1 -1
  1247. package/esm/resources/V2/Core/AccountEvaluations.d.ts +160 -0
  1248. package/esm/resources/V2/Core/AccountEvaluations.js +11 -0
  1249. package/esm/resources/V2/Core/AccountEvaluations.js.map +1 -0
  1250. package/esm/resources/V2/Core/AccountLinks.d.ts +158 -6
  1251. package/esm/resources/V2/Core/AccountPersons.d.ts +1 -1
  1252. package/esm/resources/V2/Core/AccountTokens.d.ts +220 -2
  1253. package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
  1254. package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
  1255. package/esm/resources/V2/Core/Accounts.d.ts +5570 -67
  1256. package/esm/resources/V2/Core/ApprovalRequests.d.ts +334 -0
  1257. package/esm/resources/V2/Core/ApprovalRequests.js +42 -0
  1258. package/esm/resources/V2/Core/ApprovalRequests.js.map +1 -0
  1259. package/esm/resources/V2/Core/BatchJobs.d.ts +373 -0
  1260. package/esm/resources/V2/Core/BatchJobs.js +221 -0
  1261. package/esm/resources/V2/Core/BatchJobs.js.map +1 -0
  1262. package/esm/resources/V2/Core/ClaimableSandboxes.d.ts +229 -0
  1263. package/esm/resources/V2/Core/ClaimableSandboxes.js +27 -0
  1264. package/esm/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
  1265. package/esm/resources/V2/Core/ConnectionSessions.d.ts +90 -0
  1266. package/esm/resources/V2/Core/ConnectionSessions.js +17 -0
  1267. package/esm/resources/V2/Core/ConnectionSessions.js.map +1 -0
  1268. package/esm/resources/V2/Core/Events.d.ts +7601 -232
  1269. package/esm/resources/V2/Core/FeeBatches.d.ts +172 -0
  1270. package/esm/resources/V2/Core/FeeBatches.js +19 -0
  1271. package/esm/resources/V2/Core/FeeBatches.js.map +1 -0
  1272. package/esm/resources/V2/Core/FeeEntries.d.ts +178 -0
  1273. package/esm/resources/V2/Core/FeeEntries.js +19 -0
  1274. package/esm/resources/V2/Core/FeeEntries.js.map +1 -0
  1275. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -0
  1276. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +50 -0
  1277. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
  1278. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +254 -0
  1279. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +58 -0
  1280. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
  1281. package/esm/resources/V2/Core/Vault/index.d.ts +28 -0
  1282. package/esm/resources/V2/Core/Vault/index.js +11 -0
  1283. package/esm/resources/V2/Core/Vault/index.js.map +1 -0
  1284. package/esm/resources/V2/Core/index.d.ts +63 -14
  1285. package/esm/resources/V2/Core/index.js +16 -0
  1286. package/esm/resources/V2/Core/index.js.map +1 -1
  1287. package/esm/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
  1288. package/esm/resources/V2/Data/Analytics/MetricQuery.js +32 -0
  1289. package/esm/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
  1290. package/esm/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
  1291. package/esm/resources/V2/Data/Analytics/MetricQueryResults.js +3 -0
  1292. package/esm/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
  1293. package/esm/resources/V2/Data/Analytics/index.d.ts +12 -0
  1294. package/esm/resources/V2/Data/Analytics/index.js +9 -0
  1295. package/esm/resources/V2/Data/Analytics/index.js.map +1 -0
  1296. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +177 -0
  1297. package/esm/resources/V2/Data/Reporting/QueryRuns.js +42 -0
  1298. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
  1299. package/esm/resources/V2/Data/Reporting/index.d.ts +13 -0
  1300. package/esm/resources/V2/Data/Reporting/index.js +9 -0
  1301. package/esm/resources/V2/Data/Reporting/index.js.map +1 -0
  1302. package/esm/resources/V2/Data/index.d.ts +13 -0
  1303. package/esm/resources/V2/Data/index.js +11 -0
  1304. package/esm/resources/V2/Data/index.js.map +1 -0
  1305. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
  1306. package/esm/resources/V2/Extend/WorkflowRuns.js +19 -0
  1307. package/esm/resources/V2/Extend/WorkflowRuns.js.map +1 -0
  1308. package/esm/resources/V2/Extend/Workflows.d.ts +123 -0
  1309. package/esm/resources/V2/Extend/Workflows.js +26 -0
  1310. package/esm/resources/V2/Extend/Workflows.js.map +1 -0
  1311. package/esm/resources/V2/Extend/index.d.ts +20 -0
  1312. package/esm/resources/V2/Extend/index.js +11 -0
  1313. package/esm/resources/V2/Extend/index.js.map +1 -0
  1314. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
  1315. package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
  1316. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
  1317. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
  1318. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
  1319. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
  1320. package/esm/resources/V2/Iam/ActivityLogs.d.ts +214 -0
  1321. package/esm/resources/V2/Iam/ActivityLogs.js +19 -0
  1322. package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
  1323. package/esm/resources/V2/Iam/ApiKeys.d.ts +280 -0
  1324. package/esm/resources/V2/Iam/ApiKeys.js +43 -0
  1325. package/esm/resources/V2/Iam/ApiKeys.js.map +1 -0
  1326. package/esm/resources/V2/Iam/index.d.ts +23 -0
  1327. package/esm/resources/V2/Iam/index.js +11 -0
  1328. package/esm/resources/V2/Iam/index.js.map +1 -0
  1329. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +139 -0
  1330. package/esm/resources/V2/MoneyManagement/Adjustments.js +19 -0
  1331. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
  1332. package/esm/resources/V2/MoneyManagement/CurrencyConversions.d.ts +135 -0
  1333. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +27 -0
  1334. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
  1335. package/esm/resources/V2/MoneyManagement/DebitDisputes.d.ts +171 -0
  1336. package/esm/resources/V2/MoneyManagement/DebitDisputes.js +25 -0
  1337. package/esm/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
  1338. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
  1339. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js +3 -0
  1340. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
  1341. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
  1342. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +49 -0
  1343. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
  1344. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +417 -0
  1345. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +46 -0
  1346. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
  1347. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +308 -0
  1348. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +27 -0
  1349. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
  1350. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +254 -0
  1351. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +26 -0
  1352. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
  1353. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +222 -0
  1354. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +18 -0
  1355. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
  1356. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +524 -0
  1357. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +37 -0
  1358. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
  1359. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +321 -0
  1360. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +45 -0
  1361. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
  1362. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +342 -0
  1363. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +35 -0
  1364. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
  1365. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +270 -0
  1366. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +40 -0
  1367. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
  1368. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +96 -0
  1369. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +13 -0
  1370. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
  1371. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +458 -0
  1372. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +19 -0
  1373. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
  1374. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +251 -0
  1375. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +19 -0
  1376. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
  1377. package/esm/resources/V2/MoneyManagement/RecipientVerifications.d.ts +120 -0
  1378. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +23 -0
  1379. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
  1380. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +249 -0
  1381. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +19 -0
  1382. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
  1383. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +280 -0
  1384. package/esm/resources/V2/MoneyManagement/Transactions.js +19 -0
  1385. package/esm/resources/V2/MoneyManagement/Transactions.js.map +1 -0
  1386. package/esm/resources/V2/MoneyManagement/index.d.ts +128 -0
  1387. package/esm/resources/V2/MoneyManagement/index.js +41 -0
  1388. package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
  1389. package/esm/resources/V2/Network/BusinessProfiles.d.ts +96 -0
  1390. package/esm/resources/V2/Network/BusinessProfiles.js +17 -0
  1391. package/esm/resources/V2/Network/BusinessProfiles.js.map +1 -0
  1392. package/esm/resources/V2/Network/index.d.ts +13 -0
  1393. package/esm/resources/V2/Network/index.js +9 -0
  1394. package/esm/resources/V2/Network/index.js.map +1 -0
  1395. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +147 -0
  1396. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +37 -0
  1397. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
  1398. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
  1399. package/esm/resources/V2/OrchestratedCommerce/index.js +9 -0
  1400. package/esm/resources/V2/OrchestratedCommerce/index.js.map +1 -0
  1401. package/esm/resources/V2/Payments/OffSessionPayments.d.ts +827 -0
  1402. package/esm/resources/V2/Payments/OffSessionPayments.js +49 -0
  1403. package/esm/resources/V2/Payments/OffSessionPayments.js.map +1 -0
  1404. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
  1405. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js +3 -0
  1406. package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
  1407. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
  1408. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +31 -0
  1409. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
  1410. package/esm/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
  1411. package/esm/resources/V2/Payments/SettlementAllocationIntents.js +49 -0
  1412. package/esm/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
  1413. package/esm/resources/V2/Payments/index.d.ts +31 -0
  1414. package/esm/resources/V2/Payments/index.js +11 -0
  1415. package/esm/resources/V2/Payments/index.js.map +1 -0
  1416. package/esm/resources/V2/Reporting/ReportRuns.d.ts +194 -0
  1417. package/esm/resources/V2/Reporting/ReportRuns.js +46 -0
  1418. package/esm/resources/V2/Reporting/ReportRuns.js.map +1 -0
  1419. package/esm/resources/V2/Reporting/Reports.d.ts +110 -0
  1420. package/esm/resources/V2/Reporting/Reports.js +13 -0
  1421. package/esm/resources/V2/Reporting/Reports.js.map +1 -0
  1422. package/esm/resources/V2/Reporting/index.d.ts +18 -0
  1423. package/esm/resources/V2/Reporting/index.js +11 -0
  1424. package/esm/resources/V2/Reporting/index.js.map +1 -0
  1425. package/esm/resources/V2/Signals/AccountSignals.d.ts +176 -0
  1426. package/esm/resources/V2/Signals/AccountSignals.js +54 -0
  1427. package/esm/resources/V2/Signals/AccountSignals.js.map +1 -0
  1428. package/esm/resources/V2/Signals/index.d.ts +13 -0
  1429. package/esm/resources/V2/Signals/index.js +9 -0
  1430. package/esm/resources/V2/Signals/index.js.map +1 -0
  1431. package/esm/resources/V2/Tax/ManualRules.d.ts +335 -0
  1432. package/esm/resources/V2/Tax/ManualRules.js +189 -0
  1433. package/esm/resources/V2/Tax/ManualRules.js.map +1 -0
  1434. package/esm/resources/V2/Tax/index.d.ts +16 -0
  1435. package/esm/resources/V2/Tax/index.js +9 -0
  1436. package/esm/resources/V2/Tax/index.js.map +1 -0
  1437. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
  1438. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +19 -0
  1439. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
  1440. package/esm/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
  1441. package/esm/resources/V2/TestHelpers/MoneyManagement.js +11 -0
  1442. package/esm/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
  1443. package/esm/resources/V2/TestHelpers/index.d.ts +10 -0
  1444. package/esm/resources/V2/TestHelpers/index.js +11 -0
  1445. package/esm/resources/V2/TestHelpers/index.js.map +1 -0
  1446. package/esm/resources/V2/index.d.ts +39 -0
  1447. package/esm/resources/V2/index.js +22 -0
  1448. package/esm/resources/V2/index.js.map +1 -1
  1449. package/esm/resources/WebhookEndpoints.d.ts +2 -2
  1450. package/esm/resources.d.ts +16 -0
  1451. package/esm/resources.js +233 -0
  1452. package/esm/resources.js.map +1 -1
  1453. package/esm/stripe.core.d.ts +115 -50
  1454. package/esm/stripe.core.js +37 -1
  1455. package/esm/stripe.core.js.map +1 -1
  1456. package/esm/stripe.esm.node.d.ts +115 -50
  1457. package/esm/stripe.esm.node.js +37 -1
  1458. package/esm/stripe.esm.node.js.map +1 -1
  1459. package/esm/utils.d.ts +1 -1
  1460. package/esm/utils.js +13 -2
  1461. package/esm/utils.js.map +1 -1
  1462. 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
  */
@@ -1864,6 +2159,7 @@ export declare namespace AccountCreateParams {
1864
2159
  * The Kanji variation of the individual's primary address (Japan only).
1865
2160
  */
1866
2161
  address_kanji?: JapanAddressParam;
2162
+ birth_address?: AddressParam;
1867
2163
  /**
1868
2164
  * The individual's date of birth.
1869
2165
  */
@@ -1936,6 +2232,14 @@ export declare namespace AccountCreateParams {
1936
2232
  * Describes the person's relationship to the account.
1937
2233
  */
1938
2234
  relationship?: Individual.Relationship;
2235
+ /**
2236
+ * The credit applicant's self-reported yearly income in minor units.
2237
+ */
2238
+ self_reported_income?: Individual.SelfReportedIncome;
2239
+ /**
2240
+ * The credit applicant's self-reported monthly housing payment in minor units.
2241
+ */
2242
+ self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
1939
2243
  /**
1940
2244
  * The last four digits of the individual's Social Security Number (U.S. only).
1941
2245
  */
@@ -1945,15 +2249,33 @@ export declare namespace AccountCreateParams {
1945
2249
  */
1946
2250
  verification?: Individual.Verification;
1947
2251
  }
2252
+ interface RiskControls {
2253
+ /**
2254
+ * 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).
2255
+ */
2256
+ charges?: RiskControls.Charges;
2257
+ /**
2258
+ * 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).
2259
+ */
2260
+ payouts?: RiskControls.Payouts;
2261
+ }
1948
2262
  interface Settings {
1949
2263
  /**
1950
2264
  * Settings specific to Bacs Direct Debit.
1951
2265
  */
1952
2266
  bacs_debit_payments?: Settings.BacsDebitPayments;
2267
+ /**
2268
+ * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
2269
+ */
2270
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
1953
2271
  /**
1954
2272
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
1955
2273
  */
1956
2274
  branding?: Settings.Branding;
2275
+ /**
2276
+ * Settings specific to the account's use of the Capital product.
2277
+ */
2278
+ capital?: Settings.Capital;
1957
2279
  /**
1958
2280
  * Settings specific to the account's use of the Card Issuing product.
1959
2281
  */
@@ -1974,6 +2296,18 @@ export declare namespace AccountCreateParams {
1974
2296
  * Settings specific to the account's payouts.
1975
2297
  */
1976
2298
  payouts?: Settings.Payouts;
2299
+ /**
2300
+ * Settings specific to the PayPay payments method.
2301
+ */
2302
+ paypay_payments?: Settings.PaypayPayments;
2303
+ /**
2304
+ * Settings specific to the account's use of Smart Disputes.
2305
+ */
2306
+ smart_disputes?: Settings.SmartDisputes;
2307
+ /**
2308
+ * Settings specific to the account's tax forms.
2309
+ */
2310
+ tax_forms?: Settings.TaxForms;
1977
2311
  /**
1978
2312
  * Settings specific to the account's Treasury FinancialAccounts.
1979
2313
  */
@@ -2068,6 +2402,12 @@ export declare namespace AccountCreateParams {
2068
2402
  */
2069
2403
  requested?: boolean;
2070
2404
  }
2405
+ interface AutomaticIndirectTax {
2406
+ /**
2407
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2408
+ */
2409
+ requested?: boolean;
2410
+ }
2071
2411
  interface BacsDebitPayments {
2072
2412
  /**
2073
2413
  * 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 +2457,10 @@ export declare namespace AccountCreateParams {
2117
2457
  requested?: boolean;
2118
2458
  }
2119
2459
  interface CardPayments {
2460
+ /**
2461
+ * Protections to apply to this capability.
2462
+ */
2463
+ protections?: CardPayments.Protections;
2120
2464
  /**
2121
2465
  * 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
2466
  */
@@ -2164,12 +2508,30 @@ export declare namespace AccountCreateParams {
2164
2508
  */
2165
2509
  requested?: boolean;
2166
2510
  }
2511
+ interface GopayPayments {
2512
+ /**
2513
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2514
+ */
2515
+ requested?: boolean;
2516
+ }
2167
2517
  interface GrabpayPayments {
2168
2518
  /**
2169
2519
  * 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
2520
  */
2171
2521
  requested?: boolean;
2172
2522
  }
2523
+ interface IdBankTransferPayments {
2524
+ /**
2525
+ * 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.
2526
+ */
2527
+ requested?: boolean;
2528
+ }
2529
+ interface IdBankTransferPaymentsBca {
2530
+ /**
2531
+ * 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.
2532
+ */
2533
+ requested?: boolean;
2534
+ }
2173
2535
  interface IdealPayments {
2174
2536
  /**
2175
2537
  * 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 +2658,18 @@ export declare namespace AccountCreateParams {
2296
2658
  */
2297
2659
  requested?: boolean;
2298
2660
  }
2661
+ interface PaypalPayments {
2662
+ /**
2663
+ * 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.
2664
+ */
2665
+ requested?: boolean;
2666
+ }
2667
+ interface PaypayPayments {
2668
+ /**
2669
+ * 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.
2670
+ */
2671
+ requested?: boolean;
2672
+ }
2299
2673
  interface PaytoPayments {
2300
2674
  /**
2301
2675
  * 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 +2688,18 @@ export declare namespace AccountCreateParams {
2314
2688
  */
2315
2689
  requested?: boolean;
2316
2690
  }
2691
+ interface QrisPayments {
2692
+ /**
2693
+ * 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.
2694
+ */
2695
+ requested?: boolean;
2696
+ }
2697
+ interface RechnungPayments {
2698
+ /**
2699
+ * 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.
2700
+ */
2701
+ requested?: boolean;
2702
+ }
2317
2703
  interface RevolutPayPayments {
2318
2704
  /**
2319
2705
  * 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 +2736,24 @@ export declare namespace AccountCreateParams {
2350
2736
  */
2351
2737
  requested?: boolean;
2352
2738
  }
2739
+ interface ShopeepayPayments {
2740
+ /**
2741
+ * 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.
2742
+ */
2743
+ requested?: boolean;
2744
+ }
2353
2745
  interface SofortPayments {
2354
2746
  /**
2355
2747
  * 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
2748
  */
2357
2749
  requested?: boolean;
2358
2750
  }
2751
+ interface StripeBalancePayments {
2752
+ /**
2753
+ * 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.
2754
+ */
2755
+ requested?: boolean;
2756
+ }
2359
2757
  interface SunbitPayments {
2360
2758
  /**
2361
2759
  * 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 +2790,24 @@ export declare namespace AccountCreateParams {
2392
2790
  */
2393
2791
  requested?: boolean;
2394
2792
  }
2793
+ interface TreasuryEvolve {
2794
+ /**
2795
+ * 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.
2796
+ */
2797
+ requested?: boolean;
2798
+ }
2799
+ interface TreasuryFifthThird {
2800
+ /**
2801
+ * 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.
2802
+ */
2803
+ requested?: boolean;
2804
+ }
2805
+ interface TreasuryGoldmanSachs {
2806
+ /**
2807
+ * 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.
2808
+ */
2809
+ requested?: boolean;
2810
+ }
2395
2811
  interface TwintPayments {
2396
2812
  /**
2397
2813
  * 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 +2838,22 @@ export declare namespace AccountCreateParams {
2422
2838
  */
2423
2839
  requested?: boolean;
2424
2840
  }
2841
+ namespace CardPayments {
2842
+ interface Protections {
2843
+ /**
2844
+ * Protection for connected accounts migrating from another PSP.
2845
+ */
2846
+ psp_migration: Protections.PspMigration;
2847
+ }
2848
+ namespace Protections {
2849
+ interface PspMigration {
2850
+ /**
2851
+ * Passing true requests the protection.
2852
+ */
2853
+ requested: boolean;
2854
+ }
2855
+ }
2856
+ }
2425
2857
  }
2426
2858
  namespace Company {
2427
2859
  interface DirectorshipDeclaration {
@@ -2502,6 +2934,26 @@ export declare namespace AccountCreateParams {
2502
2934
  }
2503
2935
  }
2504
2936
  namespace Controller {
2937
+ interface Application {
2938
+ /**
2939
+ * Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
2940
+ */
2941
+ loss_liable: boolean;
2942
+ /**
2943
+ * Whether the controller owns onboarding for this account.
2944
+ */
2945
+ onboarding_owner?: boolean;
2946
+ /**
2947
+ * Whether the controller has pricing controls for this account.
2948
+ */
2949
+ pricing_controls?: boolean;
2950
+ }
2951
+ interface Dashboard {
2952
+ /**
2953
+ * 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`.
2954
+ */
2955
+ type?: Dashboard.Type;
2956
+ }
2505
2957
  interface Fees {
2506
2958
  /**
2507
2959
  * 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 +2973,9 @@ export declare namespace AccountCreateParams {
2521
2973
  */
2522
2974
  type?: StripeDashboard.Type;
2523
2975
  }
2976
+ namespace Dashboard {
2977
+ type Type = 'express' | 'full' | 'none';
2978
+ }
2524
2979
  namespace Fees {
2525
2980
  type Payer = 'account' | 'application';
2526
2981
  }
@@ -2649,6 +3104,26 @@ export declare namespace AccountCreateParams {
2649
3104
  */
2650
3105
  title?: string;
2651
3106
  }
3107
+ interface SelfReportedIncome {
3108
+ /**
3109
+ * The amount in the minor currency unit (for example, cents for USD).
3110
+ */
3111
+ amount: number;
3112
+ /**
3113
+ * 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).
3114
+ */
3115
+ currency: string;
3116
+ }
3117
+ interface SelfReportedMonthlyHousingPayment {
3118
+ /**
3119
+ * The amount in the minor currency unit (for example, cents for USD).
3120
+ */
3121
+ amount: number;
3122
+ /**
3123
+ * 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).
3124
+ */
3125
+ currency: string;
3126
+ }
2652
3127
  interface Verification {
2653
3128
  /**
2654
3129
  * A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
@@ -2682,6 +3157,22 @@ export declare namespace AccountCreateParams {
2682
3157
  }
2683
3158
  }
2684
3159
  }
3160
+ namespace RiskControls {
3161
+ interface Charges {
3162
+ /**
3163
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3164
+ * There can be a delay before the risk control is paused or unpaused.
3165
+ */
3166
+ pause_requested?: boolean;
3167
+ }
3168
+ interface Payouts {
3169
+ /**
3170
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
3171
+ * There can be a delay before the risk control is paused or unpaused.
3172
+ */
3173
+ pause_requested?: boolean;
3174
+ }
3175
+ }
2685
3176
  namespace Settings {
2686
3177
  interface BacsDebitPayments {
2687
3178
  /**
@@ -2689,6 +3180,16 @@ export declare namespace AccountCreateParams {
2689
3180
  */
2690
3181
  display_name?: string;
2691
3182
  }
3183
+ interface BankBcaOnboarding {
3184
+ /**
3185
+ * Bank BCA business account holder name
3186
+ */
3187
+ account_holder_name?: string;
3188
+ /**
3189
+ * Bank BCA business account number
3190
+ */
3191
+ business_account_number?: string;
3192
+ }
2692
3193
  interface Branding {
2693
3194
  /**
2694
3195
  * (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 +3208,25 @@ export declare namespace AccountCreateParams {
2707
3208
  */
2708
3209
  secondary_color?: string;
2709
3210
  }
2710
- interface CardIssuing {
3211
+ interface Capital {
2711
3212
  /**
2712
- * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
3213
+ * Per-currency mapping of user-selected destination accounts used to pay out loans.
2713
3214
  */
2714
- tos_acceptance?: CardIssuing.TosAcceptance;
3215
+ payout_destination?: {
3216
+ [key: string]: string;
3217
+ };
3218
+ /**
3219
+ * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
3220
+ */
3221
+ payout_destination_selector?: {
3222
+ [key: string]: Array<string>;
3223
+ };
3224
+ }
3225
+ interface CardIssuing {
3226
+ /**
3227
+ * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
3228
+ */
3229
+ tos_acceptance?: CardIssuing.TosAcceptance;
2715
3230
  }
2716
3231
  interface CardPayments {
2717
3232
  /**
@@ -2738,6 +3253,10 @@ export declare namespace AccountCreateParams {
2738
3253
  hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
2739
3254
  }
2740
3255
  interface Payments {
3256
+ /**
3257
+ * 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`.
3258
+ */
3259
+ email_customers_on_successful_payment?: boolean;
2741
3260
  /**
2742
3261
  * 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
3262
  */
@@ -2765,6 +3284,32 @@ export declare namespace AccountCreateParams {
2765
3284
  */
2766
3285
  statement_descriptor?: string;
2767
3286
  }
3287
+ interface PaypayPayments {
3288
+ /**
3289
+ * Additional files that are required to support the onboarding process of your business.
3290
+ */
3291
+ additional_files?: Array<string>;
3292
+ /**
3293
+ * 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.
3294
+ */
3295
+ goods_type?: PaypayPayments.GoodsType;
3296
+ /**
3297
+ * Details regarding your business's website.
3298
+ */
3299
+ site?: PaypayPayments.Site;
3300
+ }
3301
+ interface SmartDisputes {
3302
+ /**
3303
+ * Smart Disputes auto-respond settings for the account.
3304
+ */
3305
+ auto_respond?: SmartDisputes.AutoRespond;
3306
+ }
3307
+ interface TaxForms {
3308
+ /**
3309
+ * Whether the account opted out of receiving their tax forms by postal delivery.
3310
+ */
3311
+ consented_to_paperless_delivery?: boolean;
3312
+ }
2768
3313
  interface Treasury {
2769
3314
  /**
2770
3315
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -2835,6 +3380,59 @@ export declare namespace AccountCreateParams {
2835
3380
  type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
2836
3381
  }
2837
3382
  }
3383
+ namespace PaypayPayments {
3384
+ type GoodsType = 'digital_content' | 'other';
3385
+ interface Site {
3386
+ /**
3387
+ * Additional information about your business's website.
3388
+ */
3389
+ accessible?: Site.Accessible;
3390
+ /**
3391
+ * Additional information about your business's website.
3392
+ */
3393
+ in_development?: Site.InDevelopment;
3394
+ /**
3395
+ * Additional information about your business's website.
3396
+ */
3397
+ restricted?: Site.Restricted;
3398
+ /**
3399
+ * The status of your business's website.
3400
+ */
3401
+ type?: Site.Type;
3402
+ }
3403
+ namespace Site {
3404
+ interface Accessible {
3405
+ }
3406
+ interface InDevelopment {
3407
+ /**
3408
+ * The password needed to access your business's website.
3409
+ */
3410
+ password: string;
3411
+ /**
3412
+ * The username needed to access your business's website.
3413
+ */
3414
+ username?: string;
3415
+ }
3416
+ interface Restricted {
3417
+ /**
3418
+ * The file explaining the payment flow for your business.
3419
+ */
3420
+ payment_flow_file?: string;
3421
+ }
3422
+ type Type = 'accessible' | 'in_development' | 'restricted';
3423
+ }
3424
+ }
3425
+ namespace SmartDisputes {
3426
+ interface AutoRespond {
3427
+ /**
3428
+ * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
3429
+ */
3430
+ preference?: AutoRespond.Preference;
3431
+ }
3432
+ namespace AutoRespond {
3433
+ type Preference = 'inherit' | 'off' | 'on';
3434
+ }
3435
+ }
2838
3436
  namespace Treasury {
2839
3437
  interface TosAcceptance {
2840
3438
  /**
@@ -2921,6 +3519,10 @@ export interface AccountUpdateParams {
2921
3519
  * 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
3520
  */
2923
3521
  metadata?: Emptyable<MetadataParam>;
3522
+ /**
3523
+ * 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).
3524
+ */
3525
+ risk_controls?: AccountUpdateParams.RiskControls;
2924
3526
  /**
2925
3527
  * Options for customizing how the account functions within Stripe.
2926
3528
  */
@@ -2960,6 +3562,10 @@ export declare namespace AccountUpdateParams {
2960
3562
  * Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
2961
3563
  */
2962
3564
  product_description?: string;
3565
+ /**
3566
+ * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
3567
+ */
3568
+ specified_commercial_transactions_act_url?: Emptyable<string>;
2963
3569
  /**
2964
3570
  * A publicly available mailing address for sending support issues to.
2965
3571
  */
@@ -3011,6 +3617,10 @@ export declare namespace AccountUpdateParams {
3011
3617
  * The au_becs_debit_payments capability.
3012
3618
  */
3013
3619
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
3620
+ /**
3621
+ * The automatic_indirect_tax capability.
3622
+ */
3623
+ automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
3014
3624
  /**
3015
3625
  * The bacs_debit_payments capability.
3016
3626
  */
@@ -3075,10 +3685,22 @@ export declare namespace AccountUpdateParams {
3075
3685
  * The giropay_payments capability.
3076
3686
  */
3077
3687
  giropay_payments?: Capabilities.GiropayPayments;
3688
+ /**
3689
+ * The gopay_payments capability.
3690
+ */
3691
+ gopay_payments?: Capabilities.GopayPayments;
3078
3692
  /**
3079
3693
  * The grabpay_payments capability.
3080
3694
  */
3081
3695
  grabpay_payments?: Capabilities.GrabpayPayments;
3696
+ /**
3697
+ * The id_bank_transfer_payments capability.
3698
+ */
3699
+ id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
3700
+ /**
3701
+ * The id_bank_transfer_payments_bca capability.
3702
+ */
3703
+ id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
3082
3704
  /**
3083
3705
  * The ideal_payments capability.
3084
3706
  */
@@ -3163,6 +3785,14 @@ export declare namespace AccountUpdateParams {
3163
3785
  * The paynow_payments capability.
3164
3786
  */
3165
3787
  paynow_payments?: Capabilities.PaynowPayments;
3788
+ /**
3789
+ * The paypal_payments capability.
3790
+ */
3791
+ paypal_payments?: Capabilities.PaypalPayments;
3792
+ /**
3793
+ * The paypay_payments capability.
3794
+ */
3795
+ paypay_payments?: Capabilities.PaypayPayments;
3166
3796
  /**
3167
3797
  * The payto_payments capability.
3168
3798
  */
@@ -3175,6 +3805,14 @@ export declare namespace AccountUpdateParams {
3175
3805
  * The promptpay_payments capability.
3176
3806
  */
3177
3807
  promptpay_payments?: Capabilities.PromptpayPayments;
3808
+ /**
3809
+ * The qris_payments capability.
3810
+ */
3811
+ qris_payments?: Capabilities.QrisPayments;
3812
+ /**
3813
+ * The rechnung_payments capability.
3814
+ */
3815
+ rechnung_payments?: Capabilities.RechnungPayments;
3178
3816
  /**
3179
3817
  * The revolut_pay_payments capability.
3180
3818
  */
@@ -3199,10 +3837,18 @@ export declare namespace AccountUpdateParams {
3199
3837
  * The sepa_debit_payments capability.
3200
3838
  */
3201
3839
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
3840
+ /**
3841
+ * The shopeepay_payments capability.
3842
+ */
3843
+ shopeepay_payments?: Capabilities.ShopeepayPayments;
3202
3844
  /**
3203
3845
  * The sofort_payments capability.
3204
3846
  */
3205
3847
  sofort_payments?: Capabilities.SofortPayments;
3848
+ /**
3849
+ * The stripe_balance_payments capability.
3850
+ */
3851
+ stripe_balance_payments?: Capabilities.StripeBalancePayments;
3206
3852
  /**
3207
3853
  * The sunbit_payments capability.
3208
3854
  */
@@ -3227,6 +3873,18 @@ export declare namespace AccountUpdateParams {
3227
3873
  * The treasury capability.
3228
3874
  */
3229
3875
  treasury?: Capabilities.Treasury;
3876
+ /**
3877
+ * The treasury_evolve capability.
3878
+ */
3879
+ treasury_evolve?: Capabilities.TreasuryEvolve;
3880
+ /**
3881
+ * The treasury_fifth_third capability.
3882
+ */
3883
+ treasury_fifth_third?: Capabilities.TreasuryFifthThird;
3884
+ /**
3885
+ * The treasury_goldman_sachs capability.
3886
+ */
3887
+ treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
3230
3888
  /**
3231
3889
  * The twint_payments capability.
3232
3890
  */
@@ -3448,6 +4106,7 @@ export declare namespace AccountUpdateParams {
3448
4106
  * The Kanji variation of the individual's primary address (Japan only).
3449
4107
  */
3450
4108
  address_kanji?: JapanAddressParam;
4109
+ birth_address?: AddressParam;
3451
4110
  /**
3452
4111
  * The individual's date of birth.
3453
4112
  */
@@ -3520,6 +4179,14 @@ export declare namespace AccountUpdateParams {
3520
4179
  * Describes the person's relationship to the account.
3521
4180
  */
3522
4181
  relationship?: Individual.Relationship;
4182
+ /**
4183
+ * The credit applicant's self-reported yearly income in minor units.
4184
+ */
4185
+ self_reported_income?: Individual.SelfReportedIncome;
4186
+ /**
4187
+ * The credit applicant's self-reported monthly housing payment in minor units.
4188
+ */
4189
+ self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
3523
4190
  /**
3524
4191
  * The last four digits of the individual's Social Security Number (U.S. only).
3525
4192
  */
@@ -3529,15 +4196,33 @@ export declare namespace AccountUpdateParams {
3529
4196
  */
3530
4197
  verification?: Individual.Verification;
3531
4198
  }
4199
+ interface RiskControls {
4200
+ /**
4201
+ * 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).
4202
+ */
4203
+ charges?: RiskControls.Charges;
4204
+ /**
4205
+ * 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).
4206
+ */
4207
+ payouts?: RiskControls.Payouts;
4208
+ }
3532
4209
  interface Settings {
3533
4210
  /**
3534
4211
  * Settings specific to Bacs Direct Debit payments.
3535
4212
  */
3536
4213
  bacs_debit_payments?: Settings.BacsDebitPayments;
4214
+ /**
4215
+ * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
4216
+ */
4217
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
3537
4218
  /**
3538
4219
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
3539
4220
  */
3540
4221
  branding?: Settings.Branding;
4222
+ /**
4223
+ * Settings specific to the account's use of the Capital product.
4224
+ */
4225
+ capital?: Settings.Capital;
3541
4226
  /**
3542
4227
  * Settings specific to the account's use of the Card Issuing product.
3543
4228
  */
@@ -3558,6 +4243,18 @@ export declare namespace AccountUpdateParams {
3558
4243
  * Settings specific to the account's payouts.
3559
4244
  */
3560
4245
  payouts?: Settings.Payouts;
4246
+ /**
4247
+ * Settings specific to the PayPay payments method.
4248
+ */
4249
+ paypay_payments?: Settings.PaypayPayments;
4250
+ /**
4251
+ * Settings specific to the account's use of Smart Disputes.
4252
+ */
4253
+ smart_disputes?: Settings.SmartDisputes;
4254
+ /**
4255
+ * Settings specific to the account's tax forms.
4256
+ */
4257
+ tax_forms?: Settings.TaxForms;
3561
4258
  /**
3562
4259
  * Settings specific to the account's Treasury FinancialAccounts.
3563
4260
  */
@@ -3654,6 +4351,12 @@ export declare namespace AccountUpdateParams {
3654
4351
  */
3655
4352
  requested?: boolean;
3656
4353
  }
4354
+ interface AutomaticIndirectTax {
4355
+ /**
4356
+ * 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.
4357
+ */
4358
+ requested?: boolean;
4359
+ }
3657
4360
  interface BacsDebitPayments {
3658
4361
  /**
3659
4362
  * 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 +4406,10 @@ export declare namespace AccountUpdateParams {
3703
4406
  requested?: boolean;
3704
4407
  }
3705
4408
  interface CardPayments {
4409
+ /**
4410
+ * Protections to apply to this capability.
4411
+ */
4412
+ protections?: CardPayments.Protections;
3706
4413
  /**
3707
4414
  * 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
4415
  */
@@ -3750,12 +4457,30 @@ export declare namespace AccountUpdateParams {
3750
4457
  */
3751
4458
  requested?: boolean;
3752
4459
  }
4460
+ interface GopayPayments {
4461
+ /**
4462
+ * 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.
4463
+ */
4464
+ requested?: boolean;
4465
+ }
3753
4466
  interface GrabpayPayments {
3754
4467
  /**
3755
4468
  * 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
4469
  */
3757
4470
  requested?: boolean;
3758
4471
  }
4472
+ interface IdBankTransferPayments {
4473
+ /**
4474
+ * 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.
4475
+ */
4476
+ requested?: boolean;
4477
+ }
4478
+ interface IdBankTransferPaymentsBca {
4479
+ /**
4480
+ * 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.
4481
+ */
4482
+ requested?: boolean;
4483
+ }
3759
4484
  interface IdealPayments {
3760
4485
  /**
3761
4486
  * 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 +4607,18 @@ export declare namespace AccountUpdateParams {
3882
4607
  */
3883
4608
  requested?: boolean;
3884
4609
  }
4610
+ interface PaypalPayments {
4611
+ /**
4612
+ * 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.
4613
+ */
4614
+ requested?: boolean;
4615
+ }
4616
+ interface PaypayPayments {
4617
+ /**
4618
+ * 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.
4619
+ */
4620
+ requested?: boolean;
4621
+ }
3885
4622
  interface PaytoPayments {
3886
4623
  /**
3887
4624
  * 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 +4637,18 @@ export declare namespace AccountUpdateParams {
3900
4637
  */
3901
4638
  requested?: boolean;
3902
4639
  }
4640
+ interface QrisPayments {
4641
+ /**
4642
+ * 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.
4643
+ */
4644
+ requested?: boolean;
4645
+ }
4646
+ interface RechnungPayments {
4647
+ /**
4648
+ * 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.
4649
+ */
4650
+ requested?: boolean;
4651
+ }
3903
4652
  interface RevolutPayPayments {
3904
4653
  /**
3905
4654
  * 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 +4685,24 @@ export declare namespace AccountUpdateParams {
3936
4685
  */
3937
4686
  requested?: boolean;
3938
4687
  }
4688
+ interface ShopeepayPayments {
4689
+ /**
4690
+ * 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.
4691
+ */
4692
+ requested?: boolean;
4693
+ }
3939
4694
  interface SofortPayments {
3940
4695
  /**
3941
4696
  * 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
4697
  */
3943
4698
  requested?: boolean;
3944
4699
  }
4700
+ interface StripeBalancePayments {
4701
+ /**
4702
+ * 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.
4703
+ */
4704
+ requested?: boolean;
4705
+ }
3945
4706
  interface SunbitPayments {
3946
4707
  /**
3947
4708
  * 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 +4739,24 @@ export declare namespace AccountUpdateParams {
3978
4739
  */
3979
4740
  requested?: boolean;
3980
4741
  }
4742
+ interface TreasuryEvolve {
4743
+ /**
4744
+ * 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.
4745
+ */
4746
+ requested?: boolean;
4747
+ }
4748
+ interface TreasuryFifthThird {
4749
+ /**
4750
+ * 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.
4751
+ */
4752
+ requested?: boolean;
4753
+ }
4754
+ interface TreasuryGoldmanSachs {
4755
+ /**
4756
+ * 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.
4757
+ */
4758
+ requested?: boolean;
4759
+ }
3981
4760
  interface TwintPayments {
3982
4761
  /**
3983
4762
  * 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 +4787,22 @@ export declare namespace AccountUpdateParams {
4008
4787
  */
4009
4788
  requested?: boolean;
4010
4789
  }
4790
+ namespace CardPayments {
4791
+ interface Protections {
4792
+ /**
4793
+ * Protection for connected accounts migrating from another PSP.
4794
+ */
4795
+ psp_migration: Protections.PspMigration;
4796
+ }
4797
+ namespace Protections {
4798
+ interface PspMigration {
4799
+ /**
4800
+ * Passing true requests the protection.
4801
+ */
4802
+ requested: boolean;
4803
+ }
4804
+ }
4805
+ }
4011
4806
  }
4012
4807
  namespace Company {
4013
4808
  interface DirectorshipDeclaration {
@@ -4205,6 +5000,26 @@ export declare namespace AccountUpdateParams {
4205
5000
  */
4206
5001
  title?: string;
4207
5002
  }
5003
+ interface SelfReportedIncome {
5004
+ /**
5005
+ * The amount in the minor currency unit (for example, cents for USD).
5006
+ */
5007
+ amount: number;
5008
+ /**
5009
+ * 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).
5010
+ */
5011
+ currency: string;
5012
+ }
5013
+ interface SelfReportedMonthlyHousingPayment {
5014
+ /**
5015
+ * The amount in the minor currency unit (for example, cents for USD).
5016
+ */
5017
+ amount: number;
5018
+ /**
5019
+ * 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).
5020
+ */
5021
+ currency: string;
5022
+ }
4208
5023
  interface Verification {
4209
5024
  /**
4210
5025
  * A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
@@ -4238,6 +5053,22 @@ export declare namespace AccountUpdateParams {
4238
5053
  }
4239
5054
  }
4240
5055
  }
5056
+ namespace RiskControls {
5057
+ interface Charges {
5058
+ /**
5059
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
5060
+ * There can be a delay before the risk control is paused or unpaused.
5061
+ */
5062
+ pause_requested?: boolean;
5063
+ }
5064
+ interface Payouts {
5065
+ /**
5066
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
5067
+ * There can be a delay before the risk control is paused or unpaused.
5068
+ */
5069
+ pause_requested?: boolean;
5070
+ }
5071
+ }
4241
5072
  namespace Settings {
4242
5073
  interface BacsDebitPayments {
4243
5074
  /**
@@ -4245,6 +5076,16 @@ export declare namespace AccountUpdateParams {
4245
5076
  */
4246
5077
  display_name?: string;
4247
5078
  }
5079
+ interface BankBcaOnboarding {
5080
+ /**
5081
+ * Bank BCA business account holder name
5082
+ */
5083
+ account_holder_name?: string;
5084
+ /**
5085
+ * Bank BCA business account number
5086
+ */
5087
+ business_account_number?: string;
5088
+ }
4248
5089
  interface Branding {
4249
5090
  /**
4250
5091
  * (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 +5104,20 @@ export declare namespace AccountUpdateParams {
4263
5104
  */
4264
5105
  secondary_color?: string;
4265
5106
  }
5107
+ interface Capital {
5108
+ /**
5109
+ * Per-currency mapping of user-selected destination accounts used to pay out loans.
5110
+ */
5111
+ payout_destination?: {
5112
+ [key: string]: string;
5113
+ };
5114
+ /**
5115
+ * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
5116
+ */
5117
+ payout_destination_selector?: {
5118
+ [key: string]: Array<string>;
5119
+ };
5120
+ }
4266
5121
  interface CardIssuing {
4267
5122
  /**
4268
5123
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -4298,6 +5153,10 @@ export declare namespace AccountUpdateParams {
4298
5153
  hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
4299
5154
  }
4300
5155
  interface Payments {
5156
+ /**
5157
+ * 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`.
5158
+ */
5159
+ email_customers_on_successful_payment?: boolean;
4301
5160
  /**
4302
5161
  * 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
5162
  */
@@ -4325,6 +5184,32 @@ export declare namespace AccountUpdateParams {
4325
5184
  */
4326
5185
  statement_descriptor?: string;
4327
5186
  }
5187
+ interface PaypayPayments {
5188
+ /**
5189
+ * Additional files that are required to support the onboarding process of your business.
5190
+ */
5191
+ additional_files?: Array<string>;
5192
+ /**
5193
+ * 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.
5194
+ */
5195
+ goods_type?: PaypayPayments.GoodsType;
5196
+ /**
5197
+ * Details regarding your business's website.
5198
+ */
5199
+ site?: PaypayPayments.Site;
5200
+ }
5201
+ interface SmartDisputes {
5202
+ /**
5203
+ * Smart Disputes auto-respond settings for the account.
5204
+ */
5205
+ auto_respond?: SmartDisputes.AutoRespond;
5206
+ }
5207
+ interface TaxForms {
5208
+ /**
5209
+ * Whether the account opted out of receiving their tax forms by postal delivery.
5210
+ */
5211
+ consented_to_paperless_delivery?: boolean;
5212
+ }
4328
5213
  interface Treasury {
4329
5214
  /**
4330
5215
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -4395,6 +5280,59 @@ export declare namespace AccountUpdateParams {
4395
5280
  type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
4396
5281
  }
4397
5282
  }
5283
+ namespace PaypayPayments {
5284
+ type GoodsType = 'digital_content' | 'other';
5285
+ interface Site {
5286
+ /**
5287
+ * Additional information about your business's website.
5288
+ */
5289
+ accessible?: Site.Accessible;
5290
+ /**
5291
+ * Additional information about your business's website.
5292
+ */
5293
+ in_development?: Site.InDevelopment;
5294
+ /**
5295
+ * Additional information about your business's website.
5296
+ */
5297
+ restricted?: Site.Restricted;
5298
+ /**
5299
+ * The status of your business's website.
5300
+ */
5301
+ type?: Site.Type;
5302
+ }
5303
+ namespace Site {
5304
+ interface Accessible {
5305
+ }
5306
+ interface InDevelopment {
5307
+ /**
5308
+ * The password needed to access your business's website.
5309
+ */
5310
+ password: string;
5311
+ /**
5312
+ * The username needed to access your business's website.
5313
+ */
5314
+ username?: string;
5315
+ }
5316
+ interface Restricted {
5317
+ /**
5318
+ * The file explaining the payment flow for your business.
5319
+ */
5320
+ payment_flow_file?: string;
5321
+ }
5322
+ type Type = 'accessible' | 'in_development' | 'restricted';
5323
+ }
5324
+ }
5325
+ namespace SmartDisputes {
5326
+ interface AutoRespond {
5327
+ /**
5328
+ * The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
5329
+ */
5330
+ preference?: AutoRespond.Preference;
5331
+ }
5332
+ namespace AutoRespond {
5333
+ type Preference = 'inherit' | 'off' | 'on';
5334
+ }
5335
+ }
4398
5336
  namespace Treasury {
4399
5337
  interface TosAcceptance {
4400
5338
  /**
@@ -4522,6 +5460,10 @@ export interface AccountCreatePersonParams {
4522
5460
  * The Kanji variation of the person's address (Japan only).
4523
5461
  */
4524
5462
  address_kanji?: JapanAddressParam;
5463
+ /**
5464
+ * The person's place of birth.
5465
+ */
5466
+ birth_address?: AddressParam;
4525
5467
  /**
4526
5468
  * The person's date of birth.
4527
5469
  */
@@ -4610,6 +5552,14 @@ export interface AccountCreatePersonParams {
4610
5552
  * The relationship that this person has with the account's legal entity.
4611
5553
  */
4612
5554
  relationship?: AccountCreatePersonParams.Relationship;
5555
+ /**
5556
+ * The credit applicant's self-reported yearly income in minor units.
5557
+ */
5558
+ self_reported_income?: AccountCreatePersonParams.SelfReportedIncome;
5559
+ /**
5560
+ * The credit applicant's self-reported monthly housing payment in minor units.
5561
+ */
5562
+ self_reported_monthly_housing_payment?: AccountCreatePersonParams.SelfReportedMonthlyHousingPayment;
4613
5563
  /**
4614
5564
  * The last four digits of the person's Social Security number (U.S. only).
4615
5565
  */
@@ -4693,6 +5643,26 @@ export declare namespace AccountCreatePersonParams {
4693
5643
  */
4694
5644
  title?: string;
4695
5645
  }
5646
+ interface SelfReportedIncome {
5647
+ /**
5648
+ * The amount in the minor currency unit (for example, cents for USD).
5649
+ */
5650
+ amount: number;
5651
+ /**
5652
+ * 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).
5653
+ */
5654
+ currency: string;
5655
+ }
5656
+ interface SelfReportedMonthlyHousingPayment {
5657
+ /**
5658
+ * The amount in the minor currency unit (for example, cents for USD).
5659
+ */
5660
+ amount: number;
5661
+ /**
5662
+ * 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).
5663
+ */
5664
+ currency: string;
5665
+ }
4696
5666
  interface UsCfpbData {
4697
5667
  /**
4698
5668
  * The persons ethnicity details
@@ -4899,6 +5869,18 @@ export interface AccountRetrievePersonParams {
4899
5869
  */
4900
5870
  expand?: Array<string>;
4901
5871
  }
5872
+ export interface AccountRetrieveSignalsParams {
5873
+ /**
5874
+ * Specifies which fields in the response should be expanded.
5875
+ */
5876
+ expand?: Array<string>;
5877
+ }
5878
+ export interface AccountSerializeBatchCreateParams {
5879
+ }
5880
+ export interface AccountSerializeBatchDeleteParams {
5881
+ }
5882
+ export interface AccountSerializeBatchUpdateParams {
5883
+ }
4902
5884
  export interface AccountUpdateCapabilityParams {
4903
5885
  /**
4904
5886
  * Specifies which fields in the response should be expanded.
@@ -5012,6 +5994,10 @@ export interface AccountUpdatePersonParams {
5012
5994
  * The Kanji variation of the person's address (Japan only).
5013
5995
  */
5014
5996
  address_kanji?: JapanAddressParam;
5997
+ /**
5998
+ * The person's place of birth.
5999
+ */
6000
+ birth_address?: AddressParam;
5015
6001
  /**
5016
6002
  * The person's date of birth.
5017
6003
  */
@@ -5100,6 +6086,14 @@ export interface AccountUpdatePersonParams {
5100
6086
  * The relationship that this person has with the account's legal entity.
5101
6087
  */
5102
6088
  relationship?: AccountUpdatePersonParams.Relationship;
6089
+ /**
6090
+ * The credit applicant's self-reported yearly income in minor units.
6091
+ */
6092
+ self_reported_income?: AccountUpdatePersonParams.SelfReportedIncome;
6093
+ /**
6094
+ * The credit applicant's self-reported monthly housing payment in minor units.
6095
+ */
6096
+ self_reported_monthly_housing_payment?: AccountUpdatePersonParams.SelfReportedMonthlyHousingPayment;
5103
6097
  /**
5104
6098
  * The last four digits of the person's Social Security number (U.S. only).
5105
6099
  */
@@ -5183,6 +6177,26 @@ export declare namespace AccountUpdatePersonParams {
5183
6177
  */
5184
6178
  title?: string;
5185
6179
  }
6180
+ interface SelfReportedIncome {
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
+ }
6190
+ interface SelfReportedMonthlyHousingPayment {
6191
+ /**
6192
+ * The amount in the minor currency unit (for example, cents for USD).
6193
+ */
6194
+ amount: number;
6195
+ /**
6196
+ * 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).
6197
+ */
6198
+ currency: string;
6199
+ }
5186
6200
  interface UsCfpbData {
5187
6201
  /**
5188
6202
  * The persons ethnicity details