stripe 20.0.0 → 20.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (444) hide show
  1. package/CHANGELOG.md +1790 -12
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +1 -0
  4. package/VERSION +1 -1
  5. package/cjs/Error.js +115 -1
  6. package/cjs/apiVersion.js +2 -3
  7. package/cjs/resources/AccountNotices.js +21 -0
  8. package/cjs/resources/BalanceTransfers.js +9 -0
  9. package/cjs/resources/Billing/Analytics/MeterUsage.js +12 -0
  10. package/cjs/resources/Capital/FinancingOffers.js +21 -0
  11. package/cjs/resources/Capital/FinancingSummary.js +12 -0
  12. package/cjs/resources/Capital/FinancingTransactions.js +17 -0
  13. package/cjs/resources/DelegatedCheckout/RequestedSessions.js +28 -0
  14. package/cjs/resources/ExternalAccounts.js +23 -0
  15. package/cjs/resources/FinancialConnections/Accounts.js +5 -0
  16. package/cjs/resources/FinancialConnections/Institutions.js +17 -0
  17. package/cjs/resources/FxQuotes.js +15 -0
  18. package/cjs/resources/Identity/BlocklistEntries.js +25 -0
  19. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +33 -0
  20. package/cjs/resources/Issuing/DisputeSettlementDetails.js +17 -0
  21. package/cjs/resources/Issuing/FraudLiabilityDebits.js +17 -0
  22. package/cjs/resources/Issuing/Programs.js +22 -0
  23. package/cjs/resources/Mandates.js +5 -0
  24. package/cjs/resources/Margins.js +22 -0
  25. package/cjs/resources/Orders.js +24 -0
  26. package/cjs/resources/PaymentIntents.js +8 -0
  27. package/cjs/resources/PaymentMethods.js +4 -0
  28. package/cjs/resources/Privacy/RedactionJobs.js +42 -0
  29. package/cjs/resources/Quotes.js +32 -0
  30. package/cjs/resources/Radar/AccountEvaluations.js +20 -0
  31. package/cjs/resources/SubscriptionSchedules.js +4 -0
  32. package/cjs/resources/Subscriptions.js +4 -0
  33. package/cjs/resources/Tax/Forms.js +20 -0
  34. package/cjs/resources/Terminal/ReaderCollectedData.js +12 -0
  35. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +16 -0
  36. package/cjs/resources/V2/Billing/BillSettings/Versions.js +17 -0
  37. package/cjs/resources/V2/Billing/BillSettings.js +27 -0
  38. package/cjs/resources/V2/Billing/Cadences.js +23 -0
  39. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +17 -0
  40. package/cjs/resources/V2/Billing/CollectionSettings.js +30 -0
  41. package/cjs/resources/V2/Billing/CustomPricingUnits.js +25 -0
  42. package/cjs/resources/V2/Billing/Intents/Actions.js +17 -0
  43. package/cjs/resources/V2/Billing/Intents.js +36 -0
  44. package/cjs/resources/V2/Billing/LicenseFeeSubscriptions.js +12 -0
  45. package/cjs/resources/V2/Billing/LicenseFees/Versions.js +17 -0
  46. package/cjs/resources/V2/Billing/LicenseFees.js +27 -0
  47. package/cjs/resources/V2/Billing/LicensedItems.js +25 -0
  48. package/cjs/resources/V2/Billing/MeteredItems.js +22 -0
  49. package/cjs/resources/V2/Billing/PricingPlanSubscriptions/Components.js +12 -0
  50. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +26 -0
  51. package/cjs/resources/V2/Billing/PricingPlans/Components.js +29 -0
  52. package/cjs/resources/V2/Billing/PricingPlans/Versions.js +17 -0
  53. package/cjs/resources/V2/Billing/PricingPlans.js +29 -0
  54. package/cjs/resources/V2/Billing/Profiles.js +19 -0
  55. package/cjs/resources/V2/Billing/RateCardSubscriptions.js +29 -0
  56. package/cjs/resources/V2/Billing/RateCards/Rates.js +25 -0
  57. package/cjs/resources/V2/Billing/RateCards/Versions.js +17 -0
  58. package/cjs/resources/V2/Billing/RateCards.js +29 -0
  59. package/cjs/resources/V2/Billing/ServiceActions.js +20 -0
  60. package/cjs/resources/V2/Core/AccountLinks.js +9 -0
  61. package/cjs/resources/V2/Core/Accounts/Persons.js +29 -0
  62. package/cjs/resources/V2/Core/Accounts.js +25 -0
  63. package/cjs/resources/V2/Core/ClaimableSandboxes.js +16 -0
  64. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +33 -0
  65. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +37 -0
  66. package/cjs/resources/V2/MoneyManagement/Adjustments.js +17 -0
  67. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +29 -0
  68. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +21 -0
  69. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +21 -0
  70. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +16 -0
  71. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +25 -0
  72. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +29 -0
  73. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +25 -0
  74. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +25 -0
  75. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +12 -0
  76. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +17 -0
  77. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +17 -0
  78. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +20 -0
  79. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +17 -0
  80. package/cjs/resources/V2/MoneyManagement/Transactions.js +17 -0
  81. package/cjs/resources/V2/Payments/OffSessionPayments.js +29 -0
  82. package/cjs/resources/V2/Reporting/ReportRuns.js +13 -0
  83. package/cjs/resources/V2/Reporting/Reports.js +12 -0
  84. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +16 -0
  85. package/cjs/resources/V2/TestHelpers/MoneyManagement.js +12 -0
  86. package/cjs/resources.js +152 -8
  87. package/cjs/stripe.core.js +1 -1
  88. package/esm/Error.js +100 -0
  89. package/esm/apiVersion.js +1 -2
  90. package/esm/resources/AccountNotices.js +18 -0
  91. package/esm/resources/BalanceTransfers.js +6 -0
  92. package/esm/resources/Billing/Analytics/MeterUsage.js +9 -0
  93. package/esm/resources/Capital/FinancingOffers.js +18 -0
  94. package/esm/resources/Capital/FinancingSummary.js +9 -0
  95. package/esm/resources/Capital/FinancingTransactions.js +14 -0
  96. package/esm/resources/DelegatedCheckout/RequestedSessions.js +25 -0
  97. package/esm/resources/ExternalAccounts.js +20 -0
  98. package/esm/resources/FinancialConnections/Accounts.js +5 -0
  99. package/esm/resources/FinancialConnections/Institutions.js +14 -0
  100. package/esm/resources/FxQuotes.js +12 -0
  101. package/esm/resources/Identity/BlocklistEntries.js +22 -0
  102. package/esm/resources/Issuing/CreditUnderwritingRecords.js +30 -0
  103. package/esm/resources/Issuing/DisputeSettlementDetails.js +14 -0
  104. package/esm/resources/Issuing/FraudLiabilityDebits.js +14 -0
  105. package/esm/resources/Issuing/Programs.js +19 -0
  106. package/esm/resources/Mandates.js +5 -0
  107. package/esm/resources/Margins.js +19 -0
  108. package/esm/resources/Orders.js +21 -0
  109. package/esm/resources/PaymentIntents.js +8 -0
  110. package/esm/resources/PaymentMethods.js +4 -0
  111. package/esm/resources/Privacy/RedactionJobs.js +39 -0
  112. package/esm/resources/Quotes.js +32 -0
  113. package/esm/resources/Radar/AccountEvaluations.js +17 -0
  114. package/esm/resources/SubscriptionSchedules.js +4 -0
  115. package/esm/resources/Subscriptions.js +4 -0
  116. package/esm/resources/Tax/Forms.js +17 -0
  117. package/esm/resources/Terminal/ReaderCollectedData.js +9 -0
  118. package/esm/resources/TestHelpers/Capital/FinancingOffers.js +13 -0
  119. package/esm/resources/V2/Billing/BillSettings/Versions.js +14 -0
  120. package/esm/resources/V2/Billing/BillSettings.js +24 -0
  121. package/esm/resources/V2/Billing/Cadences.js +20 -0
  122. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +14 -0
  123. package/esm/resources/V2/Billing/CollectionSettings.js +27 -0
  124. package/esm/resources/V2/Billing/CustomPricingUnits.js +22 -0
  125. package/esm/resources/V2/Billing/Intents/Actions.js +14 -0
  126. package/esm/resources/V2/Billing/Intents.js +33 -0
  127. package/esm/resources/V2/Billing/LicenseFeeSubscriptions.js +9 -0
  128. package/esm/resources/V2/Billing/LicenseFees/Versions.js +14 -0
  129. package/esm/resources/V2/Billing/LicenseFees.js +24 -0
  130. package/esm/resources/V2/Billing/LicensedItems.js +22 -0
  131. package/esm/resources/V2/Billing/MeteredItems.js +19 -0
  132. package/esm/resources/V2/Billing/PricingPlanSubscriptions/Components.js +9 -0
  133. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +23 -0
  134. package/esm/resources/V2/Billing/PricingPlans/Components.js +26 -0
  135. package/esm/resources/V2/Billing/PricingPlans/Versions.js +14 -0
  136. package/esm/resources/V2/Billing/PricingPlans.js +26 -0
  137. package/esm/resources/V2/Billing/Profiles.js +16 -0
  138. package/esm/resources/V2/Billing/RateCardSubscriptions.js +26 -0
  139. package/esm/resources/V2/Billing/RateCards/Rates.js +22 -0
  140. package/esm/resources/V2/Billing/RateCards/Versions.js +14 -0
  141. package/esm/resources/V2/Billing/RateCards.js +26 -0
  142. package/esm/resources/V2/Billing/ServiceActions.js +17 -0
  143. package/esm/resources/V2/Core/AccountLinks.js +6 -0
  144. package/esm/resources/V2/Core/Accounts/Persons.js +26 -0
  145. package/esm/resources/V2/Core/Accounts.js +22 -0
  146. package/esm/resources/V2/Core/ClaimableSandboxes.js +13 -0
  147. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +30 -0
  148. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +34 -0
  149. package/esm/resources/V2/MoneyManagement/Adjustments.js +14 -0
  150. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +26 -0
  151. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +18 -0
  152. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +18 -0
  153. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +13 -0
  154. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +22 -0
  155. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +26 -0
  156. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +22 -0
  157. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +22 -0
  158. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +9 -0
  159. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +14 -0
  160. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +14 -0
  161. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +17 -0
  162. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +14 -0
  163. package/esm/resources/V2/MoneyManagement/Transactions.js +14 -0
  164. package/esm/resources/V2/Payments/OffSessionPayments.js +26 -0
  165. package/esm/resources/V2/Reporting/ReportRuns.js +10 -0
  166. package/esm/resources/V2/Reporting/Reports.js +9 -0
  167. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +13 -0
  168. package/esm/resources/V2/TestHelpers/MoneyManagement.js +9 -0
  169. package/esm/resources.js +138 -0
  170. package/esm/stripe.core.js +1 -1
  171. package/package.json +1 -1
  172. package/types/AccountLinksResource.d.ts +5 -1
  173. package/types/AccountNotices.d.ts +113 -0
  174. package/types/AccountNoticesResource.d.ts +98 -0
  175. package/types/AccountSessions.d.ts +45 -0
  176. package/types/AccountSessionsResource.d.ts +264 -0
  177. package/types/Accounts.d.ts +232 -1
  178. package/types/AccountsResource.d.ts +674 -0
  179. package/types/ApplicationFees.d.ts +6 -1
  180. package/types/Balance.d.ts +82 -0
  181. package/types/BalanceTransactions.d.ts +2 -1
  182. package/types/BalanceTransfers.d.ts +122 -0
  183. package/types/BalanceTransfersResource.d.ts +87 -0
  184. package/types/BankAccounts.d.ts +2 -0
  185. package/types/Billing/AlertTriggereds.d.ts +16 -1
  186. package/types/Billing/Alerts.d.ts +116 -1
  187. package/types/Billing/AlertsResource.d.ts +149 -2
  188. package/types/Billing/Analytics/MeterUsage.d.ts +31 -0
  189. package/types/Billing/Analytics/MeterUsageResource.d.ts +694 -0
  190. package/types/Billing/Analytics/MeterUsageRows.d.ts +58 -0
  191. package/types/Billing/CreditBalanceSummary.d.ts +123 -2
  192. package/types/Billing/CreditBalanceSummaryResource.d.ts +20 -3
  193. package/types/Billing/CreditBalanceTransactions.d.ts +118 -2
  194. package/types/Billing/CreditBalanceTransactionsResource.d.ts +12 -4
  195. package/types/Billing/CreditGrants.d.ts +76 -1
  196. package/types/Billing/CreditGrantsResource.d.ts +45 -4
  197. package/types/Billing/MeterEventSummaries.d.ts +7 -0
  198. package/types/Billing/Meters.d.ts +5 -0
  199. package/types/Billing/MetersResource.d.ts +17 -0
  200. package/types/BillingPortal/Sessions.d.ts +5 -0
  201. package/types/BillingPortal/SessionsResource.d.ts +12 -4
  202. package/types/Capabilities.d.ts +2 -0
  203. package/types/Capital/FinancingOffers.d.ts +188 -0
  204. package/types/Capital/FinancingOffersResource.d.ts +97 -0
  205. package/types/Capital/FinancingSummary.d.ts +106 -0
  206. package/types/Capital/FinancingSummaryResource.d.ts +27 -0
  207. package/types/Capital/FinancingTransactions.d.ts +135 -0
  208. package/types/Capital/FinancingTransactionsResource.d.ts +68 -0
  209. package/types/Cards.d.ts +19 -0
  210. package/types/CashBalances.d.ts +5 -0
  211. package/types/Charges.d.ts +190 -0
  212. package/types/ChargesResource.d.ts +3855 -75
  213. package/types/Checkout/Sessions.d.ts +427 -2
  214. package/types/Checkout/SessionsResource.d.ts +682 -2
  215. package/types/ConfirmationTokens.d.ts +139 -0
  216. package/types/Coupons.d.ts +35 -0
  217. package/types/CouponsResource.d.ts +23 -0
  218. package/types/CreditNoteLineItems.d.ts +17 -0
  219. package/types/CreditNotes.d.ts +5 -0
  220. package/types/CreditNotesResource.d.ts +5 -0
  221. package/types/CustomerBalanceTransactions.d.ts +2 -0
  222. package/types/CustomerCashBalanceTransactions.d.ts +2 -0
  223. package/types/CustomerSessions.d.ts +46 -0
  224. package/types/CustomerSessionsResource.d.ts +47 -1
  225. package/types/Customers.d.ts +2 -0
  226. package/types/CustomersResource.d.ts +8 -0
  227. package/types/DelegatedCheckout/RequestedSessions.d.ts +384 -0
  228. package/types/DelegatedCheckout/RequestedSessionsResource.d.ts +599 -0
  229. package/types/Discounts.d.ts +20 -0
  230. package/types/Disputes.d.ts +40 -0
  231. package/types/DisputesResource.d.ts +11 -0
  232. package/types/Errors.d.ts +85 -0
  233. package/types/EventTypes.d.ts +630 -0
  234. package/types/Events.d.ts +96 -0
  235. package/types/ExternalAccountsResource.d.ts +304 -0
  236. package/types/FinancialConnections/AccountInferredBalances.d.ts +38 -0
  237. package/types/FinancialConnections/Accounts.d.ts +36 -1
  238. package/types/FinancialConnections/AccountsResource.d.ts +40 -3
  239. package/types/FinancialConnections/Institutions.d.ts +98 -0
  240. package/types/FinancialConnections/InstitutionsResource.d.ts +47 -0
  241. package/types/FinancialConnections/Sessions.d.ts +51 -1
  242. package/types/FinancialConnections/SessionsResource.d.ts +43 -1
  243. package/types/FxQuotes.d.ts +155 -0
  244. package/types/FxQuotesResource.d.ts +130 -0
  245. package/types/Identity/BlocklistEntries.d.ts +78 -0
  246. package/types/Identity/BlocklistEntriesResource.d.ts +146 -0
  247. package/types/Identity/VerificationReports.d.ts +10 -0
  248. package/types/Identity/VerificationReportsResource.d.ts +5 -0
  249. package/types/Identity/VerificationSessions.d.ts +5 -0
  250. package/types/Identity/VerificationSessionsResource.d.ts +7 -0
  251. package/types/InvoiceItems.d.ts +127 -2
  252. package/types/InvoiceItemsResource.d.ts +117 -6
  253. package/types/InvoiceLineItems.d.ts +171 -3
  254. package/types/Invoices.d.ts +216 -4
  255. package/types/InvoicesResource.d.ts +1743 -2
  256. package/types/Issuing/CardholdersResource.d.ts +2 -1
  257. package/types/Issuing/CreditUnderwritingRecords.d.ts +451 -0
  258. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +1032 -0
  259. package/types/Issuing/DisputeSettlementDetails.d.ts +85 -0
  260. package/types/Issuing/DisputeSettlementDetailsResource.d.ts +52 -0
  261. package/types/Issuing/FraudLiabilityDebits.d.ts +52 -0
  262. package/types/Issuing/FraudLiabilityDebitsResource.d.ts +52 -0
  263. package/types/Issuing/Programs.d.ts +42 -0
  264. package/types/Issuing/ProgramsResource.d.ts +96 -0
  265. package/types/Issuing/Settlements.d.ts +113 -0
  266. package/types/Issuing/Transactions.d.ts +5 -0
  267. package/types/Issuing/TransactionsResource.d.ts +5 -0
  268. package/types/LineItems.d.ts +49 -0
  269. package/types/Mandates.d.ts +135 -1
  270. package/types/MandatesResource.d.ts +31 -0
  271. package/types/Margins.d.ts +56 -0
  272. package/types/MarginsResource.d.ts +114 -0
  273. package/types/Orders.d.ts +1163 -0
  274. package/types/OrdersResource.d.ts +5505 -0
  275. package/types/PaymentAttemptRecords.d.ts +141 -0
  276. package/types/PaymentIntents.d.ts +779 -3
  277. package/types/PaymentIntentsResource.d.ts +19573 -6528
  278. package/types/PaymentLinks.d.ts +6 -0
  279. package/types/PaymentLinksResource.d.ts +12 -0
  280. package/types/PaymentMethodBalances.d.ts +63 -0
  281. package/types/PaymentMethodConfigurations.d.ts +216 -0
  282. package/types/PaymentMethodConfigurationsResource.d.ts +300 -0
  283. package/types/PaymentMethods.d.ts +144 -0
  284. package/types/PaymentMethodsResource.d.ts +199 -2
  285. package/types/PaymentRecords.d.ts +141 -0
  286. package/types/Persons.d.ts +30 -0
  287. package/types/Prices.d.ts +22 -0
  288. package/types/PricesResource.d.ts +22 -0
  289. package/types/Privacy/RedactionJobValidationErrors.d.ts +60 -0
  290. package/types/Privacy/RedactionJobs.d.ts +111 -0
  291. package/types/Privacy/RedactionJobsResource.d.ts +230 -0
  292. package/types/PromotionCodes.d.ts +5 -0
  293. package/types/PromotionCodesResource.d.ts +10 -0
  294. package/types/QuoteLines.d.ts +634 -0
  295. package/types/QuotePreviewInvoices.d.ts +1784 -0
  296. package/types/QuotePreviewSubscriptionSchedules.d.ts +1108 -0
  297. package/types/Quotes.d.ts +982 -1
  298. package/types/QuotesResource.d.ts +3226 -293
  299. package/types/Radar/AccountEvaluations.d.ts +88 -0
  300. package/types/Radar/AccountEvaluationsResource.d.ts +148 -0
  301. package/types/Refunds.d.ts +14 -0
  302. package/types/SetupAttempts.d.ts +51 -1
  303. package/types/SetupIntents.d.ts +239 -2
  304. package/types/SetupIntentsResource.d.ts +1044 -4
  305. package/types/Sources.d.ts +29 -0
  306. package/types/SubscriptionItems.d.ts +26 -0
  307. package/types/SubscriptionItemsResource.d.ts +109 -0
  308. package/types/SubscriptionSchedules.d.ts +403 -0
  309. package/types/SubscriptionSchedulesResource.d.ts +1437 -0
  310. package/types/Subscriptions.d.ts +370 -1
  311. package/types/SubscriptionsResource.d.ts +757 -8
  312. package/types/Tax/Forms.d.ts +220 -0
  313. package/types/Tax/FormsResource.d.ts +107 -0
  314. package/types/TaxIds.d.ts +10 -0
  315. package/types/TaxIdsResource.d.ts +10 -0
  316. package/types/Terminal/Configurations.d.ts +9 -0
  317. package/types/Terminal/ConfigurationsResource.d.ts +28 -0
  318. package/types/Terminal/ReaderCollectedData.d.ts +51 -0
  319. package/types/Terminal/ReaderCollectedDataResource.d.ts +29 -0
  320. package/types/Terminal/Readers.d.ts +20 -0
  321. package/types/TestHelpers/Capital/FinancingOffersResource.d.ts +130 -0
  322. package/types/TestHelpers/ConfirmationTokensResource.d.ts +126 -0
  323. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +26 -0
  324. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +26 -0
  325. package/types/TokensResource.d.ts +44 -0
  326. package/types/Transfers.d.ts +9 -0
  327. package/types/TransfersResource.d.ts +7 -0
  328. package/types/TransitBalances.d.ts +40 -0
  329. package/types/Treasury/FinancialAccountFeatures.d.ts +7 -0
  330. package/types/Treasury/FinancialAccounts.d.ts +5 -0
  331. package/types/Treasury/FinancialAccountsResource.d.ts +37 -0
  332. package/types/Treasury/OutboundTransfers.d.ts +26 -0
  333. package/types/Treasury/OutboundTransfersResource.d.ts +26 -0
  334. package/types/Treasury/ReceivedCredits.d.ts +26 -0
  335. package/types/Treasury/ReceivedDebits.d.ts +31 -0
  336. package/types/V2/Billing/BillSettingVersions.d.ts +97 -0
  337. package/types/V2/Billing/BillSettings/VersionsResource.d.ts +58 -0
  338. package/types/V2/Billing/BillSettings.d.ts +120 -0
  339. package/types/V2/Billing/BillSettingsResource.d.ts +241 -0
  340. package/types/V2/Billing/Cadences.d.ts +735 -0
  341. package/types/V2/Billing/CadencesResource.d.ts +516 -0
  342. package/types/V2/Billing/CollectionSettingVersions.d.ts +318 -0
  343. package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +62 -0
  344. package/types/V2/Billing/CollectionSettings.d.ts +341 -0
  345. package/types/V2/Billing/CollectionSettingsResource.d.ts +683 -0
  346. package/types/V2/Billing/CustomPricingUnits.d.ts +56 -0
  347. package/types/V2/Billing/CustomPricingUnitsResource.d.ts +122 -0
  348. package/types/V2/Billing/IntentActions.d.ts +459 -0
  349. package/types/V2/Billing/Intents/ActionsResource.d.ts +58 -0
  350. package/types/V2/Billing/Intents.d.ts +117 -0
  351. package/types/V2/Billing/IntentsResource.d.ts +575 -0
  352. package/types/V2/Billing/LicenseFeeSubscriptions.d.ts +64 -0
  353. package/types/V2/Billing/LicenseFeeSubscriptionsResource.d.ts +28 -0
  354. package/types/V2/Billing/LicenseFeeVersions.d.ts +106 -0
  355. package/types/V2/Billing/LicenseFees/VersionsResource.d.ts +58 -0
  356. package/types/V2/Billing/LicenseFees.d.ts +164 -0
  357. package/types/V2/Billing/LicenseFeesResource.d.ts +290 -0
  358. package/types/V2/Billing/LicensedItems.d.ts +73 -0
  359. package/types/V2/Billing/LicensedItemsResource.d.ts +157 -0
  360. package/types/V2/Billing/MeterEvents.d.ts +1 -2
  361. package/types/V2/Billing/MeteredItems.d.ts +101 -0
  362. package/types/V2/Billing/MeteredItemsResource.d.ts +189 -0
  363. package/types/V2/Billing/PricingPlanComponents.d.ts +109 -0
  364. package/types/V2/Billing/PricingPlanSubscriptionComponents.d.ts +57 -0
  365. package/types/V2/Billing/PricingPlanSubscriptions/ComponentsResource.d.ts +40 -0
  366. package/types/V2/Billing/PricingPlanSubscriptions.d.ts +144 -0
  367. package/types/V2/Billing/PricingPlanSubscriptionsResource.d.ts +120 -0
  368. package/types/V2/Billing/PricingPlanVersions.d.ts +49 -0
  369. package/types/V2/Billing/PricingPlans/ComponentsResource.d.ts +197 -0
  370. package/types/V2/Billing/PricingPlans/VersionsResource.d.ts +58 -0
  371. package/types/V2/Billing/PricingPlans.d.ts +84 -0
  372. package/types/V2/Billing/PricingPlansResource.d.ts +151 -0
  373. package/types/V2/Billing/Profiles.d.ts +70 -0
  374. package/types/V2/Billing/ProfilesResource.d.ts +150 -0
  375. package/types/V2/Billing/RateCardRates.d.ts +144 -0
  376. package/types/V2/Billing/RateCardSubscriptions.d.ts +144 -0
  377. package/types/V2/Billing/RateCardSubscriptionsResource.d.ts +157 -0
  378. package/types/V2/Billing/RateCardVersions.d.ts +39 -0
  379. package/types/V2/Billing/RateCards/RatesResource.d.ts +203 -0
  380. package/types/V2/Billing/RateCards/VersionsResource.d.ts +58 -0
  381. package/types/V2/Billing/RateCards.d.ts +98 -0
  382. package/types/V2/Billing/RateCardsResource.d.ts +162 -0
  383. package/types/V2/Billing/ServiceActions.d.ts +274 -0
  384. package/types/V2/Billing/ServiceActionsResource.d.ts +370 -0
  385. package/types/V2/Core/AccountLinks.d.ts +168 -0
  386. package/types/V2/Core/AccountLinksResource.d.ts +152 -0
  387. package/types/V2/Core/AccountPersons.d.ts +615 -0
  388. package/types/V2/Core/Accounts/PersonsResource.d.ts +1153 -0
  389. package/types/V2/Core/Accounts.d.ts +7478 -0
  390. package/types/V2/Core/AccountsResource.d.ts +6723 -0
  391. package/types/V2/Core/ClaimableSandboxes.d.ts +132 -0
  392. package/types/V2/Core/ClaimableSandboxesResource.d.ts +74 -0
  393. package/types/V2/Core/EventTypes.d.ts +8680 -10
  394. package/types/V2/Core/Events.d.ts +14 -0
  395. package/types/V2/Core/EventsResource.d.ts +17 -2
  396. package/types/V2/Core/Vault/GbBankAccounts.d.ts +160 -0
  397. package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +194 -0
  398. package/types/V2/Core/Vault/UsBankAccounts.d.ts +116 -0
  399. package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +198 -0
  400. package/types/V2/FinancialAddressCreditSimulations.d.ts +27 -0
  401. package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +32 -0
  402. package/types/V2/MoneyManagement/Adjustments.d.ts +110 -0
  403. package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +83 -0
  404. package/types/V2/MoneyManagement/FinancialAccounts.d.ts +148 -0
  405. package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +172 -0
  406. package/types/V2/MoneyManagement/FinancialAddresses.d.ts +178 -0
  407. package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +126 -0
  408. package/types/V2/MoneyManagement/InboundTransfers.d.ts +212 -0
  409. package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +144 -0
  410. package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +170 -0
  411. package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +115 -0
  412. package/types/V2/MoneyManagement/OutboundPayments.d.ts +283 -0
  413. package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +247 -0
  414. package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +97 -0
  415. package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +330 -0
  416. package/types/V2/MoneyManagement/OutboundTransfers.d.ts +256 -0
  417. package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +213 -0
  418. package/types/V2/MoneyManagement/PayoutMethods.d.ts +201 -0
  419. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +93 -0
  420. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +41 -0
  421. package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +113 -0
  422. package/types/V2/MoneyManagement/ReceivedCredits.d.ts +307 -0
  423. package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +78 -0
  424. package/types/V2/MoneyManagement/ReceivedDebits.d.ts +186 -0
  425. package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +48 -0
  426. package/types/V2/MoneyManagement/RecipientVerifications.d.ts +112 -0
  427. package/types/V2/MoneyManagement/RecipientVerificationsResource.d.ts +77 -0
  428. package/types/V2/MoneyManagement/TransactionEntries.d.ts +162 -0
  429. package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +82 -0
  430. package/types/V2/MoneyManagement/Transactions.d.ts +177 -0
  431. package/types/V2/MoneyManagement/TransactionsResource.d.ts +83 -0
  432. package/types/V2/Payments/OffSessionPayments.d.ts +326 -0
  433. package/types/V2/Payments/OffSessionPaymentsResource.d.ts +401 -0
  434. package/types/V2/Reporting/ReportRuns.d.ts +154 -0
  435. package/types/V2/Reporting/ReportRunsResource.d.ts +75 -0
  436. package/types/V2/Reporting/Reports.d.ts +120 -0
  437. package/types/V2/Reporting/ReportsResource.d.ts +30 -0
  438. package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +73 -0
  439. package/types/V2/TestHelpers/MoneyManagementResource.d.ts +49 -0
  440. package/types/WebhookEndpointsResource.d.ts +76 -0
  441. package/types/Webhooks.d.ts +2 -0
  442. package/types/apiVersion.d.ts +1 -2
  443. package/types/index.d.ts +233 -0
  444. package/types/lib.d.ts +10 -0
