stripe 22.4.0-beta.1 → 22.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1064) hide show
  1. package/CHANGELOG.md +116 -1798
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +58 -42
  4. package/VERSION +1 -1
  5. package/cjs/Error.d.ts +61 -57
  6. package/cjs/Error.js +13 -128
  7. package/cjs/Error.js.map +1 -1
  8. package/cjs/RequestSender.d.ts +1 -1
  9. package/cjs/RequestSender.js +4 -9
  10. package/cjs/RequestSender.js.map +1 -1
  11. package/cjs/Types.d.ts +72 -15
  12. package/cjs/Types.js.map +1 -1
  13. package/cjs/Webhooks.d.ts +2 -2
  14. package/cjs/apiVersion.d.ts +2 -1
  15. package/cjs/apiVersion.js +3 -2
  16. package/cjs/apiVersion.js.map +1 -1
  17. package/cjs/platform/NodePlatformFunctions.d.ts +3 -2
  18. package/cjs/platform/NodePlatformFunctions.js +46 -24
  19. package/cjs/platform/NodePlatformFunctions.js.map +1 -1
  20. package/cjs/platform/PlatformFunctions.d.ts +1 -1
  21. package/cjs/platform/PlatformFunctions.js +1 -1
  22. package/cjs/platform/PlatformFunctions.js.map +1 -1
  23. package/cjs/resources/AccountLinks.d.ts +2 -1
  24. package/cjs/resources/AccountLinks.js.map +1 -1
  25. package/cjs/resources/AccountSessions.d.ts +32 -262
  26. package/cjs/resources/AccountSessions.js.map +1 -1
  27. package/cjs/resources/Accounts.d.ts +90 -883
  28. package/cjs/resources/Accounts.js +12 -16
  29. package/cjs/resources/Accounts.js.map +1 -1
  30. package/cjs/resources/ApplicationFees.d.ts +2 -2
  31. package/cjs/resources/ApplicationFees.js.map +1 -1
  32. package/cjs/resources/Apps/Secrets.d.ts +6 -6
  33. package/cjs/resources/Balance.d.ts +0 -67
  34. package/cjs/resources/BalanceSettings.d.ts +8 -8
  35. package/cjs/resources/BalanceTransactions.d.ts +3 -3
  36. package/cjs/resources/BankAccounts.d.ts +4 -4
  37. package/cjs/resources/Billing/AlertTriggereds.d.ts +1 -2
  38. package/cjs/resources/Billing/Alerts.d.ts +3 -3
  39. package/cjs/resources/Billing/CreditBalanceSummary.d.ts +2 -1
  40. package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
  41. package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +4 -4
  42. package/cjs/resources/Billing/CreditGrants.d.ts +3 -3
  43. package/cjs/resources/Billing/CreditGrants.js.map +1 -1
  44. package/cjs/resources/Billing/MeterEventAdjustments.d.ts +2 -1
  45. package/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -1
  46. package/cjs/resources/Billing/Meters.d.ts +8 -8
  47. package/cjs/resources/Billing/index.d.ts +0 -3
  48. package/cjs/resources/Billing/index.js +0 -2
  49. package/cjs/resources/Billing/index.js.map +1 -1
  50. package/cjs/resources/BillingPortal/Configurations.d.ts +22 -22
  51. package/cjs/resources/BillingPortal/Configurations.js.map +1 -1
  52. package/cjs/resources/BillingPortal/Sessions.d.ts +7 -6
  53. package/cjs/resources/BillingPortal/Sessions.js.map +1 -1
  54. package/cjs/resources/Capabilities.d.ts +8 -7
  55. package/cjs/resources/Cards.d.ts +3 -20
  56. package/cjs/resources/Charges.d.ts +99 -3106
  57. package/cjs/resources/Charges.js.map +1 -1
  58. package/cjs/resources/Checkout/Sessions.d.ts +192 -555
  59. package/cjs/resources/Checkout/Sessions.js.map +1 -1
  60. package/cjs/resources/Climate/Orders.d.ts +3 -3
  61. package/cjs/resources/Climate/Orders.js.map +1 -1
  62. package/cjs/resources/Climate/Suppliers.d.ts +2 -2
  63. package/cjs/resources/ConfirmationTokens.d.ts +21 -87
  64. package/cjs/resources/Coupons.d.ts +3 -56
  65. package/cjs/resources/Coupons.js +0 -13
  66. package/cjs/resources/Coupons.js.map +1 -1
  67. package/cjs/resources/CreditNoteLineItems.d.ts +4 -18
  68. package/cjs/resources/CreditNotes.d.ts +17 -17
  69. package/cjs/resources/CreditNotes.js.map +1 -1
  70. package/cjs/resources/CustomerBalanceTransactions.d.ts +2 -2
  71. package/cjs/resources/CustomerCashBalanceTransactions.d.ts +4 -3
  72. package/cjs/resources/CustomerSessions.d.ts +25 -92
  73. package/cjs/resources/CustomerSessions.js.map +1 -1
  74. package/cjs/resources/Customers.d.ts +14 -33
  75. package/cjs/resources/Customers.js +0 -14
  76. package/cjs/resources/Customers.js.map +1 -1
  77. package/cjs/resources/Disputes.d.ts +16 -41
  78. package/cjs/resources/Disputes.js +1 -1
  79. package/cjs/resources/Disputes.js.map +1 -1
  80. package/cjs/resources/Events.d.ts +55 -535
  81. package/cjs/resources/ExternalAccounts.d.ts +1 -212
  82. package/cjs/resources/ExternalAccounts.js +0 -44
  83. package/cjs/resources/ExternalAccounts.js.map +1 -1
  84. package/cjs/resources/Files.d.ts +3 -3
  85. package/cjs/resources/Files.js.map +1 -1
  86. package/cjs/resources/FinancialConnections/Accounts.d.ts +19 -84
  87. package/cjs/resources/FinancialConnections/Accounts.js +0 -8
  88. package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
  89. package/cjs/resources/FinancialConnections/Authorizations.d.ts +4 -48
  90. package/cjs/resources/FinancialConnections/Authorizations.js +0 -11
  91. package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -1
  92. package/cjs/resources/FinancialConnections/Sessions.d.ts +48 -122
  93. package/cjs/resources/FinancialConnections/Sessions.js.map +1 -1
  94. package/cjs/resources/FinancialConnections/Transactions.d.ts +2 -2
  95. package/cjs/resources/FinancialConnections/index.d.ts +9 -21
  96. package/cjs/resources/FinancialConnections/index.js +0 -4
  97. package/cjs/resources/FinancialConnections/index.js.map +1 -1
  98. package/cjs/resources/Forwarding/Requests.d.ts +3 -3
  99. package/cjs/resources/Forwarding/Requests.js.map +1 -1
  100. package/cjs/resources/FundingInstructions.d.ts +4 -4
  101. package/cjs/resources/Identity/VerificationReports.d.ts +17 -17
  102. package/cjs/resources/Identity/VerificationReports.js.map +1 -1
  103. package/cjs/resources/Identity/VerificationSessions.d.ts +15 -15
  104. package/cjs/resources/Identity/VerificationSessions.js.map +1 -1
  105. package/cjs/resources/InvoiceItems.d.ts +0 -85
  106. package/cjs/resources/InvoiceItems.js.map +1 -1
  107. package/cjs/resources/InvoiceLineItems.d.ts +5 -43
  108. package/cjs/resources/InvoicePayments.d.ts +3 -3
  109. package/cjs/resources/Invoices.d.ts +96 -1465
  110. package/cjs/resources/Invoices.js +0 -41
  111. package/cjs/resources/Invoices.js.map +1 -1
  112. package/cjs/resources/Issuing/Authorizations.d.ts +19 -32
  113. package/cjs/resources/Issuing/Authorizations.js.map +1 -1
  114. package/cjs/resources/Issuing/Cardholders.d.ts +17 -31
  115. package/cjs/resources/Issuing/Cardholders.js.map +1 -1
  116. package/cjs/resources/Issuing/Cards.d.ts +38 -39
  117. package/cjs/resources/Issuing/Cards.js.map +1 -1
  118. package/cjs/resources/Issuing/Disputes.d.ts +22 -35
  119. package/cjs/resources/Issuing/Disputes.js.map +1 -1
  120. package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +5 -5
  121. package/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -1
  122. package/cjs/resources/Issuing/PhysicalBundles.d.ts +8 -8
  123. package/cjs/resources/Issuing/Tokens.d.ts +11 -11
  124. package/cjs/resources/Issuing/Transactions.d.ts +5 -27
  125. package/cjs/resources/Issuing/index.d.ts +22 -47
  126. package/cjs/resources/Issuing/index.js +0 -6
  127. package/cjs/resources/Issuing/index.js.map +1 -1
  128. package/cjs/resources/LineItems.d.ts +4 -31
  129. package/cjs/resources/Mandates.d.ts +15 -46
  130. package/cjs/resources/Mandates.js +0 -8
  131. package/cjs/resources/Mandates.js.map +1 -1
  132. package/cjs/resources/PaymentAttemptRecords.d.ts +30 -112
  133. package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +2 -1
  134. package/cjs/resources/PaymentIntents.d.ts +6883 -17706
  135. package/cjs/resources/PaymentIntents.js +0 -27
  136. package/cjs/resources/PaymentIntents.js.map +1 -1
  137. package/cjs/resources/PaymentLinks.d.ts +112 -66
  138. package/cjs/resources/PaymentLinks.js.map +1 -1
  139. package/cjs/resources/PaymentMethodConfigurations.d.ts +237 -587
  140. package/cjs/resources/PaymentMethodDomains.d.ts +7 -7
  141. package/cjs/resources/PaymentMethods.d.ts +36 -197
  142. package/cjs/resources/PaymentMethods.js +1 -1
  143. package/cjs/resources/PaymentRecords.d.ts +52 -116
  144. package/cjs/resources/PaymentRecords.js +8 -0
  145. package/cjs/resources/PaymentRecords.js.map +1 -1
  146. package/cjs/resources/Payouts.d.ts +3 -3
  147. package/cjs/resources/Payouts.js.map +1 -1
  148. package/cjs/resources/Persons.d.ts +8 -8
  149. package/cjs/resources/Plans.d.ts +6 -22
  150. package/cjs/resources/Plans.js.map +1 -1
  151. package/cjs/resources/Prices.d.ts +6 -58
  152. package/cjs/resources/Prices.js.map +1 -1
  153. package/cjs/resources/Products.d.ts +0 -42
  154. package/cjs/resources/PromotionCodes.d.ts +2 -14
  155. package/cjs/resources/PromotionCodes.js +0 -27
  156. package/cjs/resources/PromotionCodes.js.map +1 -1
  157. package/cjs/resources/Quotes.d.ts +212 -2355
  158. package/cjs/resources/Quotes.js +13 -1181
  159. package/cjs/resources/Quotes.js.map +1 -1
  160. package/cjs/resources/Radar/PaymentEvaluations.d.ts +22 -22
  161. package/cjs/resources/Radar/PaymentEvaluations.js.map +1 -1
  162. package/cjs/resources/Radar/ValueListItems.d.ts +0 -30
  163. package/cjs/resources/Radar/ValueLists.d.ts +2 -2
  164. package/cjs/resources/Radar/ValueLists.js.map +1 -1
  165. package/cjs/resources/Refunds.d.ts +18 -15
  166. package/cjs/resources/Refunds.js.map +1 -1
  167. package/cjs/resources/Reserve/Holds.d.ts +4 -56
  168. package/cjs/resources/Reserve/Holds.js +0 -19
  169. package/cjs/resources/Reserve/Holds.js.map +1 -1
  170. package/cjs/resources/Reserve/Plans.d.ts +4 -20
  171. package/cjs/resources/Reserve/Plans.js +0 -11
  172. package/cjs/resources/Reserve/Plans.js.map +1 -1
  173. package/cjs/resources/Reserve/Releases.d.ts +4 -44
  174. package/cjs/resources/Reserve/Releases.js +0 -19
  175. package/cjs/resources/Reserve/Releases.js.map +1 -1
  176. package/cjs/resources/Reserve/index.d.ts +6 -17
  177. package/cjs/resources/Reserve/index.js +0 -9
  178. package/cjs/resources/Reserve/index.js.map +1 -1
  179. package/cjs/resources/SetupAttempts.d.ts +7 -32
  180. package/cjs/resources/SetupIntents.d.ts +144 -456
  181. package/cjs/resources/SetupIntents.js.map +1 -1
  182. package/cjs/resources/ShippingRates.d.ts +5 -5
  183. package/cjs/resources/ShippingRates.js.map +1 -1
  184. package/cjs/resources/Sources.d.ts +3 -31
  185. package/cjs/resources/Sources.js.map +1 -1
  186. package/cjs/resources/SubscriptionItems.d.ts +4 -147
  187. package/cjs/resources/SubscriptionItems.js.map +1 -1
  188. package/cjs/resources/SubscriptionSchedules.d.ts +147 -1181
  189. package/cjs/resources/SubscriptionSchedules.js +0 -6
  190. package/cjs/resources/SubscriptionSchedules.js.map +1 -1
  191. package/cjs/resources/Subscriptions.d.ts +76 -641
  192. package/cjs/resources/Subscriptions.js +0 -145
  193. package/cjs/resources/Subscriptions.js.map +1 -1
  194. package/cjs/resources/Tax/Associations.d.ts +2 -1
  195. package/cjs/resources/Tax/Associations.js.map +1 -1
  196. package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -10
  197. package/cjs/resources/Tax/Calculations.d.ts +20 -24
  198. package/cjs/resources/Tax/Calculations.js.map +1 -1
  199. package/cjs/resources/Tax/Registrations.d.ts +169 -271
  200. package/cjs/resources/Tax/Settings.d.ts +4 -4
  201. package/cjs/resources/Tax/TransactionLineItems.d.ts +3 -3
  202. package/cjs/resources/Tax/Transactions.d.ts +12 -12
  203. package/cjs/resources/Tax/Transactions.js.map +1 -1
  204. package/cjs/resources/Tax/index.d.ts +13 -27
  205. package/cjs/resources/Tax/index.js +0 -4
  206. package/cjs/resources/Tax/index.js.map +1 -1
  207. package/cjs/resources/TaxCodes.d.ts +0 -15
  208. package/cjs/resources/TaxIds.d.ts +8 -8
  209. package/cjs/resources/TaxRates.d.ts +5 -5
  210. package/cjs/resources/TaxRates.js.map +1 -1
  211. package/cjs/resources/Terminal/Configurations.d.ts +4 -31
  212. package/cjs/resources/Terminal/Readers.d.ts +18 -34
  213. package/cjs/resources/Terminal/Readers.js.map +1 -1
  214. package/cjs/resources/Terminal/index.d.ts +0 -5
  215. package/cjs/resources/Terminal/index.js +0 -2
  216. package/cjs/resources/Terminal/index.js.map +1 -1
  217. package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +12 -89
  218. package/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -1
  219. package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +17 -17
  220. package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +3 -2
  221. package/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -1
  222. package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +2 -2
  223. package/cjs/resources/TestHelpers/Terminal/Readers.d.ts +3 -2
  224. package/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -1
  225. package/cjs/resources/TestHelpers/TestClocks.d.ts +2 -2
  226. package/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +2 -1
  227. package/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -1
  228. package/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +3 -2
  229. package/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -1
  230. package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +3 -2
  231. package/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -1
  232. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +2 -23
  233. package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -1
  234. package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  235. package/cjs/resources/TestHelpers/index.d.ts +0 -3
  236. package/cjs/resources/TestHelpers/index.js +4 -6
  237. package/cjs/resources/TestHelpers/index.js.map +1 -1
  238. package/cjs/resources/Tokens.d.ts +19 -24
  239. package/cjs/resources/Tokens.js.map +1 -1
  240. package/cjs/resources/Topups.d.ts +28 -0
  241. package/cjs/resources/Topups.js.map +1 -1
  242. package/cjs/resources/Transfers.d.ts +0 -8
  243. package/cjs/resources/Treasury/CreditReversals.d.ts +4 -4
  244. package/cjs/resources/Treasury/CreditReversals.js.map +1 -1
  245. package/cjs/resources/Treasury/DebitReversals.d.ts +5 -5
  246. package/cjs/resources/Treasury/DebitReversals.js.map +1 -1
  247. package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +37 -41
  248. package/cjs/resources/Treasury/FinancialAccounts.d.ts +16 -49
  249. package/cjs/resources/Treasury/FinancialAccounts.js.map +1 -1
  250. package/cjs/resources/Treasury/InboundTransfers.d.ts +6 -6
  251. package/cjs/resources/Treasury/InboundTransfers.js.map +1 -1
  252. package/cjs/resources/Treasury/OutboundPayments.d.ts +13 -21
  253. package/cjs/resources/Treasury/OutboundPayments.js.map +1 -1
  254. package/cjs/resources/Treasury/OutboundTransfers.d.ts +10 -54
  255. package/cjs/resources/Treasury/OutboundTransfers.js.map +1 -1
  256. package/cjs/resources/Treasury/ReceivedCredits.d.ts +9 -31
  257. package/cjs/resources/Treasury/ReceivedDebits.d.ts +7 -33
  258. package/cjs/resources/Treasury/TransactionEntries.d.ts +5 -5
  259. package/cjs/resources/Treasury/Transactions.d.ts +6 -6
  260. package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +2 -1
  261. package/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -1
  262. package/cjs/resources/V2/Billing/index.d.ts +6 -45
  263. package/cjs/resources/V2/Billing/index.js +0 -8
  264. package/cjs/resources/V2/Billing/index.js.map +1 -1
  265. package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +4 -4
  266. package/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +5 -5
  267. package/cjs/resources/V2/Core/AccountLinks.d.ts +15 -14
  268. package/cjs/resources/V2/Core/AccountLinks.js.map +1 -1
  269. package/cjs/resources/V2/Core/AccountPersons.d.ts +4 -4
  270. package/cjs/resources/V2/Core/AccountTokens.d.ts +48 -17
  271. package/cjs/resources/V2/Core/AccountTokens.js.map +1 -1
  272. package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +4 -4
  273. package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  274. package/cjs/resources/V2/Core/Accounts/Persons.d.ts +7 -7
  275. package/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -1
  276. package/cjs/resources/V2/Core/Accounts.d.ts +191 -1558
  277. package/cjs/resources/V2/Core/Accounts.js.map +1 -1
  278. package/cjs/resources/V2/Core/EventDestinations.d.ts +6 -6
  279. package/cjs/resources/V2/Core/Events.d.ts +10 -1157
  280. package/cjs/resources/V2/Core/index.d.ts +9 -19
  281. package/cjs/resources/V2/Core/index.js +0 -4
  282. package/cjs/resources/V2/Core/index.js.map +1 -1
  283. package/cjs/resources/V2/index.d.ts +0 -27
  284. package/cjs/resources/V2/index.js +0 -14
  285. package/cjs/resources/V2/index.js.map +1 -1
  286. package/cjs/resources/WebhookEndpoints.d.ts +4 -4
  287. package/cjs/resources/WebhookEndpoints.js.map +1 -1
  288. package/cjs/resources.d.ts +0 -10
  289. package/cjs/resources.js +10 -146
  290. package/cjs/resources.js.map +1 -1
  291. package/cjs/shared.d.ts +5 -0
  292. package/cjs/stripe.cjs.node.d.ts +150 -6480
  293. package/cjs/stripe.cjs.node.js.map +1 -1
  294. package/cjs/stripe.core.d.ts +40 -94
  295. package/cjs/stripe.core.js +37 -59
  296. package/cjs/stripe.core.js.map +1 -1
  297. package/cjs/utils.d.ts +0 -1
  298. package/cjs/utils.js +1 -17
  299. package/cjs/utils.js.map +1 -1
  300. package/esm/Error.d.ts +61 -57
  301. package/esm/Error.js +12 -112
  302. package/esm/Error.js.map +1 -1
  303. package/esm/RequestSender.d.ts +1 -1
  304. package/esm/RequestSender.js +5 -10
  305. package/esm/RequestSender.js.map +1 -1
  306. package/esm/Types.d.ts +72 -15
  307. package/esm/Types.js.map +1 -1
  308. package/esm/Webhooks.d.ts +2 -2
  309. package/esm/apiVersion.d.ts +2 -1
  310. package/esm/apiVersion.js +2 -1
  311. package/esm/apiVersion.js.map +1 -1
  312. package/esm/platform/NodePlatformFunctions.d.ts +3 -2
  313. package/esm/platform/NodePlatformFunctions.js +46 -24
  314. package/esm/platform/NodePlatformFunctions.js.map +1 -1
  315. package/esm/platform/PlatformFunctions.d.ts +1 -1
  316. package/esm/platform/PlatformFunctions.js +1 -1
  317. package/esm/platform/PlatformFunctions.js.map +1 -1
  318. package/esm/resources/AccountLinks.d.ts +2 -1
  319. package/esm/resources/AccountLinks.js.map +1 -1
  320. package/esm/resources/AccountSessions.d.ts +32 -262
  321. package/esm/resources/AccountSessions.js.map +1 -1
  322. package/esm/resources/Accounts.d.ts +90 -883
  323. package/esm/resources/Accounts.js +12 -16
  324. package/esm/resources/Accounts.js.map +1 -1
  325. package/esm/resources/ApplicationFees.d.ts +2 -2
  326. package/esm/resources/ApplicationFees.js.map +1 -1
  327. package/esm/resources/Apps/Secrets.d.ts +6 -6
  328. package/esm/resources/Balance.d.ts +0 -67
  329. package/esm/resources/BalanceSettings.d.ts +8 -8
  330. package/esm/resources/BalanceTransactions.d.ts +3 -3
  331. package/esm/resources/BankAccounts.d.ts +4 -4
  332. package/esm/resources/Billing/AlertTriggereds.d.ts +1 -2
  333. package/esm/resources/Billing/Alerts.d.ts +3 -3
  334. package/esm/resources/Billing/CreditBalanceSummary.d.ts +2 -1
  335. package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
  336. package/esm/resources/Billing/CreditBalanceTransactions.d.ts +4 -4
  337. package/esm/resources/Billing/CreditGrants.d.ts +3 -3
  338. package/esm/resources/Billing/CreditGrants.js.map +1 -1
  339. package/esm/resources/Billing/MeterEventAdjustments.d.ts +2 -1
  340. package/esm/resources/Billing/MeterEventAdjustments.js.map +1 -1
  341. package/esm/resources/Billing/Meters.d.ts +8 -8
  342. package/esm/resources/Billing/index.d.ts +0 -3
  343. package/esm/resources/Billing/index.js +0 -2
  344. package/esm/resources/Billing/index.js.map +1 -1
  345. package/esm/resources/BillingPortal/Configurations.d.ts +22 -22
  346. package/esm/resources/BillingPortal/Configurations.js.map +1 -1
  347. package/esm/resources/BillingPortal/Sessions.d.ts +7 -6
  348. package/esm/resources/BillingPortal/Sessions.js.map +1 -1
  349. package/esm/resources/Capabilities.d.ts +8 -7
  350. package/esm/resources/Cards.d.ts +3 -20
  351. package/esm/resources/Charges.d.ts +99 -3106
  352. package/esm/resources/Charges.js.map +1 -1
  353. package/esm/resources/Checkout/Sessions.d.ts +192 -555
  354. package/esm/resources/Checkout/Sessions.js.map +1 -1
  355. package/esm/resources/Climate/Orders.d.ts +3 -3
  356. package/esm/resources/Climate/Orders.js.map +1 -1
  357. package/esm/resources/Climate/Suppliers.d.ts +2 -2
  358. package/esm/resources/ConfirmationTokens.d.ts +21 -87
  359. package/esm/resources/Coupons.d.ts +3 -56
  360. package/esm/resources/Coupons.js +0 -13
  361. package/esm/resources/Coupons.js.map +1 -1
  362. package/esm/resources/CreditNoteLineItems.d.ts +4 -18
  363. package/esm/resources/CreditNotes.d.ts +17 -17
  364. package/esm/resources/CreditNotes.js.map +1 -1
  365. package/esm/resources/CustomerBalanceTransactions.d.ts +2 -2
  366. package/esm/resources/CustomerCashBalanceTransactions.d.ts +4 -3
  367. package/esm/resources/CustomerSessions.d.ts +25 -92
  368. package/esm/resources/CustomerSessions.js.map +1 -1
  369. package/esm/resources/Customers.d.ts +14 -33
  370. package/esm/resources/Customers.js +0 -14
  371. package/esm/resources/Customers.js.map +1 -1
  372. package/esm/resources/Disputes.d.ts +16 -41
  373. package/esm/resources/Disputes.js +1 -1
  374. package/esm/resources/Disputes.js.map +1 -1
  375. package/esm/resources/Events.d.ts +55 -535
  376. package/esm/resources/ExternalAccounts.d.ts +1 -212
  377. package/esm/resources/ExternalAccounts.js +1 -42
  378. package/esm/resources/ExternalAccounts.js.map +1 -1
  379. package/esm/resources/Files.d.ts +3 -3
  380. package/esm/resources/Files.js.map +1 -1
  381. package/esm/resources/FinancialConnections/Accounts.d.ts +19 -84
  382. package/esm/resources/FinancialConnections/Accounts.js +0 -8
  383. package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
  384. package/esm/resources/FinancialConnections/Authorizations.d.ts +4 -48
  385. package/esm/resources/FinancialConnections/Authorizations.js +1 -9
  386. package/esm/resources/FinancialConnections/Authorizations.js.map +1 -1
  387. package/esm/resources/FinancialConnections/Sessions.d.ts +48 -122
  388. package/esm/resources/FinancialConnections/Sessions.js.map +1 -1
  389. package/esm/resources/FinancialConnections/Transactions.d.ts +2 -2
  390. package/esm/resources/FinancialConnections/index.d.ts +9 -21
  391. package/esm/resources/FinancialConnections/index.js +0 -4
  392. package/esm/resources/FinancialConnections/index.js.map +1 -1
  393. package/esm/resources/Forwarding/Requests.d.ts +3 -3
  394. package/esm/resources/Forwarding/Requests.js.map +1 -1
  395. package/esm/resources/FundingInstructions.d.ts +4 -4
  396. package/esm/resources/Identity/VerificationReports.d.ts +17 -17
  397. package/esm/resources/Identity/VerificationReports.js.map +1 -1
  398. package/esm/resources/Identity/VerificationSessions.d.ts +15 -15
  399. package/esm/resources/Identity/VerificationSessions.js.map +1 -1
  400. package/esm/resources/InvoiceItems.d.ts +0 -85
  401. package/esm/resources/InvoiceItems.js.map +1 -1
  402. package/esm/resources/InvoiceLineItems.d.ts +5 -43
  403. package/esm/resources/InvoicePayments.d.ts +3 -3
  404. package/esm/resources/Invoices.d.ts +96 -1465
  405. package/esm/resources/Invoices.js +0 -41
  406. package/esm/resources/Invoices.js.map +1 -1
  407. package/esm/resources/Issuing/Authorizations.d.ts +19 -32
  408. package/esm/resources/Issuing/Authorizations.js.map +1 -1
  409. package/esm/resources/Issuing/Cardholders.d.ts +17 -31
  410. package/esm/resources/Issuing/Cardholders.js.map +1 -1
  411. package/esm/resources/Issuing/Cards.d.ts +38 -39
  412. package/esm/resources/Issuing/Cards.js.map +1 -1
  413. package/esm/resources/Issuing/Disputes.d.ts +22 -35
  414. package/esm/resources/Issuing/Disputes.js.map +1 -1
  415. package/esm/resources/Issuing/PersonalizationDesigns.d.ts +5 -5
  416. package/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -1
  417. package/esm/resources/Issuing/PhysicalBundles.d.ts +8 -8
  418. package/esm/resources/Issuing/Tokens.d.ts +11 -11
  419. package/esm/resources/Issuing/Transactions.d.ts +5 -27
  420. package/esm/resources/Issuing/index.d.ts +22 -47
  421. package/esm/resources/Issuing/index.js +0 -6
  422. package/esm/resources/Issuing/index.js.map +1 -1
  423. package/esm/resources/LineItems.d.ts +4 -31
  424. package/esm/resources/Mandates.d.ts +15 -46
  425. package/esm/resources/Mandates.js +0 -8
  426. package/esm/resources/Mandates.js.map +1 -1
  427. package/esm/resources/PaymentAttemptRecords.d.ts +30 -112
  428. package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +2 -1
  429. package/esm/resources/PaymentIntents.d.ts +6883 -17706
  430. package/esm/resources/PaymentIntents.js +0 -27
  431. package/esm/resources/PaymentIntents.js.map +1 -1
  432. package/esm/resources/PaymentLinks.d.ts +112 -66
  433. package/esm/resources/PaymentLinks.js.map +1 -1
  434. package/esm/resources/PaymentMethodConfigurations.d.ts +237 -587
  435. package/esm/resources/PaymentMethodDomains.d.ts +7 -7
  436. package/esm/resources/PaymentMethods.d.ts +36 -197
  437. package/esm/resources/PaymentMethods.js +1 -1
  438. package/esm/resources/PaymentRecords.d.ts +52 -116
  439. package/esm/resources/PaymentRecords.js +8 -0
  440. package/esm/resources/PaymentRecords.js.map +1 -1
  441. package/esm/resources/Payouts.d.ts +3 -3
  442. package/esm/resources/Payouts.js.map +1 -1
  443. package/esm/resources/Persons.d.ts +8 -8
  444. package/esm/resources/Plans.d.ts +6 -22
  445. package/esm/resources/Plans.js.map +1 -1
  446. package/esm/resources/Prices.d.ts +6 -58
  447. package/esm/resources/Prices.js.map +1 -1
  448. package/esm/resources/Products.d.ts +0 -42
  449. package/esm/resources/PromotionCodes.d.ts +2 -14
  450. package/esm/resources/PromotionCodes.js +0 -27
  451. package/esm/resources/PromotionCodes.js.map +1 -1
  452. package/esm/resources/Quotes.d.ts +212 -2355
  453. package/esm/resources/Quotes.js +13 -1181
  454. package/esm/resources/Quotes.js.map +1 -1
  455. package/esm/resources/Radar/PaymentEvaluations.d.ts +22 -22
  456. package/esm/resources/Radar/PaymentEvaluations.js.map +1 -1
  457. package/esm/resources/Radar/ValueListItems.d.ts +0 -30
  458. package/esm/resources/Radar/ValueLists.d.ts +2 -2
  459. package/esm/resources/Radar/ValueLists.js.map +1 -1
  460. package/esm/resources/Refunds.d.ts +18 -15
  461. package/esm/resources/Refunds.js.map +1 -1
  462. package/esm/resources/Reserve/Holds.d.ts +4 -56
  463. package/esm/resources/Reserve/Holds.js +1 -17
  464. package/esm/resources/Reserve/Holds.js.map +1 -1
  465. package/esm/resources/Reserve/Plans.d.ts +4 -20
  466. package/esm/resources/Reserve/Plans.js +1 -9
  467. package/esm/resources/Reserve/Plans.js.map +1 -1
  468. package/esm/resources/Reserve/Releases.d.ts +4 -44
  469. package/esm/resources/Reserve/Releases.js +1 -17
  470. package/esm/resources/Reserve/Releases.js.map +1 -1
  471. package/esm/resources/Reserve/index.d.ts +6 -17
  472. package/esm/resources/Reserve/index.js +0 -9
  473. package/esm/resources/Reserve/index.js.map +1 -1
  474. package/esm/resources/SetupAttempts.d.ts +7 -32
  475. package/esm/resources/SetupIntents.d.ts +144 -456
  476. package/esm/resources/SetupIntents.js.map +1 -1
  477. package/esm/resources/ShippingRates.d.ts +5 -5
  478. package/esm/resources/ShippingRates.js.map +1 -1
  479. package/esm/resources/Sources.d.ts +3 -31
  480. package/esm/resources/Sources.js.map +1 -1
  481. package/esm/resources/SubscriptionItems.d.ts +4 -147
  482. package/esm/resources/SubscriptionItems.js.map +1 -1
  483. package/esm/resources/SubscriptionSchedules.d.ts +147 -1181
  484. package/esm/resources/SubscriptionSchedules.js +0 -6
  485. package/esm/resources/SubscriptionSchedules.js.map +1 -1
  486. package/esm/resources/Subscriptions.d.ts +76 -641
  487. package/esm/resources/Subscriptions.js +0 -145
  488. package/esm/resources/Subscriptions.js.map +1 -1
  489. package/esm/resources/Tax/Associations.d.ts +2 -1
  490. package/esm/resources/Tax/Associations.js.map +1 -1
  491. package/esm/resources/Tax/CalculationLineItems.d.ts +6 -10
  492. package/esm/resources/Tax/Calculations.d.ts +20 -24
  493. package/esm/resources/Tax/Calculations.js.map +1 -1
  494. package/esm/resources/Tax/Registrations.d.ts +169 -271
  495. package/esm/resources/Tax/Settings.d.ts +4 -4
  496. package/esm/resources/Tax/TransactionLineItems.d.ts +3 -3
  497. package/esm/resources/Tax/Transactions.d.ts +12 -12
  498. package/esm/resources/Tax/Transactions.js.map +1 -1
  499. package/esm/resources/Tax/index.d.ts +13 -27
  500. package/esm/resources/Tax/index.js +0 -4
  501. package/esm/resources/Tax/index.js.map +1 -1
  502. package/esm/resources/TaxCodes.d.ts +0 -15
  503. package/esm/resources/TaxIds.d.ts +8 -8
  504. package/esm/resources/TaxRates.d.ts +5 -5
  505. package/esm/resources/TaxRates.js.map +1 -1
  506. package/esm/resources/Terminal/Configurations.d.ts +4 -31
  507. package/esm/resources/Terminal/Readers.d.ts +18 -34
  508. package/esm/resources/Terminal/Readers.js.map +1 -1
  509. package/esm/resources/Terminal/index.d.ts +0 -5
  510. package/esm/resources/Terminal/index.js +0 -2
  511. package/esm/resources/Terminal/index.js.map +1 -1
  512. package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +12 -89
  513. package/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -1
  514. package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +17 -17
  515. package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +3 -2
  516. package/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -1
  517. package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +2 -2
  518. package/esm/resources/TestHelpers/Terminal/Readers.d.ts +3 -2
  519. package/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -1
  520. package/esm/resources/TestHelpers/TestClocks.d.ts +2 -2
  521. package/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +2 -1
  522. package/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -1
  523. package/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +3 -2
  524. package/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -1
  525. package/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +3 -2
  526. package/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -1
  527. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +2 -23
  528. package/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -1
  529. package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
  530. package/esm/resources/TestHelpers/index.d.ts +0 -3
  531. package/esm/resources/TestHelpers/index.js +0 -2
  532. package/esm/resources/TestHelpers/index.js.map +1 -1
  533. package/esm/resources/Tokens.d.ts +19 -24
  534. package/esm/resources/Tokens.js.map +1 -1
  535. package/esm/resources/Topups.d.ts +28 -0
  536. package/esm/resources/Topups.js.map +1 -1
  537. package/esm/resources/Transfers.d.ts +0 -8
  538. package/esm/resources/Treasury/CreditReversals.d.ts +4 -4
  539. package/esm/resources/Treasury/CreditReversals.js.map +1 -1
  540. package/esm/resources/Treasury/DebitReversals.d.ts +5 -5
  541. package/esm/resources/Treasury/DebitReversals.js.map +1 -1
  542. package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +37 -41
  543. package/esm/resources/Treasury/FinancialAccounts.d.ts +16 -49
  544. package/esm/resources/Treasury/FinancialAccounts.js.map +1 -1
  545. package/esm/resources/Treasury/InboundTransfers.d.ts +6 -6
  546. package/esm/resources/Treasury/InboundTransfers.js.map +1 -1
  547. package/esm/resources/Treasury/OutboundPayments.d.ts +13 -21
  548. package/esm/resources/Treasury/OutboundPayments.js.map +1 -1
  549. package/esm/resources/Treasury/OutboundTransfers.d.ts +10 -54
  550. package/esm/resources/Treasury/OutboundTransfers.js.map +1 -1
  551. package/esm/resources/Treasury/ReceivedCredits.d.ts +9 -31
  552. package/esm/resources/Treasury/ReceivedDebits.d.ts +7 -33
  553. package/esm/resources/Treasury/TransactionEntries.d.ts +5 -5
  554. package/esm/resources/Treasury/Transactions.d.ts +6 -6
  555. package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +2 -1
  556. package/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -1
  557. package/esm/resources/V2/Billing/index.d.ts +6 -45
  558. package/esm/resources/V2/Billing/index.js +0 -8
  559. package/esm/resources/V2/Billing/index.js.map +1 -1
  560. package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +4 -4
  561. package/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +5 -5
  562. package/esm/resources/V2/Core/AccountLinks.d.ts +15 -14
  563. package/esm/resources/V2/Core/AccountLinks.js.map +1 -1
  564. package/esm/resources/V2/Core/AccountPersons.d.ts +4 -4
  565. package/esm/resources/V2/Core/AccountTokens.d.ts +48 -17
  566. package/esm/resources/V2/Core/AccountTokens.js.map +1 -1
  567. package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +4 -4
  568. package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
  569. package/esm/resources/V2/Core/Accounts/Persons.d.ts +7 -7
  570. package/esm/resources/V2/Core/Accounts/Persons.js.map +1 -1
  571. package/esm/resources/V2/Core/Accounts.d.ts +191 -1558
  572. package/esm/resources/V2/Core/Accounts.js.map +1 -1
  573. package/esm/resources/V2/Core/EventDestinations.d.ts +6 -6
  574. package/esm/resources/V2/Core/Events.d.ts +10 -1157
  575. package/esm/resources/V2/Core/index.d.ts +9 -19
  576. package/esm/resources/V2/Core/index.js +0 -4
  577. package/esm/resources/V2/Core/index.js.map +1 -1
  578. package/esm/resources/V2/index.d.ts +0 -27
  579. package/esm/resources/V2/index.js +0 -14
  580. package/esm/resources/V2/index.js.map +1 -1
  581. package/esm/resources/WebhookEndpoints.d.ts +4 -4
  582. package/esm/resources/WebhookEndpoints.js.map +1 -1
  583. package/esm/resources.d.ts +0 -10
  584. package/esm/resources.js +0 -131
  585. package/esm/resources.js.map +1 -1
  586. package/esm/shared.d.ts +5 -0
  587. package/esm/stripe.core.d.ts +40 -94
  588. package/esm/stripe.core.js +7 -29
  589. package/esm/stripe.core.js.map +1 -1
  590. package/esm/stripe.esm.node.d.ts +41 -95
  591. package/esm/stripe.esm.node.js +2 -25
  592. package/esm/stripe.esm.node.js.map +1 -1
  593. package/esm/utils.d.ts +0 -1
  594. package/esm/utils.js +0 -15
  595. package/esm/utils.js.map +1 -1
  596. package/package.json +1 -1
  597. package/cjs/StripeEventNotificationHandler.d.ts +0 -19
  598. package/cjs/StripeEventNotificationHandler.js +0 -150
  599. package/cjs/StripeEventNotificationHandler.js.map +0 -1
  600. package/cjs/resources/AccountNotices.d.ts +0 -140
  601. package/cjs/resources/AccountNotices.js +0 -29
  602. package/cjs/resources/AccountNotices.js.map +0 -1
  603. package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  604. package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -15
  605. package/cjs/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  606. package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  607. package/cjs/resources/Billing/Analytics/MeterUsageRows.js +0 -4
  608. package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  609. package/cjs/resources/Billing/Analytics/index.d.ts +0 -15
  610. package/cjs/resources/Billing/Analytics/index.js +0 -13
  611. package/cjs/resources/Billing/Analytics/index.js.map +0 -1
  612. package/cjs/resources/Capital/FinancingOffers.d.ts +0 -194
  613. package/cjs/resources/Capital/FinancingOffers.js +0 -30
  614. package/cjs/resources/Capital/FinancingOffers.js.map +0 -1
  615. package/cjs/resources/Capital/FinancingSummary.d.ts +0 -101
  616. package/cjs/resources/Capital/FinancingSummary.js +0 -15
  617. package/cjs/resources/Capital/FinancingSummary.js.map +0 -1
  618. package/cjs/resources/Capital/FinancingTransactions.d.ts +0 -141
  619. package/cjs/resources/Capital/FinancingTransactions.js +0 -24
  620. package/cjs/resources/Capital/FinancingTransactions.js.map +0 -1
  621. package/cjs/resources/Capital/index.d.ts +0 -25
  622. package/cjs/resources/Capital/index.js +0 -17
  623. package/cjs/resources/Capital/index.js.map +0 -1
  624. package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  625. package/cjs/resources/FinancialConnections/AccountInferredBalances.js +0 -4
  626. package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  627. package/cjs/resources/FinancialConnections/Institutions.d.ts +0 -99
  628. package/cjs/resources/FinancialConnections/Institutions.js +0 -23
  629. package/cjs/resources/FinancialConnections/Institutions.js.map +0 -1
  630. package/cjs/resources/FxQuotes.d.ts +0 -212
  631. package/cjs/resources/FxQuotes.js +0 -29
  632. package/cjs/resources/FxQuotes.js.map +0 -1
  633. package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -638
  634. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -47
  635. package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  636. package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +0 -93
  637. package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -23
  638. package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  639. package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  640. package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -23
  641. package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  642. package/cjs/resources/Issuing/Settlements.d.ts +0 -83
  643. package/cjs/resources/Issuing/Settlements.js +0 -4
  644. package/cjs/resources/Issuing/Settlements.js.map +0 -1
  645. package/cjs/resources/Margins.d.ts +0 -115
  646. package/cjs/resources/Margins.js +0 -35
  647. package/cjs/resources/Margins.js.map +0 -1
  648. package/cjs/resources/Orders.d.ts +0 -4693
  649. package/cjs/resources/Orders.js +0 -457
  650. package/cjs/resources/Orders.js.map +0 -1
  651. package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -35
  652. package/cjs/resources/Privacy/RedactionJobValidationErrors.js +0 -4
  653. package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  654. package/cjs/resources/Privacy/RedactionJobs.d.ts +0 -227
  655. package/cjs/resources/Privacy/RedactionJobs.js +0 -73
  656. package/cjs/resources/Privacy/RedactionJobs.js.map +0 -1
  657. package/cjs/resources/Privacy/index.d.ts +0 -22
  658. package/cjs/resources/Privacy/index.js +0 -13
  659. package/cjs/resources/Privacy/index.js.map +0 -1
  660. package/cjs/resources/ProductCatalog/TrialOffers.d.ts +0 -125
  661. package/cjs/resources/ProductCatalog/TrialOffers.js +0 -15
  662. package/cjs/resources/ProductCatalog/TrialOffers.js.map +0 -1
  663. package/cjs/resources/ProductCatalog/index.d.ts +0 -12
  664. package/cjs/resources/ProductCatalog/index.js +0 -13
  665. package/cjs/resources/ProductCatalog/index.js.map +0 -1
  666. package/cjs/resources/QuoteLines.d.ts +0 -507
  667. package/cjs/resources/QuoteLines.js +0 -4
  668. package/cjs/resources/QuoteLines.js.map +0 -1
  669. package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1120
  670. package/cjs/resources/QuotePreviewInvoices.js +0 -4
  671. package/cjs/resources/QuotePreviewInvoices.js.map +0 -1
  672. package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -738
  673. package/cjs/resources/QuotePreviewSubscriptionSchedules.js +0 -4
  674. package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  675. package/cjs/resources/SharedPayment/GrantedTokens.d.ts +0 -1105
  676. package/cjs/resources/SharedPayment/GrantedTokens.js +0 -15
  677. package/cjs/resources/SharedPayment/GrantedTokens.js.map +0 -1
  678. package/cjs/resources/SharedPayment/IssuedTokens.d.ts +0 -306
  679. package/cjs/resources/SharedPayment/IssuedTokens.js +0 -27
  680. package/cjs/resources/SharedPayment/IssuedTokens.js.map +0 -1
  681. package/cjs/resources/SharedPayment/index.d.ts +0 -19
  682. package/cjs/resources/SharedPayment/index.js +0 -15
  683. package/cjs/resources/SharedPayment/index.js.map +0 -1
  684. package/cjs/resources/Tax/Forms.d.ts +0 -228
  685. package/cjs/resources/Tax/Forms.js +0 -32
  686. package/cjs/resources/Tax/Forms.js.map +0 -1
  687. package/cjs/resources/Tax/Locations.d.ts +0 -108
  688. package/cjs/resources/Tax/Locations.js +0 -33
  689. package/cjs/resources/Tax/Locations.js.map +0 -1
  690. package/cjs/resources/Terminal/ReaderCollectedData.d.ts +0 -50
  691. package/cjs/resources/Terminal/ReaderCollectedData.js +0 -15
  692. package/cjs/resources/Terminal/ReaderCollectedData.js.map +0 -1
  693. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  694. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -21
  695. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  696. package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  697. package/cjs/resources/TestHelpers/SharedPayment/index.js +0 -13
  698. package/cjs/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  699. package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +0 -71
  700. package/cjs/resources/V2/Billing/BillSettingVersions.js +0 -4
  701. package/cjs/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  702. package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  703. package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -23
  704. package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  705. package/cjs/resources/V2/Billing/BillSettings.d.ts +0 -280
  706. package/cjs/resources/V2/Billing/BillSettings.js +0 -41
  707. package/cjs/resources/V2/Billing/BillSettings.js.map +0 -1
  708. package/cjs/resources/V2/Billing/Cadences.d.ts +0 -947
  709. package/cjs/resources/V2/Billing/Cadences.js +0 -198
  710. package/cjs/resources/V2/Billing/Cadences.js.map +0 -1
  711. package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -236
  712. package/cjs/resources/V2/Billing/CollectionSettingVersions.js +0 -4
  713. package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  714. package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  715. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -70
  716. package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  717. package/cjs/resources/V2/Billing/CollectionSettings.d.ts +0 -775
  718. package/cjs/resources/V2/Billing/CollectionSettings.js +0 -166
  719. package/cjs/resources/V2/Billing/CollectionSettings.js.map +0 -1
  720. package/cjs/resources/V2/Billing/Profiles.d.ts +0 -162
  721. package/cjs/resources/V2/Billing/Profiles.js +0 -35
  722. package/cjs/resources/V2/Billing/Profiles.js.map +0 -1
  723. package/cjs/resources/V2/Core/BatchJobs.d.ts +0 -360
  724. package/cjs/resources/V2/Core/BatchJobs.js +0 -225
  725. package/cjs/resources/V2/Core/BatchJobs.js.map +0 -1
  726. package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -279
  727. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -54
  728. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  729. package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -249
  730. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -63
  731. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  732. package/cjs/resources/V2/Core/Vault/index.d.ts +0 -28
  733. package/cjs/resources/V2/Core/Vault/index.js +0 -15
  734. package/cjs/resources/V2/Core/Vault/index.js.map +0 -1
  735. package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -150
  736. package/cjs/resources/V2/Data/Reporting/QueryRuns.js +0 -46
  737. package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  738. package/cjs/resources/V2/Data/Reporting/index.d.ts +0 -13
  739. package/cjs/resources/V2/Data/Reporting/index.js +0 -13
  740. package/cjs/resources/V2/Data/Reporting/index.js.map +0 -1
  741. package/cjs/resources/V2/Data/index.d.ts +0 -10
  742. package/cjs/resources/V2/Data/index.js +0 -13
  743. package/cjs/resources/V2/Data/index.js.map +0 -1
  744. package/cjs/resources/V2/EventMisc.d.ts +0 -0
  745. package/cjs/resources/V2/EventMisc.js +0 -2
  746. package/cjs/resources/V2/EventMisc.js.map +0 -1
  747. package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +0 -162
  748. package/cjs/resources/V2/Extend/WorkflowRuns.js +0 -23
  749. package/cjs/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  750. package/cjs/resources/V2/Extend/Workflows.d.ts +0 -119
  751. package/cjs/resources/V2/Extend/Workflows.js +0 -30
  752. package/cjs/resources/V2/Extend/Workflows.js.map +0 -1
  753. package/cjs/resources/V2/Extend/index.d.ts +0 -20
  754. package/cjs/resources/V2/Extend/index.js +0 -15
  755. package/cjs/resources/V2/Extend/index.js.map +0 -1
  756. package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  757. package/cjs/resources/V2/FinancialAddressCreditSimulations.js +0 -4
  758. package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  759. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  760. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -4
  761. package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  762. package/cjs/resources/V2/Iam/ActivityLogs.d.ts +0 -210
  763. package/cjs/resources/V2/Iam/ActivityLogs.js +0 -23
  764. package/cjs/resources/V2/Iam/ActivityLogs.js.map +0 -1
  765. package/cjs/resources/V2/Iam/index.d.ts +0 -13
  766. package/cjs/resources/V2/Iam/index.js +0 -13
  767. package/cjs/resources/V2/Iam/index.js.map +0 -1
  768. package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +0 -131
  769. package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -23
  770. package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  771. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -240
  772. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -44
  773. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  774. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -211
  775. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -31
  776. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  777. package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
  778. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -30
  779. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  780. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -208
  781. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -22
  782. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  783. package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -394
  784. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -41
  785. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  786. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -296
  787. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -49
  788. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  789. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -336
  790. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -39
  791. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  792. package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -239
  793. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -44
  794. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  795. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -92
  796. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -17
  797. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  798. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -295
  799. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -23
  800. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  801. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -157
  802. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -23
  803. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  804. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -161
  805. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -23
  806. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  807. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +0 -192
  808. package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -23
  809. package/cjs/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  810. package/cjs/resources/V2/MoneyManagement/index.d.ts +0 -104
  811. package/cjs/resources/V2/MoneyManagement/index.js +0 -39
  812. package/cjs/resources/V2/MoneyManagement/index.js.map +0 -1
  813. package/cjs/resources/V2/Network/BusinessProfiles.d.ts +0 -92
  814. package/cjs/resources/V2/Network/BusinessProfiles.js +0 -21
  815. package/cjs/resources/V2/Network/BusinessProfiles.js.map +0 -1
  816. package/cjs/resources/V2/Network/index.d.ts +0 -13
  817. package/cjs/resources/V2/Network/index.js +0 -13
  818. package/cjs/resources/V2/Network/index.js.map +0 -1
  819. package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -143
  820. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +0 -41
  821. package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  822. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  823. package/cjs/resources/V2/OrchestratedCommerce/index.js +0 -13
  824. package/cjs/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  825. package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  826. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -23
  827. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  828. package/cjs/resources/V2/TestHelpers/index.d.ts +0 -8
  829. package/cjs/resources/V2/TestHelpers/index.js +0 -13
  830. package/cjs/resources/V2/TestHelpers/index.js.map +0 -1
  831. package/esm/StripeEventNotificationHandler.d.ts +0 -19
  832. package/esm/StripeEventNotificationHandler.js +0 -146
  833. package/esm/StripeEventNotificationHandler.js.map +0 -1
  834. package/esm/resources/AccountNotices.d.ts +0 -140
  835. package/esm/resources/AccountNotices.js +0 -25
  836. package/esm/resources/AccountNotices.js.map +0 -1
  837. package/esm/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
  838. package/esm/resources/Billing/Analytics/MeterUsage.js +0 -11
  839. package/esm/resources/Billing/Analytics/MeterUsage.js.map +0 -1
  840. package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
  841. package/esm/resources/Billing/Analytics/MeterUsageRows.js +0 -3
  842. package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
  843. package/esm/resources/Billing/Analytics/index.d.ts +0 -15
  844. package/esm/resources/Billing/Analytics/index.js +0 -9
  845. package/esm/resources/Billing/Analytics/index.js.map +0 -1
  846. package/esm/resources/Capital/FinancingOffers.d.ts +0 -194
  847. package/esm/resources/Capital/FinancingOffers.js +0 -26
  848. package/esm/resources/Capital/FinancingOffers.js.map +0 -1
  849. package/esm/resources/Capital/FinancingSummary.d.ts +0 -101
  850. package/esm/resources/Capital/FinancingSummary.js +0 -11
  851. package/esm/resources/Capital/FinancingSummary.js.map +0 -1
  852. package/esm/resources/Capital/FinancingTransactions.d.ts +0 -141
  853. package/esm/resources/Capital/FinancingTransactions.js +0 -20
  854. package/esm/resources/Capital/FinancingTransactions.js.map +0 -1
  855. package/esm/resources/Capital/index.d.ts +0 -25
  856. package/esm/resources/Capital/index.js +0 -13
  857. package/esm/resources/Capital/index.js.map +0 -1
  858. package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
  859. package/esm/resources/FinancialConnections/AccountInferredBalances.js +0 -3
  860. package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
  861. package/esm/resources/FinancialConnections/Institutions.d.ts +0 -99
  862. package/esm/resources/FinancialConnections/Institutions.js +0 -19
  863. package/esm/resources/FinancialConnections/Institutions.js.map +0 -1
  864. package/esm/resources/FxQuotes.d.ts +0 -212
  865. package/esm/resources/FxQuotes.js +0 -25
  866. package/esm/resources/FxQuotes.js.map +0 -1
  867. package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -638
  868. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -43
  869. package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
  870. package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +0 -93
  871. package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -19
  872. package/esm/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
  873. package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
  874. package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -19
  875. package/esm/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
  876. package/esm/resources/Issuing/Settlements.d.ts +0 -83
  877. package/esm/resources/Issuing/Settlements.js +0 -3
  878. package/esm/resources/Issuing/Settlements.js.map +0 -1
  879. package/esm/resources/Margins.d.ts +0 -115
  880. package/esm/resources/Margins.js +0 -31
  881. package/esm/resources/Margins.js.map +0 -1
  882. package/esm/resources/Orders.d.ts +0 -4693
  883. package/esm/resources/Orders.js +0 -453
  884. package/esm/resources/Orders.js.map +0 -1
  885. package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -35
  886. package/esm/resources/Privacy/RedactionJobValidationErrors.js +0 -3
  887. package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
  888. package/esm/resources/Privacy/RedactionJobs.d.ts +0 -227
  889. package/esm/resources/Privacy/RedactionJobs.js +0 -69
  890. package/esm/resources/Privacy/RedactionJobs.js.map +0 -1
  891. package/esm/resources/Privacy/index.d.ts +0 -22
  892. package/esm/resources/Privacy/index.js +0 -9
  893. package/esm/resources/Privacy/index.js.map +0 -1
  894. package/esm/resources/ProductCatalog/TrialOffers.d.ts +0 -125
  895. package/esm/resources/ProductCatalog/TrialOffers.js +0 -11
  896. package/esm/resources/ProductCatalog/TrialOffers.js.map +0 -1
  897. package/esm/resources/ProductCatalog/index.d.ts +0 -12
  898. package/esm/resources/ProductCatalog/index.js +0 -9
  899. package/esm/resources/ProductCatalog/index.js.map +0 -1
  900. package/esm/resources/QuoteLines.d.ts +0 -507
  901. package/esm/resources/QuoteLines.js +0 -3
  902. package/esm/resources/QuoteLines.js.map +0 -1
  903. package/esm/resources/QuotePreviewInvoices.d.ts +0 -1120
  904. package/esm/resources/QuotePreviewInvoices.js +0 -3
  905. package/esm/resources/QuotePreviewInvoices.js.map +0 -1
  906. package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -738
  907. package/esm/resources/QuotePreviewSubscriptionSchedules.js +0 -3
  908. package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
  909. package/esm/resources/SharedPayment/GrantedTokens.d.ts +0 -1105
  910. package/esm/resources/SharedPayment/GrantedTokens.js +0 -11
  911. package/esm/resources/SharedPayment/GrantedTokens.js.map +0 -1
  912. package/esm/resources/SharedPayment/IssuedTokens.d.ts +0 -306
  913. package/esm/resources/SharedPayment/IssuedTokens.js +0 -23
  914. package/esm/resources/SharedPayment/IssuedTokens.js.map +0 -1
  915. package/esm/resources/SharedPayment/index.d.ts +0 -19
  916. package/esm/resources/SharedPayment/index.js +0 -11
  917. package/esm/resources/SharedPayment/index.js.map +0 -1
  918. package/esm/resources/Tax/Forms.d.ts +0 -228
  919. package/esm/resources/Tax/Forms.js +0 -28
  920. package/esm/resources/Tax/Forms.js.map +0 -1
  921. package/esm/resources/Tax/Locations.d.ts +0 -108
  922. package/esm/resources/Tax/Locations.js +0 -29
  923. package/esm/resources/Tax/Locations.js.map +0 -1
  924. package/esm/resources/Terminal/ReaderCollectedData.d.ts +0 -50
  925. package/esm/resources/Terminal/ReaderCollectedData.js +0 -11
  926. package/esm/resources/Terminal/ReaderCollectedData.js.map +0 -1
  927. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
  928. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -17
  929. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
  930. package/esm/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
  931. package/esm/resources/TestHelpers/SharedPayment/index.js +0 -9
  932. package/esm/resources/TestHelpers/SharedPayment/index.js.map +0 -1
  933. package/esm/resources/V2/Billing/BillSettingVersions.d.ts +0 -71
  934. package/esm/resources/V2/Billing/BillSettingVersions.js +0 -3
  935. package/esm/resources/V2/Billing/BillSettingVersions.js.map +0 -1
  936. package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
  937. package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -19
  938. package/esm/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
  939. package/esm/resources/V2/Billing/BillSettings.d.ts +0 -280
  940. package/esm/resources/V2/Billing/BillSettings.js +0 -37
  941. package/esm/resources/V2/Billing/BillSettings.js.map +0 -1
  942. package/esm/resources/V2/Billing/Cadences.d.ts +0 -947
  943. package/esm/resources/V2/Billing/Cadences.js +0 -194
  944. package/esm/resources/V2/Billing/Cadences.js.map +0 -1
  945. package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -236
  946. package/esm/resources/V2/Billing/CollectionSettingVersions.js +0 -3
  947. package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
  948. package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
  949. package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -66
  950. package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
  951. package/esm/resources/V2/Billing/CollectionSettings.d.ts +0 -775
  952. package/esm/resources/V2/Billing/CollectionSettings.js +0 -162
  953. package/esm/resources/V2/Billing/CollectionSettings.js.map +0 -1
  954. package/esm/resources/V2/Billing/Profiles.d.ts +0 -162
  955. package/esm/resources/V2/Billing/Profiles.js +0 -31
  956. package/esm/resources/V2/Billing/Profiles.js.map +0 -1
  957. package/esm/resources/V2/Core/BatchJobs.d.ts +0 -360
  958. package/esm/resources/V2/Core/BatchJobs.js +0 -221
  959. package/esm/resources/V2/Core/BatchJobs.js.map +0 -1
  960. package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -279
  961. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -50
  962. package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
  963. package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -249
  964. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -59
  965. package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
  966. package/esm/resources/V2/Core/Vault/index.d.ts +0 -28
  967. package/esm/resources/V2/Core/Vault/index.js +0 -11
  968. package/esm/resources/V2/Core/Vault/index.js.map +0 -1
  969. package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -150
  970. package/esm/resources/V2/Data/Reporting/QueryRuns.js +0 -42
  971. package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
  972. package/esm/resources/V2/Data/Reporting/index.d.ts +0 -13
  973. package/esm/resources/V2/Data/Reporting/index.js +0 -9
  974. package/esm/resources/V2/Data/Reporting/index.js.map +0 -1
  975. package/esm/resources/V2/Data/index.d.ts +0 -10
  976. package/esm/resources/V2/Data/index.js +0 -9
  977. package/esm/resources/V2/Data/index.js.map +0 -1
  978. package/esm/resources/V2/EventMisc.d.ts +0 -0
  979. package/esm/resources/V2/EventMisc.js +0 -2
  980. package/esm/resources/V2/EventMisc.js.map +0 -1
  981. package/esm/resources/V2/Extend/WorkflowRuns.d.ts +0 -162
  982. package/esm/resources/V2/Extend/WorkflowRuns.js +0 -19
  983. package/esm/resources/V2/Extend/WorkflowRuns.js.map +0 -1
  984. package/esm/resources/V2/Extend/Workflows.d.ts +0 -119
  985. package/esm/resources/V2/Extend/Workflows.js +0 -26
  986. package/esm/resources/V2/Extend/Workflows.js.map +0 -1
  987. package/esm/resources/V2/Extend/index.d.ts +0 -20
  988. package/esm/resources/V2/Extend/index.js +0 -11
  989. package/esm/resources/V2/Extend/index.js.map +0 -1
  990. package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
  991. package/esm/resources/V2/FinancialAddressCreditSimulations.js +0 -3
  992. package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
  993. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
  994. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -3
  995. package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
  996. package/esm/resources/V2/Iam/ActivityLogs.d.ts +0 -210
  997. package/esm/resources/V2/Iam/ActivityLogs.js +0 -19
  998. package/esm/resources/V2/Iam/ActivityLogs.js.map +0 -1
  999. package/esm/resources/V2/Iam/index.d.ts +0 -13
  1000. package/esm/resources/V2/Iam/index.js +0 -9
  1001. package/esm/resources/V2/Iam/index.js.map +0 -1
  1002. package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +0 -131
  1003. package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -19
  1004. package/esm/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
  1005. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -240
  1006. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -40
  1007. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
  1008. package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -211
  1009. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -27
  1010. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
  1011. package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
  1012. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -26
  1013. package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
  1014. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -208
  1015. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -18
  1016. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
  1017. package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -394
  1018. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -37
  1019. package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
  1020. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -296
  1021. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -45
  1022. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
  1023. package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -336
  1024. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -35
  1025. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
  1026. package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -239
  1027. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -40
  1028. package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
  1029. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -92
  1030. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -13
  1031. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
  1032. package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -295
  1033. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -19
  1034. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
  1035. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -157
  1036. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -19
  1037. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
  1038. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -161
  1039. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -19
  1040. package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
  1041. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +0 -192
  1042. package/esm/resources/V2/MoneyManagement/Transactions.js +0 -19
  1043. package/esm/resources/V2/MoneyManagement/Transactions.js.map +0 -1
  1044. package/esm/resources/V2/MoneyManagement/index.d.ts +0 -104
  1045. package/esm/resources/V2/MoneyManagement/index.js +0 -35
  1046. package/esm/resources/V2/MoneyManagement/index.js.map +0 -1
  1047. package/esm/resources/V2/Network/BusinessProfiles.d.ts +0 -92
  1048. package/esm/resources/V2/Network/BusinessProfiles.js +0 -17
  1049. package/esm/resources/V2/Network/BusinessProfiles.js.map +0 -1
  1050. package/esm/resources/V2/Network/index.d.ts +0 -13
  1051. package/esm/resources/V2/Network/index.js +0 -9
  1052. package/esm/resources/V2/Network/index.js.map +0 -1
  1053. package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -143
  1054. package/esm/resources/V2/OrchestratedCommerce/Agreements.js +0 -37
  1055. package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
  1056. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
  1057. package/esm/resources/V2/OrchestratedCommerce/index.js +0 -9
  1058. package/esm/resources/V2/OrchestratedCommerce/index.js.map +0 -1
  1059. package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
  1060. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -19
  1061. package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
  1062. package/esm/resources/V2/TestHelpers/index.d.ts +0 -8
  1063. package/esm/resources/V2/TestHelpers/index.js +0 -9
  1064. package/esm/resources/V2/TestHelpers/index.js.map +0 -1
