stripe 18.2.0-beta.1 → 18.2.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 (333) hide show
  1. package/CHANGELOG.md +179 -1211
  2. package/OPENAPI_VERSION +1 -1
  3. package/README.md +11 -12
  4. package/VERSION +1 -1
  5. package/cjs/Error.js +1 -91
  6. package/cjs/RequestSender.js +2 -2
  7. package/cjs/StripeResource.js +1 -1
  8. package/cjs/apiVersion.js +1 -1
  9. package/cjs/resources/FinancialConnections/Accounts.js +0 -5
  10. package/cjs/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +4 -4
  11. package/cjs/resources/PaymentIntents.js +0 -13
  12. package/cjs/resources/Quotes.js +0 -32
  13. package/cjs/resources/SubscriptionSchedules.js +0 -4
  14. package/cjs/resources/Terminal/Readers.js +0 -8
  15. package/cjs/resources.js +18 -108
  16. package/cjs/stripe.core.js +1 -1
  17. package/cjs/utils.js +5 -0
  18. package/esm/Error.js +0 -79
  19. package/esm/RequestSender.js +2 -2
  20. package/esm/StripeResource.js +1 -1
  21. package/esm/apiVersion.js +1 -1
  22. package/esm/resources/FinancialConnections/Accounts.js +0 -5
  23. package/esm/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +3 -3
  24. package/esm/resources/PaymentIntents.js +0 -13
  25. package/esm/resources/Quotes.js +0 -32
  26. package/esm/resources/SubscriptionSchedules.js +0 -4
  27. package/esm/resources/Terminal/Readers.js +0 -8
  28. package/esm/resources.js +1 -84
  29. package/esm/stripe.core.js +1 -1
  30. package/esm/utils.js +5 -0
  31. package/package.json +1 -1
  32. package/types/AccountLinksResource.d.ts +1 -5
  33. package/types/AccountSessions.d.ts +52 -32
  34. package/types/AccountSessionsResource.d.ts +23 -246
  35. package/types/Accounts.d.ts +19 -223
  36. package/types/AccountsResource.d.ts +61 -581
  37. package/types/Balance.d.ts +83 -1
  38. package/types/BalanceResource.d.ts +1 -1
  39. package/types/BalanceTransactions.d.ts +10 -0
  40. package/types/BankAccounts.d.ts +3 -3
  41. package/types/Billing/Alerts.d.ts +1 -1
  42. package/types/Billing/AlertsResource.d.ts +2 -2
  43. package/types/Billing/CreditBalanceSummary.d.ts +0 -5
  44. package/types/Billing/CreditBalanceSummaryResource.d.ts +3 -8
  45. package/types/Billing/CreditBalanceTransactionsResource.d.ts +4 -12
  46. package/types/Billing/CreditGrants.d.ts +0 -5
  47. package/types/Billing/CreditGrantsResource.d.ts +1 -11
  48. package/types/BillingPortal/Sessions.d.ts +1 -6
  49. package/types/BillingPortal/SessionsResource.d.ts +4 -12
  50. package/types/Capabilities.d.ts +1 -1
  51. package/types/Cards.d.ts +2 -7
  52. package/types/CashBalances.d.ts +0 -5
  53. package/types/Charges.d.ts +20 -166
  54. package/types/ChargesResource.d.ts +4 -1318
  55. package/types/Checkout/Sessions.d.ts +120 -418
  56. package/types/Checkout/SessionsResource.d.ts +118 -448
  57. package/types/ConfirmationTokens.d.ts +4 -129
  58. package/types/CountrySpecs.d.ts +1 -1
  59. package/types/Coupons.d.ts +0 -33
  60. package/types/CouponsResource.d.ts +0 -21
  61. package/types/CreditNoteLineItems.d.ts +0 -17
  62. package/types/CreditNotes.d.ts +11 -10
  63. package/types/CreditNotesResource.d.ts +7 -13
  64. package/types/CustomerBalanceTransactions.d.ts +0 -2
  65. package/types/CustomerCashBalanceTransactions.d.ts +0 -2
  66. package/types/CustomerSessions.d.ts +3 -8
  67. package/types/CustomerSessionsResource.d.ts +1 -6
  68. package/types/Customers.d.ts +0 -2
  69. package/types/CustomersResource.d.ts +7 -15
  70. package/types/Discounts.d.ts +0 -10
  71. package/types/Disputes.d.ts +1 -1
  72. package/types/DisputesResource.d.ts +1 -1
  73. package/types/Errors.d.ts +2 -69
  74. package/types/EventTypes.d.ts +17 -698
  75. package/types/Events.d.ts +4 -99
  76. package/types/Files.d.ts +1 -1
  77. package/types/FilesResource.d.ts +1 -1
  78. package/types/FinancialConnections/Accounts.d.ts +1 -31
  79. package/types/FinancialConnections/AccountsResource.d.ts +3 -40
  80. package/types/FinancialConnections/Sessions.d.ts +1 -51
  81. package/types/FinancialConnections/SessionsResource.d.ts +1 -43
  82. package/types/Identity/VerificationReports.d.ts +17 -0
  83. package/types/Identity/VerificationSessions.d.ts +19 -7
  84. package/types/Identity/VerificationSessionsResource.d.ts +5 -12
  85. package/types/InvoiceItems.d.ts +1 -11
  86. package/types/InvoiceItemsResource.d.ts +6 -117
  87. package/types/InvoiceLineItems.d.ts +2 -46
  88. package/types/InvoicePayments.d.ts +9 -7
  89. package/types/InvoicePaymentsResource.d.ts +74 -0
  90. package/types/Invoices.d.ts +10 -142
  91. package/types/InvoicesResource.d.ts +66 -1469
  92. package/types/Issuing/AuthorizationsResource.d.ts +4 -4
  93. package/types/Issuing/CardholdersResource.d.ts +1 -2
  94. package/types/Issuing/CardsResource.d.ts +3 -0
  95. package/types/Issuing/DisputesResource.d.ts +2 -2
  96. package/types/Issuing/Transactions.d.ts +0 -5
  97. package/types/Issuing/TransactionsResource.d.ts +0 -5
  98. package/types/LineItems.d.ts +2 -51
  99. package/types/Mandates.d.ts +0 -77
  100. package/types/PaymentIntents.d.ts +145 -856
  101. package/types/PaymentIntentsResource.d.ts +4307 -8780
  102. package/types/PaymentLinks.d.ts +0 -6
  103. package/types/PaymentLinksResource.d.ts +0 -12
  104. package/types/PaymentMethodConfigurations.d.ts +70 -70
  105. package/types/PaymentMethodConfigurationsResource.d.ts +164 -164
  106. package/types/PaymentMethodDomainsResource.d.ts +1 -1
  107. package/types/PaymentMethods.d.ts +4 -129
  108. package/types/PaymentMethodsResource.d.ts +10 -175
  109. package/types/Payouts.d.ts +2 -7
  110. package/types/PayoutsResource.d.ts +2 -7
  111. package/types/Persons.d.ts +10 -10
  112. package/types/PlansResource.d.ts +1 -1
  113. package/types/Prices.d.ts +0 -22
  114. package/types/PricesResource.d.ts +2 -24
  115. package/types/Products.d.ts +0 -39
  116. package/types/ProductsResource.d.ts +1 -37
  117. package/types/PromotionCodes.d.ts +0 -5
  118. package/types/PromotionCodesResource.d.ts +1 -11
  119. package/types/Quotes.d.ts +7 -609
  120. package/types/QuotesResource.d.ts +224 -2578
  121. package/types/Radar/EarlyFraudWarningsResource.d.ts +1 -1
  122. package/types/Refunds.d.ts +6 -15
  123. package/types/Reviews.d.ts +1 -1
  124. package/types/SetupAttempts.d.ts +2 -50
  125. package/types/SetupIntents.d.ts +4 -122
  126. package/types/SetupIntentsResource.d.ts +6 -733
  127. package/types/Sources.d.ts +0 -29
  128. package/types/SourcesResource.d.ts +1 -1
  129. package/types/SubscriptionItems.d.ts +8 -17
  130. package/types/SubscriptionItemsResource.d.ts +28 -109
  131. package/types/SubscriptionSchedules.d.ts +47 -213
  132. package/types/SubscriptionSchedulesResource.d.ts +104 -1243
  133. package/types/Subscriptions.d.ts +16 -102
  134. package/types/SubscriptionsResource.d.ts +80 -407
  135. package/types/Tax/CalculationLineItems.d.ts +5 -0
  136. package/types/Tax/CalculationsResource.d.ts +5 -0
  137. package/types/Tax/RegistrationsResource.d.ts +1 -1
  138. package/types/TaxIds.d.ts +0 -10
  139. package/types/TaxIdsResource.d.ts +0 -10
  140. package/types/TaxRates.d.ts +2 -2
  141. package/types/Terminal/LocationsResource.d.ts +1 -1
  142. package/types/Terminal/Readers.d.ts +7 -89
  143. package/types/Terminal/ReadersResource.d.ts +6 -82
  144. package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -126
  145. package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
  146. package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
  147. package/types/Tokens.d.ts +3 -3
  148. package/types/TokensResource.d.ts +8 -8
  149. package/types/TransferReversals.d.ts +1 -1
  150. package/types/Transfers.d.ts +0 -5
  151. package/types/TransfersResource.d.ts +2 -7
  152. package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
  153. package/types/Treasury/FinancialAccounts.d.ts +0 -5
  154. package/types/Treasury/FinancialAccountsResource.d.ts +0 -37
  155. package/types/Treasury/OutboundTransfers.d.ts +0 -26
  156. package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
  157. package/types/Treasury/ReceivedCredits.d.ts +2 -28
  158. package/types/Treasury/ReceivedDebits.d.ts +0 -31
  159. package/types/V2/EventTypes.d.ts +1 -812
  160. package/types/WebhookEndpointsResource.d.ts +4 -83
  161. package/types/index.d.ts +5 -145
  162. package/types/lib.d.ts +1 -11
  163. package/types/test/typescriptTest.ts +3 -3
  164. package/cjs/resources/AccountNotices.js +0 -21
  165. package/cjs/resources/BalanceSettings.js +0 -10
  166. package/cjs/resources/Capital/FinancingOffers.js +0 -21
  167. package/cjs/resources/Capital/FinancingSummary.js +0 -12
  168. package/cjs/resources/Capital/FinancingTransactions.js +0 -17
  169. package/cjs/resources/ExternalAccounts.js +0 -23
  170. package/cjs/resources/FinancialConnections/Institutions.js +0 -17
  171. package/cjs/resources/FxQuotes.js +0 -15
  172. package/cjs/resources/GiftCards/Cards.js +0 -23
  173. package/cjs/resources/GiftCards/Transactions.js +0 -33
  174. package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
  175. package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
  176. package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
  177. package/cjs/resources/Margins.js +0 -22
  178. package/cjs/resources/Orders.js +0 -24
  179. package/cjs/resources/PaymentRecords.js +0 -29
  180. package/cjs/resources/Privacy/RedactionJobs.js +0 -42
  181. package/cjs/resources/Tax/Associations.js +0 -9
  182. package/cjs/resources/Tax/Forms.js +0 -20
  183. package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
  184. package/cjs/resources/V2/Core/AccountLinks.js +0 -9
  185. package/cjs/resources/V2/Core/Accounts/Persons.js +0 -29
  186. package/cjs/resources/V2/Core/Accounts.js +0 -25
  187. package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -28
  188. package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -24
  189. package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
  190. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -17
  191. package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
  192. package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
  193. package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
  194. package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
  195. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
  196. package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
  197. package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
  198. package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
  199. package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
  200. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
  201. package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
  202. package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
  203. package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
  204. package/esm/resources/AccountNotices.js +0 -18
  205. package/esm/resources/BalanceSettings.js +0 -7
  206. package/esm/resources/Capital/FinancingOffers.js +0 -18
  207. package/esm/resources/Capital/FinancingSummary.js +0 -9
  208. package/esm/resources/Capital/FinancingTransactions.js +0 -14
  209. package/esm/resources/ExternalAccounts.js +0 -20
  210. package/esm/resources/FinancialConnections/Institutions.js +0 -14
  211. package/esm/resources/FxQuotes.js +0 -12
  212. package/esm/resources/GiftCards/Cards.js +0 -20
  213. package/esm/resources/GiftCards/Transactions.js +0 -30
  214. package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
  215. package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
  216. package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
  217. package/esm/resources/Margins.js +0 -19
  218. package/esm/resources/Orders.js +0 -21
  219. package/esm/resources/PaymentRecords.js +0 -26
  220. package/esm/resources/Privacy/RedactionJobs.js +0 -39
  221. package/esm/resources/Tax/Associations.js +0 -6
  222. package/esm/resources/Tax/Forms.js +0 -17
  223. package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
  224. package/esm/resources/V2/Core/AccountLinks.js +0 -6
  225. package/esm/resources/V2/Core/Accounts/Persons.js +0 -26
  226. package/esm/resources/V2/Core/Accounts.js +0 -22
  227. package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -25
  228. package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -21
  229. package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
  230. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -14
  231. package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
  232. package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
  233. package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
  234. package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
  235. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
  236. package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
  237. package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
  238. package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
  239. package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
  240. package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
  241. package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
  242. package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
  243. package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
  244. package/types/AccountNotices.d.ts +0 -113
  245. package/types/AccountNoticesResource.d.ts +0 -98
  246. package/types/BalanceSettings.d.ts +0 -89
  247. package/types/BalanceSettingsResource.d.ts +0 -108
  248. package/types/Billing/MeterErrorReports.d.ts +0 -106
  249. package/types/Capital/FinancingOffers.d.ts +0 -188
  250. package/types/Capital/FinancingOffersResource.d.ts +0 -97
  251. package/types/Capital/FinancingSummary.d.ts +0 -106
  252. package/types/Capital/FinancingSummaryResource.d.ts +0 -27
  253. package/types/Capital/FinancingTransactions.d.ts +0 -135
  254. package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
  255. package/types/ExternalAccountsResource.d.ts +0 -304
  256. package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
  257. package/types/FinancialConnections/Institutions.d.ts +0 -93
  258. package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
  259. package/types/FxQuotes.d.ts +0 -153
  260. package/types/FxQuotesResource.d.ts +0 -130
  261. package/types/GiftCards/Cards.d.ts +0 -118
  262. package/types/GiftCards/CardsResource.d.ts +0 -159
  263. package/types/GiftCards/Transactions.d.ts +0 -129
  264. package/types/GiftCards/TransactionsResource.d.ts +0 -201
  265. package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
  266. package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
  267. package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
  268. package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
  269. package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
  270. package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
  271. package/types/Issuing/Settlements.d.ts +0 -113
  272. package/types/Margins.d.ts +0 -56
  273. package/types/MarginsResource.d.ts +0 -114
  274. package/types/Orders.d.ts +0 -1199
  275. package/types/OrdersResource.d.ts +0 -3001
  276. package/types/PaymentAttemptRecords.d.ts +0 -2112
  277. package/types/PaymentAttemptRecordsResource.d.ts +0 -47
  278. package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -110
  279. package/types/PaymentRecords.d.ts +0 -2105
  280. package/types/PaymentRecordsResource.d.ts +0 -455
  281. package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -30
  282. package/types/Privacy/RedactionJobs.d.ts +0 -65
  283. package/types/Privacy/RedactionJobsResource.d.ts +0 -218
  284. package/types/QuoteLines.d.ts +0 -634
  285. package/types/QuotePreviewInvoices.d.ts +0 -1697
  286. package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -785
  287. package/types/Tax/Associations.d.ts +0 -126
  288. package/types/Tax/AssociationsResource.d.ts +0 -29
  289. package/types/Tax/Forms.d.ts +0 -220
  290. package/types/Tax/FormsResource.d.ts +0 -107
  291. package/types/Terminal/ReaderCollectedData.d.ts +0 -51
  292. package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
  293. package/types/V2/Core/AccountLinks.d.ts +0 -106
  294. package/types/V2/Core/AccountLinksResource.d.ts +0 -90
  295. package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -3770
  296. package/types/V2/Core/Accounts.d.ts +0 -8169
  297. package/types/V2/Core/AccountsResource.d.ts +0 -10203
  298. package/types/V2/Core/Persons.d.ts +0 -1867
  299. package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
  300. package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -172
  301. package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -70
  302. package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -123
  303. package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
  304. package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
  305. package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
  306. package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
  307. package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -546
  308. package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -52
  309. package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -314
  310. package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -288
  311. package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -206
  312. package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
  313. package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -168
  314. package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
  315. package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
  316. package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
  317. package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
  318. package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
  319. package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
  320. package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -207
  321. package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -151
  322. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
  323. package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecs.d.ts +0 -87
  324. package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
  325. package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -285
  326. package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
  327. package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -224
  328. package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
  329. package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -155
  330. package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
  331. package/types/V2/MoneyManagement/Transactions.d.ts +0 -170
  332. package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
  333. package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -66