@@ -87,6 +87,11 @@ declare module 'stripe' {
87
87
  */
88
88
  metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
89
89
 
90
+ /**
91
+ * A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
92
+ */
93
+ risk_controls?: AccountCreateParams.RiskControls;
94
+
90
95
  /**
91
96
  * Options for customizing how the account functions within Stripe.
92
97
  */
@@ -142,6 +147,11 @@ declare module 'stripe' {
142
147
  */
143
148
  product_description?: string;
144
149
 
150
+ /**
151
+ * 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.
152
+ */
153
+ specified_commercial_transactions_act_url?: Stripe.Emptyable<string>;
154
+
145
155
  /**
146
156
  * A publicly available mailing address for sending support issues to.
147
157
  */
@@ -243,6 +253,11 @@ declare module 'stripe' {
243
253
  */
244
254
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
245
255
 
256
+ /**
257
+ * The automatic_indirect_tax capability.
258
+ */
259
+ automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
260
+
246
261
  /**
247
262
  * The bacs_debit_payments capability.
248
263
  */
@@ -318,11 +333,26 @@ declare module 'stripe' {
318
333
  */
319
334
  giropay_payments?: Capabilities.GiropayPayments;
320
335
 
336
+ /**
337
+ * The gopay_payments capability.
338
+ */
339
+ gopay_payments?: Capabilities.GopayPayments;
340
+
321
341
  /**
322
342
  * The grabpay_payments capability.
323
343
  */
324
344
  grabpay_payments?: Capabilities.GrabpayPayments;
325
345
 
346
+ /**
347
+ * The id_bank_transfer_payments capability.
348
+ */
349
+ id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
350
+
351
+ /**
352
+ * The id_bank_transfer_payments_bca capability.
353
+ */
354
+ id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
355
+
326
356
  /**
327
357
  * The ideal_payments capability.
328
358
  */
@@ -428,6 +458,21 @@ declare module 'stripe' {
428
458
  */
429
459
  paynow_payments?: Capabilities.PaynowPayments;
430
460
 
461
+ /**
462
+ * The paypal_payments capability.
463
+ */
464
+ paypal_payments?: Capabilities.PaypalPayments;
465
+
466
+ /**
467
+ * The paypay_payments capability.
468
+ */
469
+ paypay_payments?: Capabilities.PaypayPayments;
470
+
471
+ /**
472
+ * The payto_payments capability.
473
+ */
474
+ payto_payments?: Capabilities.PaytoPayments;
475
+
431
476
  /**
432
477
  * The pix_payments capability.
433
478
  */
@@ -438,6 +483,16 @@ declare module 'stripe' {
438
483
  */
439
484
  promptpay_payments?: Capabilities.PromptpayPayments;
440
485
 
486
+ /**
487
+ * The qris_payments capability.
488
+ */
489
+ qris_payments?: Capabilities.QrisPayments;
490
+
491
+ /**
492
+ * The rechnung_payments capability.
493
+ */
494
+ rechnung_payments?: Capabilities.RechnungPayments;
495
+
441
496
  /**
442
497
  * The revolut_pay_payments capability.
443
498
  */
@@ -463,11 +518,21 @@ declare module 'stripe' {
463
518
  */
464
519
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
465
520
 
521
+ /**
522
+ * The shopeepay_payments capability.
523
+ */
524
+ shopeepay_payments?: Capabilities.ShopeepayPayments;
525
+
466
526
  /**
467
527
  * The sofort_payments capability.
468
528
  */
469
529
  sofort_payments?: Capabilities.SofortPayments;
470
530
 
531
+ /**
532
+ * The stripe_balance_payments capability.
533
+ */
534
+ stripe_balance_payments?: Capabilities.StripeBalancePayments;
535
+
471
536
  /**
472
537
  * The swish_payments capability.
473
538
  */
@@ -493,6 +558,21 @@ declare module 'stripe' {
493
558
  */
494
559
  treasury?: Capabilities.Treasury;
495
560
 
561
+ /**
562
+ * The treasury_evolve capability.
563
+ */
564
+ treasury_evolve?: Capabilities.TreasuryEvolve;
565
+
566
+ /**
567
+ * The treasury_fifth_third capability.
568
+ */
569
+ treasury_fifth_third?: Capabilities.TreasuryFifthThird;
570
+
571
+ /**
572
+ * The treasury_goldman_sachs capability.
573
+ */
574
+ treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
575
+
496
576
  /**
497
577
  * The twint_payments capability.
498
578
  */
@@ -557,6 +637,13 @@ declare module 'stripe' {
557
637
  requested?: boolean;
558
638
  }
559
639
 
640
+ interface AutomaticIndirectTax {
641
+ /**
642
+ * 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.
643
+ */
644
+ requested?: boolean;
645
+ }
646
+
560
647
  interface BacsDebitPayments {
561
648
  /**
562
649
  * 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.
@@ -662,6 +749,13 @@ declare module 'stripe' {
662
749
  requested?: boolean;
663
750
  }
664
751
 
752
+ interface GopayPayments {
753
+ /**
754
+ * 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.
755
+ */
756
+ requested?: boolean;
757
+ }
758
+
665
759
  interface GrabpayPayments {
666
760
  /**
667
761
  * 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.
@@ -669,6 +763,20 @@ declare module 'stripe' {
669
763
  requested?: boolean;
670
764
  }
671
765
 
766
+ interface IdBankTransferPayments {
767
+ /**
768
+ * 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.
769
+ */
770
+ requested?: boolean;
771
+ }
772
+
773
+ interface IdBankTransferPaymentsBca {
774
+ /**
775
+ * 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.
776
+ */
777
+ requested?: boolean;
778
+ }
779
+
672
780
  interface IdealPayments {
673
781
  /**
674
782
  * 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.
@@ -816,6 +924,27 @@ declare module 'stripe' {
816
924
  requested?: boolean;
817
925
  }
818
926
 
927
+ interface PaypalPayments {
928
+ /**
929
+ * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
930
+ */
931
+ requested?: boolean;
932
+ }
933
+
934
+ interface PaypayPayments {
935
+ /**
936
+ * 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.
937
+ */
938
+ requested?: boolean;
939
+ }
940
+
941
+ interface PaytoPayments {
942
+ /**
943
+ * 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.
944
+ */
945
+ requested?: boolean;
946
+ }
947
+
819
948
  interface PixPayments {
820
949
  /**
821
950
  * 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.
@@ -830,6 +959,20 @@ declare module 'stripe' {
830
959
  requested?: boolean;
831
960
  }
832
961
 
962
+ interface QrisPayments {
963
+ /**
964
+ * 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.
965
+ */
966
+ requested?: boolean;
967
+ }
968
+
969
+ interface RechnungPayments {
970
+ /**
971
+ * 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.
972
+ */
973
+ requested?: boolean;
974
+ }
975
+
833
976
  interface RevolutPayPayments {
834
977
  /**
835
978
  * 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.
@@ -865,6 +1008,13 @@ declare module 'stripe' {
865
1008
  requested?: boolean;
866
1009
  }
867
1010
 
1011
+ interface ShopeepayPayments {
1012
+ /**
1013
+ * 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.
1014
+ */
1015
+ requested?: boolean;
1016
+ }
1017
+
868
1018
  interface SofortPayments {
869
1019
  /**
870
1020
  * 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.
@@ -872,6 +1022,13 @@ declare module 'stripe' {
872
1022
  requested?: boolean;
873
1023
  }
874
1024
 
1025
+ interface StripeBalancePayments {
1026
+ /**
1027
+ * 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.
1028
+ */
1029
+ requested?: boolean;
1030
+ }
1031
+
875
1032
  interface SwishPayments {
876
1033
  /**
877
1034
  * 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.
@@ -907,6 +1064,27 @@ declare module 'stripe' {
907
1064
  requested?: boolean;
908
1065
  }
909
1066
 
1067
+ interface TreasuryEvolve {
1068
+ /**
1069
+ * 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.
1070
+ */
1071
+ requested?: boolean;
1072
+ }
1073
+
1074
+ interface TreasuryFifthThird {
1075
+ /**
1076
+ * 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.
1077
+ */
1078
+ requested?: boolean;
1079
+ }
1080
+
1081
+ interface TreasuryGoldmanSachs {
1082
+ /**
1083
+ * 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.
1084
+ */
1085
+ requested?: boolean;
1086
+ }
1087
+
910
1088
  interface TwintPayments {
911
1089
  /**
912
1090
  * 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.
@@ -1176,6 +1354,16 @@ declare module 'stripe' {
1176
1354
  }
1177
1355
 
1178
1356
  interface Controller {
1357
+ /**
1358
+ * A hash of configuration describing the Connect application that controls the account.
1359
+ */
1360
+ application?: Controller.Application;
1361
+
1362
+ /**
1363
+ * Properties of the account's dashboard.
1364
+ */
1365
+ dashboard?: Controller.Dashboard;
1366
+
1179
1367
  /**
1180
1368
  * A hash of configuration for who pays Stripe fees for product usage on this account.
1181
1369
  */
@@ -1198,6 +1386,34 @@ declare module 'stripe' {
1198
1386
  }
1199
1387
 
1200
1388
  namespace Controller {
1389
+ interface Application {
1390
+ /**
1391
+ * Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
1392
+ */
1393
+ loss_liable: boolean;
1394
+
1395
+ /**
1396
+ * Whether the controller owns onboarding for this account.
1397
+ */
1398
+ onboarding_owner?: boolean;
1399
+
1400
+ /**
1401
+ * Whether the controller has pricing controls for this account.
1402
+ */
1403
+ pricing_controls?: boolean;
1404
+ }
1405
+
1406
+ interface Dashboard {
1407
+ /**
1408
+ * 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`.
1409
+ */
1410
+ type?: Dashboard.Type;
1411
+ }
1412
+
1413
+ namespace Dashboard {
1414
+ type Type = 'express' | 'full' | 'none';
1415
+ }
1416
+
1201
1417
  interface Fees {
1202
1418
  /**
1203
1419
  * 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).
@@ -1496,6 +1712,16 @@ declare module 'stripe' {
1496
1712
  */
1497
1713
  relationship?: Individual.Relationship;
1498
1714
 
1715
+ /**
1716
+ * The credit applicant's self-reported yearly income in minor units.
1717
+ */
1718
+ self_reported_income?: Individual.SelfReportedIncome;
1719
+
1720
+ /**
1721
+ * The credit applicant's self-reported monthly housing payment in minor units.
1722
+ */
1723
+ self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
1724
+
1499
1725
  /**
1500
1726
  * The last four digits of the individual's Social Security Number (U.S. only).
1501
1727
  */
@@ -1554,6 +1780,18 @@ declare module 'stripe' {
1554
1780
  title?: string;
1555
1781
  }
1556
1782
 
1783
+ interface SelfReportedIncome {
1784
+ amount: number;
1785
+
1786
+ currency: string;
1787
+ }
1788
+
1789
+ interface SelfReportedMonthlyHousingPayment {
1790
+ amount: number;
1791
+
1792
+ currency: string;
1793
+ }
1794
+
1557
1795
  interface Verification {
1558
1796
  /**
1559
1797
  * A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
@@ -1593,17 +1831,57 @@ declare module 'stripe' {
1593
1831
  }
1594
1832
  }
1595
1833
 
1834
+ interface RiskControls {
1835
+ /**
1836
+ * Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
1837
+ */
1838
+ charges?: RiskControls.Charges;
1839
+
1840
+ /**
1841
+ * Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
1842
+ */
1843
+ payouts?: RiskControls.Payouts;
1844
+ }
1845
+
1846
+ namespace RiskControls {
1847
+ interface Charges {
1848
+ /**
1849
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
1850
+ * There can be a delay before the risk control is paused or unpaused.
1851
+ */
1852
+ pause_requested?: boolean;
1853
+ }
1854
+
1855
+ interface Payouts {
1856
+ /**
1857
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
1858
+ * There can be a delay before the risk control is paused or unpaused.
1859
+ */
1860
+ pause_requested?: boolean;
1861
+ }
1862
+ }
1863
+
1596
1864
  interface Settings {
1597
1865
  /**
1598
1866
  * Settings specific to Bacs Direct Debit.
1599
1867
  */
1600
1868
  bacs_debit_payments?: Settings.BacsDebitPayments;
1601
1869
 
1870
+ /**
1871
+ * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
1872
+ */
1873
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
1874
+
1602
1875
  /**
1603
1876
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
1604
1877
  */
1605
1878
  branding?: Settings.Branding;
1606
1879
 
1880
+ /**
1881
+ * Settings specific to the account's use of the Capital product.
1882
+ */
1883
+ capital?: Settings.Capital;
1884
+
1607
1885
  /**
1608
1886
  * Settings specific to the account's use of the Card Issuing product.
1609
1887
  */
@@ -1629,6 +1907,16 @@ declare module 'stripe' {
1629
1907
  */
1630
1908
  payouts?: Settings.Payouts;
1631
1909
 
1910
+ /**
1911
+ * Settings specific to the PayPay payments method.
1912
+ */
1913
+ paypay_payments?: Settings.PaypayPayments;
1914
+
1915
+ /**
1916
+ * Settings specific to the account's tax forms.
1917
+ */
1918
+ tax_forms?: Settings.TaxForms;
1919
+
1632
1920
  /**
1633
1921
  * Settings specific to the account's Treasury FinancialAccounts.
1634
1922
  */
@@ -1643,6 +1931,18 @@ declare module 'stripe' {
1643
1931
  display_name?: string;
1644
1932
  }
1645
1933
 
1934
+ interface BankBcaOnboarding {
1935
+ /**
1936
+ * Bank BCA business account holder name
1937
+ */
1938
+ account_holder_name?: string;
1939
+
1940
+ /**
1941
+ * Bank BCA business account number
1942
+ */
1943
+ business_account_number?: string;
1944
+ }
1945
+
1646
1946
  interface Branding {
1647
1947
  /**
1648
1948
  * (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.
@@ -1665,6 +1965,22 @@ declare module 'stripe' {
1665
1965
  secondary_color?: string;
1666
1966
  }
1667
1967
 
1968
+ interface Capital {
1969
+ /**
1970
+ * Per-currency mapping of user-selected destination accounts used to pay out loans.
1971
+ */
1972
+ payout_destination?: {
1973
+ [key: string]: string;
1974
+ };
1975
+
1976
+ /**
1977
+ * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
1978
+ */
1979
+ payout_destination_selector?: {
1980
+ [key: string]: Array<string>;
1981
+ };
1982
+ }
1983
+
1668
1984
  interface CardIssuing {
1669
1985
  /**
1670
1986
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -1826,6 +2142,24 @@ declare module 'stripe' {
1826
2142
  }
1827
2143
  }
1828
2144
 
2145
+ interface PaypayPayments {
2146
+ /**
2147
+ * Whether your business sells digital content or not.
2148
+ */
2149
+ goods_type?: PaypayPayments.GoodsType;
2150
+ }
2151
+
2152
+ namespace PaypayPayments {
2153
+ type GoodsType = 'digital_content' | 'other';
2154
+ }
2155
+
2156
+ interface TaxForms {
2157
+ /**
2158
+ * Whether the account opted out of receiving their tax forms by postal delivery.
2159
+ */
2160
+ consented_to_paperless_delivery?: boolean;
2161
+ }
2162
+
1829
2163
  interface Treasury {
1830
2164
  /**
1831
2165
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -1965,6 +2299,11 @@ declare module 'stripe' {
1965
2299
  */
1966
2300
  metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
1967
2301
 
2302
+ /**
2303
+ * 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).
2304
+ */
2305
+ risk_controls?: AccountUpdateParams.RiskControls;
2306
+
1968
2307
  /**
1969
2308
  * Options for customizing how the account functions within Stripe.
1970
2309
  */
@@ -2053,6 +2392,11 @@ declare module 'stripe' {
2053
2392
  */
2054
2393
  product_description?: string;
2055
2394
 
2395
+ /**
2396
+ * A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
2397
+ */
2398
+ specified_commercial_transactions_act_url?: Stripe.Emptyable<string>;
2399
+
2056
2400
  /**
2057
2401
  * A publicly available mailing address for sending support issues to.
2058
2402
  */
@@ -2154,6 +2498,11 @@ declare module 'stripe' {
2154
2498
  */
2155
2499
  au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
2156
2500
 
2501
+ /**
2502
+ * The automatic_indirect_tax capability.
2503
+ */
2504
+ automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
2505
+
2157
2506
  /**
2158
2507
  * The bacs_debit_payments capability.
2159
2508
  */
@@ -2229,11 +2578,26 @@ declare module 'stripe' {
2229
2578
  */
2230
2579
  giropay_payments?: Capabilities.GiropayPayments;
2231
2580
 
2581
+ /**
2582
+ * The gopay_payments capability.
2583
+ */
2584
+ gopay_payments?: Capabilities.GopayPayments;
2585
+
2232
2586
  /**
2233
2587
  * The grabpay_payments capability.
2234
2588
  */
2235
2589
  grabpay_payments?: Capabilities.GrabpayPayments;
2236
2590
 
2591
+ /**
2592
+ * The id_bank_transfer_payments capability.
2593
+ */
2594
+ id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
2595
+
2596
+ /**
2597
+ * The id_bank_transfer_payments_bca capability.
2598
+ */
2599
+ id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
2600
+
2237
2601
  /**
2238
2602
  * The ideal_payments capability.
2239
2603
  */
@@ -2339,6 +2703,21 @@ declare module 'stripe' {
2339
2703
  */
2340
2704
  paynow_payments?: Capabilities.PaynowPayments;
2341
2705
 
2706
+ /**
2707
+ * The paypal_payments capability.
2708
+ */
2709
+ paypal_payments?: Capabilities.PaypalPayments;
2710
+
2711
+ /**
2712
+ * The paypay_payments capability.
2713
+ */
2714
+ paypay_payments?: Capabilities.PaypayPayments;
2715
+
2716
+ /**
2717
+ * The payto_payments capability.
2718
+ */
2719
+ payto_payments?: Capabilities.PaytoPayments;
2720
+
2342
2721
  /**
2343
2722
  * The pix_payments capability.
2344
2723
  */
@@ -2349,6 +2728,16 @@ declare module 'stripe' {
2349
2728
  */
2350
2729
  promptpay_payments?: Capabilities.PromptpayPayments;
2351
2730
 
2731
+ /**
2732
+ * The qris_payments capability.
2733
+ */
2734
+ qris_payments?: Capabilities.QrisPayments;
2735
+
2736
+ /**
2737
+ * The rechnung_payments capability.
2738
+ */
2739
+ rechnung_payments?: Capabilities.RechnungPayments;
2740
+
2352
2741
  /**
2353
2742
  * The revolut_pay_payments capability.
2354
2743
  */
@@ -2374,11 +2763,21 @@ declare module 'stripe' {
2374
2763
  */
2375
2764
  sepa_debit_payments?: Capabilities.SepaDebitPayments;
2376
2765
 
2766
+ /**
2767
+ * The shopeepay_payments capability.
2768
+ */
2769
+ shopeepay_payments?: Capabilities.ShopeepayPayments;
2770
+
2377
2771
  /**
2378
2772
  * The sofort_payments capability.
2379
2773
  */
2380
2774
  sofort_payments?: Capabilities.SofortPayments;
2381
2775
 
2776
+ /**
2777
+ * The stripe_balance_payments capability.
2778
+ */
2779
+ stripe_balance_payments?: Capabilities.StripeBalancePayments;
2780
+
2382
2781
  /**
2383
2782
  * The swish_payments capability.
2384
2783
  */
@@ -2404,6 +2803,21 @@ declare module 'stripe' {
2404
2803
  */
2405
2804
  treasury?: Capabilities.Treasury;
2406
2805
 
2806
+ /**
2807
+ * The treasury_evolve capability.
2808
+ */
2809
+ treasury_evolve?: Capabilities.TreasuryEvolve;
2810
+
2811
+ /**
2812
+ * The treasury_fifth_third capability.
2813
+ */
2814
+ treasury_fifth_third?: Capabilities.TreasuryFifthThird;
2815
+
2816
+ /**
2817
+ * The treasury_goldman_sachs capability.
2818
+ */
2819
+ treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
2820
+
2407
2821
  /**
2408
2822
  * The twint_payments capability.
2409
2823
  */
@@ -2468,6 +2882,13 @@ declare module 'stripe' {
2468
2882
  requested?: boolean;
2469
2883
  }
2470
2884
 
2885
+ interface AutomaticIndirectTax {
2886
+ /**
2887
+ * 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.
2888
+ */
2889
+ requested?: boolean;
2890
+ }
2891
+
2471
2892
  interface BacsDebitPayments {
2472
2893
  /**
2473
2894
  * 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.
@@ -2573,6 +2994,13 @@ declare module 'stripe' {
2573
2994
  requested?: boolean;
2574
2995
  }
2575
2996
 
2997
+ interface GopayPayments {
2998
+ /**
2999
+ * 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.
3000
+ */
3001
+ requested?: boolean;
3002
+ }
3003
+
2576
3004
  interface GrabpayPayments {
2577
3005
  /**
2578
3006
  * 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.
@@ -2580,6 +3008,20 @@ declare module 'stripe' {
2580
3008
  requested?: boolean;
2581
3009
  }
2582
3010
 
3011
+ interface IdBankTransferPayments {
3012
+ /**
3013
+ * 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.
3014
+ */
3015
+ requested?: boolean;
3016
+ }
3017
+
3018
+ interface IdBankTransferPaymentsBca {
3019
+ /**
3020
+ * 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.
3021
+ */
3022
+ requested?: boolean;
3023
+ }
3024
+
2583
3025
  interface IdealPayments {
2584
3026
  /**
2585
3027
  * 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.
@@ -2727,6 +3169,27 @@ declare module 'stripe' {
2727
3169
  requested?: boolean;
2728
3170
  }
2729
3171
 
3172
+ interface PaypalPayments {
3173
+ /**
3174
+ * 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.
3175
+ */
3176
+ requested?: boolean;
3177
+ }
3178
+
3179
+ interface PaypayPayments {
3180
+ /**
3181
+ * 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.
3182
+ */
3183
+ requested?: boolean;
3184
+ }
3185
+
3186
+ interface PaytoPayments {
3187
+ /**
3188
+ * 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.
3189
+ */
3190
+ requested?: boolean;
3191
+ }
3192
+
2730
3193
  interface PixPayments {
2731
3194
  /**
2732
3195
  * Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -2741,6 +3204,20 @@ declare module 'stripe' {
2741
3204
  requested?: boolean;
2742
3205
  }
2743
3206
 
3207
+ interface QrisPayments {
3208
+ /**
3209
+ * 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.
3210
+ */
3211
+ requested?: boolean;
3212
+ }
3213
+
3214
+ interface RechnungPayments {
3215
+ /**
3216
+ * 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.
3217
+ */
3218
+ requested?: boolean;
3219
+ }
3220
+
2744
3221
  interface RevolutPayPayments {
2745
3222
  /**
2746
3223
  * 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.
@@ -2776,6 +3253,13 @@ declare module 'stripe' {
2776
3253
  requested?: boolean;
2777
3254
  }
2778
3255
 
3256
+ interface ShopeepayPayments {
3257
+ /**
3258
+ * 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.
3259
+ */
3260
+ requested?: boolean;
3261
+ }
3262
+
2779
3263
  interface SofortPayments {
2780
3264
  /**
2781
3265
  * 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.
@@ -2783,6 +3267,13 @@ declare module 'stripe' {
2783
3267
  requested?: boolean;
2784
3268
  }
2785
3269
 
3270
+ interface StripeBalancePayments {
3271
+ /**
3272
+ * 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.
3273
+ */
3274
+ requested?: boolean;
3275
+ }
3276
+
2786
3277
  interface SwishPayments {
2787
3278
  /**
2788
3279
  * 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.
@@ -2818,6 +3309,27 @@ declare module 'stripe' {
2818
3309
  requested?: boolean;
2819
3310
  }
2820
3311
 
3312
+ interface TreasuryEvolve {
3313
+ /**
3314
+ * 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.
3315
+ */
3316
+ requested?: boolean;
3317
+ }
3318
+
3319
+ interface TreasuryFifthThird {
3320
+ /**
3321
+ * 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.
3322
+ */
3323
+ requested?: boolean;
3324
+ }
3325
+
3326
+ interface TreasuryGoldmanSachs {
3327
+ /**
3328
+ * 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.
3329
+ */
3330
+ requested?: boolean;
3331
+ }
3332
+
2821
3333
  interface TwintPayments {
2822
3334
  /**
2823
3335
  * 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.
@@ -3351,6 +3863,16 @@ declare module 'stripe' {
3351
3863
  */
3352
3864
  relationship?: Individual.Relationship;
3353
3865
 
3866
+ /**
3867
+ * The credit applicant's self-reported yearly income in minor units.
3868
+ */
3869
+ self_reported_income?: Individual.SelfReportedIncome;
3870
+
3871
+ /**
3872
+ * The credit applicant's self-reported monthly housing payment in minor units.
3873
+ */
3874
+ self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
3875
+
3354
3876
  /**
3355
3877
  * The last four digits of the individual's Social Security Number (U.S. only).
3356
3878
  */
@@ -3409,6 +3931,18 @@ declare module 'stripe' {
3409
3931
  title?: string;
3410
3932
  }
3411
3933
 
3934
+ interface SelfReportedIncome {
3935
+ amount: number;
3936
+
3937
+ currency: string;
3938
+ }
3939
+
3940
+ interface SelfReportedMonthlyHousingPayment {
3941
+ amount: number;
3942
+
3943
+ currency: string;
3944
+ }
3945
+
3412
3946
  interface Verification {
3413
3947
  /**
3414
3948
  * A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
@@ -3448,17 +3982,57 @@ declare module 'stripe' {
3448
3982
  }
3449
3983
  }
3450
3984
 
3985
+ interface RiskControls {
3986
+ /**
3987
+ * Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
3988
+ */
3989
+ charges?: RiskControls.Charges;
3990
+
3991
+ /**
3992
+ * Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
3993
+ */
3994
+ payouts?: RiskControls.Payouts;
3995
+ }
3996
+
3997
+ namespace RiskControls {
3998
+ interface Charges {
3999
+ /**
4000
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
4001
+ * There can be a delay before the risk control is paused or unpaused.
4002
+ */
4003
+ pause_requested?: boolean;
4004
+ }
4005
+
4006
+ interface Payouts {
4007
+ /**
4008
+ * To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
4009
+ * There can be a delay before the risk control is paused or unpaused.
4010
+ */
4011
+ pause_requested?: boolean;
4012
+ }
4013
+ }
4014
+
3451
4015
  interface Settings {
3452
4016
  /**
3453
4017
  * Settings specific to Bacs Direct Debit payments.
3454
4018
  */
3455
4019
  bacs_debit_payments?: Settings.BacsDebitPayments;
3456
4020
 
4021
+ /**
4022
+ * Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
4023
+ */
4024
+ bank_bca_onboarding?: Settings.BankBcaOnboarding;
4025
+
3457
4026
  /**
3458
4027
  * Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
3459
4028
  */
3460
4029
  branding?: Settings.Branding;
3461
4030
 
4031
+ /**
4032
+ * Settings specific to the account's use of the Capital product.
4033
+ */
4034
+ capital?: Settings.Capital;
4035
+
3462
4036
  /**
3463
4037
  * Settings specific to the account's use of the Card Issuing product.
3464
4038
  */
@@ -3484,6 +4058,16 @@ declare module 'stripe' {
3484
4058
  */
3485
4059
  payouts?: Settings.Payouts;
3486
4060
 
4061
+ /**
4062
+ * Settings specific to the PayPay payments method.
4063
+ */
4064
+ paypay_payments?: Settings.PaypayPayments;
4065
+
4066
+ /**
4067
+ * Settings specific to the account's tax forms.
4068
+ */
4069
+ tax_forms?: Settings.TaxForms;
4070
+
3487
4071
  /**
3488
4072
  * Settings specific to the account's Treasury FinancialAccounts.
3489
4073
  */
@@ -3498,6 +4082,18 @@ declare module 'stripe' {
3498
4082
  display_name?: string;
3499
4083
  }
3500
4084
 
4085
+ interface BankBcaOnboarding {
4086
+ /**
4087
+ * Bank BCA business account holder name
4088
+ */
4089
+ account_holder_name?: string;
4090
+
4091
+ /**
4092
+ * Bank BCA business account number
4093
+ */
4094
+ business_account_number?: string;
4095
+ }
4096
+
3501
4097
  interface Branding {
3502
4098
  /**
3503
4099
  * (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.
@@ -3520,6 +4116,22 @@ declare module 'stripe' {
3520
4116
  secondary_color?: string;
3521
4117
  }
3522
4118
 
4119
+ interface Capital {
4120
+ /**
4121
+ * Per-currency mapping of user-selected destination accounts used to pay out loans.
4122
+ */
4123
+ payout_destination?: {
4124
+ [key: string]: string;
4125
+ };
4126
+
4127
+ /**
4128
+ * Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
4129
+ */
4130
+ payout_destination_selector?: {
4131
+ [key: string]: Array<string>;
4132
+ };
4133
+ }
4134
+
3523
4135
  interface CardIssuing {
3524
4136
  /**
3525
4137
  * Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
@@ -3686,6 +4298,24 @@ declare module 'stripe' {
3686
4298
  }
3687
4299
  }
3688
4300
 
4301
+ interface PaypayPayments {
4302
+ /**
4303
+ * Whether your business sells digital content or not.
4304
+ */
4305
+ goods_type?: PaypayPayments.GoodsType;
4306
+ }
4307
+
4308
+ namespace PaypayPayments {
4309
+ type GoodsType = 'digital_content' | 'other';
4310
+ }
4311
+
4312
+ interface TaxForms {
4313
+ /**
4314
+ * Whether the account opted out of receiving their tax forms by postal delivery.
4315
+ */
4316
+ consented_to_paperless_delivery?: boolean;
4317
+ }
4318
+
3689
4319
  interface Treasury {
3690
4320
  /**
3691
4321
  * Details on the account's acceptance of the Stripe Treasury Services Agreement.
@@ -3995,6 +4625,16 @@ declare module 'stripe' {
3995
4625
  */
3996
4626
  relationship?: AccountCreatePersonParams.Relationship;
3997
4627
 
4628
+ /**
4629
+ * The credit applicant's self-reported yearly income in minor units.
4630
+ */
4631
+ self_reported_income?: AccountCreatePersonParams.SelfReportedIncome;
4632
+
4633
+ /**
4634
+ * The credit applicant's self-reported monthly housing payment in minor units.
4635
+ */
4636
+ self_reported_monthly_housing_payment?: AccountCreatePersonParams.SelfReportedMonthlyHousingPayment;
4637
+
3998
4638
  /**
3999
4639
  * The last four digits of the person's Social Security number (U.S. only).
4000
4640
  */
@@ -4139,6 +4779,18 @@ declare module 'stripe' {
4139
4779
  title?: string;
4140
4780
  }
4141
4781
 
4782
+ interface SelfReportedIncome {
4783
+ amount: number;
4784
+
4785
+ currency: string;
4786
+ }
4787
+
4788
+ interface SelfReportedMonthlyHousingPayment {
4789
+ amount: number;
4790
+
4791
+ currency: string;
4792
+ }
4793
+
4142
4794
  interface UsCfpbData {
4143
4795
  /**
4144
4796
  * The persons ethnicity details
@@ -4624,6 +5276,16 @@ declare module 'stripe' {
4624
5276
  */
4625
5277
  relationship?: AccountUpdatePersonParams.Relationship;
4626
5278
 
5279
+ /**
5280
+ * The credit applicant's self-reported yearly income in minor units.
5281
+ */
5282
+ self_reported_income?: AccountUpdatePersonParams.SelfReportedIncome;
5283
+
5284
+ /**
5285
+ * The credit applicant's self-reported monthly housing payment in minor units.
5286
+ */
5287
+ self_reported_monthly_housing_payment?: AccountUpdatePersonParams.SelfReportedMonthlyHousingPayment;
5288
+
4627
5289
  /**
4628
5290
  * The last four digits of the person's Social Security number (U.S. only).
4629
5291
  */
@@ -4768,6 +5430,18 @@ declare module 'stripe' {
4768
5430
  title?: string;
4769
5431
  }
4770
5432
 
5433
+ interface SelfReportedIncome {
5434
+ amount: number;
5435
+
5436
+ currency: string;
5437
+ }
5438
+
5439
+ interface SelfReportedMonthlyHousingPayment {
5440
+ amount: number;
5441
+
5442
+ currency: string;
5443
+ }
5444
+
4771
5445
  interface UsCfpbData {
4772
5446
  /**
4773
5447
  * The persons ethnicity details