@@ -7,7 +7,7 @@ import { Account } from './Accounts.js';
7
7
  import { PaymentMethod } from './PaymentMethods.js';
8
8
  import { PaymentIntent } from './PaymentIntents.js';
9
9
  import { CustomerSource } from './CustomerSources.js';
10
- import { Emptyable, MetadataParam, AddressParam, PaginationParams, RangeQueryParam, Metadata } from '../shared.js';
10
+ import { Emptyable, MetadataParam, OtherString, AddressParam, PaginationParams, RangeQueryParam, Metadata } from '../shared.js';
11
11
  import { RequestOptions, ApiListPromise, Response } from '../lib.js';
12
12
  export declare class SetupIntentResource extends StripeResource {
13
13
  /**
@@ -70,6 +70,10 @@ export interface SetupIntent {
70
70
  * String representing the object's type. Objects of the same type share the same value.
71
71
  */
72
72
  object: 'setup_intent';
73
+ /**
74
+ * The list of payment method types to allow for this SetupIntent. Stripe will only use methods in this list when determining the payment methods to offer.
75
+ */
76
+ allowed_payment_method_types?: Array<SetupIntent.AllowedPaymentMethodType> | null;
73
77
  /**
74
78
  * ID of the Connect application that created the SetupIntent.
75
79
  */
@@ -169,10 +173,6 @@ export interface SetupIntent {
169
173
  * The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. A list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).
170
174
  */
171
175
  payment_method_types: Array<string>;
172
- /**
173
- * Redaction status of this SetupIntent. If the SetupIntent isn't redacted, this field is null.
174
- */
175
- redaction?: SetupIntent.Redaction | null;
176
176
  /**
177
177
  * ID of the single_use Mandate generated by the SetupIntent.
178
178
  */
@@ -189,6 +189,7 @@ export interface SetupIntent {
189
189
  usage: string;
190
190
  }
191
191
  export declare namespace SetupIntent {
192
+ type AllowedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boku_promptpay' | 'boleto' | 'capchase_pay' | 'card' | 'cashapp' | 'check_scan' | 'click_to_pay' | 'crypto' | 'customer_balance' | 'demo_pay' | 'duitnow' | 'dummy_auth_push' | 'dummy_passthrough_card' | 'edenred' | 'eps' | 'fpx' | 'gcash' | 'getbalance' | 'gift_card' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'knet' | 'konbini' | 'kr_card' | 'kr_market' | 'kriya' | 'link' | 'mb_way' | 'mobilepay' | 'momo' | 'mondu' | 'multibanco' | 'naver_pay' | 'netbanking' | 'ng_bank' | 'ng_bank_transfer' | 'ng_card' | 'ng_market' | 'ng_ussd' | 'ng_wallet' | 'nz_bank_account' | 'octopus' | 'oxxo' | 'p24' | 'paper_check' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sequra' | 'shop_pay' | 'shopeepay' | 'sofort' | 'south_korea_market' | 'stripe_balance' | 'sunbit' | 'swish' | 'tamara' | 'test_pay' | 'truemoney' | 'twint' | 'upi' | 'us_bank_account' | 'us_cash_voucher' | 'vipps' | 'wechat_pay' | 'wero' | 'zip' | OtherString;
192
193
  interface AutomaticPaymentMethods {
193
194
  /**
194
195
  * Controls whether this SetupIntent will accept redirect-based payment methods.
@@ -202,7 +203,7 @@ export declare namespace SetupIntent {
202
203
  enabled: boolean | null;
203
204
  }
204
205
  type CancellationReason = 'abandoned' | 'duplicate' | 'requested_by_customer';
205
- type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'shopeepay' | 'sofort' | 'stripe_balance' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
206
+ type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip' | OtherString;
206
207
  type FlowDirection = 'inbound' | 'outbound';
207
208
  interface LastSetupError {
208
209
  /**
@@ -349,18 +350,12 @@ export declare namespace SetupIntent {
349
350
  upi?: PaymentMethodOptions.Upi;
350
351
  us_bank_account?: PaymentMethodOptions.UsBankAccount;
351
352
  }
352
- interface Redaction {
353
- /**
354
- * Indicates whether this object and its related objects have been redacted or not.
355
- */
356
- status: Redaction.Status;
357
- }
358
353
  type Status = 'canceled' | 'processing' | 'requires_action' | 'requires_confirmation' | 'requires_payment_method' | 'succeeded';
359
354
  namespace AutomaticPaymentMethods {
360
- type AllowRedirects = 'always' | 'never';
355
+ type AllowRedirects = 'always' | 'never' | OtherString;
361
356
  }
362
357
  namespace LastSetupError {
363
- type Code = 'account_closed' | 'account_country_invalid_address' | 'account_error_country_change_requires_additional_steps' | 'account_information_mismatch' | 'account_invalid' | 'account_number_invalid' | 'account_token_required_for_v2_account' | 'acss_debit_session_incomplete' | 'action_blocked' | 'alipay_upgrade_required' | 'amount_too_large' | 'amount_too_small' | 'anomalous_money_movement_request' | 'api_key_expired' | 'application_fees_not_allowed' | 'approval_required' | 'authentication_required' | 'balance_insufficient' | 'balance_invalid_parameter' | 'bank_account_bad_routing_numbers' | 'bank_account_declined' | 'bank_account_exists' | 'bank_account_restricted' | 'bank_account_unusable' | 'bank_account_unverified' | 'bank_account_verification_failed' | 'billing_invalid_mandate' | 'bitcoin_upgrade_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'card_declined' | 'cardholder_phone_number_required' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_exceeds_transaction_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'clearing_code_unsupported' | 'country_code_invalid' | 'country_unsupported' | 'coupon_expired' | 'customer_max_payment_methods' | 'customer_max_subscriptions' | 'customer_session_expired' | 'customer_tax_location_invalid' | 'debit_not_authorized' | 'email_invalid' | 'expired_card' | 'failed_tax_calculation' | 'financial_account_balance_does_not_support_currency' | 'financial_account_capability_not_enabled' | 'financial_account_capability_restricted' | 'financial_connections_account_inactive' | 'financial_connections_account_pending_account_numbers' | 'financial_connections_account_unavailable_account_numbers' | 'financial_connections_institution_unavailable' | 'financial_connections_no_successful_transaction_refresh' | 'forwarding_api_inactive' | 'forwarding_api_invalid_parameter' | 'forwarding_api_retryable_upstream_error' | 'forwarding_api_upstream_connection_error' | 'forwarding_api_upstream_connection_timeout' | 'forwarding_api_upstream_error' | 'idempotency_key_in_use' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_number' | 'incorrect_zip' | 'india_recurring_payment_mandate_canceled' | 'instant_payouts_config_disabled' | 'instant_payouts_currency_disabled' | 'instant_payouts_limit_exceeded' | 'instant_payouts_unsupported' | 'insufficient_funds' | 'intent_invalid_state' | 'intent_verification_method_missing' | 'invalid_card_type' | 'invalid_characters' | 'invalid_charge_amount' | 'invalid_cvc' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_mandate_reference_prefix_format' | 'invalid_number' | 'invalid_source_usage' | 'invalid_tax_location' | 'invoice_no_customer_line_items' | 'invoice_no_payment_method_types' | 'invoice_no_subscription_line_items' | 'invoice_not_editable' | 'invoice_on_behalf_of_not_editable' | 'invoice_payment_intent_requires_action' | 'invoice_upcoming_none' | 'livemode_mismatch' | 'lock_timeout' | 'missing' | 'no_account' | 'not_allowed_on_standard_account' | 'out_of_inventory' | 'ownership_declaration_not_allowed' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_invalid_parameter' | 'payment_intent_konbini_rejected_confirmation_number' | 'payment_intent_mandate_invalid' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_rate_limit_exceeded' | 'payment_intent_unexpected_state' | 'payment_method_bank_account_already_verified' | 'payment_method_bank_account_blocked' | 'payment_method_billing_details_address_missing' | 'payment_method_configuration_failures' | 'payment_method_currency_mismatch' | 'payment_method_customer_decline' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_microdeposit_failed' | 'payment_method_microdeposit_processing_error' | 'payment_method_microdeposit_verification_amounts_invalid' | 'payment_method_microdeposit_verification_amounts_mismatch' | 'payment_method_microdeposit_verification_attempts_exceeded' | 'payment_method_microdeposit_verification_descriptor_code_mismatch' | 'payment_method_microdeposit_verification_timeout' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'payout_reconciliation_not_ready' | 'payouts_limit_exceeded' | 'payouts_not_allowed' | 'platform_account_required' | 'platform_api_key_expired' | 'postal_code_invalid' | 'processing_error' | 'product_inactive' | 'progressive_onboarding_limit_exceeded' | 'rate_limit' | 'refer_to_customer' | 'refund_disputed_payment' | 'request_blocked' | 'resource_already_exists' | 'resource_missing' | 'return_intent_already_processed' | 'routing_number_invalid' | 'secret_key_required' | 'sensitive_data_access_expired' | 'sepa_unsupported_account' | 'service_period_coupon_with_metered_tiered_item_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_mandate_invalid' | 'setup_intent_mobile_wallet_unsupported' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state' | 'shipping_address_invalid' | 'shipping_calculation_failed' | 'siret_invalid' | 'sku_inactive' | 'state_unsupported' | 'status_transition_invalid' | 'storer_capability_missing' | 'storer_capability_not_active' | 'stripe_tax_inactive' | 'tax_id_invalid' | 'tax_id_prohibited' | 'taxes_calculation_failed' | 'terminal_location_country_unsupported' | 'terminal_reader_busy' | 'terminal_reader_collected_data_invalid' | 'terminal_reader_hardware_fault' | 'terminal_reader_invalid_location_for_activation' | 'terminal_reader_invalid_location_for_payment' | 'terminal_reader_offline' | 'terminal_reader_timeout' | 'testmode_charges_only' | 'tls_version_unsupported' | 'token_already_used' | 'token_card_network_invalid' | 'token_in_use' | 'transfer_source_balance_parameters_mismatch' | 'transfers_not_allowed' | 'url_invalid' | 'v2_account_disconnection_unsupported' | 'v2_account_missing_configuration';
358
+ type Code = 'account_closed' | 'account_country_invalid_address' | 'account_error_country_change_requires_additional_steps' | 'account_information_mismatch' | 'account_invalid' | 'account_number_invalid' | 'account_token_required_for_v2_account' | 'acss_debit_session_incomplete' | 'action_blocked' | 'alipay_upgrade_required' | 'amount_too_large' | 'amount_too_small' | 'anomalous_money_movement_request' | 'api_key_expired' | 'application_fees_not_allowed' | 'approval_required' | 'authentication_required' | 'balance_insufficient' | 'balance_invalid_parameter' | 'bank_account_bad_routing_numbers' | 'bank_account_declined' | 'bank_account_exists' | 'bank_account_restricted' | 'bank_account_unusable' | 'bank_account_unverified' | 'bank_account_verification_failed' | 'billing_invalid_mandate' | 'bitcoin_upgrade_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'card_declined' | 'cardholder_phone_number_required' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_exceeds_transaction_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'clearing_code_unsupported' | 'country_code_invalid' | 'country_unsupported' | 'coupon_expired' | 'customer_max_payment_methods' | 'customer_max_subscriptions' | 'customer_session_expired' | 'customer_tax_location_invalid' | 'debit_not_authorized' | 'email_invalid' | 'expired_card' | 'failed_tax_calculation' | 'financial_account_balance_does_not_support_currency' | 'financial_account_capability_not_enabled' | 'financial_account_capability_restricted' | 'financial_connections_account_inactive' | 'financial_connections_account_pending_account_numbers' | 'financial_connections_account_unavailable_account_numbers' | 'financial_connections_no_successful_transaction_refresh' | 'forwarding_api_inactive' | 'forwarding_api_invalid_parameter' | 'forwarding_api_retryable_upstream_error' | 'forwarding_api_upstream_connection_error' | 'forwarding_api_upstream_connection_timeout' | 'forwarding_api_upstream_error' | 'idempotency_key_in_use' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_number' | 'incorrect_zip' | 'india_recurring_payment_mandate_canceled' | 'instant_payouts_config_disabled' | 'instant_payouts_currency_disabled' | 'instant_payouts_limit_exceeded' | 'instant_payouts_unsupported' | 'insufficient_funds' | 'intent_invalid_state' | 'intent_verification_method_missing' | 'invalid_card_type' | 'invalid_characters' | 'invalid_charge_amount' | 'invalid_cvc' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_mandate_reference_prefix_format' | 'invalid_number' | 'invalid_source_usage' | 'invalid_tax_location' | 'invoice_no_customer_line_items' | 'invoice_no_payment_method_types' | 'invoice_no_subscription_line_items' | 'invoice_not_editable' | 'invoice_on_behalf_of_not_editable' | 'invoice_payment_intent_requires_action' | 'invoice_upcoming_none' | 'livemode_mismatch' | 'lock_timeout' | 'missing' | 'no_account' | 'not_allowed_on_standard_account' | 'out_of_inventory' | 'ownership_declaration_not_allowed' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_invalid_parameter' | 'payment_intent_konbini_rejected_confirmation_number' | 'payment_intent_mandate_invalid' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_rate_limit_exceeded' | 'payment_intent_unexpected_state' | 'payment_method_bank_account_already_verified' | 'payment_method_bank_account_blocked' | 'payment_method_billing_details_address_missing' | 'payment_method_configuration_failures' | 'payment_method_currency_mismatch' | 'payment_method_customer_decline' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_microdeposit_failed' | 'payment_method_microdeposit_processing_error' | 'payment_method_microdeposit_verification_amounts_invalid' | 'payment_method_microdeposit_verification_amounts_mismatch' | 'payment_method_microdeposit_verification_attempts_exceeded' | 'payment_method_microdeposit_verification_descriptor_code_mismatch' | 'payment_method_microdeposit_verification_timeout' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'payout_reconciliation_not_ready' | 'payouts_limit_exceeded' | 'payouts_not_allowed' | 'platform_account_required' | 'platform_api_key_expired' | 'postal_code_invalid' | 'processing_error' | 'product_inactive' | 'progressive_onboarding_limit_exceeded' | 'rate_limit' | 'refer_to_customer' | 'refund_disputed_payment' | 'request_blocked' | 'resource_already_exists' | 'resource_missing' | 'return_intent_already_processed' | 'routing_number_invalid' | 'secret_key_required' | 'sepa_unsupported_account' | 'service_period_coupon_with_metered_tiered_item_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_mandate_invalid' | 'setup_intent_mobile_wallet_unsupported' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state' | 'shipping_address_invalid' | 'shipping_calculation_failed' | 'siret_invalid' | 'sku_inactive' | 'state_unsupported' | 'status_transition_invalid' | 'storer_capability_missing' | 'storer_capability_not_active' | 'stripe_tax_inactive' | 'tax_id_invalid' | 'tax_id_prohibited' | 'taxes_calculation_failed' | 'terminal_location_country_unsupported' | 'terminal_reader_busy' | 'terminal_reader_hardware_fault' | 'terminal_reader_invalid_location_for_activation' | 'terminal_reader_invalid_location_for_payment' | 'terminal_reader_offline' | 'terminal_reader_timeout' | 'testmode_charges_only' | 'tls_version_unsupported' | 'token_already_used' | 'token_card_network_invalid' | 'token_in_use' | 'transfer_source_balance_parameters_mismatch' | 'transfers_not_allowed' | 'url_invalid';
364
359
  type Type = 'api_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error';
365
360
  }
366
361
  namespace NextAction {
@@ -466,7 +461,7 @@ export declare namespace SetupIntent {
466
461
  }
467
462
  }
468
463
  namespace VerifyWithMicrodeposits {
469
- type MicrodepositType = 'amounts' | 'descriptor_code';
464
+ type MicrodepositType = 'amounts' | 'descriptor_code' | OtherString;
470
465
  }
471
466
  }
472
467
  namespace PaymentMethodOptions {
@@ -526,14 +521,6 @@ export declare namespace SetupIntent {
526
521
  * The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
527
522
  */
528
523
  billing_agreement_id: string | null;
529
- /**
530
- * 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).
531
- */
532
- currency?: string | null;
533
- /**
534
- * The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
535
- */
536
- subsellers?: Array<string>;
537
524
  }
538
525
  interface Payto {
539
526
  mandate_options?: Payto.MandateOptions;
@@ -556,7 +543,7 @@ export declare namespace SetupIntent {
556
543
  verification_method?: UsBankAccount.VerificationMethod;
557
544
  }
558
545
  namespace AcssDebit {
559
- type Currency = 'cad' | 'usd';
546
+ type Currency = 'cad' | 'usd' | OtherString;
560
547
  interface MandateOptions {
561
548
  /**
562
549
  * A URL for custom mandate text
@@ -579,11 +566,11 @@ export declare namespace SetupIntent {
579
566
  */
580
567
  transaction_type: MandateOptions.TransactionType | null;
581
568
  }
582
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
569
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
583
570
  namespace MandateOptions {
584
- type DefaultFor = 'invoice' | 'subscription';
585
- type PaymentSchedule = 'combined' | 'interval' | 'sporadic';
586
- type TransactionType = 'business' | 'personal';
571
+ type DefaultFor = 'invoice' | 'subscription' | OtherString;
572
+ type PaymentSchedule = 'combined' | 'interval' | 'sporadic' | OtherString;
573
+ type TransactionType = 'business' | 'personal' | OtherString;
587
574
  }
588
575
  }
589
576
  namespace BacsDebit {
@@ -638,7 +625,7 @@ export declare namespace SetupIntent {
638
625
  supported_types: Array<'india'> | null;
639
626
  }
640
627
  type Network = 'amex' | 'cartes_bancaires' | 'diners' | 'discover' | 'eftpos_au' | 'girocard' | 'interac' | 'jcb' | 'link' | 'mastercard' | 'unionpay' | 'unknown' | 'visa';
641
- type RequestThreeDSecure = 'any' | 'automatic' | 'challenge';
628
+ type RequestThreeDSecure = 'any' | 'automatic' | 'challenge' | OtherString;
642
629
  namespace MandateOptions {
643
630
  type AmountType = 'fixed' | 'maximum';
644
631
  type Interval = 'day' | 'month' | 'sporadic' | 'week' | 'year';
@@ -676,9 +663,9 @@ export declare namespace SetupIntent {
676
663
  start_date: string | null;
677
664
  }
678
665
  namespace MandateOptions {
679
- type AmountType = 'fixed' | 'maximum';
680
- type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly';
681
- type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility';
666
+ type AmountType = 'fixed' | 'maximum' | OtherString;
667
+ type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly' | OtherString;
668
+ type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility' | OtherString;
682
669
  }
683
670
  }
684
671
  namespace Pix {
@@ -717,9 +704,9 @@ export declare namespace SetupIntent {
717
704
  start_date?: string;
718
705
  }
719
706
  namespace MandateOptions {
720
- type AmountIncludesIof = 'always' | 'never';
721
- type AmountType = 'fixed' | 'maximum';
722
- type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly';
707
+ type AmountIncludesIof = 'always' | 'never' | OtherString;
708
+ type AmountType = 'fixed' | 'maximum' | OtherString;
709
+ type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly' | OtherString;
723
710
  }
724
711
  }
725
712
  namespace SepaDebit {
@@ -750,13 +737,12 @@ export declare namespace SetupIntent {
750
737
  end_date: number | null;
751
738
  }
752
739
  namespace MandateOptions {
753
- type AmountType = 'fixed' | 'maximum';
740
+ type AmountType = 'fixed' | 'maximum' | OtherString;
754
741
  }
755
742
  }
756
743
  namespace UsBankAccount {
757
744
  interface FinancialConnections {
758
745
  filters?: FinancialConnections.Filters;
759
- manual_entry?: FinancialConnections.ManualEntry;
760
746
  /**
761
747
  * The list of permissions to request. The `payment_method` permission must be included.
762
748
  */
@@ -776,40 +762,28 @@ export declare namespace SetupIntent {
776
762
  */
777
763
  collection_method?: 'paper';
778
764
  }
779
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
765
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
780
766
  namespace FinancialConnections {
781
767
  interface Filters {
782
768
  /**
783
769
  * The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
784
770
  */
785
771
  account_subcategories?: Array<Filters.AccountSubcategory>;
786
- /**
787
- * The institution to use to filter for possible accounts to link.
788
- */
789
- institution?: string;
790
772
  }
791
- interface ManualEntry {
792
- /**
793
- * Settings for configuring manual entry of account details.
794
- */
795
- mode?: ManualEntry.Mode;
796
- }
797
- type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
798
- type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
773
+ type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions' | OtherString;
774
+ type Prefetch = 'balances' | 'ownership' | 'transactions' | OtherString;
799
775
  namespace Filters {
800
- type AccountSubcategory = 'checking' | 'savings';
801
- }
802
- namespace ManualEntry {
803
- type Mode = 'automatic' | 'custom';
776
+ type AccountSubcategory = 'checking' | 'savings' | OtherString;
804
777
  }
805
778
  }
806
779
  }
807
780
  }
808
- namespace Redaction {
809
- type Status = 'processing' | 'redacted' | 'validated';
810
- }
811
781
  }
812
782
  export interface SetupIntentCreateParams {
783
+ /**
784
+ * The list of payment method types to allow for this SetupIntent. Stripe will only use methods in this list when determining the payment methods to offer. A list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).
785
+ */
786
+ allowed_payment_method_types?: Array<SetupIntentCreateParams.AllowedPaymentMethodType>;
813
787
  /**
814
788
  * If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.
815
789
  *
@@ -913,6 +887,7 @@ export interface SetupIntentCreateParams {
913
887
  use_stripe_sdk?: boolean;
914
888
  }
915
889
  export declare namespace SetupIntentCreateParams {
890
+ type AllowedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boku_promptpay' | 'boleto' | 'capchase_pay' | 'card' | 'cashapp' | 'check_scan' | 'click_to_pay' | 'crypto' | 'customer_balance' | 'demo_pay' | 'duitnow' | 'dummy_auth_push' | 'dummy_passthrough_card' | 'edenred' | 'eps' | 'fpx' | 'gcash' | 'getbalance' | 'gift_card' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'knet' | 'konbini' | 'kr_card' | 'kr_market' | 'kriya' | 'link' | 'mb_way' | 'mobilepay' | 'momo' | 'mondu' | 'multibanco' | 'naver_pay' | 'netbanking' | 'ng_bank' | 'ng_bank_transfer' | 'ng_card' | 'ng_market' | 'ng_ussd' | 'ng_wallet' | 'nz_bank_account' | 'octopus' | 'oxxo' | 'p24' | 'paper_check' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sequra' | 'shop_pay' | 'shopeepay' | 'sofort' | 'south_korea_market' | 'stripe_balance' | 'sunbit' | 'swish' | 'tamara' | 'test_pay' | 'truemoney' | 'twint' | 'upi' | 'us_bank_account' | 'us_cash_voucher' | 'vipps' | 'wechat_pay' | 'wero' | 'zip' | OtherString;
916
891
  interface AutomaticPaymentMethods {
917
892
  /**
918
893
  * Controls whether this SetupIntent will accept redirect-based payment methods.
@@ -925,8 +900,8 @@ export declare namespace SetupIntentCreateParams {
925
900
  */
926
901
  enabled: boolean;
927
902
  }
928
- type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'shopeepay' | 'sofort' | 'stripe_balance' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
929
- type FlowDirection = 'inbound' | 'outbound';
903
+ type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip' | OtherString;
904
+ type FlowDirection = 'inbound' | 'outbound' | OtherString;
930
905
  interface MandateData {
931
906
  /**
932
907
  * This hash contains details about the customer acceptance of the Mandate.
@@ -1018,18 +993,10 @@ export declare namespace SetupIntentCreateParams {
1018
993
  * If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
1019
994
  */
1020
995
  giropay?: PaymentMethodData.Giropay;
1021
- /**
1022
- * If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
1023
- */
1024
- gopay?: PaymentMethodData.Gopay;
1025
996
  /**
1026
997
  * If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
1027
998
  */
1028
999
  grabpay?: PaymentMethodData.Grabpay;
1029
- /**
1030
- * If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
1031
- */
1032
- id_bank_transfer?: PaymentMethodData.IdBankTransfer;
1033
1000
  /**
1034
1001
  * If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
1035
1002
  */
@@ -1106,10 +1073,6 @@ export declare namespace SetupIntentCreateParams {
1106
1073
  * If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
1107
1074
  */
1108
1075
  paypal?: PaymentMethodData.Paypal;
1109
- /**
1110
- * If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
1111
- */
1112
- paypay?: PaymentMethodData.Paypay;
1113
1076
  /**
1114
1077
  * If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
1115
1078
  */
@@ -1122,18 +1085,10 @@ export declare namespace SetupIntentCreateParams {
1122
1085
  * If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
1123
1086
  */
1124
1087
  promptpay?: PaymentMethodData.Promptpay;
1125
- /**
1126
- * If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
1127
- */
1128
- qris?: PaymentMethodData.Qris;
1129
1088
  /**
1130
1089
  * Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
1131
1090
  */
1132
1091
  radar_options?: PaymentMethodData.RadarOptions;
1133
- /**
1134
- * If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
1135
- */
1136
- rechnung?: PaymentMethodData.Rechnung;
1137
1092
  /**
1138
1093
  * If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
1139
1094
  */
@@ -1154,22 +1109,10 @@ export declare namespace SetupIntentCreateParams {
1154
1109
  * If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
1155
1110
  */
1156
1111
  sepa_debit?: PaymentMethodData.SepaDebit;
1157
- /**
1158
- * ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
1159
- */
1160
- shared_payment_granted_token?: string;
1161
- /**
1162
- * If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
1163
- */
1164
- shopeepay?: PaymentMethodData.Shopeepay;
1165
1112
  /**
1166
1113
  * If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
1167
1114
  */
1168
1115
  sofort?: PaymentMethodData.Sofort;
1169
- /**
1170
- * This hash contains details about the Stripe balance payment method.
1171
- */
1172
- stripe_balance?: PaymentMethodData.StripeBalance;
1173
1116
  /**
1174
1117
  * If this is a `sunbit` PaymentMethod, this hash contains details about the Sunbit payment method.
1175
1118
  */
@@ -1271,9 +1214,9 @@ export declare namespace SetupIntentCreateParams {
1271
1214
  */
1272
1215
  currency: string;
1273
1216
  }
1274
- type Usage = 'off_session' | 'on_session';
1217
+ type Usage = 'off_session' | 'on_session' | OtherString;
1275
1218
  namespace AutomaticPaymentMethods {
1276
- type AllowRedirects = 'always' | 'never';
1219
+ type AllowRedirects = 'always' | 'never' | OtherString;
1277
1220
  }
1278
1221
  namespace MandateData {
1279
1222
  interface CustomerAcceptance {
@@ -1331,7 +1274,7 @@ export declare namespace SetupIntentCreateParams {
1331
1274
  }
1332
1275
  interface Alipay {
1333
1276
  }
1334
- type AllowRedisplay = 'always' | 'limited' | 'unspecified';
1277
+ type AllowRedisplay = 'always' | 'limited' | 'unspecified' | OtherString;
1335
1278
  interface Alma {
1336
1279
  }
1337
1280
  interface AmazonPay {
@@ -1416,16 +1359,8 @@ export declare namespace SetupIntentCreateParams {
1416
1359
  }
1417
1360
  interface Giropay {
1418
1361
  }
1419
- interface Gopay {
1420
- }
1421
1362
  interface Grabpay {
1422
1363
  }
1423
- interface IdBankTransfer {
1424
- /**
1425
- * Bank where the account is held.
1426
- */
1427
- bank?: IdBankTransfer.Bank;
1428
- }
1429
1364
  interface Ideal {
1430
1365
  /**
1431
1366
  * The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
@@ -1499,8 +1434,6 @@ export declare namespace SetupIntentCreateParams {
1499
1434
  }
1500
1435
  interface Paypal {
1501
1436
  }
1502
- interface Paypay {
1503
- }
1504
1437
  interface Payto {
1505
1438
  /**
1506
1439
  * The account number for the bank account.
@@ -1519,20 +1452,12 @@ export declare namespace SetupIntentCreateParams {
1519
1452
  }
1520
1453
  interface Promptpay {
1521
1454
  }
1522
- interface Qris {
1523
- }
1524
1455
  interface RadarOptions {
1525
1456
  /**
1526
1457
  * A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
1527
1458
  */
1528
1459
  session?: string;
1529
1460
  }
1530
- interface Rechnung {
1531
- /**
1532
- * Customer's date of birth
1533
- */
1534
- dob: Rechnung.Dob;
1535
- }
1536
1461
  interface RevolutPay {
1537
1462
  }
1538
1463
  interface SamsungPay {
@@ -1547,27 +1472,19 @@ export declare namespace SetupIntentCreateParams {
1547
1472
  */
1548
1473
  iban: string;
1549
1474
  }
1550
- interface Shopeepay {
1551
- }
1552
1475
  interface Sofort {
1553
1476
  /**
1554
1477
  * Two-letter ISO code representing the country the bank account is located in.
1555
1478
  */
1556
1479
  country: Sofort.Country;
1557
1480
  }
1558
- interface StripeBalance {
1559
- /**
1560
- * The connected account ID whose Stripe balance to use as the source of payment
1561
- */
1562
- account?: string;
1563
- }
1564
1481
  interface Sunbit {
1565
1482
  }
1566
1483
  interface Swish {
1567
1484
  }
1568
1485
  interface Twint {
1569
1486
  }
1570
- type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'shopeepay' | 'sofort' | 'stripe_balance' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
1487
+ type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip' | OtherString;
1571
1488
  interface Upi {
1572
1489
  /**
1573
1490
  * Configuration options for setting up an eMandate
@@ -1605,10 +1522,7 @@ export declare namespace SetupIntentCreateParams {
1605
1522
  }
1606
1523
  namespace Fpx {
1607
1524
  type AccountHolderType = 'company' | 'individual';
1608
- type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
1609
- }
1610
- namespace IdBankTransfer {
1611
- type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
1525
+ type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bnp_paribas' | 'bsn' | 'cimb' | 'citibank' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'mbsb_bank' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
1612
1526
  }
1613
1527
  namespace Ideal {
1614
1528
  type Bank = 'abn_amro' | 'adyen' | 'asn_bank' | 'bunq' | 'buut' | 'finom' | 'handelsbanken' | 'ing' | 'knab' | 'mollie' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
@@ -1630,29 +1544,13 @@ export declare namespace SetupIntentCreateParams {
1630
1544
  }
1631
1545
  }
1632
1546
  namespace NaverPay {
1633
- type Funding = 'card' | 'points';
1547
+ type Funding = 'card' | 'points' | OtherString;
1634
1548
  }
1635
1549
  namespace P24 {
1636
- type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank';
1637
- }
1638
- namespace Rechnung {
1639
- interface Dob {
1640
- /**
1641
- * The day of birth, between 1 and 31.
1642
- */
1643
- day: number;
1644
- /**
1645
- * The month of birth, between 1 and 12.
1646
- */
1647
- month: number;
1648
- /**
1649
- * The four-digit year of birth.
1650
- */
1651
- year: number;
1652
- }
1550
+ type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank' | OtherString;
1653
1551
  }
1654
1552
  namespace Sofort {
1655
- type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
1553
+ type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL' | OtherString;
1656
1554
  }
1657
1555
  namespace Upi {
1658
1556
  interface MandateOptions {
@@ -1674,12 +1572,12 @@ export declare namespace SetupIntentCreateParams {
1674
1572
  end_date?: number;
1675
1573
  }
1676
1574
  namespace MandateOptions {
1677
- type AmountType = 'fixed' | 'maximum';
1575
+ type AmountType = 'fixed' | 'maximum' | OtherString;
1678
1576
  }
1679
1577
  }
1680
1578
  namespace UsBankAccount {
1681
- type AccountHolderType = 'company' | 'individual';
1682
- type AccountType = 'checking' | 'savings';
1579
+ type AccountHolderType = 'company' | 'individual' | OtherString;
1580
+ type AccountType = 'checking' | 'savings' | OtherString;
1683
1581
  }
1684
1582
  }
1685
1583
  namespace PaymentMethodOptions {
@@ -1764,11 +1662,6 @@ export declare namespace SetupIntentCreateParams {
1764
1662
  * The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
1765
1663
  */
1766
1664
  billing_agreement_id?: string;
1767
- currency?: string;
1768
- /**
1769
- * The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
1770
- */
1771
- subsellers?: Array<string>;
1772
1665
  }
1773
1666
  interface Payto {
1774
1667
  /**
@@ -1814,7 +1707,7 @@ export declare namespace SetupIntentCreateParams {
1814
1707
  verification_method?: UsBankAccount.VerificationMethod;
1815
1708
  }
1816
1709
  namespace AcssDebit {
1817
- type Currency = 'cad' | 'usd';
1710
+ type Currency = 'cad' | 'usd' | OtherString;
1818
1711
  interface MandateOptions {
1819
1712
  /**
1820
1713
  * A URL for custom mandate text to render during confirmation step.
@@ -1839,11 +1732,11 @@ export declare namespace SetupIntentCreateParams {
1839
1732
  */
1840
1733
  transaction_type?: MandateOptions.TransactionType;
1841
1734
  }
1842
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
1735
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
1843
1736
  namespace MandateOptions {
1844
- type DefaultFor = 'invoice' | 'subscription';
1845
- type PaymentSchedule = 'combined' | 'interval' | 'sporadic';
1846
- type TransactionType = 'business' | 'personal';
1737
+ type DefaultFor = 'invoice' | 'subscription' | OtherString;
1738
+ type PaymentSchedule = 'combined' | 'interval' | 'sporadic' | OtherString;
1739
+ type TransactionType = 'business' | 'personal' | OtherString;
1847
1740
  }
1848
1741
  }
1849
1742
  namespace BacsDebit {
@@ -1898,7 +1791,7 @@ export declare namespace SetupIntentCreateParams {
1898
1791
  supported_types?: Array<'india'>;
1899
1792
  }
1900
1793
  type Network = 'amex' | 'cartes_bancaires' | 'diners' | 'discover' | 'eftpos_au' | 'girocard' | 'interac' | 'jcb' | 'link' | 'mastercard' | 'unionpay' | 'unknown' | 'visa';
1901
- type RequestThreeDSecure = 'any' | 'automatic' | 'challenge';
1794
+ type RequestThreeDSecure = 'any' | 'automatic' | 'challenge' | OtherString;
1902
1795
  interface ThreeDSecure {
1903
1796
  /**
1904
1797
  * The `transStatus` returned from the card Issuer's ACS in the ARes.
@@ -1942,15 +1835,15 @@ export declare namespace SetupIntentCreateParams {
1942
1835
  type Interval = 'day' | 'month' | 'sporadic' | 'week' | 'year';
1943
1836
  }
1944
1837
  namespace ThreeDSecure {
1945
- type AresTransStatus = 'A' | 'C' | 'I' | 'N' | 'R' | 'U' | 'Y';
1946
- type ElectronicCommerceIndicator = '01' | '02' | '05' | '06' | '07';
1838
+ type AresTransStatus = 'A' | 'C' | 'I' | 'N' | 'R' | 'U' | 'Y' | OtherString;
1839
+ type ElectronicCommerceIndicator = '01' | '02' | '05' | '06' | '07' | OtherString;
1947
1840
  interface NetworkOptions {
1948
1841
  /**
1949
1842
  * Cartes Bancaires-specific 3DS fields.
1950
1843
  */
1951
1844
  cartes_bancaires?: NetworkOptions.CartesBancaires;
1952
1845
  }
1953
- type Version = '1.0.2' | '2.1.0' | '2.2.0' | '2.3.0' | '2.3.1';
1846
+ type Version = '1.0.2' | '2.1.0' | '2.2.0' | '2.3.0' | '2.3.1' | OtherString;
1954
1847
  namespace NetworkOptions {
1955
1848
  interface CartesBancaires {
1956
1849
  /**
@@ -1973,7 +1866,7 @@ export declare namespace SetupIntentCreateParams {
1973
1866
  cb_score?: number;
1974
1867
  }
1975
1868
  namespace CartesBancaires {
1976
- type CbAvalgo = '0' | '1' | '2' | '3' | '4' | 'A';
1869
+ type CbAvalgo = '0' | '1' | '2' | '3' | '4' | 'A' | OtherString;
1977
1870
  }
1978
1871
  }
1979
1872
  }
@@ -2001,7 +1894,7 @@ export declare namespace SetupIntentCreateParams {
2001
1894
  */
2002
1895
  purchase_interval_count?: number;
2003
1896
  }
2004
- type PreferredLocale = 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AT' | 'en-AU' | 'en-BE' | 'en-CA' | 'en-CH' | 'en-CZ' | 'en-DE' | 'en-DK' | 'en-ES' | 'en-FI' | 'en-FR' | 'en-GB' | 'en-GR' | 'en-IE' | 'en-IT' | 'en-NL' | 'en-NO' | 'en-NZ' | 'en-PL' | 'en-PT' | 'en-RO' | 'en-SE' | 'en-US' | 'es-ES' | 'es-US' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'it-CH' | 'it-IT' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-PT' | 'ro-RO' | 'sv-FI' | 'sv-SE';
1897
+ type PreferredLocale = 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AT' | 'en-AU' | 'en-BE' | 'en-CA' | 'en-CH' | 'en-CZ' | 'en-DE' | 'en-DK' | 'en-ES' | 'en-FI' | 'en-FR' | 'en-GB' | 'en-GR' | 'en-IE' | 'en-IT' | 'en-NL' | 'en-NO' | 'en-NZ' | 'en-PL' | 'en-PT' | 'en-RO' | 'en-SE' | 'en-US' | 'es-ES' | 'es-US' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'it-CH' | 'it-IT' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-PT' | 'ro-RO' | 'sv-FI' | 'sv-SE' | OtherString;
2005
1898
  interface Subscription {
2006
1899
  /**
2007
1900
  * Unit of time between subscription charges.
@@ -2025,10 +1918,10 @@ export declare namespace SetupIntentCreateParams {
2025
1918
  reference: string;
2026
1919
  }
2027
1920
  namespace OnDemand {
2028
- type PurchaseInterval = 'day' | 'month' | 'week' | 'year';
1921
+ type PurchaseInterval = 'day' | 'month' | 'week' | 'year' | OtherString;
2029
1922
  }
2030
1923
  namespace Subscription {
2031
- type Interval = 'day' | 'month' | 'week' | 'year';
1924
+ type Interval = 'day' | 'month' | 'week' | 'year' | OtherString;
2032
1925
  interface NextBilling {
2033
1926
  /**
2034
1927
  * The amount of the next charge for the subscription.
@@ -2073,9 +1966,9 @@ export declare namespace SetupIntentCreateParams {
2073
1966
  start_date?: Emptyable<string>;
2074
1967
  }
2075
1968
  namespace MandateOptions {
2076
- type AmountType = 'fixed' | 'maximum';
2077
- type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly';
2078
- type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility';
1969
+ type AmountType = 'fixed' | 'maximum' | OtherString;
1970
+ type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly' | OtherString;
1971
+ type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility' | OtherString;
2079
1972
  }
2080
1973
  }
2081
1974
  namespace Pix {
@@ -2114,9 +2007,9 @@ export declare namespace SetupIntentCreateParams {
2114
2007
  start_date?: string;
2115
2008
  }
2116
2009
  namespace MandateOptions {
2117
- type AmountIncludesIof = 'always' | 'never';
2118
- type AmountType = 'fixed' | 'maximum';
2119
- type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly';
2010
+ type AmountIncludesIof = 'always' | 'never' | OtherString;
2011
+ type AmountType = 'fixed' | 'maximum' | OtherString;
2012
+ type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly' | OtherString;
2120
2013
  }
2121
2014
  }
2122
2015
  namespace SepaDebit {
@@ -2146,9 +2039,9 @@ export declare namespace SetupIntentCreateParams {
2146
2039
  */
2147
2040
  end_date?: number;
2148
2041
  }
2149
- type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
2042
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session' | OtherString;
2150
2043
  namespace MandateOptions {
2151
- type AmountType = 'fixed' | 'maximum';
2044
+ type AmountType = 'fixed' | 'maximum' | OtherString;
2152
2045
  }
2153
2046
  }
2154
2047
  namespace UsBankAccount {
@@ -2157,10 +2050,6 @@ export declare namespace SetupIntentCreateParams {
2157
2050
  * Provide filters for the linked accounts that the customer can select for the payment method.
2158
2051
  */
2159
2052
  filters?: FinancialConnections.Filters;
2160
- /**
2161
- * Customize manual entry behavior
2162
- */
2163
- manual_entry?: FinancialConnections.ManualEntry;
2164
2053
  /**
2165
2054
  * The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
2166
2055
  */
@@ -2186,32 +2075,19 @@ export declare namespace SetupIntentCreateParams {
2186
2075
  */
2187
2076
  requested?: Array<Networks.Requested>;
2188
2077
  }
2189
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
2078
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
2190
2079
  namespace FinancialConnections {
2191
2080
  interface Filters {
2192
2081
  /**
2193
2082
  * The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
2194
2083
  */
2195
2084
  account_subcategories?: Array<Filters.AccountSubcategory>;
2196
- /**
2197
- * ID of the institution to use to filter for selectable accounts.
2198
- */
2199
- institution?: string;
2200
- }
2201
- interface ManualEntry {
2202
- /**
2203
- * Settings for configuring manual entry of account details.
2204
- */
2205
- mode: ManualEntry.Mode;
2206
2085
  }
2207
2086
  type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
2208
- type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
2087
+ type Prefetch = 'balances' | 'ownership' | 'transactions' | OtherString;
2209
2088
  namespace Filters {
2210
2089
  type AccountSubcategory = 'checking' | 'savings';
2211
2090
  }
2212
- namespace ManualEntry {
2213
- type Mode = 'automatic' | 'custom';
2214
- }
2215
2091
  }
2216
2092
  namespace Networks {
2217
2093
  type Requested = 'ach' | 'us_domestic_wire';
@@ -2230,6 +2106,10 @@ export interface SetupIntentRetrieveParams {
2230
2106
  expand?: Array<string>;
2231
2107
  }
2232
2108
  export interface SetupIntentUpdateParams {
2109
+ /**
2110
+ * The list of payment method types to allow for this SetupIntent. Stripe will only use methods in this list when determining the payment methods to offer. A list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).
2111
+ */
2112
+ allowed_payment_method_types?: Emptyable<Array<SetupIntentUpdateParams.AllowedPaymentMethodType>>;
2233
2113
  /**
2234
2114
  * If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.
2235
2115
  *
@@ -2293,8 +2173,9 @@ export interface SetupIntentUpdateParams {
2293
2173
  payment_method_types?: Array<string>;
2294
2174
  }
2295
2175
  export declare namespace SetupIntentUpdateParams {
2296
- type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'shopeepay' | 'sofort' | 'stripe_balance' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
2297
- type FlowDirection = 'inbound' | 'outbound';
2176
+ type AllowedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boku_promptpay' | 'boleto' | 'capchase_pay' | 'card' | 'cashapp' | 'check_scan' | 'click_to_pay' | 'crypto' | 'customer_balance' | 'demo_pay' | 'duitnow' | 'dummy_auth_push' | 'dummy_passthrough_card' | 'edenred' | 'eps' | 'fpx' | 'gcash' | 'getbalance' | 'gift_card' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'knet' | 'konbini' | 'kr_card' | 'kr_market' | 'kriya' | 'link' | 'mb_way' | 'mobilepay' | 'momo' | 'mondu' | 'multibanco' | 'naver_pay' | 'netbanking' | 'ng_bank' | 'ng_bank_transfer' | 'ng_card' | 'ng_market' | 'ng_ussd' | 'ng_wallet' | 'nz_bank_account' | 'octopus' | 'oxxo' | 'p24' | 'paper_check' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sequra' | 'shop_pay' | 'shopeepay' | 'sofort' | 'south_korea_market' | 'stripe_balance' | 'sunbit' | 'swish' | 'tamara' | 'test_pay' | 'truemoney' | 'twint' | 'upi' | 'us_bank_account' | 'us_cash_voucher' | 'vipps' | 'wechat_pay' | 'wero' | 'zip' | OtherString;
2177
+ type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip' | OtherString;
2178
+ type FlowDirection = 'inbound' | 'outbound' | OtherString;
2298
2179
  interface PaymentMethodData {
2299
2180
  /**
2300
2181
  * If this is an `acss_debit` PaymentMethod, this hash contains details about the ACSS Debit payment method.
@@ -2380,18 +2261,10 @@ export declare namespace SetupIntentUpdateParams {
2380
2261
  * If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
2381
2262
  */
2382
2263
  giropay?: PaymentMethodData.Giropay;
2383
- /**
2384
- * If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
2385
- */
2386
- gopay?: PaymentMethodData.Gopay;
2387
2264
  /**
2388
2265
  * If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
2389
2266
  */
2390
2267
  grabpay?: PaymentMethodData.Grabpay;
2391
- /**
2392
- * If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
2393
- */
2394
- id_bank_transfer?: PaymentMethodData.IdBankTransfer;
2395
2268
  /**
2396
2269
  * If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
2397
2270
  */
@@ -2468,10 +2341,6 @@ export declare namespace SetupIntentUpdateParams {
2468
2341
  * If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
2469
2342
  */
2470
2343
  paypal?: PaymentMethodData.Paypal;
2471
- /**
2472
- * If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
2473
- */
2474
- paypay?: PaymentMethodData.Paypay;
2475
2344
  /**
2476
2345
  * If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
2477
2346
  */
@@ -2484,18 +2353,10 @@ export declare namespace SetupIntentUpdateParams {
2484
2353
  * If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
2485
2354
  */
2486
2355
  promptpay?: PaymentMethodData.Promptpay;
2487
- /**
2488
- * If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
2489
- */
2490
- qris?: PaymentMethodData.Qris;
2491
2356
  /**
2492
2357
  * Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
2493
2358
  */
2494
2359
  radar_options?: PaymentMethodData.RadarOptions;
2495
- /**
2496
- * If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
2497
- */
2498
- rechnung?: PaymentMethodData.Rechnung;
2499
2360
  /**
2500
2361
  * If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
2501
2362
  */
@@ -2516,22 +2377,10 @@ export declare namespace SetupIntentUpdateParams {
2516
2377
  * If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
2517
2378
  */
2518
2379
  sepa_debit?: PaymentMethodData.SepaDebit;
2519
- /**
2520
- * ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
2521
- */
2522
- shared_payment_granted_token?: string;
2523
- /**
2524
- * If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
2525
- */
2526
- shopeepay?: PaymentMethodData.Shopeepay;
2527
2380
  /**
2528
2381
  * If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
2529
2382
  */
2530
2383
  sofort?: PaymentMethodData.Sofort;
2531
- /**
2532
- * This hash contains details about the Stripe balance payment method.
2533
- */
2534
- stripe_balance?: PaymentMethodData.StripeBalance;
2535
2384
  /**
2536
2385
  * If this is a `sunbit` PaymentMethod, this hash contains details about the Sunbit payment method.
2537
2386
  */
@@ -2644,7 +2493,7 @@ export declare namespace SetupIntentUpdateParams {
2644
2493
  }
2645
2494
  interface Alipay {
2646
2495
  }
2647
- type AllowRedisplay = 'always' | 'limited' | 'unspecified';
2496
+ type AllowRedisplay = 'always' | 'limited' | 'unspecified' | OtherString;
2648
2497
  interface Alma {
2649
2498
  }
2650
2499
  interface AmazonPay {
@@ -2729,16 +2578,8 @@ export declare namespace SetupIntentUpdateParams {
2729
2578
  }
2730
2579
  interface Giropay {
2731
2580
  }
2732
- interface Gopay {
2733
- }
2734
2581
  interface Grabpay {
2735
2582
  }
2736
- interface IdBankTransfer {
2737
- /**
2738
- * Bank where the account is held.
2739
- */
2740
- bank?: IdBankTransfer.Bank;
2741
- }
2742
2583
  interface Ideal {
2743
2584
  /**
2744
2585
  * The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
@@ -2812,8 +2653,6 @@ export declare namespace SetupIntentUpdateParams {
2812
2653
  }
2813
2654
  interface Paypal {
2814
2655
  }
2815
- interface Paypay {
2816
- }
2817
2656
  interface Payto {
2818
2657
  /**
2819
2658
  * The account number for the bank account.
@@ -2832,20 +2671,12 @@ export declare namespace SetupIntentUpdateParams {
2832
2671
  }
2833
2672
  interface Promptpay {
2834
2673
  }
2835
- interface Qris {
2836
- }
2837
2674
  interface RadarOptions {
2838
2675
  /**
2839
2676
  * A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
2840
2677
  */
2841
2678
  session?: string;
2842
2679
  }
2843
- interface Rechnung {
2844
- /**
2845
- * Customer's date of birth
2846
- */
2847
- dob: Rechnung.Dob;
2848
- }
2849
2680
  interface RevolutPay {
2850
2681
  }
2851
2682
  interface SamsungPay {
@@ -2860,27 +2691,19 @@ export declare namespace SetupIntentUpdateParams {
2860
2691
  */
2861
2692
  iban: string;
2862
2693
  }
2863
- interface Shopeepay {
2864
- }
2865
2694
  interface Sofort {
2866
2695
  /**
2867
2696
  * Two-letter ISO code representing the country the bank account is located in.
2868
2697
  */
2869
2698
  country: Sofort.Country;
2870
2699
  }
2871
- interface StripeBalance {
2872
- /**
2873
- * The connected account ID whose Stripe balance to use as the source of payment
2874
- */
2875
- account?: string;
2876
- }
2877
2700
  interface Sunbit {
2878
2701
  }
2879
2702
  interface Swish {
2880
2703
  }
2881
2704
  interface Twint {
2882
2705
  }
2883
- type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'shopeepay' | 'sofort' | 'stripe_balance' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
2706
+ type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip' | OtherString;
2884
2707
  interface Upi {
2885
2708
  /**
2886
2709
  * Configuration options for setting up an eMandate
@@ -2918,10 +2741,7 @@ export declare namespace SetupIntentUpdateParams {
2918
2741
  }
2919
2742
  namespace Fpx {
2920
2743
  type AccountHolderType = 'company' | 'individual';
2921
- type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
2922
- }
2923
- namespace IdBankTransfer {
2924
- type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
2744
+ type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bnp_paribas' | 'bsn' | 'cimb' | 'citibank' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'mbsb_bank' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
2925
2745
  }
2926
2746
  namespace Ideal {
2927
2747
  type Bank = 'abn_amro' | 'adyen' | 'asn_bank' | 'bunq' | 'buut' | 'finom' | 'handelsbanken' | 'ing' | 'knab' | 'mollie' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
@@ -2943,29 +2763,13 @@ export declare namespace SetupIntentUpdateParams {
2943
2763
  }
2944
2764
  }
2945
2765
  namespace NaverPay {
2946
- type Funding = 'card' | 'points';
2766
+ type Funding = 'card' | 'points' | OtherString;
2947
2767
  }
2948
2768
  namespace P24 {
2949
- type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank';
2950
- }
2951
- namespace Rechnung {
2952
- interface Dob {
2953
- /**
2954
- * The day of birth, between 1 and 31.
2955
- */
2956
- day: number;
2957
- /**
2958
- * The month of birth, between 1 and 12.
2959
- */
2960
- month: number;
2961
- /**
2962
- * The four-digit year of birth.
2963
- */
2964
- year: number;
2965
- }
2769
+ type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank' | OtherString;
2966
2770
  }
2967
2771
  namespace Sofort {
2968
- type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
2772
+ type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL' | OtherString;
2969
2773
  }
2970
2774
  namespace Upi {
2971
2775
  interface MandateOptions {
@@ -2987,12 +2791,12 @@ export declare namespace SetupIntentUpdateParams {
2987
2791
  end_date?: number;
2988
2792
  }
2989
2793
  namespace MandateOptions {
2990
- type AmountType = 'fixed' | 'maximum';
2794
+ type AmountType = 'fixed' | 'maximum' | OtherString;
2991
2795
  }
2992
2796
  }
2993
2797
  namespace UsBankAccount {
2994
- type AccountHolderType = 'company' | 'individual';
2995
- type AccountType = 'checking' | 'savings';
2798
+ type AccountHolderType = 'company' | 'individual' | OtherString;
2799
+ type AccountType = 'checking' | 'savings' | OtherString;
2996
2800
  }
2997
2801
  }
2998
2802
  namespace PaymentMethodOptions {
@@ -3077,11 +2881,6 @@ export declare namespace SetupIntentUpdateParams {
3077
2881
  * The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
3078
2882
  */
3079
2883
  billing_agreement_id?: string;
3080
- currency?: string;
3081
- /**
3082
- * The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
3083
- */
3084
- subsellers?: Array<string>;
3085
2884
  }
3086
2885
  interface Payto {
3087
2886
  /**
@@ -3127,7 +2926,7 @@ export declare namespace SetupIntentUpdateParams {
3127
2926
  verification_method?: UsBankAccount.VerificationMethod;
3128
2927
  }
3129
2928
  namespace AcssDebit {
3130
- type Currency = 'cad' | 'usd';
2929
+ type Currency = 'cad' | 'usd' | OtherString;
3131
2930
  interface MandateOptions {
3132
2931
  /**
3133
2932
  * A URL for custom mandate text to render during confirmation step.
@@ -3152,11 +2951,11 @@ export declare namespace SetupIntentUpdateParams {
3152
2951
  */
3153
2952
  transaction_type?: MandateOptions.TransactionType;
3154
2953
  }
3155
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
2954
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
3156
2955
  namespace MandateOptions {
3157
- type DefaultFor = 'invoice' | 'subscription';
3158
- type PaymentSchedule = 'combined' | 'interval' | 'sporadic';
3159
- type TransactionType = 'business' | 'personal';
2956
+ type DefaultFor = 'invoice' | 'subscription' | OtherString;
2957
+ type PaymentSchedule = 'combined' | 'interval' | 'sporadic' | OtherString;
2958
+ type TransactionType = 'business' | 'personal' | OtherString;
3160
2959
  }
3161
2960
  }
3162
2961
  namespace BacsDebit {
@@ -3211,7 +3010,7 @@ export declare namespace SetupIntentUpdateParams {
3211
3010
  supported_types?: Array<'india'>;
3212
3011
  }
3213
3012
  type Network = 'amex' | 'cartes_bancaires' | 'diners' | 'discover' | 'eftpos_au' | 'girocard' | 'interac' | 'jcb' | 'link' | 'mastercard' | 'unionpay' | 'unknown' | 'visa';
3214
- type RequestThreeDSecure = 'any' | 'automatic' | 'challenge';
3013
+ type RequestThreeDSecure = 'any' | 'automatic' | 'challenge' | OtherString;
3215
3014
  interface ThreeDSecure {
3216
3015
  /**
3217
3016
  * The `transStatus` returned from the card Issuer's ACS in the ARes.
@@ -3255,15 +3054,15 @@ export declare namespace SetupIntentUpdateParams {
3255
3054
  type Interval = 'day' | 'month' | 'sporadic' | 'week' | 'year';
3256
3055
  }
3257
3056
  namespace ThreeDSecure {
3258
- type AresTransStatus = 'A' | 'C' | 'I' | 'N' | 'R' | 'U' | 'Y';
3259
- type ElectronicCommerceIndicator = '01' | '02' | '05' | '06' | '07';
3057
+ type AresTransStatus = 'A' | 'C' | 'I' | 'N' | 'R' | 'U' | 'Y' | OtherString;
3058
+ type ElectronicCommerceIndicator = '01' | '02' | '05' | '06' | '07' | OtherString;
3260
3059
  interface NetworkOptions {
3261
3060
  /**
3262
3061
  * Cartes Bancaires-specific 3DS fields.
3263
3062
  */
3264
3063
  cartes_bancaires?: NetworkOptions.CartesBancaires;
3265
3064
  }
3266
- type Version = '1.0.2' | '2.1.0' | '2.2.0' | '2.3.0' | '2.3.1';
3065
+ type Version = '1.0.2' | '2.1.0' | '2.2.0' | '2.3.0' | '2.3.1' | OtherString;
3267
3066
  namespace NetworkOptions {
3268
3067
  interface CartesBancaires {
3269
3068
  /**
@@ -3286,7 +3085,7 @@ export declare namespace SetupIntentUpdateParams {
3286
3085
  cb_score?: number;
3287
3086
  }
3288
3087
  namespace CartesBancaires {
3289
- type CbAvalgo = '0' | '1' | '2' | '3' | '4' | 'A';
3088
+ type CbAvalgo = '0' | '1' | '2' | '3' | '4' | 'A' | OtherString;
3290
3089
  }
3291
3090
  }
3292
3091
  }
@@ -3314,7 +3113,7 @@ export declare namespace SetupIntentUpdateParams {
3314
3113
  */
3315
3114
  purchase_interval_count?: number;
3316
3115
  }
3317
- type PreferredLocale = 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AT' | 'en-AU' | 'en-BE' | 'en-CA' | 'en-CH' | 'en-CZ' | 'en-DE' | 'en-DK' | 'en-ES' | 'en-FI' | 'en-FR' | 'en-GB' | 'en-GR' | 'en-IE' | 'en-IT' | 'en-NL' | 'en-NO' | 'en-NZ' | 'en-PL' | 'en-PT' | 'en-RO' | 'en-SE' | 'en-US' | 'es-ES' | 'es-US' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'it-CH' | 'it-IT' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-PT' | 'ro-RO' | 'sv-FI' | 'sv-SE';
3116
+ type PreferredLocale = 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AT' | 'en-AU' | 'en-BE' | 'en-CA' | 'en-CH' | 'en-CZ' | 'en-DE' | 'en-DK' | 'en-ES' | 'en-FI' | 'en-FR' | 'en-GB' | 'en-GR' | 'en-IE' | 'en-IT' | 'en-NL' | 'en-NO' | 'en-NZ' | 'en-PL' | 'en-PT' | 'en-RO' | 'en-SE' | 'en-US' | 'es-ES' | 'es-US' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'it-CH' | 'it-IT' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-PT' | 'ro-RO' | 'sv-FI' | 'sv-SE' | OtherString;
3318
3117
  interface Subscription {
3319
3118
  /**
3320
3119
  * Unit of time between subscription charges.
@@ -3338,10 +3137,10 @@ export declare namespace SetupIntentUpdateParams {
3338
3137
  reference: string;
3339
3138
  }
3340
3139
  namespace OnDemand {
3341
- type PurchaseInterval = 'day' | 'month' | 'week' | 'year';
3140
+ type PurchaseInterval = 'day' | 'month' | 'week' | 'year' | OtherString;
3342
3141
  }
3343
3142
  namespace Subscription {
3344
- type Interval = 'day' | 'month' | 'week' | 'year';
3143
+ type Interval = 'day' | 'month' | 'week' | 'year' | OtherString;
3345
3144
  interface NextBilling {
3346
3145
  /**
3347
3146
  * The amount of the next charge for the subscription.
@@ -3386,9 +3185,9 @@ export declare namespace SetupIntentUpdateParams {
3386
3185
  start_date?: Emptyable<string>;
3387
3186
  }
3388
3187
  namespace MandateOptions {
3389
- type AmountType = 'fixed' | 'maximum';
3390
- type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly';
3391
- type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility';
3188
+ type AmountType = 'fixed' | 'maximum' | OtherString;
3189
+ type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly' | OtherString;
3190
+ type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility' | OtherString;
3392
3191
  }
3393
3192
  }
3394
3193
  namespace Pix {
@@ -3427,9 +3226,9 @@ export declare namespace SetupIntentUpdateParams {
3427
3226
  start_date?: string;
3428
3227
  }
3429
3228
  namespace MandateOptions {
3430
- type AmountIncludesIof = 'always' | 'never';
3431
- type AmountType = 'fixed' | 'maximum';
3432
- type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly';
3229
+ type AmountIncludesIof = 'always' | 'never' | OtherString;
3230
+ type AmountType = 'fixed' | 'maximum' | OtherString;
3231
+ type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly' | OtherString;
3433
3232
  }
3434
3233
  }
3435
3234
  namespace SepaDebit {
@@ -3459,9 +3258,9 @@ export declare namespace SetupIntentUpdateParams {
3459
3258
  */
3460
3259
  end_date?: number;
3461
3260
  }
3462
- type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
3261
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session' | OtherString;
3463
3262
  namespace MandateOptions {
3464
- type AmountType = 'fixed' | 'maximum';
3263
+ type AmountType = 'fixed' | 'maximum' | OtherString;
3465
3264
  }
3466
3265
  }
3467
3266
  namespace UsBankAccount {
@@ -3470,10 +3269,6 @@ export declare namespace SetupIntentUpdateParams {
3470
3269
  * Provide filters for the linked accounts that the customer can select for the payment method.
3471
3270
  */
3472
3271
  filters?: FinancialConnections.Filters;
3473
- /**
3474
- * Customize manual entry behavior
3475
- */
3476
- manual_entry?: FinancialConnections.ManualEntry;
3477
3272
  /**
3478
3273
  * The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
3479
3274
  */
@@ -3499,32 +3294,19 @@ export declare namespace SetupIntentUpdateParams {
3499
3294
  */
3500
3295
  requested?: Array<Networks.Requested>;
3501
3296
  }
3502
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
3297
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
3503
3298
  namespace FinancialConnections {
3504
3299
  interface Filters {
3505
3300
  /**
3506
3301
  * The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
3507
3302
  */
3508
3303
  account_subcategories?: Array<Filters.AccountSubcategory>;
3509
- /**
3510
- * ID of the institution to use to filter for selectable accounts.
3511
- */
3512
- institution?: string;
3513
- }
3514
- interface ManualEntry {
3515
- /**
3516
- * Settings for configuring manual entry of account details.
3517
- */
3518
- mode: ManualEntry.Mode;
3519
3304
  }
3520
3305
  type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
3521
- type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
3306
+ type Prefetch = 'balances' | 'ownership' | 'transactions' | OtherString;
3522
3307
  namespace Filters {
3523
3308
  type AccountSubcategory = 'checking' | 'savings';
3524
3309
  }
3525
- namespace ManualEntry {
3526
- type Mode = 'automatic' | 'custom';
3527
- }
3528
3310
  }
3529
3311
  namespace Networks {
3530
3312
  type Requested = 'ach' | 'us_domestic_wire';
@@ -3574,6 +3356,10 @@ export declare namespace SetupIntentCancelParams {
3574
3356
  type CancellationReason = 'abandoned' | 'duplicate' | 'requested_by_customer';
3575
3357
  }
3576
3358
  export interface SetupIntentConfirmParams {
3359
+ /**
3360
+ * The list of payment method types to allow for this SetupIntent. Stripe will only use methods in this list when determining the payment methods to offer. A list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).
3361
+ */
3362
+ allowed_payment_method_types?: Array<SetupIntentConfirmParams.AllowedPaymentMethodType>;
3577
3363
  /**
3578
3364
  * ID of the ConfirmationToken used to confirm this SetupIntent.
3579
3365
  *
@@ -3610,6 +3396,7 @@ export interface SetupIntentConfirmParams {
3610
3396
  use_stripe_sdk?: boolean;
3611
3397
  }
3612
3398
  export declare namespace SetupIntentConfirmParams {
3399
+ type AllowedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boku_promptpay' | 'boleto' | 'capchase_pay' | 'card' | 'cashapp' | 'check_scan' | 'click_to_pay' | 'crypto' | 'customer_balance' | 'demo_pay' | 'duitnow' | 'dummy_auth_push' | 'dummy_passthrough_card' | 'edenred' | 'eps' | 'fpx' | 'gcash' | 'getbalance' | 'gift_card' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'knet' | 'konbini' | 'kr_card' | 'kr_market' | 'kriya' | 'link' | 'mb_way' | 'mobilepay' | 'momo' | 'mondu' | 'multibanco' | 'naver_pay' | 'netbanking' | 'ng_bank' | 'ng_bank_transfer' | 'ng_card' | 'ng_market' | 'ng_ussd' | 'ng_wallet' | 'nz_bank_account' | 'octopus' | 'oxxo' | 'p24' | 'paper_check' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sequra' | 'shop_pay' | 'shopeepay' | 'sofort' | 'south_korea_market' | 'stripe_balance' | 'sunbit' | 'swish' | 'tamara' | 'test_pay' | 'truemoney' | 'twint' | 'upi' | 'us_bank_account' | 'us_cash_voucher' | 'vipps' | 'wechat_pay' | 'wero' | 'zip' | OtherString;
3613
3400
  interface MandateData {
3614
3401
  /**
3615
3402
  * This hash contains details about the customer acceptance of the Mandate.
@@ -3701,18 +3488,10 @@ export declare namespace SetupIntentConfirmParams {
3701
3488
  * If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
3702
3489
  */
3703
3490
  giropay?: PaymentMethodData.Giropay;
3704
- /**
3705
- * If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
3706
- */
3707
- gopay?: PaymentMethodData.Gopay;
3708
3491
  /**
3709
3492
  * If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
3710
3493
  */
3711
3494
  grabpay?: PaymentMethodData.Grabpay;
3712
- /**
3713
- * If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
3714
- */
3715
- id_bank_transfer?: PaymentMethodData.IdBankTransfer;
3716
3495
  /**
3717
3496
  * If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
3718
3497
  */
@@ -3789,10 +3568,6 @@ export declare namespace SetupIntentConfirmParams {
3789
3568
  * If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
3790
3569
  */
3791
3570
  paypal?: PaymentMethodData.Paypal;
3792
- /**
3793
- * If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
3794
- */
3795
- paypay?: PaymentMethodData.Paypay;
3796
3571
  /**
3797
3572
  * If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
3798
3573
  */
@@ -3805,18 +3580,10 @@ export declare namespace SetupIntentConfirmParams {
3805
3580
  * If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
3806
3581
  */
3807
3582
  promptpay?: PaymentMethodData.Promptpay;
3808
- /**
3809
- * If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
3810
- */
3811
- qris?: PaymentMethodData.Qris;
3812
3583
  /**
3813
3584
  * Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
3814
3585
  */
3815
3586
  radar_options?: PaymentMethodData.RadarOptions;
3816
- /**
3817
- * If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
3818
- */
3819
- rechnung?: PaymentMethodData.Rechnung;
3820
3587
  /**
3821
3588
  * If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
3822
3589
  */
@@ -3837,22 +3604,10 @@ export declare namespace SetupIntentConfirmParams {
3837
3604
  * If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
3838
3605
  */
3839
3606
  sepa_debit?: PaymentMethodData.SepaDebit;
3840
- /**
3841
- * ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
3842
- */
3843
- shared_payment_granted_token?: string;
3844
- /**
3845
- * If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
3846
- */
3847
- shopeepay?: PaymentMethodData.Shopeepay;
3848
3607
  /**
3849
3608
  * If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
3850
3609
  */
3851
3610
  sofort?: PaymentMethodData.Sofort;
3852
- /**
3853
- * This hash contains details about the Stripe balance payment method.
3854
- */
3855
- stripe_balance?: PaymentMethodData.StripeBalance;
3856
3611
  /**
3857
3612
  * If this is a `sunbit` PaymentMethod, this hash contains details about the Sunbit payment method.
3858
3613
  */
@@ -4000,7 +3755,7 @@ export declare namespace SetupIntentConfirmParams {
4000
3755
  }
4001
3756
  interface Alipay {
4002
3757
  }
4003
- type AllowRedisplay = 'always' | 'limited' | 'unspecified';
3758
+ type AllowRedisplay = 'always' | 'limited' | 'unspecified' | OtherString;
4004
3759
  interface Alma {
4005
3760
  }
4006
3761
  interface AmazonPay {
@@ -4085,16 +3840,8 @@ export declare namespace SetupIntentConfirmParams {
4085
3840
  }
4086
3841
  interface Giropay {
4087
3842
  }
4088
- interface Gopay {
4089
- }
4090
3843
  interface Grabpay {
4091
3844
  }
4092
- interface IdBankTransfer {
4093
- /**
4094
- * Bank where the account is held.
4095
- */
4096
- bank?: IdBankTransfer.Bank;
4097
- }
4098
3845
  interface Ideal {
4099
3846
  /**
4100
3847
  * The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
@@ -4168,8 +3915,6 @@ export declare namespace SetupIntentConfirmParams {
4168
3915
  }
4169
3916
  interface Paypal {
4170
3917
  }
4171
- interface Paypay {
4172
- }
4173
3918
  interface Payto {
4174
3919
  /**
4175
3920
  * The account number for the bank account.
@@ -4188,20 +3933,12 @@ export declare namespace SetupIntentConfirmParams {
4188
3933
  }
4189
3934
  interface Promptpay {
4190
3935
  }
4191
- interface Qris {
4192
- }
4193
3936
  interface RadarOptions {
4194
3937
  /**
4195
3938
  * A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
4196
3939
  */
4197
3940
  session?: string;
4198
3941
  }
4199
- interface Rechnung {
4200
- /**
4201
- * Customer's date of birth
4202
- */
4203
- dob: Rechnung.Dob;
4204
- }
4205
3942
  interface RevolutPay {
4206
3943
  }
4207
3944
  interface SamsungPay {
@@ -4216,27 +3953,19 @@ export declare namespace SetupIntentConfirmParams {
4216
3953
  */
4217
3954
  iban: string;
4218
3955
  }
4219
- interface Shopeepay {
4220
- }
4221
3956
  interface Sofort {
4222
3957
  /**
4223
3958
  * Two-letter ISO code representing the country the bank account is located in.
4224
3959
  */
4225
3960
  country: Sofort.Country;
4226
3961
  }
4227
- interface StripeBalance {
4228
- /**
4229
- * The connected account ID whose Stripe balance to use as the source of payment
4230
- */
4231
- account?: string;
4232
- }
4233
3962
  interface Sunbit {
4234
3963
  }
4235
3964
  interface Swish {
4236
3965
  }
4237
3966
  interface Twint {
4238
3967
  }
4239
- type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'gopay' | 'grabpay' | 'id_bank_transfer' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'paypay' | 'payto' | 'pix' | 'promptpay' | 'qris' | 'rechnung' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'shopeepay' | 'sofort' | 'stripe_balance' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
3968
+ type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip' | OtherString;
4240
3969
  interface Upi {
4241
3970
  /**
4242
3971
  * Configuration options for setting up an eMandate
@@ -4274,10 +4003,7 @@ export declare namespace SetupIntentConfirmParams {
4274
4003
  }
4275
4004
  namespace Fpx {
4276
4005
  type AccountHolderType = 'company' | 'individual';
4277
- type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
4278
- }
4279
- namespace IdBankTransfer {
4280
- type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
4006
+ type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bnp_paribas' | 'bsn' | 'cimb' | 'citibank' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'mbsb_bank' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
4281
4007
  }
4282
4008
  namespace Ideal {
4283
4009
  type Bank = 'abn_amro' | 'adyen' | 'asn_bank' | 'bunq' | 'buut' | 'finom' | 'handelsbanken' | 'ing' | 'knab' | 'mollie' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
@@ -4299,29 +4025,13 @@ export declare namespace SetupIntentConfirmParams {
4299
4025
  }
4300
4026
  }
4301
4027
  namespace NaverPay {
4302
- type Funding = 'card' | 'points';
4028
+ type Funding = 'card' | 'points' | OtherString;
4303
4029
  }
4304
4030
  namespace P24 {
4305
- type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank';
4306
- }
4307
- namespace Rechnung {
4308
- interface Dob {
4309
- /**
4310
- * The day of birth, between 1 and 31.
4311
- */
4312
- day: number;
4313
- /**
4314
- * The month of birth, between 1 and 12.
4315
- */
4316
- month: number;
4317
- /**
4318
- * The four-digit year of birth.
4319
- */
4320
- year: number;
4321
- }
4031
+ type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank' | OtherString;
4322
4032
  }
4323
4033
  namespace Sofort {
4324
- type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
4034
+ type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL' | OtherString;
4325
4035
  }
4326
4036
  namespace Upi {
4327
4037
  interface MandateOptions {
@@ -4343,12 +4053,12 @@ export declare namespace SetupIntentConfirmParams {
4343
4053
  end_date?: number;
4344
4054
  }
4345
4055
  namespace MandateOptions {
4346
- type AmountType = 'fixed' | 'maximum';
4056
+ type AmountType = 'fixed' | 'maximum' | OtherString;
4347
4057
  }
4348
4058
  }
4349
4059
  namespace UsBankAccount {
4350
- type AccountHolderType = 'company' | 'individual';
4351
- type AccountType = 'checking' | 'savings';
4060
+ type AccountHolderType = 'company' | 'individual' | OtherString;
4061
+ type AccountType = 'checking' | 'savings' | OtherString;
4352
4062
  }
4353
4063
  }
4354
4064
  namespace PaymentMethodOptions {
@@ -4433,11 +4143,6 @@ export declare namespace SetupIntentConfirmParams {
4433
4143
  * The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
4434
4144
  */
4435
4145
  billing_agreement_id?: string;
4436
- currency?: string;
4437
- /**
4438
- * The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
4439
- */
4440
- subsellers?: Array<string>;
4441
4146
  }
4442
4147
  interface Payto {
4443
4148
  /**
@@ -4483,7 +4188,7 @@ export declare namespace SetupIntentConfirmParams {
4483
4188
  verification_method?: UsBankAccount.VerificationMethod;
4484
4189
  }
4485
4190
  namespace AcssDebit {
4486
- type Currency = 'cad' | 'usd';
4191
+ type Currency = 'cad' | 'usd' | OtherString;
4487
4192
  interface MandateOptions {
4488
4193
  /**
4489
4194
  * A URL for custom mandate text to render during confirmation step.
@@ -4508,11 +4213,11 @@ export declare namespace SetupIntentConfirmParams {
4508
4213
  */
4509
4214
  transaction_type?: MandateOptions.TransactionType;
4510
4215
  }
4511
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
4216
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
4512
4217
  namespace MandateOptions {
4513
- type DefaultFor = 'invoice' | 'subscription';
4514
- type PaymentSchedule = 'combined' | 'interval' | 'sporadic';
4515
- type TransactionType = 'business' | 'personal';
4218
+ type DefaultFor = 'invoice' | 'subscription' | OtherString;
4219
+ type PaymentSchedule = 'combined' | 'interval' | 'sporadic' | OtherString;
4220
+ type TransactionType = 'business' | 'personal' | OtherString;
4516
4221
  }
4517
4222
  }
4518
4223
  namespace BacsDebit {
@@ -4567,7 +4272,7 @@ export declare namespace SetupIntentConfirmParams {
4567
4272
  supported_types?: Array<'india'>;
4568
4273
  }
4569
4274
  type Network = 'amex' | 'cartes_bancaires' | 'diners' | 'discover' | 'eftpos_au' | 'girocard' | 'interac' | 'jcb' | 'link' | 'mastercard' | 'unionpay' | 'unknown' | 'visa';
4570
- type RequestThreeDSecure = 'any' | 'automatic' | 'challenge';
4275
+ type RequestThreeDSecure = 'any' | 'automatic' | 'challenge' | OtherString;
4571
4276
  interface ThreeDSecure {
4572
4277
  /**
4573
4278
  * The `transStatus` returned from the card Issuer's ACS in the ARes.
@@ -4611,15 +4316,15 @@ export declare namespace SetupIntentConfirmParams {
4611
4316
  type Interval = 'day' | 'month' | 'sporadic' | 'week' | 'year';
4612
4317
  }
4613
4318
  namespace ThreeDSecure {
4614
- type AresTransStatus = 'A' | 'C' | 'I' | 'N' | 'R' | 'U' | 'Y';
4615
- type ElectronicCommerceIndicator = '01' | '02' | '05' | '06' | '07';
4319
+ type AresTransStatus = 'A' | 'C' | 'I' | 'N' | 'R' | 'U' | 'Y' | OtherString;
4320
+ type ElectronicCommerceIndicator = '01' | '02' | '05' | '06' | '07' | OtherString;
4616
4321
  interface NetworkOptions {
4617
4322
  /**
4618
4323
  * Cartes Bancaires-specific 3DS fields.
4619
4324
  */
4620
4325
  cartes_bancaires?: NetworkOptions.CartesBancaires;
4621
4326
  }
4622
- type Version = '1.0.2' | '2.1.0' | '2.2.0' | '2.3.0' | '2.3.1';
4327
+ type Version = '1.0.2' | '2.1.0' | '2.2.0' | '2.3.0' | '2.3.1' | OtherString;
4623
4328
  namespace NetworkOptions {
4624
4329
  interface CartesBancaires {
4625
4330
  /**
@@ -4642,7 +4347,7 @@ export declare namespace SetupIntentConfirmParams {
4642
4347
  cb_score?: number;
4643
4348
  }
4644
4349
  namespace CartesBancaires {
4645
- type CbAvalgo = '0' | '1' | '2' | '3' | '4' | 'A';
4350
+ type CbAvalgo = '0' | '1' | '2' | '3' | '4' | 'A' | OtherString;
4646
4351
  }
4647
4352
  }
4648
4353
  }
@@ -4670,7 +4375,7 @@ export declare namespace SetupIntentConfirmParams {
4670
4375
  */
4671
4376
  purchase_interval_count?: number;
4672
4377
  }
4673
- type PreferredLocale = 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AT' | 'en-AU' | 'en-BE' | 'en-CA' | 'en-CH' | 'en-CZ' | 'en-DE' | 'en-DK' | 'en-ES' | 'en-FI' | 'en-FR' | 'en-GB' | 'en-GR' | 'en-IE' | 'en-IT' | 'en-NL' | 'en-NO' | 'en-NZ' | 'en-PL' | 'en-PT' | 'en-RO' | 'en-SE' | 'en-US' | 'es-ES' | 'es-US' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'it-CH' | 'it-IT' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-PT' | 'ro-RO' | 'sv-FI' | 'sv-SE';
4378
+ type PreferredLocale = 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AT' | 'en-AU' | 'en-BE' | 'en-CA' | 'en-CH' | 'en-CZ' | 'en-DE' | 'en-DK' | 'en-ES' | 'en-FI' | 'en-FR' | 'en-GB' | 'en-GR' | 'en-IE' | 'en-IT' | 'en-NL' | 'en-NO' | 'en-NZ' | 'en-PL' | 'en-PT' | 'en-RO' | 'en-SE' | 'en-US' | 'es-ES' | 'es-US' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'it-CH' | 'it-IT' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-PT' | 'ro-RO' | 'sv-FI' | 'sv-SE' | OtherString;
4674
4379
  interface Subscription {
4675
4380
  /**
4676
4381
  * Unit of time between subscription charges.
@@ -4694,10 +4399,10 @@ export declare namespace SetupIntentConfirmParams {
4694
4399
  reference: string;
4695
4400
  }
4696
4401
  namespace OnDemand {
4697
- type PurchaseInterval = 'day' | 'month' | 'week' | 'year';
4402
+ type PurchaseInterval = 'day' | 'month' | 'week' | 'year' | OtherString;
4698
4403
  }
4699
4404
  namespace Subscription {
4700
- type Interval = 'day' | 'month' | 'week' | 'year';
4405
+ type Interval = 'day' | 'month' | 'week' | 'year' | OtherString;
4701
4406
  interface NextBilling {
4702
4407
  /**
4703
4408
  * The amount of the next charge for the subscription.
@@ -4742,9 +4447,9 @@ export declare namespace SetupIntentConfirmParams {
4742
4447
  start_date?: Emptyable<string>;
4743
4448
  }
4744
4449
  namespace MandateOptions {
4745
- type AmountType = 'fixed' | 'maximum';
4746
- type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly';
4747
- type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility';
4450
+ type AmountType = 'fixed' | 'maximum' | OtherString;
4451
+ type PaymentSchedule = 'adhoc' | 'annual' | 'daily' | 'fortnightly' | 'monthly' | 'quarterly' | 'semi_annual' | 'weekly' | OtherString;
4452
+ type Purpose = 'dependant_support' | 'government' | 'loan' | 'mortgage' | 'other' | 'pension' | 'personal' | 'retail' | 'salary' | 'tax' | 'utility' | OtherString;
4748
4453
  }
4749
4454
  }
4750
4455
  namespace Pix {
@@ -4783,9 +4488,9 @@ export declare namespace SetupIntentConfirmParams {
4783
4488
  start_date?: string;
4784
4489
  }
4785
4490
  namespace MandateOptions {
4786
- type AmountIncludesIof = 'always' | 'never';
4787
- type AmountType = 'fixed' | 'maximum';
4788
- type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly';
4491
+ type AmountIncludesIof = 'always' | 'never' | OtherString;
4492
+ type AmountType = 'fixed' | 'maximum' | OtherString;
4493
+ type PaymentSchedule = 'halfyearly' | 'monthly' | 'quarterly' | 'weekly' | 'yearly' | OtherString;
4789
4494
  }
4790
4495
  }
4791
4496
  namespace SepaDebit {
@@ -4815,9 +4520,9 @@ export declare namespace SetupIntentConfirmParams {
4815
4520
  */
4816
4521
  end_date?: number;
4817
4522
  }
4818
- type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
4523
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session' | OtherString;
4819
4524
  namespace MandateOptions {
4820
- type AmountType = 'fixed' | 'maximum';
4525
+ type AmountType = 'fixed' | 'maximum' | OtherString;
4821
4526
  }
4822
4527
  }
4823
4528
  namespace UsBankAccount {
@@ -4826,10 +4531,6 @@ export declare namespace SetupIntentConfirmParams {
4826
4531
  * Provide filters for the linked accounts that the customer can select for the payment method.
4827
4532
  */
4828
4533
  filters?: FinancialConnections.Filters;
4829
- /**
4830
- * Customize manual entry behavior
4831
- */
4832
- manual_entry?: FinancialConnections.ManualEntry;
4833
4534
  /**
4834
4535
  * The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
4835
4536
  */
@@ -4855,32 +4556,19 @@ export declare namespace SetupIntentConfirmParams {
4855
4556
  */
4856
4557
  requested?: Array<Networks.Requested>;
4857
4558
  }
4858
- type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
4559
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits' | OtherString;
4859
4560
  namespace FinancialConnections {
4860
4561
  interface Filters {
4861
4562
  /**
4862
4563
  * The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
4863
4564
  */
4864
4565
  account_subcategories?: Array<Filters.AccountSubcategory>;
4865
- /**
4866
- * ID of the institution to use to filter for selectable accounts.
4867
- */
4868
- institution?: string;
4869
- }
4870
- interface ManualEntry {
4871
- /**
4872
- * Settings for configuring manual entry of account details.
4873
- */
4874
- mode: ManualEntry.Mode;
4875
4566
  }
4876
4567
  type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
4877
- type Prefetch = 'balances' | 'inferred_balances' | 'ownership' | 'transactions';
4568
+ type Prefetch = 'balances' | 'ownership' | 'transactions' | OtherString;
4878
4569
  namespace Filters {
4879
4570
  type AccountSubcategory = 'checking' | 'savings';
4880
4571
  }
4881
- namespace ManualEntry {
4882
- type Mode = 'automatic' | 'custom';
4883
- }
4884
4572
  }
4885
4573
  namespace Networks {
4886
4574
  type Requested = 'ach' | 'us_domestic_wire';