@@ -53,8 +53,6 @@ declare module 'stripe' {
53
53
  */
54
54
  application_fee_amount: number | null;
55
55
 
56
- async_workflows?: PaymentIntent.AsyncWorkflows;
57
-
58
56
  /**
59
57
  * Settings to configure compatible payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods)
60
58
  */
@@ -108,25 +106,11 @@ declare module 'stripe' {
108
106
  */
109
107
  customer: string | Stripe.Customer | Stripe.DeletedCustomer | null;
110
108
 
111
- /**
112
- * ID of the Account this PaymentIntent belongs to, if one exists.
113
- *
114
- * Payment methods attached to other Accounts cannot be used with this PaymentIntent.
115
- *
116
- * If [setup_future_usage](https://stripe.com/docs/api#payment_intent_object-setup_future_usage) is set and this PaymentIntent's payment method is not `card_present`, then the payment method attaches to the Account after the PaymentIntent has been confirmed and any required actions from the user are complete. If the payment method is `card_present` and isn't a digital wallet, then a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card is created and attached to the Account instead.
117
- */
118
- customer_account?: string | null;
119
-
120
109
  /**
121
110
  * An arbitrary string attached to the object. Often useful for displaying to users.
122
111
  */
123
112
  description: string | null;
124
113
 
125
- /**
126
- * The FX Quote used for the PaymentIntent.
127
- */
128
- fx_quote?: string | null;
129
-
130
114
  /**
131
115
  * The payment error encountered in the previous PaymentIntent confirmation. It will be cleared if the PaymentIntent is later updated for any reason.
132
116
  */
@@ -157,8 +141,6 @@ declare module 'stripe' {
157
141
  */
158
142
  on_behalf_of: string | Stripe.Account | null;
159
143
 
160
- payment_details?: PaymentIntent.PaymentDetails;
161
-
162
144
  /**
163
145
  * ID of the payment method used in this PaymentIntent.
164
146
  */
@@ -196,19 +178,14 @@ declare module 'stripe' {
196
178
  */
197
179
  review: string | Stripe.Review | null;
198
180
 
199
- /**
200
- * Indicates whether confirmation for this PaymentIntent using a secret key is `required` or `optional`.
201
- */
202
- secret_key_confirmation?: PaymentIntent.SecretKeyConfirmation;
203
-
204
181
  /**
205
182
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
206
183
  *
207
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
184
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
208
185
  *
209
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
186
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
210
187
  *
211
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
188
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
212
189
  */
213
190
  setup_future_usage: PaymentIntent.SetupFutureUsage | null;
214
191
 
@@ -256,48 +233,10 @@ declare module 'stripe' {
256
233
 
257
234
  namespace PaymentIntent {
258
235
  interface AmountDetails {
259
- /**
260
- * The amount an item was discounted for.
261
- */
262
- discount_amount?: number;
263
-
264
- /**
265
- * A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 100 line items.
266
- */
267
- line_items?: ApiList<Stripe.PaymentIntentAmountDetailsLineItem>;
268
-
269
- shipping?: AmountDetails.Shipping;
270
-
271
- tax?: AmountDetails.Tax;
272
-
273
236
  tip?: AmountDetails.Tip;
274
237
  }
275
238
 
276
239
  namespace AmountDetails {
277
- interface Shipping {
278
- /**
279
- * Portion of the amount that is for shipping.
280
- */
281
- amount: number | null;
282
-
283
- /**
284
- * The postal code that represents the shipping source.
285
- */
286
- from_postal_code: string | null;
287
-
288
- /**
289
- * The postal code that represents the shipping destination.
290
- */
291
- to_postal_code: string | null;
292
- }
293
-
294
- interface Tax {
295
- /**
296
- * Total portion of the amount that is for tax.
297
- */
298
- total_tax_amount: number | null;
299
- }
300
-
301
240
  interface Tip {
302
241
  /**
303
242
  * Portion of the amount that corresponds to a tip.
@@ -306,25 +245,6 @@ declare module 'stripe' {
306
245
  }
307
246
  }
308
247
 
309
- interface AsyncWorkflows {
310
- inputs?: AsyncWorkflows.Inputs;
311
- }
312
-
313
- namespace AsyncWorkflows {
314
- interface Inputs {
315
- tax?: Inputs.Tax;
316
- }
317
-
318
- namespace Inputs {
319
- interface Tax {
320
- /**
321
- * The [TaxCalculation](https://stripe.com/docs/api/tax/calculations) id
322
- */
323
- calculation: string;
324
- }
325
- }
326
- }
327
-
328
248
  interface AutomaticPaymentMethods {
329
249
  /**
330
250
  * Controls whether this PaymentIntent will accept redirect-based payment methods.
@@ -520,16 +440,13 @@ declare module 'stripe' {
520
440
  | 'email_invalid'
521
441
  | 'expired_card'
522
442
  | 'financial_connections_account_inactive'
523
- | 'financial_connections_institution_unavailable'
524
443
  | 'financial_connections_no_successful_transaction_refresh'
525
444
  | 'forwarding_api_inactive'
526
445
  | 'forwarding_api_invalid_parameter'
527
446
  | 'forwarding_api_retryable_upstream_error'
528
447
  | 'forwarding_api_upstream_connection_error'
529
448
  | 'forwarding_api_upstream_connection_timeout'
530
- | 'gift_card_balance_insufficient'
531
- | 'gift_card_code_exists'
532
- | 'gift_card_inactive'
449
+ | 'forwarding_api_upstream_error'
533
450
  | 'idempotency_key_in_use'
534
451
  | 'incorrect_address'
535
452
  | 'incorrect_cvc'
@@ -619,7 +536,6 @@ declare module 'stripe' {
619
536
  | 'return_intent_already_processed'
620
537
  | 'routing_number_invalid'
621
538
  | 'secret_key_required'
622
- | 'sensitive_data_access_expired'
623
539
  | 'sepa_unsupported_account'
624
540
  | 'setup_attempt_failed'
625
541
  | 'setup_intent_authentication_failure'
@@ -639,7 +555,6 @@ declare module 'stripe' {
639
555
  | 'taxes_calculation_failed'
640
556
  | 'terminal_location_country_unsupported'
641
557
  | 'terminal_reader_busy'
642
- | 'terminal_reader_collected_data_invalid'
643
558
  | 'terminal_reader_hardware_fault'
644
559
  | 'terminal_reader_invalid_location_for_activation'
645
560
  | 'terminal_reader_invalid_location_for_payment'
@@ -652,9 +567,7 @@ declare module 'stripe' {
652
567
  | 'token_in_use'
653
568
  | 'transfer_source_balance_parameters_mismatch'
654
569
  | 'transfers_not_allowed'
655
- | 'url_invalid'
656
- | 'v2_account_disconnection_unsupported'
657
- | 'v2_account_missing_configuration';
570
+ | 'url_invalid';
658
571
 
659
572
  type Type =
660
573
  | 'api_error'
@@ -691,7 +604,7 @@ declare module 'stripe' {
691
604
  swish_handle_redirect_or_display_qr_code?: NextAction.SwishHandleRedirectOrDisplayQrCode;
692
605
 
693
606
  /**
694
- * Type of the next action to perform, one of `redirect_to_url`, `use_stripe_sdk`, `alipay_handle_redirect`, `oxxo_display_details`, or `verify_with_microdeposits`.
607
+ * Type of the next action to perform. Refer to the other child attributes under `next_action` for available values. Examples include: `redirect_to_url`, `use_stripe_sdk`, `alipay_handle_redirect`, `oxxo_display_details`, or `verify_with_microdeposits`.
695
608
  */
696
609
  type: string;
697
610
 
@@ -1418,299 +1331,6 @@ declare module 'stripe' {
1418
1331
  }
1419
1332
  }
1420
1333
 
1421
- interface PaymentDetails {
1422
- car_rental?: PaymentDetails.CarRental;
1423
-
1424
- /**
1425
- * Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field.
1426
- */
1427
- customer_reference?: string | null;
1428
-
1429
- event_details?: PaymentDetails.EventDetails;
1430
-
1431
- /**
1432
- * A unique value assigned by the business to identify the transaction.
1433
- */
1434
- order_reference?: string | null;
1435
-
1436
- subscription?: PaymentDetails.Subscription;
1437
- }
1438
-
1439
- namespace PaymentDetails {
1440
- interface CarRental {
1441
- affiliate?: CarRental.Affiliate;
1442
-
1443
- /**
1444
- * The booking number associated with the car rental.
1445
- */
1446
- booking_number: string;
1447
-
1448
- /**
1449
- * Class code of the car.
1450
- */
1451
- car_class_code?: string;
1452
-
1453
- /**
1454
- * Make of the car.
1455
- */
1456
- car_make?: string;
1457
-
1458
- /**
1459
- * Model of the car.
1460
- */
1461
- car_model?: string;
1462
-
1463
- /**
1464
- * The name of the rental car company.
1465
- */
1466
- company?: string;
1467
-
1468
- /**
1469
- * The customer service phone number of the car rental company.
1470
- */
1471
- customer_service_phone_number?: string;
1472
-
1473
- /**
1474
- * Number of days the car is being rented.
1475
- */
1476
- days_rented: number;
1477
-
1478
- delivery?: CarRental.Delivery;
1479
-
1480
- /**
1481
- * The details of the drivers associated with the trip.
1482
- */
1483
- drivers?: Array<CarRental.Driver>;
1484
-
1485
- /**
1486
- * List of additional charges being billed.
1487
- */
1488
- extra_charges?: Array<CarRental.ExtraCharge>;
1489
-
1490
- /**
1491
- * Indicates if the customer did not keep nor cancel their booking.
1492
- */
1493
- no_show?: boolean;
1494
-
1495
- pickup_address?: Stripe.Address;
1496
-
1497
- /**
1498
- * Car pick-up time. Measured in seconds since the Unix epoch.
1499
- */
1500
- pickup_at: number;
1501
-
1502
- /**
1503
- * Rental rate.
1504
- */
1505
- rate_amount?: number;
1506
-
1507
- /**
1508
- * The frequency at which the rate amount is applied. One of `day`, `week` or `month`
1509
- */
1510
- rate_interval?: CarRental.RateInterval;
1511
-
1512
- /**
1513
- * The full name of the person or entity renting the car.
1514
- */
1515
- renter_name?: string;
1516
-
1517
- return_address?: Stripe.Address;
1518
-
1519
- /**
1520
- * Car return time. Measured in seconds since the Unix epoch.
1521
- */
1522
- return_at: number;
1523
-
1524
- /**
1525
- * Indicates whether the goods or services are tax-exempt or tax is not collected.
1526
- */
1527
- tax_exempt?: boolean;
1528
- }
1529
-
1530
- namespace CarRental {
1531
- interface Affiliate {
1532
- /**
1533
- * The name of the affiliate that originated the purchase.
1534
- */
1535
- name?: string;
1536
- }
1537
-
1538
- interface Delivery {
1539
- /**
1540
- * The delivery method for the payment
1541
- */
1542
- mode?: Delivery.Mode;
1543
-
1544
- recipient?: Delivery.Recipient;
1545
- }
1546
-
1547
- namespace Delivery {
1548
- type Mode = 'email' | 'phone' | 'pickup' | 'post';
1549
-
1550
- interface Recipient {
1551
- /**
1552
- * The email of the recipient the ticket is delivered to.
1553
- */
1554
- email?: string;
1555
-
1556
- /**
1557
- * The name of the recipient the ticket is delivered to.
1558
- */
1559
- name?: string;
1560
-
1561
- /**
1562
- * The phone number of the recipient the ticket is delivered to.
1563
- */
1564
- phone?: string;
1565
- }
1566
- }
1567
-
1568
- interface Driver {
1569
- /**
1570
- * Full name of the driver on the reservation.
1571
- */
1572
- name?: string;
1573
- }
1574
-
1575
- type ExtraCharge =
1576
- | 'extra_mileage'
1577
- | 'gas'
1578
- | 'late_return'
1579
- | 'one_way_service'
1580
- | 'parking_violation';
1581
-
1582
- type RateInterval = 'day' | 'month' | 'week';
1583
- }
1584
-
1585
- interface EventDetails {
1586
- /**
1587
- * Indicates if the tickets are digitally checked when entering the venue.
1588
- */
1589
- access_controlled_venue?: boolean;
1590
-
1591
- address?: Stripe.Address;
1592
-
1593
- affiliate?: EventDetails.Affiliate;
1594
-
1595
- /**
1596
- * The name of the company
1597
- */
1598
- company?: string;
1599
-
1600
- delivery?: EventDetails.Delivery;
1601
-
1602
- /**
1603
- * Event end time. Measured in seconds since the Unix epoch.
1604
- */
1605
- ends_at?: number;
1606
-
1607
- /**
1608
- * Type of the event entertainment (concert, sports event etc)
1609
- */
1610
- genre?: string;
1611
-
1612
- /**
1613
- * The name of the event.
1614
- */
1615
- name?: string;
1616
-
1617
- /**
1618
- * Event start time. Measured in seconds since the Unix epoch.
1619
- */
1620
- starts_at?: number;
1621
- }
1622
-
1623
- namespace EventDetails {
1624
- interface Affiliate {
1625
- /**
1626
- * The name of the affiliate that originated the purchase.
1627
- */
1628
- name?: string;
1629
- }
1630
-
1631
- interface Delivery {
1632
- /**
1633
- * The delivery method for the payment
1634
- */
1635
- mode?: Delivery.Mode;
1636
-
1637
- recipient?: Delivery.Recipient;
1638
- }
1639
-
1640
- namespace Delivery {
1641
- type Mode = 'email' | 'phone' | 'pickup' | 'post';
1642
-
1643
- interface Recipient {
1644
- /**
1645
- * The email of the recipient the ticket is delivered to.
1646
- */
1647
- email?: string;
1648
-
1649
- /**
1650
- * The name of the recipient the ticket is delivered to.
1651
- */
1652
- name?: string;
1653
-
1654
- /**
1655
- * The phone number of the recipient the ticket is delivered to.
1656
- */
1657
- phone?: string;
1658
- }
1659
- }
1660
- }
1661
-
1662
- interface Subscription {
1663
- affiliate?: Subscription.Affiliate;
1664
-
1665
- /**
1666
- * Info whether the subscription will be auto renewed upon expiry.
1667
- */
1668
- auto_renewal?: boolean;
1669
-
1670
- billing_interval?: Subscription.BillingInterval;
1671
-
1672
- /**
1673
- * Subscription end time. Measured in seconds since the Unix epoch.
1674
- */
1675
- ends_at?: number;
1676
-
1677
- /**
1678
- * Name of the product on subscription. e.g. Apple Music Subscription.
1679
- */
1680
- name?: string;
1681
-
1682
- /**
1683
- * Subscription start time. Measured in seconds since the Unix epoch.
1684
- */
1685
- starts_at?: number;
1686
- }
1687
-
1688
- namespace Subscription {
1689
- interface Affiliate {
1690
- /**
1691
- * The name of the affiliate that originated the purchase.
1692
- */
1693
- name?: string;
1694
- }
1695
-
1696
- interface BillingInterval {
1697
- /**
1698
- * The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
1699
- */
1700
- count?: number;
1701
-
1702
- /**
1703
- * Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
1704
- */
1705
- interval?: BillingInterval.Interval;
1706
- }
1707
-
1708
- namespace BillingInterval {
1709
- type Interval = 'day' | 'month' | 'week' | 'year';
1710
- }
1711
- }
1712
- }
1713
-
1714
1334
  interface PaymentMethodConfigurationDetails {
1715
1335
  /**
1716
1336
  * ID of the payment method configuration used.
@@ -1762,12 +1382,8 @@ declare module 'stripe' {
1762
1382
 
1763
1383
  giropay?: PaymentMethodOptions.Giropay;
1764
1384
 
1765
- gopay?: PaymentMethodOptions.Gopay;
1766
-
1767
1385
  grabpay?: PaymentMethodOptions.Grabpay;
1768
1386
 
1769
- id_bank_transfer?: PaymentMethodOptions.IdBankTransfer;
1770
-
1771
1387
  ideal?: PaymentMethodOptions.Ideal;
1772
1388
 
1773
1389
  interac_present?: PaymentMethodOptions.InteracPresent;
@@ -1782,8 +1398,6 @@ declare module 'stripe' {
1782
1398
 
1783
1399
  link?: PaymentMethodOptions.Link;
1784
1400
 
1785
- mb_way?: PaymentMethodOptions.MbWay;
1786
-
1787
1401
  mobilepay?: PaymentMethodOptions.Mobilepay;
1788
1402
 
1789
1403
  multibanco?: PaymentMethodOptions.Multibanco;
@@ -1804,28 +1418,20 @@ declare module 'stripe' {
1804
1418
 
1805
1419
  paypal?: PaymentMethodOptions.Paypal;
1806
1420
 
1807
- payto?: PaymentMethodOptions.Payto;
1808
-
1809
1421
  pix?: PaymentMethodOptions.Pix;
1810
1422
 
1811
1423
  promptpay?: PaymentMethodOptions.Promptpay;
1812
1424
 
1813
- qris?: PaymentMethodOptions.Qris;
1814
-
1815
- rechnung?: PaymentMethodOptions.Rechnung;
1816
-
1817
1425
  revolut_pay?: PaymentMethodOptions.RevolutPay;
1818
1426
 
1819
1427
  samsung_pay?: PaymentMethodOptions.SamsungPay;
1820
1428
 
1821
- sepa_debit?: PaymentMethodOptions.SepaDebit;
1429
+ satispay?: PaymentMethodOptions.Satispay;
1822
1430
 
1823
- shopeepay?: PaymentMethodOptions.Shopeepay;
1431
+ sepa_debit?: PaymentMethodOptions.SepaDebit;
1824
1432
 
1825
1433
  sofort?: PaymentMethodOptions.Sofort;
1826
1434
 
1827
- stripe_balance?: PaymentMethodOptions.StripeBalance;
1828
-
1829
1435
  swish?: PaymentMethodOptions.Swish;
1830
1436
 
1831
1437
  twint?: PaymentMethodOptions.Twint;
@@ -1844,11 +1450,11 @@ declare module 'stripe' {
1844
1450
  /**
1845
1451
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1846
1452
  *
1847
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1453
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1848
1454
  *
1849
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1455
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1850
1456
  *
1851
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1457
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
1852
1458
  */
1853
1459
  setup_future_usage?: AcssDebit.SetupFutureUsage;
1854
1460
 
@@ -1911,11 +1517,11 @@ declare module 'stripe' {
1911
1517
  /**
1912
1518
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1913
1519
  *
1914
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1520
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1915
1521
  *
1916
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1522
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1917
1523
  *
1918
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1524
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
1919
1525
  */
1920
1526
  setup_future_usage?: 'none';
1921
1527
  }
@@ -1935,11 +1541,11 @@ declare module 'stripe' {
1935
1541
  /**
1936
1542
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1937
1543
  *
1938
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1544
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1939
1545
  *
1940
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1546
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1941
1547
  *
1942
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1548
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
1943
1549
  */
1944
1550
  setup_future_usage?: 'none';
1945
1551
  }
@@ -1948,11 +1554,11 @@ declare module 'stripe' {
1948
1554
  /**
1949
1555
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1950
1556
  *
1951
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1557
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1952
1558
  *
1953
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1559
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1954
1560
  *
1955
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1561
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
1956
1562
  */
1957
1563
  setup_future_usage?: Alipay.SetupFutureUsage;
1958
1564
  }
@@ -1977,11 +1583,11 @@ declare module 'stripe' {
1977
1583
  /**
1978
1584
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1979
1585
  *
1980
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1586
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1981
1587
  *
1982
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1588
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1983
1589
  *
1984
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1590
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
1985
1591
  */
1986
1592
  setup_future_usage?: AmazonPay.SetupFutureUsage;
1987
1593
  }
@@ -1994,11 +1600,11 @@ declare module 'stripe' {
1994
1600
  /**
1995
1601
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1996
1602
  *
1997
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1603
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1998
1604
  *
1999
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1605
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2000
1606
  *
2001
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1607
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2002
1608
  */
2003
1609
  setup_future_usage?: AuBecsDebit.SetupFutureUsage;
2004
1610
 
@@ -2018,11 +1624,11 @@ declare module 'stripe' {
2018
1624
  /**
2019
1625
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2020
1626
  *
2021
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1627
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2022
1628
  *
2023
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1629
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2024
1630
  *
2025
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1631
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2026
1632
  */
2027
1633
  setup_future_usage?: BacsDebit.SetupFutureUsage;
2028
1634
 
@@ -2052,11 +1658,11 @@ declare module 'stripe' {
2052
1658
  /**
2053
1659
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2054
1660
  *
2055
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1661
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2056
1662
  *
2057
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1663
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2058
1664
  *
2059
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1665
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2060
1666
  */
2061
1667
  setup_future_usage?: Bancontact.SetupFutureUsage;
2062
1668
  }
@@ -2067,17 +1673,22 @@ declare module 'stripe' {
2067
1673
  type SetupFutureUsage = 'none' | 'off_session';
2068
1674
  }
2069
1675
 
2070
- interface Billie {}
1676
+ interface Billie {
1677
+ /**
1678
+ * Controls when the funds will be captured from the customer's account.
1679
+ */
1680
+ capture_method?: 'manual';
1681
+ }
2071
1682
 
2072
1683
  interface Blik {
2073
1684
  /**
2074
1685
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2075
1686
  *
2076
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1687
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2077
1688
  *
2078
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1689
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2079
1690
  *
2080
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1691
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2081
1692
  */
2082
1693
  setup_future_usage?: 'none';
2083
1694
  }
@@ -2091,11 +1702,11 @@ declare module 'stripe' {
2091
1702
  /**
2092
1703
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2093
1704
  *
2094
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1705
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2095
1706
  *
2096
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1707
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2097
1708
  *
2098
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1709
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2099
1710
  */
2100
1711
  setup_future_usage?: Boleto.SetupFutureUsage;
2101
1712
  }
@@ -2127,11 +1738,6 @@ declare module 'stripe' {
2127
1738
  */
2128
1739
  network: Card.Network | null;
2129
1740
 
2130
- /**
2131
- * Request ability to [decrement the authorization](https://stripe.com/docs/payments/decremental-authorization) for this PaymentIntent.
2132
- */
2133
- request_decremental_authorization?: Card.RequestDecrementalAuthorization;
2134
-
2135
1741
  /**
2136
1742
  * Request ability to [capture beyond the standard authorization validity window](https://stripe.com/docs/payments/extended-authorization) for this PaymentIntent.
2137
1743
  */
@@ -2152,11 +1758,6 @@ declare module 'stripe' {
2152
1758
  */
2153
1759
  request_overcapture?: Card.RequestOvercapture;
2154
1760
 
2155
- /**
2156
- * Request partial authorization on this PaymentIntent.
2157
- */
2158
- request_partial_authorization?: Card.RequestPartialAuthorization;
2159
-
2160
1761
  /**
2161
1762
  * We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.
2162
1763
  */
@@ -2170,11 +1771,11 @@ declare module 'stripe' {
2170
1771
  /**
2171
1772
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2172
1773
  *
2173
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1774
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2174
1775
  *
2175
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1776
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2176
1777
  *
2177
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1778
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2178
1779
  */
2179
1780
  setup_future_usage?: Card.SetupFutureUsage;
2180
1781
 
@@ -2187,8 +1788,6 @@ declare module 'stripe' {
2187
1788
  * Provides information about a card payment that customers see on their statements. Concatenated with the Kanji prefix (shortened Kanji descriptor) or Kanji statement descriptor that's set on the account to form the complete statement descriptor. Maximum 17 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 17 characters.
2188
1789
  */
2189
1790
  statement_descriptor_suffix_kanji?: string;
2190
-
2191
- statement_details?: Card.StatementDetails;
2192
1791
  }
2193
1792
 
2194
1793
  namespace Card {
@@ -2315,8 +1914,6 @@ declare module 'stripe' {
2315
1914
  | 'unknown'
2316
1915
  | 'visa';
2317
1916
 
2318
- type RequestDecrementalAuthorization = 'if_available' | 'never';
2319
-
2320
1917
  type RequestExtendedAuthorization = 'if_available' | 'never';
2321
1918
 
2322
1919
  type RequestIncrementalAuthorization = 'if_available' | 'never';
@@ -2325,54 +1922,9 @@ declare module 'stripe' {
2325
1922
 
2326
1923
  type RequestOvercapture = 'if_available' | 'never';
2327
1924
 
2328
- type RequestPartialAuthorization = 'if_available' | 'never';
2329
-
2330
1925
  type RequestThreeDSecure = 'any' | 'automatic' | 'challenge';
2331
1926
 
2332
1927
  type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
2333
-
2334
- interface StatementDetails {
2335
- address?: StatementDetails.Address;
2336
-
2337
- /**
2338
- * Phone number
2339
- */
2340
- phone?: string;
2341
- }
2342
-
2343
- namespace StatementDetails {
2344
- interface Address {
2345
- /**
2346
- * City, district, suburb, town, or village.
2347
- */
2348
- city?: string;
2349
-
2350
- /**
2351
- * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
2352
- */
2353
- country?: string;
2354
-
2355
- /**
2356
- * Address line 1 (e.g., street, PO Box, or company name).
2357
- */
2358
- line1?: string;
2359
-
2360
- /**
2361
- * Address line 2 (e.g., apartment, suite, unit, or building).
2362
- */
2363
- line2?: string;
2364
-
2365
- /**
2366
- * ZIP or postal code.
2367
- */
2368
- postal_code?: string;
2369
-
2370
- /**
2371
- * State, county, province, or region.
2372
- */
2373
- state?: string;
2374
- }
2375
- }
2376
1928
  }
2377
1929
 
2378
1930
  interface CardPresent {
@@ -2411,11 +1963,11 @@ declare module 'stripe' {
2411
1963
  /**
2412
1964
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2413
1965
  *
2414
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1966
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2415
1967
  *
2416
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1968
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2417
1969
  *
2418
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1970
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2419
1971
  */
2420
1972
  setup_future_usage?: Cashapp.SetupFutureUsage;
2421
1973
  }
@@ -2435,11 +1987,11 @@ declare module 'stripe' {
2435
1987
  /**
2436
1988
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2437
1989
  *
2438
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1990
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2439
1991
  *
2440
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1992
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2441
1993
  *
2442
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1994
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2443
1995
  */
2444
1996
  setup_future_usage?: 'none';
2445
1997
  }
@@ -2495,11 +2047,11 @@ declare module 'stripe' {
2495
2047
  /**
2496
2048
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2497
2049
  *
2498
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2050
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2499
2051
  *
2500
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2052
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2501
2053
  *
2502
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2054
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2503
2055
  */
2504
2056
  setup_future_usage?: 'none';
2505
2057
  }
@@ -2508,11 +2060,11 @@ declare module 'stripe' {
2508
2060
  /**
2509
2061
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2510
2062
  *
2511
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2063
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2512
2064
  *
2513
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2065
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2514
2066
  *
2515
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2067
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2516
2068
  */
2517
2069
  setup_future_usage?: 'none';
2518
2070
  }
@@ -2521,24 +2073,11 @@ declare module 'stripe' {
2521
2073
  /**
2522
2074
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2523
2075
  *
2524
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2525
- *
2526
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2527
- *
2528
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2529
- */
2530
- setup_future_usage?: 'none';
2531
- }
2532
-
2533
- interface Gopay {
2534
- /**
2535
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2536
- *
2537
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2076
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2538
2077
  *
2539
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2078
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2540
2079
  *
2541
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2080
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2542
2081
  */
2543
2082
  setup_future_usage?: 'none';
2544
2083
  }
@@ -2547,34 +2086,11 @@ declare module 'stripe' {
2547
2086
  /**
2548
2087
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2549
2088
  *
2550
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2089
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2551
2090
  *
2552
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2091
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2553
2092
  *
2554
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2555
- */
2556
- setup_future_usage?: 'none';
2557
- }
2558
-
2559
- interface IdBankTransfer {
2560
- /**
2561
- * The UNIX timestamp until which the virtual bank account is valid. Permitted range is from now till 2678400 seconds (31 days) from now.
2562
- */
2563
- expires_after?: number | null;
2564
-
2565
- /**
2566
- * The UNIX timestamp until which the virtual bank account is valid. Permitted range is from now until 30 days from now. If unset, it defaults to 1 days from now.
2567
- */
2568
- expires_at: number | null;
2569
-
2570
- /**
2571
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2572
- *
2573
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2574
- *
2575
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2576
- *
2577
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2093
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2578
2094
  */
2579
2095
  setup_future_usage?: 'none';
2580
2096
  }
@@ -2583,11 +2099,11 @@ declare module 'stripe' {
2583
2099
  /**
2584
2100
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2585
2101
  *
2586
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2102
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2587
2103
  *
2588
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2104
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2589
2105
  *
2590
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2106
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2591
2107
  */
2592
2108
  setup_future_usage?: Ideal.SetupFutureUsage;
2593
2109
  }
@@ -2607,11 +2123,11 @@ declare module 'stripe' {
2607
2123
  /**
2608
2124
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2609
2125
  *
2610
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2126
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2611
2127
  *
2612
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2128
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2613
2129
  *
2614
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2130
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2615
2131
  */
2616
2132
  setup_future_usage?: KakaoPay.SetupFutureUsage;
2617
2133
  }
@@ -2634,11 +2150,11 @@ declare module 'stripe' {
2634
2150
  /**
2635
2151
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2636
2152
  *
2637
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2153
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2638
2154
  *
2639
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2155
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2640
2156
  *
2641
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2157
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2642
2158
  */
2643
2159
  setup_future_usage?: 'none';
2644
2160
  }
@@ -2667,11 +2183,11 @@ declare module 'stripe' {
2667
2183
  /**
2668
2184
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2669
2185
  *
2670
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2186
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2671
2187
  *
2672
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2188
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2673
2189
  *
2674
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2190
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2675
2191
  */
2676
2192
  setup_future_usage?: 'none';
2677
2193
  }
@@ -2685,11 +2201,11 @@ declare module 'stripe' {
2685
2201
  /**
2686
2202
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2687
2203
  *
2688
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2204
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2689
2205
  *
2690
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2206
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2691
2207
  *
2692
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2208
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2693
2209
  */
2694
2210
  setup_future_usage?: KrCard.SetupFutureUsage;
2695
2211
  }
@@ -2713,11 +2229,11 @@ declare module 'stripe' {
2713
2229
  /**
2714
2230
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2715
2231
  *
2716
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2232
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2717
2233
  *
2718
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2234
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2719
2235
  *
2720
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2236
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2721
2237
  */
2722
2238
  setup_future_usage?: Link.SetupFutureUsage;
2723
2239
  }
@@ -2726,19 +2242,6 @@ declare module 'stripe' {
2726
2242
  type SetupFutureUsage = 'none' | 'off_session';
2727
2243
  }
2728
2244
 
2729
- interface MbWay {
2730
- /**
2731
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2732
- *
2733
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2734
- *
2735
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2736
- *
2737
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2738
- */
2739
- setup_future_usage?: 'none';
2740
- }
2741
-
2742
2245
  interface Mobilepay {
2743
2246
  /**
2744
2247
  * Controls when the funds will be captured from the customer's account.
@@ -2748,11 +2251,11 @@ declare module 'stripe' {
2748
2251
  /**
2749
2252
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2750
2253
  *
2751
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2254
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2752
2255
  *
2753
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2256
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2754
2257
  *
2755
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2258
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2756
2259
  */
2757
2260
  setup_future_usage?: 'none';
2758
2261
  }
@@ -2761,11 +2264,11 @@ declare module 'stripe' {
2761
2264
  /**
2762
2265
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2763
2266
  *
2764
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2267
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2765
2268
  *
2766
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2269
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2767
2270
  *
2768
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2271
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2769
2272
  */
2770
2273
  setup_future_usage?: 'none';
2771
2274
  }
@@ -2779,11 +2282,11 @@ declare module 'stripe' {
2779
2282
  /**
2780
2283
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2781
2284
  *
2782
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2285
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2783
2286
  *
2784
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2287
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2785
2288
  *
2786
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2289
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2787
2290
  */
2788
2291
  setup_future_usage?: NaverPay.SetupFutureUsage;
2789
2292
  }
@@ -2796,11 +2299,11 @@ declare module 'stripe' {
2796
2299
  /**
2797
2300
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2798
2301
  *
2799
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2302
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2800
2303
  *
2801
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2304
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2802
2305
  *
2803
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2306
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2804
2307
  */
2805
2308
  setup_future_usage?: NzBankAccount.SetupFutureUsage;
2806
2309
 
@@ -2823,11 +2326,11 @@ declare module 'stripe' {
2823
2326
  /**
2824
2327
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2825
2328
  *
2826
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2329
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2827
2330
  *
2828
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2331
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2829
2332
  *
2830
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2333
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2831
2334
  */
2832
2335
  setup_future_usage?: 'none';
2833
2336
  }
@@ -2836,11 +2339,11 @@ declare module 'stripe' {
2836
2339
  /**
2837
2340
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2838
2341
  *
2839
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2342
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2840
2343
  *
2841
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2344
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2842
2345
  *
2843
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2346
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2844
2347
  */
2845
2348
  setup_future_usage?: 'none';
2846
2349
  }
@@ -2858,11 +2361,11 @@ declare module 'stripe' {
2858
2361
  /**
2859
2362
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2860
2363
  *
2861
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2364
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2862
2365
  *
2863
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2366
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2864
2367
  *
2865
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2368
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2866
2369
  */
2867
2370
  setup_future_usage?: 'none';
2868
2371
  }
@@ -2873,11 +2376,6 @@ declare module 'stripe' {
2873
2376
  */
2874
2377
  capture_method?: 'manual';
2875
2378
 
2876
- /**
2877
- * The line items purchased by the customer.
2878
- */
2879
- line_items?: Array<Paypal.LineItem>;
2880
-
2881
2379
  /**
2882
2380
  * Preferred locale of the PayPal checkout page that the customer is redirected to.
2883
2381
  */
@@ -2888,166 +2386,19 @@ declare module 'stripe' {
2888
2386
  */
2889
2387
  reference: string | null;
2890
2388
 
2891
- /**
2892
- * A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
2893
- */
2894
- reference_id?: string | null;
2895
-
2896
2389
  /**
2897
2390
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2898
2391
  *
2899
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2392
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2900
2393
  *
2901
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2394
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2902
2395
  *
2903
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2396
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
2904
2397
  */
2905
2398
  setup_future_usage?: Paypal.SetupFutureUsage;
2906
-
2907
- /**
2908
- * 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.
2909
- */
2910
- subsellers?: Array<string>;
2911
2399
  }
2912
2400
 
2913
2401
  namespace Paypal {
2914
- interface LineItem {
2915
- /**
2916
- * Type of the line item.
2917
- */
2918
- category?: LineItem.Category;
2919
-
2920
- /**
2921
- * Description of the line item.
2922
- */
2923
- description?: string;
2924
-
2925
- /**
2926
- * Descriptive name of the line item.
2927
- */
2928
- name: string;
2929
-
2930
- /**
2931
- * Quantity of the line item. Cannot be a negative number.
2932
- */
2933
- quantity: number;
2934
-
2935
- /**
2936
- * Client facing stock keeping unit, article number or similar.
2937
- */
2938
- sku?: string;
2939
-
2940
- /**
2941
- * The Stripe account ID of the connected account that sells the item. This is only needed when using [Separate Charges and Transfers](https://docs.stripe.com/connect/separate-charges-and-transfers).
2942
- */
2943
- sold_by?: string;
2944
-
2945
- tax?: LineItem.Tax;
2946
-
2947
- /**
2948
- * Price for a single unit of the line item in minor units. Cannot be a negative number.
2949
- */
2950
- unit_amount: number;
2951
- }
2952
-
2953
- namespace LineItem {
2954
- type Category = 'digital_goods' | 'donation' | 'physical_goods';
2955
-
2956
- interface Tax {
2957
- /**
2958
- * The tax for a single unit of the line item in minor units. Cannot be a negative number.
2959
- */
2960
- amount: number;
2961
-
2962
- /**
2963
- * The tax behavior for the line item.
2964
- */
2965
- behavior: Tax.Behavior;
2966
- }
2967
-
2968
- namespace Tax {
2969
- type Behavior = 'exclusive' | 'inclusive';
2970
- }
2971
- }
2972
-
2973
- type SetupFutureUsage = 'none' | 'off_session';
2974
- }
2975
-
2976
- interface Payto {
2977
- mandate_options?: Payto.MandateOptions;
2978
-
2979
- /**
2980
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
2981
- *
2982
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2983
- *
2984
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2985
- *
2986
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2987
- */
2988
- setup_future_usage?: Payto.SetupFutureUsage;
2989
- }
2990
-
2991
- namespace Payto {
2992
- interface MandateOptions {
2993
- /**
2994
- * Amount that will be collected. It is required when `amount_type` is `fixed`.
2995
- */
2996
- amount: number | null;
2997
-
2998
- /**
2999
- * The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
3000
- */
3001
- amount_type: MandateOptions.AmountType | null;
3002
-
3003
- /**
3004
- * Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
3005
- */
3006
- end_date: string | null;
3007
-
3008
- /**
3009
- * The periodicity at which payments will be collected.
3010
- */
3011
- payment_schedule: MandateOptions.PaymentSchedule | null;
3012
-
3013
- /**
3014
- * The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
3015
- */
3016
- payments_per_period: number | null;
3017
-
3018
- /**
3019
- * The purpose for which payments are made. Defaults to retail.
3020
- */
3021
- purpose: MandateOptions.Purpose | null;
3022
- }
3023
-
3024
- namespace MandateOptions {
3025
- type AmountType = 'fixed' | 'maximum';
3026
-
3027
- type PaymentSchedule =
3028
- | 'adhoc'
3029
- | 'annual'
3030
- | 'daily'
3031
- | 'fortnightly'
3032
- | 'monthly'
3033
- | 'quarterly'
3034
- | 'semi_annual'
3035
- | 'weekly';
3036
-
3037
- type Purpose =
3038
- | 'dependant_support'
3039
- | 'government'
3040
- | 'loan'
3041
- | 'mortgage'
3042
- | 'other'
3043
- | 'pension'
3044
- | 'personal'
3045
- | 'retail'
3046
- | 'salary'
3047
- | 'tax'
3048
- | 'utility';
3049
- }
3050
-
3051
2402
  type SetupFutureUsage = 'none' | 'off_session';
3052
2403
  }
3053
2404
 
@@ -3065,11 +2416,11 @@ declare module 'stripe' {
3065
2416
  /**
3066
2417
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3067
2418
  *
3068
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2419
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3069
2420
  *
3070
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2421
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3071
2422
  *
3072
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2423
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3073
2424
  */
3074
2425
  setup_future_usage?: 'none';
3075
2426
  }
@@ -3078,30 +2429,15 @@ declare module 'stripe' {
3078
2429
  /**
3079
2430
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3080
2431
  *
3081
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3082
- *
3083
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3084
- *
3085
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
3086
- */
3087
- setup_future_usage?: 'none';
3088
- }
3089
-
3090
- interface Qris {
3091
- /**
3092
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3093
- *
3094
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2432
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3095
2433
  *
3096
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2434
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3097
2435
  *
3098
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2436
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3099
2437
  */
3100
2438
  setup_future_usage?: 'none';
3101
2439
  }
3102
2440
 
3103
- interface Rechnung {}
3104
-
3105
2441
  interface RevolutPay {
3106
2442
  /**
3107
2443
  * Controls when the funds will be captured from the customer's account.
@@ -3111,11 +2447,11 @@ declare module 'stripe' {
3111
2447
  /**
3112
2448
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3113
2449
  *
3114
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2450
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3115
2451
  *
3116
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2452
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3117
2453
  *
3118
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2454
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3119
2455
  */
3120
2456
  setup_future_usage?: RevolutPay.SetupFutureUsage;
3121
2457
  }
@@ -3131,17 +2467,24 @@ declare module 'stripe' {
3131
2467
  capture_method?: 'manual';
3132
2468
  }
3133
2469
 
2470
+ interface Satispay {
2471
+ /**
2472
+ * Controls when the funds will be captured from the customer's account.
2473
+ */
2474
+ capture_method?: 'manual';
2475
+ }
2476
+
3134
2477
  interface SepaDebit {
3135
2478
  mandate_options?: SepaDebit.MandateOptions;
3136
2479
 
3137
2480
  /**
3138
2481
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3139
2482
  *
3140
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2483
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3141
2484
  *
3142
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2485
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3143
2486
  *
3144
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2487
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3145
2488
  */
3146
2489
  setup_future_usage?: SepaDebit.SetupFutureUsage;
3147
2490
 
@@ -3162,19 +2505,6 @@ declare module 'stripe' {
3162
2505
  type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
3163
2506
  }
3164
2507
 
3165
- interface Shopeepay {
3166
- /**
3167
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3168
- *
3169
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3170
- *
3171
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3172
- *
3173
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
3174
- */
3175
- setup_future_usage?: 'none';
3176
- }
3177
-
3178
2508
  interface Sofort {
3179
2509
  /**
3180
2510
  * Preferred language of the SOFORT authorization page that the customer is redirected to.
@@ -3184,11 +2514,11 @@ declare module 'stripe' {
3184
2514
  /**
3185
2515
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3186
2516
  *
3187
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2517
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3188
2518
  *
3189
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2519
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3190
2520
  *
3191
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2521
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3192
2522
  */
3193
2523
  setup_future_usage?: Sofort.SetupFutureUsage;
3194
2524
  }
@@ -3206,23 +2536,6 @@ declare module 'stripe' {
3206
2536
  type SetupFutureUsage = 'none' | 'off_session';
3207
2537
  }
3208
2538
 
3209
- interface StripeBalance {
3210
- /**
3211
- * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3212
- *
3213
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3214
- *
3215
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3216
- *
3217
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
3218
- */
3219
- setup_future_usage?: StripeBalance.SetupFutureUsage;
3220
- }
3221
-
3222
- namespace StripeBalance {
3223
- type SetupFutureUsage = 'none' | 'off_session';
3224
- }
3225
-
3226
2539
  interface Swish {
3227
2540
  /**
3228
2541
  * A reference for this payment to be displayed in the Swish app.
@@ -3232,11 +2545,11 @@ declare module 'stripe' {
3232
2545
  /**
3233
2546
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3234
2547
  *
3235
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2548
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3236
2549
  *
3237
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2550
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3238
2551
  *
3239
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2552
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3240
2553
  */
3241
2554
  setup_future_usage?: 'none';
3242
2555
  }
@@ -3245,11 +2558,11 @@ declare module 'stripe' {
3245
2558
  /**
3246
2559
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3247
2560
  *
3248
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2561
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3249
2562
  *
3250
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2563
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3251
2564
  *
3252
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2565
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3253
2566
  */
3254
2567
  setup_future_usage?: 'none';
3255
2568
  }
@@ -3267,11 +2580,11 @@ declare module 'stripe' {
3267
2580
  /**
3268
2581
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3269
2582
  *
3270
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2583
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3271
2584
  *
3272
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2585
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3273
2586
  *
3274
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2587
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3275
2588
  */
3276
2589
  setup_future_usage?: UsBankAccount.SetupFutureUsage;
3277
2590
 
@@ -3290,8 +2603,6 @@ declare module 'stripe' {
3290
2603
  interface FinancialConnections {
3291
2604
  filters?: FinancialConnections.Filters;
3292
2605
 
3293
- manual_entry?: FinancialConnections.ManualEntry;
3294
-
3295
2606
  /**
3296
2607
  * The list of permissions to request. The `payment_method` permission must be included.
3297
2608
  */
@@ -3314,39 +2625,19 @@ declare module 'stripe' {
3314
2625
  * The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
3315
2626
  */
3316
2627
  account_subcategories?: Array<Filters.AccountSubcategory>;
3317
-
3318
- /**
3319
- * The institution to use to filter for possible accounts to link.
3320
- */
3321
- institution?: string;
3322
2628
  }
3323
2629
 
3324
2630
  namespace Filters {
3325
2631
  type AccountSubcategory = 'checking' | 'savings';
3326
2632
  }
3327
2633
 
3328
- interface ManualEntry {
3329
- /**
3330
- * Settings for configuring manual entry of account details.
3331
- */
3332
- mode?: ManualEntry.Mode;
3333
- }
3334
-
3335
- namespace ManualEntry {
3336
- type Mode = 'automatic' | 'custom';
3337
- }
3338
-
3339
2634
  type Permission =
3340
2635
  | 'balances'
3341
2636
  | 'ownership'
3342
2637
  | 'payment_method'
3343
2638
  | 'transactions';
3344
2639
 
3345
- type Prefetch =
3346
- | 'balances'
3347
- | 'inferred_balances'
3348
- | 'ownership'
3349
- | 'transactions';
2640
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
3350
2641
  }
3351
2642
 
3352
2643
  interface MandateOptions {
@@ -3377,11 +2668,11 @@ declare module 'stripe' {
3377
2668
  /**
3378
2669
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3379
2670
  *
3380
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2671
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3381
2672
  *
3382
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2673
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3383
2674
  *
3384
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2675
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3385
2676
  */
3386
2677
  setup_future_usage?: 'none';
3387
2678
  }
@@ -3394,11 +2685,11 @@ declare module 'stripe' {
3394
2685
  /**
3395
2686
  * Indicates that you intend to make future payments with this PaymentIntent's payment method.
3396
2687
  *
3397
- * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
2688
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
3398
2689
  *
3399
- * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
2690
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
3400
2691
  *
3401
- * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
2692
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
3402
2693
  */
3403
2694
  setup_future_usage?: 'none';
3404
2695
  }
@@ -3445,8 +2736,6 @@ declare module 'stripe' {
3445
2736
  }
3446
2737
  }
3447
2738
 
3448
- type SecretKeyConfirmation = 'optional' | 'required';
3449
-
3450
2739
  type SetupFutureUsage = 'off_session' | 'on_session';
3451
2740
 
3452
2741
  interface Shipping {