stripe 20.2.0-alpha.1 → 20.2.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/CHANGELOG.md +45 -460
  2. package/OPENAPI_VERSION +1 -1
  3. package/VERSION +1 -1
  4. package/cjs/Error.js +1 -9
  5. package/cjs/StripeEventNotificationHandler.js +118 -0
  6. package/cjs/resources/PaymentMethods.js +0 -4
  7. package/cjs/resources/Reserve/Holds.js +14 -0
  8. package/cjs/resources/{ProductCatalog/TrialOffers.js → Reserve/Plans.js} +3 -6
  9. package/cjs/resources/{SharedPayment/GrantedTokens.js → Reserve/Releases.js} +8 -3
  10. package/cjs/resources.js +11 -77
  11. package/cjs/stripe.core.js +5 -1
  12. package/esm/Error.js +0 -7
  13. package/esm/StripeEventNotificationHandler.js +114 -0
  14. package/esm/resources/PaymentMethods.js +0 -4
  15. package/esm/resources/Reserve/Holds.js +11 -0
  16. package/esm/resources/Reserve/Plans.js +6 -0
  17. package/esm/resources/Reserve/Releases.js +14 -0
  18. package/esm/resources.js +7 -72
  19. package/esm/stripe.core.js +5 -1
  20. package/package.json +1 -1
  21. package/types/AccountSessions.d.ts +0 -18
  22. package/types/AccountSessionsResource.d.ts +0 -21
  23. package/types/AccountsResource.d.ts +12 -136
  24. package/types/ApplicationFees.d.ts +1 -6
  25. package/types/Balance.d.ts +0 -82
  26. package/types/BalanceTransactions.d.ts +1 -2
  27. package/types/Billing/AlertTriggereds.d.ts +0 -15
  28. package/types/Billing/Alerts.d.ts +1 -116
  29. package/types/Billing/AlertsResource.d.ts +2 -149
  30. package/types/Billing/Analytics/MeterUsageResource.d.ts +0 -5
  31. package/types/Billing/Analytics/MeterUsageRows.d.ts +0 -7
  32. package/types/Billing/CreditBalanceSummary.d.ts +2 -118
  33. package/types/Billing/CreditBalanceSummaryResource.d.ts +0 -12
  34. package/types/Billing/CreditBalanceTransactions.d.ts +2 -118
  35. package/types/Billing/CreditGrants.d.ts +1 -71
  36. package/types/Billing/CreditGrantsResource.d.ts +1 -32
  37. package/types/Billing/MeterEventSummaries.d.ts +0 -7
  38. package/types/Billing/Meters.d.ts +0 -5
  39. package/types/Billing/MetersResource.d.ts +0 -17
  40. package/types/Cards.d.ts +0 -14
  41. package/types/Charges.d.ts +0 -14
  42. package/types/Checkout/Sessions.d.ts +0 -58
  43. package/types/Checkout/SessionsResource.d.ts +0 -78
  44. package/types/ConfirmationTokens.d.ts +0 -14
  45. package/types/Discounts.d.ts +0 -10
  46. package/types/Errors.d.ts +0 -6
  47. package/types/Identity/VerificationReports.d.ts +0 -10
  48. package/types/Identity/VerificationReportsResource.d.ts +0 -5
  49. package/types/InvoiceItems.d.ts +3 -118
  50. package/types/InvoiceLineItems.d.ts +8 -127
  51. package/types/Invoices.d.ts +0 -13
  52. package/types/InvoicesResource.d.ts +0 -201
  53. package/types/Issuing/Cards.d.ts +0 -10
  54. package/types/Issuing/CardsResource.d.ts +0 -33
  55. package/types/PaymentIntents.d.ts +1 -45
  56. package/types/PaymentIntentsResource.d.ts +5 -126
  57. package/types/PaymentLinksResource.d.ts +0 -14
  58. package/types/PaymentMethods.d.ts +0 -14
  59. package/types/PaymentMethodsResource.d.ts +0 -20
  60. package/types/Persons.d.ts +0 -28
  61. package/types/ProductsResource.d.ts +0 -24
  62. package/types/QuoteLines.d.ts +0 -17
  63. package/types/QuotePreviewInvoices.d.ts +0 -13
  64. package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -126
  65. package/types/Quotes.d.ts +0 -282
  66. package/types/QuotesResource.d.ts +44 -662
  67. package/types/Reserve/Holds.d.ts +104 -0
  68. package/types/Reserve/HoldsResource.d.ts +76 -0
  69. package/types/Reserve/Plans.d.ts +103 -0
  70. package/types/{SharedPayment/GrantedTokensResource.d.ts → Reserve/PlansResource.d.ts} +7 -7
  71. package/types/Reserve/Releases.d.ts +105 -0
  72. package/types/Reserve/ReleasesResource.d.ts +60 -0
  73. package/types/SetupIntents.d.ts +0 -21
  74. package/types/SetupIntentsResource.d.ts +0 -90
  75. package/types/SubscriptionItems.d.ts +0 -13
  76. package/types/SubscriptionItemsResource.d.ts +0 -34
  77. package/types/SubscriptionSchedules.d.ts +0 -124
  78. package/types/SubscriptionSchedulesResource.d.ts +0 -238
  79. package/types/Subscriptions.d.ts +0 -22
  80. package/types/SubscriptionsResource.d.ts +0 -34
  81. package/types/TokensResource.d.ts +0 -68
  82. package/types/Transfers.d.ts +0 -4
  83. package/types/TransfersResource.d.ts +0 -2
  84. package/types/V2/Billing/Cadences.d.ts +0 -45
  85. package/types/V2/Billing/CadencesResource.d.ts +3 -32
  86. package/types/V2/Core/AccountTokensResource.d.ts +0 -245
  87. package/types/V2/Core/Accounts.d.ts +1 -1473
  88. package/types/V2/Core/AccountsResource.d.ts +0 -1644
  89. package/types/V2/Core/EventTypes.d.ts +702 -4551
  90. package/types/V2/Core/Events.d.ts +0 -61
  91. package/types/V2/Core/EventsResource.d.ts +1 -11
  92. package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -21
  93. package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -21
  94. package/types/V2/EventMisc.d.ts +37 -0
  95. package/types/V2/MoneyManagement/FinancialAccounts.d.ts +1 -31
  96. package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -7
  97. package/types/V2/MoneyManagement/FinancialAddresses.d.ts +1 -4
  98. package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +1 -18
  99. package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -8
  100. package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -7
  101. package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -12
  102. package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -12
  103. package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -34
  104. package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -5
  105. package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -5
  106. package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -62
  107. package/types/V2/MoneyManagement/ReceivedCredits.d.ts +1 -34
  108. package/types/V2/MoneyManagement/ReceivedDebits.d.ts +1 -61
  109. package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +1 -6
  110. package/types/WebhookEndpointsResource.d.ts +2 -1
  111. package/types/Webhooks.d.ts +0 -2
  112. package/types/index.d.ts +25 -122
  113. package/types/test/typescriptTest.ts +27 -0
  114. package/cjs/resources/BalanceTransfers.js +0 -9
  115. package/cjs/resources/DelegatedCheckout/RequestedSessions.js +0 -28
  116. package/cjs/resources/Identity/BlocklistEntries.js +0 -25
  117. package/cjs/resources/Issuing/Programs.js +0 -22
  118. package/cjs/resources/Radar/AccountEvaluations.js +0 -20
  119. package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +0 -16
  120. package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -16
  121. package/cjs/resources/V2/Billing/CustomPricingUnits.js +0 -25
  122. package/cjs/resources/V2/Billing/Intents/Actions.js +0 -17
  123. package/cjs/resources/V2/Billing/Intents.js +0 -36
  124. package/cjs/resources/V2/Billing/LicenseFeeSubscriptions.js +0 -12
  125. package/cjs/resources/V2/Billing/LicenseFees/Versions.js +0 -17
  126. package/cjs/resources/V2/Billing/LicenseFees.js +0 -27
  127. package/cjs/resources/V2/Billing/LicensedItems.js +0 -25
  128. package/cjs/resources/V2/Billing/MeteredItems.js +0 -22
  129. package/cjs/resources/V2/Billing/PricingPlanSubscriptions/Components.js +0 -12
  130. package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +0 -26
  131. package/cjs/resources/V2/Billing/PricingPlans/Components.js +0 -29
  132. package/cjs/resources/V2/Billing/PricingPlans/Versions.js +0 -17
  133. package/cjs/resources/V2/Billing/PricingPlans.js +0 -29
  134. package/cjs/resources/V2/Billing/RateCardSubscriptions.js +0 -29
  135. package/cjs/resources/V2/Billing/RateCards/Rates.js +0 -25
  136. package/cjs/resources/V2/Billing/RateCards/Versions.js +0 -17
  137. package/cjs/resources/V2/Billing/RateCards.js +0 -29
  138. package/cjs/resources/V2/Billing/ServiceActions.js +0 -20
  139. package/cjs/resources/V2/Core/ClaimableSandboxes.js +0 -16
  140. package/cjs/resources/V2/Iam/ApiKeys.js +0 -24
  141. package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +0 -21
  142. package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +0 -20
  143. package/cjs/resources/V2/Payments/OffSessionPayments.js +0 -29
  144. package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +0 -20
  145. package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +0 -33
  146. package/cjs/resources/V2/Reporting/ReportRuns.js +0 -13
  147. package/cjs/resources/V2/Reporting/Reports.js +0 -12
  148. package/cjs/resources/V2/Tax/ManualRules.js +0 -23
  149. package/cjs/resources/V2/TestHelpers/MoneyManagement.js +0 -12
  150. package/esm/resources/BalanceTransfers.js +0 -6
  151. package/esm/resources/DelegatedCheckout/RequestedSessions.js +0 -25
  152. package/esm/resources/Identity/BlocklistEntries.js +0 -22
  153. package/esm/resources/Issuing/Programs.js +0 -19
  154. package/esm/resources/ProductCatalog/TrialOffers.js +0 -9
  155. package/esm/resources/Radar/AccountEvaluations.js +0 -17
  156. package/esm/resources/SharedPayment/GrantedTokens.js +0 -9
  157. package/esm/resources/TestHelpers/Capital/FinancingOffers.js +0 -13
  158. package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -13
  159. package/esm/resources/V2/Billing/CustomPricingUnits.js +0 -22
  160. package/esm/resources/V2/Billing/Intents/Actions.js +0 -14
  161. package/esm/resources/V2/Billing/Intents.js +0 -33
  162. package/esm/resources/V2/Billing/LicenseFeeSubscriptions.js +0 -9
  163. package/esm/resources/V2/Billing/LicenseFees/Versions.js +0 -14
  164. package/esm/resources/V2/Billing/LicenseFees.js +0 -24
  165. package/esm/resources/V2/Billing/LicensedItems.js +0 -22
  166. package/esm/resources/V2/Billing/MeteredItems.js +0 -19
  167. package/esm/resources/V2/Billing/PricingPlanSubscriptions/Components.js +0 -9
  168. package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +0 -23
  169. package/esm/resources/V2/Billing/PricingPlans/Components.js +0 -26
  170. package/esm/resources/V2/Billing/PricingPlans/Versions.js +0 -14
  171. package/esm/resources/V2/Billing/PricingPlans.js +0 -26
  172. package/esm/resources/V2/Billing/RateCardSubscriptions.js +0 -26
  173. package/esm/resources/V2/Billing/RateCards/Rates.js +0 -22
  174. package/esm/resources/V2/Billing/RateCards/Versions.js +0 -14
  175. package/esm/resources/V2/Billing/RateCards.js +0 -26
  176. package/esm/resources/V2/Billing/ServiceActions.js +0 -17
  177. package/esm/resources/V2/Core/ClaimableSandboxes.js +0 -13
  178. package/esm/resources/V2/Iam/ApiKeys.js +0 -21
  179. package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +0 -18
  180. package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +0 -17
  181. package/esm/resources/V2/Payments/OffSessionPayments.js +0 -26
  182. package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +0 -17
  183. package/esm/resources/V2/Payments/SettlementAllocationIntents.js +0 -30
  184. package/esm/resources/V2/Reporting/ReportRuns.js +0 -10
  185. package/esm/resources/V2/Reporting/Reports.js +0 -9
  186. package/esm/resources/V2/Tax/ManualRules.js +0 -20
  187. package/esm/resources/V2/TestHelpers/MoneyManagement.js +0 -9
  188. package/types/BalanceTransfers.d.ts +0 -122
  189. package/types/BalanceTransfersResource.d.ts +0 -87
  190. package/types/DelegatedCheckout/RequestedSessions.d.ts +0 -465
  191. package/types/DelegatedCheckout/RequestedSessionsResource.d.ts +0 -701
  192. package/types/Identity/BlocklistEntries.d.ts +0 -78
  193. package/types/Identity/BlocklistEntriesResource.d.ts +0 -146
  194. package/types/Issuing/Programs.d.ts +0 -42
  195. package/types/Issuing/ProgramsResource.d.ts +0 -96
  196. package/types/PaymentMethodBalances.d.ts +0 -63
  197. package/types/ProductCatalog/TrialOffers.d.ts +0 -77
  198. package/types/ProductCatalog/TrialOffersResource.d.ts +0 -80
  199. package/types/Radar/AccountEvaluations.d.ts +0 -88
  200. package/types/Radar/AccountEvaluationsResource.d.ts +0 -148
  201. package/types/SharedPayment/GrantedTokens.d.ts +0 -102
  202. package/types/TestHelpers/Capital/FinancingOffersResource.d.ts +0 -130
  203. package/types/TestHelpers/SharedPayment/GrantedTokensResource.d.ts +0 -87
  204. package/types/TransitBalances.d.ts +0 -40
  205. package/types/V2/Billing/CustomPricingUnits.d.ts +0 -56
  206. package/types/V2/Billing/CustomPricingUnitsResource.d.ts +0 -122
  207. package/types/V2/Billing/IntentActions.d.ts +0 -564
  208. package/types/V2/Billing/Intents/ActionsResource.d.ts +0 -58
  209. package/types/V2/Billing/Intents.d.ts +0 -117
  210. package/types/V2/Billing/IntentsResource.d.ts +0 -674
  211. package/types/V2/Billing/LicenseFeeSubscriptions.d.ts +0 -64
  212. package/types/V2/Billing/LicenseFeeSubscriptionsResource.d.ts +0 -28
  213. package/types/V2/Billing/LicenseFeeVersions.d.ts +0 -106
  214. package/types/V2/Billing/LicenseFees/VersionsResource.d.ts +0 -58
  215. package/types/V2/Billing/LicenseFees.d.ts +0 -164
  216. package/types/V2/Billing/LicenseFeesResource.d.ts +0 -290
  217. package/types/V2/Billing/LicensedItems.d.ts +0 -73
  218. package/types/V2/Billing/LicensedItemsResource.d.ts +0 -157
  219. package/types/V2/Billing/MeteredItems.d.ts +0 -101
  220. package/types/V2/Billing/MeteredItemsResource.d.ts +0 -189
  221. package/types/V2/Billing/PricingPlanComponents.d.ts +0 -109
  222. package/types/V2/Billing/PricingPlanSubscriptionComponents.d.ts +0 -57
  223. package/types/V2/Billing/PricingPlanSubscriptions/ComponentsResource.d.ts +0 -40
  224. package/types/V2/Billing/PricingPlanSubscriptions.d.ts +0 -144
  225. package/types/V2/Billing/PricingPlanSubscriptionsResource.d.ts +0 -120
  226. package/types/V2/Billing/PricingPlanVersions.d.ts +0 -49
  227. package/types/V2/Billing/PricingPlans/ComponentsResource.d.ts +0 -197
  228. package/types/V2/Billing/PricingPlans/VersionsResource.d.ts +0 -58
  229. package/types/V2/Billing/PricingPlans.d.ts +0 -84
  230. package/types/V2/Billing/PricingPlansResource.d.ts +0 -151
  231. package/types/V2/Billing/RateCardRates.d.ts +0 -144
  232. package/types/V2/Billing/RateCardSubscriptions.d.ts +0 -144
  233. package/types/V2/Billing/RateCardSubscriptionsResource.d.ts +0 -157
  234. package/types/V2/Billing/RateCardVersions.d.ts +0 -39
  235. package/types/V2/Billing/RateCards/RatesResource.d.ts +0 -203
  236. package/types/V2/Billing/RateCards/VersionsResource.d.ts +0 -58
  237. package/types/V2/Billing/RateCards.d.ts +0 -98
  238. package/types/V2/Billing/RateCardsResource.d.ts +0 -162
  239. package/types/V2/Billing/ServiceActions.d.ts +0 -298
  240. package/types/V2/Billing/ServiceActionsResource.d.ts +0 -394
  241. package/types/V2/Core/ClaimableSandboxes.d.ts +0 -132
  242. package/types/V2/Core/ClaimableSandboxesResource.d.ts +0 -74
  243. package/types/V2/Iam/ApiKeys.d.ts +0 -154
  244. package/types/V2/Iam/ApiKeysResource.d.ts +0 -215
  245. package/types/V2/MoneyManagement/CurrencyConversions.d.ts +0 -98
  246. package/types/V2/MoneyManagement/CurrencyConversionsResource.d.ts +0 -141
  247. package/types/V2/MoneyManagement/RecipientVerifications.d.ts +0 -112
  248. package/types/V2/MoneyManagement/RecipientVerificationsResource.d.ts +0 -77
  249. package/types/V2/Payments/OffSessionPayments.d.ts +0 -249
  250. package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -306
  251. package/types/V2/Payments/SettlementAllocationIntentSplits.d.ts +0 -111
  252. package/types/V2/Payments/SettlementAllocationIntents/SplitsResource.d.ts +0 -126
  253. package/types/V2/Payments/SettlementAllocationIntents.d.ts +0 -122
  254. package/types/V2/Payments/SettlementAllocationIntentsResource.d.ts +0 -168
  255. package/types/V2/Reporting/ReportRuns.d.ts +0 -154
  256. package/types/V2/Reporting/ReportRunsResource.d.ts +0 -75
  257. package/types/V2/Reporting/Reports.d.ts +0 -120
  258. package/types/V2/Reporting/ReportsResource.d.ts +0 -30
  259. package/types/V2/Tax/ManualRules.d.ts +0 -142
  260. package/types/V2/Tax/ManualRulesResource.d.ts +0 -292
  261. package/types/V2/TestHelpers/MoneyManagementResource.d.ts +0 -49
@@ -53,11 +53,6 @@ declare module 'stripe' {
53
53
 
54
54
  namespace AccountCreateParams {
55
55
  interface Configuration {
56
- /**
57
- * The CardCreator Configuration allows the Account to create and issue cards to users.
58
- */
59
- card_creator?: Configuration.CardCreator;
60
-
61
56
  /**
62
57
  * The Customer Configuration allows the Account to be used in inbound payment flows.
63
58
  */
@@ -80,148 +75,6 @@ declare module 'stripe' {
80
75
  }
81
76
 
82
77
  namespace Configuration {
83
- interface CardCreator {
84
- /**
85
- * Capabilities to request on the CardCreator Configuration.
86
- */
87
- capabilities?: CardCreator.Capabilities;
88
- }
89
-
90
- namespace CardCreator {
91
- interface Capabilities {
92
- /**
93
- * Can create cards for commercial issuing use cases.
94
- */
95
- commercial?: Capabilities.Commercial;
96
- }
97
-
98
- namespace Capabilities {
99
- interface Commercial {
100
- /**
101
- * Can create commercial issuing cards with Celtic as BIN sponsor.
102
- */
103
- celtic?: Commercial.Celtic;
104
-
105
- /**
106
- * Can create commercial issuing cards with Cross River Bank as BIN sponsor.
107
- */
108
- cross_river_bank?: Commercial.CrossRiverBank;
109
-
110
- /**
111
- * Can create commercial issuing cards with Stripe as BIN sponsor.
112
- */
113
- lead?: Commercial.Lead;
114
-
115
- /**
116
- * Can create commercial issuing cards with Stripe as BIN sponsor.
117
- */
118
- stripe?: Commercial.Stripe;
119
- }
120
-
121
- namespace Commercial {
122
- interface Celtic {
123
- /**
124
- * Can create commercial issuing charge cards with Celtic as BIN sponsor.
125
- */
126
- charge_card?: Celtic.ChargeCard;
127
-
128
- /**
129
- * Can create commercial issuing spend cards with Celtic as BIN sponsor.
130
- */
131
- spend_card?: Celtic.SpendCard;
132
- }
133
-
134
- namespace Celtic {
135
- interface ChargeCard {
136
- /**
137
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
138
- */
139
- requested: boolean;
140
- }
141
-
142
- interface SpendCard {
143
- /**
144
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
145
- */
146
- requested: boolean;
147
- }
148
- }
149
-
150
- interface CrossRiverBank {
151
- /**
152
- * Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
153
- */
154
- charge_card?: CrossRiverBank.ChargeCard;
155
-
156
- /**
157
- * Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
158
- */
159
- spend_card?: CrossRiverBank.SpendCard;
160
- }
161
-
162
- namespace CrossRiverBank {
163
- interface ChargeCard {
164
- /**
165
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
166
- */
167
- requested: boolean;
168
- }
169
-
170
- interface SpendCard {
171
- /**
172
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
173
- */
174
- requested: boolean;
175
- }
176
- }
177
-
178
- interface Lead {
179
- /**
180
- * Can create commercial issuing prepaid cards with Lead as BIN sponsor.
181
- */
182
- prepaid_card?: Lead.PrepaidCard;
183
- }
184
-
185
- namespace Lead {
186
- interface PrepaidCard {
187
- /**
188
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
189
- */
190
- requested: boolean;
191
- }
192
- }
193
-
194
- interface Stripe {
195
- /**
196
- * Can create commercial issuing charge cards with Stripe as BIN sponsor.
197
- */
198
- charge_card?: Stripe.ChargeCard;
199
-
200
- /**
201
- * Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
202
- */
203
- prepaid_card?: Stripe.PrepaidCard;
204
- }
205
-
206
- namespace Stripe {
207
- interface ChargeCard {
208
- /**
209
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
210
- */
211
- requested: boolean;
212
- }
213
-
214
- interface PrepaidCard {
215
- /**
216
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
217
- */
218
- requested: boolean;
219
- }
220
- }
221
- }
222
- }
223
- }
224
-
225
78
  interface Customer {
226
79
  /**
227
80
  * Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer's invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information.
@@ -1180,11 +1033,6 @@ declare module 'stripe' {
1180
1033
  */
1181
1034
  cards?: Capabilities.Cards;
1182
1035
 
1183
- /**
1184
- * Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
1185
- */
1186
- crypto_wallets?: Capabilities.CryptoWallets;
1187
-
1188
1036
  /**
1189
1037
  * Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
1190
1038
  */
@@ -1193,11 +1041,6 @@ declare module 'stripe' {
1193
1041
 
1194
1042
  namespace Capabilities {
1195
1043
  interface BankAccounts {
1196
- /**
1197
- * Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
1198
- */
1199
- instant?: BankAccounts.Instant;
1200
-
1201
1044
  /**
1202
1045
  * Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
1203
1046
  */
@@ -1210,13 +1053,6 @@ declare module 'stripe' {
1210
1053
  }
1211
1054
 
1212
1055
  namespace BankAccounts {
1213
- interface Instant {
1214
- /**
1215
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
1216
- */
1217
- requested: boolean;
1218
- }
1219
-
1220
1056
  interface Local {
1221
1057
  /**
1222
1058
  * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
@@ -1239,13 +1075,6 @@ declare module 'stripe' {
1239
1075
  requested: boolean;
1240
1076
  }
1241
1077
 
1242
- interface CryptoWallets {
1243
- /**
1244
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
1245
- */
1246
- requested: boolean;
1247
- }
1248
-
1249
1078
  interface StripeBalance {
1250
1079
  /**
1251
1080
  * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
@@ -1269,56 +1098,6 @@ declare module 'stripe' {
1269
1098
  * Capabilities to request on the Storer Configuration.
1270
1099
  */
1271
1100
  capabilities?: Storer.Capabilities;
1272
-
1273
- /**
1274
- * List of high-risk activities the business is involved in.
1275
- */
1276
- high_risk_activities?: Array<Storer.HighRiskActivity>;
1277
-
1278
- /**
1279
- * Description of the high-risk activities the business offers.
1280
- */
1281
- high_risk_activities_description?: string;
1282
-
1283
- /**
1284
- * Description of the money services offered by the business.
1285
- */
1286
- money_services_description?: string;
1287
-
1288
- /**
1289
- * Indicates whether the business operates in any prohibited countries.
1290
- */
1291
- operates_in_prohibited_countries?: boolean;
1292
-
1293
- /**
1294
- * Indicates whether the business participates in any regulated activity.
1295
- */
1296
- participates_in_regulated_activity?: boolean;
1297
-
1298
- /**
1299
- * Primary purpose of the stored funds.
1300
- */
1301
- purpose_of_funds?: Storer.PurposeOfFunds;
1302
-
1303
- /**
1304
- * Description of the purpose of the stored funds.
1305
- */
1306
- purpose_of_funds_description?: string;
1307
-
1308
- /**
1309
- * Details of the regulated activity if the business participates in one.
1310
- */
1311
- regulated_activity?: Storer.RegulatedActivity;
1312
-
1313
- /**
1314
- * The source of funds for the business, e.g. profits, income, venture capital, etc.
1315
- */
1316
- source_of_funds?: Storer.SourceOfFunds;
1317
-
1318
- /**
1319
- * Description of the source of funds for the business' account.
1320
- */
1321
- source_of_funds_description?: string;
1322
1101
  }
1323
1102
 
1324
1103
  namespace Storer {
@@ -1355,11 +1134,6 @@ declare module 'stripe' {
1355
1134
  * Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
1356
1135
  */
1357
1136
  bank_accounts?: FinancialAddresses.BankAccounts;
1358
-
1359
- /**
1360
- * Can provision a crypto wallet like financial address to credit a FinancialAccount.
1361
- */
1362
- crypto_wallets?: FinancialAddresses.CryptoWallets;
1363
1137
  }
1364
1138
 
1365
1139
  namespace FinancialAddresses {
@@ -1369,13 +1143,6 @@ declare module 'stripe' {
1369
1143
  */
1370
1144
  requested: boolean;
1371
1145
  }
1372
-
1373
- interface CryptoWallets {
1374
- /**
1375
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
1376
- */
1377
- requested: boolean;
1378
- }
1379
1146
  }
1380
1147
 
1381
1148
  interface HoldsCurrencies {
@@ -1393,11 +1160,6 @@ declare module 'stripe' {
1393
1160
  * Can hold storage-type funds on Stripe in USD.
1394
1161
  */
1395
1162
  usd?: HoldsCurrencies.Usd;
1396
-
1397
- /**
1398
- * Can hold storage-type funds on Stripe in USDC.
1399
- */
1400
- usdc?: HoldsCurrencies.Usdc;
1401
1163
  }
1402
1164
 
1403
1165
  namespace HoldsCurrencies {
@@ -1421,13 +1183,6 @@ declare module 'stripe' {
1421
1183
  */
1422
1184
  requested: boolean;
1423
1185
  }
1424
-
1425
- interface Usdc {
1426
- /**
1427
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
1428
- */
1429
- requested: boolean;
1430
- }
1431
1186
  }
1432
1187
 
1433
1188
  interface InboundTransfers {
@@ -1457,11 +1212,6 @@ declare module 'stripe' {
1457
1212
  */
1458
1213
  cards?: OutboundPayments.Cards;
1459
1214
 
1460
- /**
1461
- * Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
1462
- */
1463
- crypto_wallets?: OutboundPayments.CryptoWallets;
1464
-
1465
1215
  /**
1466
1216
  * Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
1467
1217
  */
@@ -1483,13 +1233,6 @@ declare module 'stripe' {
1483
1233
  requested: boolean;
1484
1234
  }
1485
1235
 
1486
- interface CryptoWallets {
1487
- /**
1488
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
1489
- */
1490
- requested: boolean;
1491
- }
1492
-
1493
1236
  interface FinancialAccounts {
1494
1237
  /**
1495
1238
  * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
@@ -1504,11 +1247,6 @@ declare module 'stripe' {
1504
1247
  */
1505
1248
  bank_accounts?: OutboundTransfers.BankAccounts;
1506
1249
 
1507
- /**
1508
- * Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
1509
- */
1510
- crypto_wallets?: OutboundTransfers.CryptoWallets;
1511
-
1512
1250
  /**
1513
1251
  * Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
1514
1252
  */
@@ -1523,13 +1261,6 @@ declare module 'stripe' {
1523
1261
  requested: boolean;
1524
1262
  }
1525
1263
 
1526
- interface CryptoWallets {
1527
- /**
1528
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
1529
- */
1530
- requested: boolean;
1531
- }
1532
-
1533
1264
  interface FinancialAccounts {
1534
1265
  /**
1535
1266
  * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
@@ -1538,74 +1269,6 @@ declare module 'stripe' {
1538
1269
  }
1539
1270
  }
1540
1271
  }
1541
-
1542
- type HighRiskActivity =
1543
- | 'adult_entertainment'
1544
- | 'gambling'
1545
- | 'hold_client_funds'
1546
- | 'investment_services'
1547
- | 'lending_banking'
1548
- | 'marijuana_or_related_services'
1549
- | 'money_services'
1550
- | 'nicotine_tobacco_or_related_services'
1551
- | 'none'
1552
- | 'operate_foreign_exchange_virtual_currencies_brokerage_otc'
1553
- | 'pharmaceuticals'
1554
- | 'precious_metals_precious_stones_jewelry'
1555
- | 'safe_deposit_box_rentals'
1556
- | 'third_party_payment_processing'
1557
- | 'weapons_firearms_and_explosives';
1558
-
1559
- type PurposeOfFunds =
1560
- | 'charitable_donations'
1561
- | 'ecommerce_retail_payments'
1562
- | 'investment_purposes'
1563
- | 'other'
1564
- | 'payments_to_friends_or_family_abroad'
1565
- | 'payroll'
1566
- | 'personal_or_living_expenses'
1567
- | 'protect_wealth'
1568
- | 'purchase_goods_and_services'
1569
- | 'receive_payments_for_goods_and_services'
1570
- | 'tax_optimization'
1571
- | 'third_party_money_transmission'
1572
- | 'treasury_management';
1573
-
1574
- interface RegulatedActivity {
1575
- /**
1576
- * A detailed description of the regulated activities the business is licensed to conduct.
1577
- */
1578
- description?: string;
1579
-
1580
- /**
1581
- * The license number or registration number assigned by the business's primary regulator.
1582
- */
1583
- license_number?: string;
1584
-
1585
- /**
1586
- * The country of the primary regulatory authority that oversees the business's regulated activities.
1587
- */
1588
- primary_regulatory_authority_country?: string;
1589
-
1590
- /**
1591
- * The name of the primary regulatory authority that oversees the business's regulated activities.
1592
- */
1593
- primary_regulatory_authority_name?: string;
1594
- }
1595
-
1596
- type SourceOfFunds =
1597
- | 'business_loans'
1598
- | 'grants'
1599
- | 'inter_company_funds'
1600
- | 'investment_proceeds'
1601
- | 'legal_settlement'
1602
- | 'owners_capital'
1603
- | 'pension_retirement'
1604
- | 'sales_of_assets'
1605
- | 'sales_of_goods_and_services'
1606
- | 'tax_refund'
1607
- | 'third_party_funds'
1608
- | 'treasury_reserves';
1609
1272
  }
1610
1273
  }
1611
1274
 
@@ -1901,16 +1564,6 @@ declare module 'stripe' {
1901
1564
  */
1902
1565
  account?: TermsOfService.Account;
1903
1566
 
1904
- /**
1905
- * Details on the Account's acceptance of Issuing-specific terms of service.
1906
- */
1907
- card_creator?: TermsOfService.CardCreator;
1908
-
1909
- /**
1910
- * Details on the Account's acceptance of Crypto-storer-specific terms of service.
1911
- */
1912
- crypto_storer?: TermsOfService.CryptoStorer;
1913
-
1914
1567
  /**
1915
1568
  * Details on the Account's acceptance of Treasury-specific terms of service.
1916
1569
  */
@@ -1935,482 +1588,6 @@ declare module 'stripe' {
1935
1588
  user_agent?: string;
1936
1589
  }
1937
1590
 
1938
- interface CardCreator {
1939
- /**
1940
- * Terms of service acceptances to create cards for commercial issuing use cases.
1941
- */
1942
- commercial?: CardCreator.Commercial;
1943
- }
1944
-
1945
- namespace CardCreator {
1946
- interface Commercial {
1947
- /**
1948
- * Terms of service acceptances for Stripe commercial card issuing.
1949
- */
1950
- account_holder?: Commercial.AccountHolder;
1951
-
1952
- /**
1953
- * Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
1954
- */
1955
- celtic?: Commercial.Celtic;
1956
-
1957
- /**
1958
- * Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
1959
- */
1960
- cross_river_bank?: Commercial.CrossRiverBank;
1961
-
1962
- /**
1963
- * Terms of service acceptances for Stripe commercial card Global issuing.
1964
- */
1965
- global_account_holder?: Commercial.GlobalAccountHolder;
1966
-
1967
- /**
1968
- * Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
1969
- */
1970
- lead?: Commercial.Lead;
1971
- }
1972
-
1973
- namespace Commercial {
1974
- interface AccountHolder {
1975
- /**
1976
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
1977
- */
1978
- date: string;
1979
-
1980
- /**
1981
- * The IP address from which the Account's representative accepted the terms of service.
1982
- */
1983
- ip: string;
1984
-
1985
- /**
1986
- * The user agent of the browser from which the Account's representative accepted the terms of service.
1987
- */
1988
- user_agent?: string;
1989
- }
1990
-
1991
- interface Celtic {
1992
- /**
1993
- * Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
1994
- */
1995
- apple_pay?: Celtic.ApplePay;
1996
-
1997
- /**
1998
- * Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
1999
- */
2000
- charge_card?: Celtic.ChargeCard;
2001
-
2002
- /**
2003
- * Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
2004
- */
2005
- spend_card?: Celtic.SpendCard;
2006
- }
2007
-
2008
- namespace Celtic {
2009
- interface ApplePay {
2010
- /**
2011
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2012
- */
2013
- date: string;
2014
-
2015
- /**
2016
- * The IP address from which the Account's representative accepted the terms of service.
2017
- */
2018
- ip: string;
2019
-
2020
- /**
2021
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2022
- */
2023
- user_agent?: string;
2024
- }
2025
-
2026
- interface ChargeCard {
2027
- /**
2028
- * Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
2029
- */
2030
- bank_terms?: ChargeCard.BankTerms;
2031
-
2032
- /**
2033
- * Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
2034
- */
2035
- platform?: ChargeCard.Platform;
2036
- }
2037
-
2038
- namespace ChargeCard {
2039
- interface BankTerms {
2040
- /**
2041
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2042
- */
2043
- date: string;
2044
-
2045
- /**
2046
- * The IP address from which the Account's representative accepted the terms of service.
2047
- */
2048
- ip: string;
2049
-
2050
- /**
2051
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2052
- */
2053
- user_agent?: string;
2054
- }
2055
-
2056
- interface Platform {
2057
- /**
2058
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2059
- */
2060
- date: string;
2061
-
2062
- /**
2063
- * The IP address from which the Account's representative accepted the terms of service.
2064
- */
2065
- ip: string;
2066
-
2067
- /**
2068
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2069
- */
2070
- user_agent?: string;
2071
- }
2072
- }
2073
-
2074
- interface SpendCard {
2075
- /**
2076
- * Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
2077
- */
2078
- bank_terms?: SpendCard.BankTerms;
2079
-
2080
- /**
2081
- * Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
2082
- */
2083
- financing_disclosures?: SpendCard.FinancingDisclosures;
2084
-
2085
- /**
2086
- * Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
2087
- */
2088
- platform?: SpendCard.Platform;
2089
- }
2090
-
2091
- namespace SpendCard {
2092
- interface BankTerms {
2093
- /**
2094
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2095
- */
2096
- date: string;
2097
-
2098
- /**
2099
- * The IP address from which the Account's representative accepted the terms of service.
2100
- */
2101
- ip: string;
2102
-
2103
- /**
2104
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2105
- */
2106
- user_agent?: string;
2107
- }
2108
-
2109
- interface FinancingDisclosures {
2110
- /**
2111
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2112
- */
2113
- date: string;
2114
-
2115
- /**
2116
- * The IP address from which the Account's representative accepted the terms of service.
2117
- */
2118
- ip: string;
2119
-
2120
- /**
2121
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2122
- */
2123
- user_agent?: string;
2124
- }
2125
-
2126
- interface Platform {
2127
- /**
2128
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2129
- */
2130
- date: string;
2131
-
2132
- /**
2133
- * The IP address from which the Account's representative accepted the terms of service.
2134
- */
2135
- ip: string;
2136
-
2137
- /**
2138
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2139
- */
2140
- user_agent?: string;
2141
- }
2142
- }
2143
- }
2144
-
2145
- interface CrossRiverBank {
2146
- /**
2147
- * Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
2148
- */
2149
- apple_pay?: CrossRiverBank.ApplePay;
2150
-
2151
- /**
2152
- * Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
2153
- */
2154
- charge_card?: CrossRiverBank.ChargeCard;
2155
-
2156
- /**
2157
- * Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
2158
- */
2159
- spend_card?: CrossRiverBank.SpendCard;
2160
- }
2161
-
2162
- namespace CrossRiverBank {
2163
- interface ApplePay {
2164
- /**
2165
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2166
- */
2167
- date: string;
2168
-
2169
- /**
2170
- * The IP address from which the Account's representative accepted the terms of service.
2171
- */
2172
- ip: string;
2173
-
2174
- /**
2175
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2176
- */
2177
- user_agent?: string;
2178
- }
2179
-
2180
- interface ChargeCard {
2181
- /**
2182
- * Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
2183
- */
2184
- bank_terms?: ChargeCard.BankTerms;
2185
-
2186
- /**
2187
- * Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
2188
- */
2189
- financing_disclosures?: ChargeCard.FinancingDisclosures;
2190
-
2191
- /**
2192
- * Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
2193
- */
2194
- platform?: ChargeCard.Platform;
2195
- }
2196
-
2197
- namespace ChargeCard {
2198
- interface BankTerms {
2199
- /**
2200
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2201
- */
2202
- date: string;
2203
-
2204
- /**
2205
- * The IP address from which the Account's representative accepted the terms of service.
2206
- */
2207
- ip: string;
2208
-
2209
- /**
2210
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2211
- */
2212
- user_agent?: string;
2213
- }
2214
-
2215
- interface FinancingDisclosures {
2216
- /**
2217
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2218
- */
2219
- date: string;
2220
-
2221
- /**
2222
- * The IP address from which the Account's representative accepted the terms of service.
2223
- */
2224
- ip: string;
2225
-
2226
- /**
2227
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2228
- */
2229
- user_agent?: string;
2230
- }
2231
-
2232
- interface Platform {
2233
- /**
2234
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2235
- */
2236
- date: string;
2237
-
2238
- /**
2239
- * The IP address from which the Account's representative accepted the terms of service.
2240
- */
2241
- ip: string;
2242
-
2243
- /**
2244
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2245
- */
2246
- user_agent?: string;
2247
- }
2248
- }
2249
-
2250
- interface SpendCard {
2251
- /**
2252
- * Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
2253
- */
2254
- bank_terms?: SpendCard.BankTerms;
2255
-
2256
- /**
2257
- * Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
2258
- */
2259
- financing_disclosures?: SpendCard.FinancingDisclosures;
2260
- }
2261
-
2262
- namespace SpendCard {
2263
- interface BankTerms {
2264
- /**
2265
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2266
- */
2267
- date: string;
2268
-
2269
- /**
2270
- * The IP address from which the Account's representative accepted the terms of service.
2271
- */
2272
- ip: string;
2273
-
2274
- /**
2275
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2276
- */
2277
- user_agent?: string;
2278
- }
2279
-
2280
- interface FinancingDisclosures {
2281
- /**
2282
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2283
- */
2284
- date: string;
2285
-
2286
- /**
2287
- * The IP address from which the Account's representative accepted the terms of service.
2288
- */
2289
- ip: string;
2290
-
2291
- /**
2292
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2293
- */
2294
- user_agent?: string;
2295
- }
2296
- }
2297
- }
2298
-
2299
- interface GlobalAccountHolder {
2300
- /**
2301
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2302
- */
2303
- date: string;
2304
-
2305
- /**
2306
- * The IP address from which the Account's representative accepted the terms of service.
2307
- */
2308
- ip: string;
2309
-
2310
- /**
2311
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2312
- */
2313
- user_agent?: string;
2314
- }
2315
-
2316
- interface Lead {
2317
- /**
2318
- * Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
2319
- */
2320
- apple_pay?: Lead.ApplePay;
2321
-
2322
- /**
2323
- * Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
2324
- */
2325
- prepaid_card?: Lead.PrepaidCard;
2326
- }
2327
-
2328
- namespace Lead {
2329
- interface ApplePay {
2330
- /**
2331
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2332
- */
2333
- date: string;
2334
-
2335
- /**
2336
- * The IP address from which the Account's representative accepted the terms of service.
2337
- */
2338
- ip: string;
2339
-
2340
- /**
2341
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2342
- */
2343
- user_agent?: string;
2344
- }
2345
-
2346
- interface PrepaidCard {
2347
- /**
2348
- * Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
2349
- */
2350
- bank_terms?: PrepaidCard.BankTerms;
2351
-
2352
- /**
2353
- * Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
2354
- */
2355
- platform?: PrepaidCard.Platform;
2356
- }
2357
-
2358
- namespace PrepaidCard {
2359
- interface BankTerms {
2360
- /**
2361
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2362
- */
2363
- date: string;
2364
-
2365
- /**
2366
- * The IP address from which the Account's representative accepted the terms of service.
2367
- */
2368
- ip: string;
2369
-
2370
- /**
2371
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2372
- */
2373
- user_agent?: string;
2374
- }
2375
-
2376
- interface Platform {
2377
- /**
2378
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2379
- */
2380
- date: string;
2381
-
2382
- /**
2383
- * The IP address from which the Account's representative accepted the terms of service.
2384
- */
2385
- ip: string;
2386
-
2387
- /**
2388
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2389
- */
2390
- user_agent?: string;
2391
- }
2392
- }
2393
- }
2394
- }
2395
- }
2396
-
2397
- interface CryptoStorer {
2398
- /**
2399
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
2400
- */
2401
- date: string;
2402
-
2403
- /**
2404
- * The IP address from which the Account's representative accepted the terms of service.
2405
- */
2406
- ip: string;
2407
-
2408
- /**
2409
- * The user agent of the browser from which the Account's representative accepted the terms of service.
2410
- */
2411
- user_agent?: string;
2412
- }
2413
-
2414
1591
  interface Storer {
2415
1592
  /**
2416
1593
  * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
@@ -2441,11 +1618,6 @@ declare module 'stripe' {
2441
1618
  */
2442
1619
  annual_revenue?: BusinessDetails.AnnualRevenue;
2443
1620
 
2444
- /**
2445
- * A detailed description of the business's compliance and anti-money laundering controls and practices.
2446
- */
2447
- compliance_screening_description?: string;
2448
-
2449
1621
  /**
2450
1622
  * A document verifying the business.
2451
1623
  */
@@ -3632,7 +2804,6 @@ declare module 'stripe' {
3632
2804
  }
3633
2805
 
3634
2806
  type Include =
3635
- | 'configuration.card_creator'
3636
2807
  | 'configuration.customer'
3637
2808
  | 'configuration.merchant'
3638
2809
  | 'configuration.recipient'
@@ -3654,7 +2825,6 @@ declare module 'stripe' {
3654
2825
 
3655
2826
  namespace AccountRetrieveParams {
3656
2827
  type Include =
3657
- | 'configuration.card_creator'
3658
2828
  | 'configuration.customer'
3659
2829
  | 'configuration.merchant'
3660
2830
  | 'configuration.recipient'
@@ -3716,11 +2886,6 @@ declare module 'stripe' {
3716
2886
 
3717
2887
  namespace AccountUpdateParams {
3718
2888
  interface Configuration {
3719
- /**
3720
- * The CardCreator Configuration allows the Account to create and issue cards to users.
3721
- */
3722
- card_creator?: Configuration.CardCreator;
3723
-
3724
2889
  /**
3725
2890
  * The Customer Configuration allows the Account to be charged.
3726
2891
  */
@@ -3743,153 +2908,6 @@ declare module 'stripe' {
3743
2908
  }
3744
2909
 
3745
2910
  namespace Configuration {
3746
- interface CardCreator {
3747
- /**
3748
- * Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
3749
- */
3750
- applied?: boolean;
3751
-
3752
- /**
3753
- * Capabilities to request on the CardCreator Configuration.
3754
- */
3755
- capabilities?: CardCreator.Capabilities;
3756
- }
3757
-
3758
- namespace CardCreator {
3759
- interface Capabilities {
3760
- /**
3761
- * Can create cards for commercial issuing use cases.
3762
- */
3763
- commercial?: Capabilities.Commercial;
3764
- }
3765
-
3766
- namespace Capabilities {
3767
- interface Commercial {
3768
- /**
3769
- * Can create commercial issuing cards with Celtic as BIN sponsor.
3770
- */
3771
- celtic?: Commercial.Celtic;
3772
-
3773
- /**
3774
- * Can create commercial issuing cards with Cross River Bank as BIN sponsor.
3775
- */
3776
- cross_river_bank?: Commercial.CrossRiverBank;
3777
-
3778
- /**
3779
- * Can create commercial issuing cards with Lead as BIN sponsor.
3780
- */
3781
- lead?: Commercial.Lead;
3782
-
3783
- /**
3784
- * Can create commercial issuing cards with Stripe as BIN sponsor.
3785
- */
3786
- stripe?: Commercial.Stripe;
3787
- }
3788
-
3789
- namespace Commercial {
3790
- interface Celtic {
3791
- /**
3792
- * Can create commercial issuing charge cards with Celtic as BIN sponsor.
3793
- */
3794
- charge_card?: Celtic.ChargeCard;
3795
-
3796
- /**
3797
- * Can create commercial issuing spend cards with Celtic as BIN sponsor.
3798
- */
3799
- spend_card?: Celtic.SpendCard;
3800
- }
3801
-
3802
- namespace Celtic {
3803
- interface ChargeCard {
3804
- /**
3805
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3806
- */
3807
- requested?: boolean;
3808
- }
3809
-
3810
- interface SpendCard {
3811
- /**
3812
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3813
- */
3814
- requested?: boolean;
3815
- }
3816
- }
3817
-
3818
- interface CrossRiverBank {
3819
- /**
3820
- * Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
3821
- */
3822
- charge_card?: CrossRiverBank.ChargeCard;
3823
-
3824
- /**
3825
- * Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
3826
- */
3827
- spend_card?: CrossRiverBank.SpendCard;
3828
- }
3829
-
3830
- namespace CrossRiverBank {
3831
- interface ChargeCard {
3832
- /**
3833
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3834
- */
3835
- requested?: boolean;
3836
- }
3837
-
3838
- interface SpendCard {
3839
- /**
3840
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3841
- */
3842
- requested?: boolean;
3843
- }
3844
- }
3845
-
3846
- interface Lead {
3847
- /**
3848
- * Can create commercial issuing prepaid cards with Lead as BIN sponsor.
3849
- */
3850
- prepaid_card?: Lead.PrepaidCard;
3851
- }
3852
-
3853
- namespace Lead {
3854
- interface PrepaidCard {
3855
- /**
3856
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3857
- */
3858
- requested?: boolean;
3859
- }
3860
- }
3861
-
3862
- interface Stripe {
3863
- /**
3864
- * Can create commercial issuing charge cards with Stripe as BIN sponsor.
3865
- */
3866
- charge_card?: Stripe.ChargeCard;
3867
-
3868
- /**
3869
- * Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
3870
- */
3871
- prepaid_card?: Stripe.PrepaidCard;
3872
- }
3873
-
3874
- namespace Stripe {
3875
- interface ChargeCard {
3876
- /**
3877
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3878
- */
3879
- requested?: boolean;
3880
- }
3881
-
3882
- interface PrepaidCard {
3883
- /**
3884
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
3885
- */
3886
- requested?: boolean;
3887
- }
3888
- }
3889
- }
3890
- }
3891
- }
3892
-
3893
2911
  interface Customer {
3894
2912
  /**
3895
2913
  * Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
@@ -4841,11 +3859,6 @@ declare module 'stripe' {
4841
3859
  */
4842
3860
  cards?: Capabilities.Cards;
4843
3861
 
4844
- /**
4845
- * Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
4846
- */
4847
- crypto_wallets?: Capabilities.CryptoWallets;
4848
-
4849
3862
  /**
4850
3863
  * Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
4851
3864
  */
@@ -4854,11 +3867,6 @@ declare module 'stripe' {
4854
3867
 
4855
3868
  namespace Capabilities {
4856
3869
  interface BankAccounts {
4857
- /**
4858
- * Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
4859
- */
4860
- instant?: BankAccounts.Instant;
4861
-
4862
3870
  /**
4863
3871
  * Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
4864
3872
  */
@@ -4871,13 +3879,6 @@ declare module 'stripe' {
4871
3879
  }
4872
3880
 
4873
3881
  namespace BankAccounts {
4874
- interface Instant {
4875
- /**
4876
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
4877
- */
4878
- requested?: boolean;
4879
- }
4880
-
4881
3882
  interface Local {
4882
3883
  /**
4883
3884
  * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
@@ -4900,13 +3901,6 @@ declare module 'stripe' {
4900
3901
  requested?: boolean;
4901
3902
  }
4902
3903
 
4903
- interface CryptoWallets {
4904
- /**
4905
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
4906
- */
4907
- requested?: boolean;
4908
- }
4909
-
4910
3904
  interface StripeBalance {
4911
3905
  /**
4912
3906
  * Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
@@ -4935,56 +3929,6 @@ declare module 'stripe' {
4935
3929
  * Capabilities to request on the Storer Configuration.
4936
3930
  */
4937
3931
  capabilities?: Storer.Capabilities;
4938
-
4939
- /**
4940
- * List of high-risk activities the business is involved in.
4941
- */
4942
- high_risk_activities?: Array<Storer.HighRiskActivity>;
4943
-
4944
- /**
4945
- * Description of the high-risk activities the business offers.
4946
- */
4947
- high_risk_activities_description?: string;
4948
-
4949
- /**
4950
- * Description of the money services offered by the business.
4951
- */
4952
- money_services_description?: string;
4953
-
4954
- /**
4955
- * Does the business operate in any prohibited countries.
4956
- */
4957
- operates_in_prohibited_countries?: boolean;
4958
-
4959
- /**
4960
- * Indicates whether the business participates in any regulated activity.
4961
- */
4962
- participates_in_regulated_activity?: boolean;
4963
-
4964
- /**
4965
- * Primary purpose of the stored funds.
4966
- */
4967
- purpose_of_funds?: Storer.PurposeOfFunds;
4968
-
4969
- /**
4970
- * Description of the purpose of the stored funds.
4971
- */
4972
- purpose_of_funds_description?: string;
4973
-
4974
- /**
4975
- * Details of the regulated activity if the business participates in one.
4976
- */
4977
- regulated_activity?: Storer.RegulatedActivity;
4978
-
4979
- /**
4980
- * The source of funds for the business, e.g. profits, income, venture capital, etc.
4981
- */
4982
- source_of_funds?: Storer.SourceOfFunds;
4983
-
4984
- /**
4985
- * Description of the source of funds for the business' account.
4986
- */
4987
- source_of_funds_description?: string;
4988
3932
  }
4989
3933
 
4990
3934
  namespace Storer {
@@ -5021,11 +3965,6 @@ declare module 'stripe' {
5021
3965
  * Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
5022
3966
  */
5023
3967
  bank_accounts?: FinancialAddresses.BankAccounts;
5024
-
5025
- /**
5026
- * Can provision a crypto wallet like financial address to credit a FinancialAccount.
5027
- */
5028
- crypto_wallets?: FinancialAddresses.CryptoWallets;
5029
3968
  }
5030
3969
 
5031
3970
  namespace FinancialAddresses {
@@ -5035,13 +3974,6 @@ declare module 'stripe' {
5035
3974
  */
5036
3975
  requested?: boolean;
5037
3976
  }
5038
-
5039
- interface CryptoWallets {
5040
- /**
5041
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5042
- */
5043
- requested?: boolean;
5044
- }
5045
3977
  }
5046
3978
 
5047
3979
  interface HoldsCurrencies {
@@ -5059,11 +3991,6 @@ declare module 'stripe' {
5059
3991
  * Can hold storage-type funds on Stripe in USD.
5060
3992
  */
5061
3993
  usd?: HoldsCurrencies.Usd;
5062
-
5063
- /**
5064
- * Can hold storage-type funds on Stripe in USDC.
5065
- */
5066
- usdc?: HoldsCurrencies.Usdc;
5067
3994
  }
5068
3995
 
5069
3996
  namespace HoldsCurrencies {
@@ -5087,13 +4014,6 @@ declare module 'stripe' {
5087
4014
  */
5088
4015
  requested?: boolean;
5089
4016
  }
5090
-
5091
- interface Usdc {
5092
- /**
5093
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5094
- */
5095
- requested?: boolean;
5096
- }
5097
4017
  }
5098
4018
 
5099
4019
  interface InboundTransfers {
@@ -5123,11 +4043,6 @@ declare module 'stripe' {
5123
4043
  */
5124
4044
  cards?: OutboundPayments.Cards;
5125
4045
 
5126
- /**
5127
- * Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
5128
- */
5129
- crypto_wallets?: OutboundPayments.CryptoWallets;
5130
-
5131
4046
  /**
5132
4047
  * Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
5133
4048
  */
@@ -5149,13 +4064,6 @@ declare module 'stripe' {
5149
4064
  requested?: boolean;
5150
4065
  }
5151
4066
 
5152
- interface CryptoWallets {
5153
- /**
5154
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5155
- */
5156
- requested?: boolean;
5157
- }
5158
-
5159
4067
  interface FinancialAccounts {
5160
4068
  /**
5161
4069
  * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
@@ -5170,11 +4078,6 @@ declare module 'stripe' {
5170
4078
  */
5171
4079
  bank_accounts?: OutboundTransfers.BankAccounts;
5172
4080
 
5173
- /**
5174
- * Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
5175
- */
5176
- crypto_wallets?: OutboundTransfers.CryptoWallets;
5177
-
5178
4081
  /**
5179
4082
  * Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
5180
4083
  */
@@ -5189,13 +4092,6 @@ declare module 'stripe' {
5189
4092
  requested?: boolean;
5190
4093
  }
5191
4094
 
5192
- interface CryptoWallets {
5193
- /**
5194
- * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
5195
- */
5196
- requested?: boolean;
5197
- }
5198
-
5199
4095
  interface FinancialAccounts {
5200
4096
  /**
5201
4097
  * To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
@@ -5204,74 +4100,6 @@ declare module 'stripe' {
5204
4100
  }
5205
4101
  }
5206
4102
  }
5207
-
5208
- type HighRiskActivity =
5209
- | 'adult_entertainment'
5210
- | 'gambling'
5211
- | 'hold_client_funds'
5212
- | 'investment_services'
5213
- | 'lending_banking'
5214
- | 'marijuana_or_related_services'
5215
- | 'money_services'
5216
- | 'nicotine_tobacco_or_related_services'
5217
- | 'none'
5218
- | 'operate_foreign_exchange_virtual_currencies_brokerage_otc'
5219
- | 'pharmaceuticals'
5220
- | 'precious_metals_precious_stones_jewelry'
5221
- | 'safe_deposit_box_rentals'
5222
- | 'third_party_payment_processing'
5223
- | 'weapons_firearms_and_explosives';
5224
-
5225
- type PurposeOfFunds =
5226
- | 'charitable_donations'
5227
- | 'ecommerce_retail_payments'
5228
- | 'investment_purposes'
5229
- | 'other'
5230
- | 'payments_to_friends_or_family_abroad'
5231
- | 'payroll'
5232
- | 'personal_or_living_expenses'
5233
- | 'protect_wealth'
5234
- | 'purchase_goods_and_services'
5235
- | 'receive_payments_for_goods_and_services'
5236
- | 'tax_optimization'
5237
- | 'third_party_money_transmission'
5238
- | 'treasury_management';
5239
-
5240
- interface RegulatedActivity {
5241
- /**
5242
- * A detailed description of the regulated activities the business is licensed to conduct.
5243
- */
5244
- description?: string;
5245
-
5246
- /**
5247
- * The license number or registration number assigned by the business's primary regulator.
5248
- */
5249
- license_number?: string;
5250
-
5251
- /**
5252
- * The country of the primary regulatory authority that oversees the business's regulated activities.
5253
- */
5254
- primary_regulatory_authority_country?: string;
5255
-
5256
- /**
5257
- * The name of the primary regulatory authority that oversees the business's regulated activities.
5258
- */
5259
- primary_regulatory_authority_name?: string;
5260
- }
5261
-
5262
- type SourceOfFunds =
5263
- | 'business_loans'
5264
- | 'grants'
5265
- | 'inter_company_funds'
5266
- | 'investment_proceeds'
5267
- | 'legal_settlement'
5268
- | 'owners_capital'
5269
- | 'pension_retirement'
5270
- | 'sales_of_assets'
5271
- | 'sales_of_goods_and_services'
5272
- | 'tax_refund'
5273
- | 'third_party_funds'
5274
- | 'treasury_reserves';
5275
4103
  }
5276
4104
  }
5277
4105
 
@@ -5567,11 +4395,6 @@ declare module 'stripe' {
5567
4395
  */
5568
4396
  account?: TermsOfService.Account;
5569
4397
 
5570
- /**
5571
- * Details on the Account's acceptance of Issuing-specific terms of service.
5572
- */
5573
- card_creator?: TermsOfService.CardCreator;
5574
-
5575
4398
  /**
5576
4399
  * Details on the Account's acceptance of Crypto-storer-specific terms of service.
5577
4400
  */
@@ -5601,465 +4424,6 @@ declare module 'stripe' {
5601
4424
  user_agent?: string;
5602
4425
  }
5603
4426
 
5604
- interface CardCreator {
5605
- /**
5606
- * Terms of service acceptances to create cards for commercial issuing use cases.
5607
- */
5608
- commercial?: CardCreator.Commercial;
5609
- }
5610
-
5611
- namespace CardCreator {
5612
- interface Commercial {
5613
- /**
5614
- * Terms of service acceptances for Stripe commercial card issuing.
5615
- */
5616
- account_holder?: Commercial.AccountHolder;
5617
-
5618
- /**
5619
- * Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
5620
- */
5621
- celtic?: Commercial.Celtic;
5622
-
5623
- /**
5624
- * Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
5625
- */
5626
- cross_river_bank?: Commercial.CrossRiverBank;
5627
-
5628
- /**
5629
- * Terms of service acceptances for Stripe commercial card Global issuing.
5630
- */
5631
- global_account_holder?: Commercial.GlobalAccountHolder;
5632
-
5633
- /**
5634
- * Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
5635
- */
5636
- lead?: Commercial.Lead;
5637
- }
5638
-
5639
- namespace Commercial {
5640
- interface AccountHolder {
5641
- /**
5642
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5643
- */
5644
- date?: string;
5645
-
5646
- /**
5647
- * The IP address from which the Account's representative accepted the terms of service.
5648
- */
5649
- ip?: string;
5650
-
5651
- /**
5652
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5653
- */
5654
- user_agent?: string;
5655
- }
5656
-
5657
- interface Celtic {
5658
- /**
5659
- * Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
5660
- */
5661
- apple_pay?: Celtic.ApplePay;
5662
-
5663
- /**
5664
- * Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
5665
- */
5666
- charge_card?: Celtic.ChargeCard;
5667
-
5668
- /**
5669
- * Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
5670
- */
5671
- spend_card?: Celtic.SpendCard;
5672
- }
5673
-
5674
- namespace Celtic {
5675
- interface ApplePay {
5676
- /**
5677
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5678
- */
5679
- date?: string;
5680
-
5681
- /**
5682
- * The IP address from which the Account's representative accepted the terms of service.
5683
- */
5684
- ip?: string;
5685
-
5686
- /**
5687
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5688
- */
5689
- user_agent?: string;
5690
- }
5691
-
5692
- interface ChargeCard {
5693
- /**
5694
- * Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
5695
- */
5696
- bank_terms?: ChargeCard.BankTerms;
5697
-
5698
- /**
5699
- * Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
5700
- */
5701
- platform?: ChargeCard.Platform;
5702
- }
5703
-
5704
- namespace ChargeCard {
5705
- interface BankTerms {
5706
- /**
5707
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5708
- */
5709
- date?: string;
5710
-
5711
- /**
5712
- * The IP address from which the Account's representative accepted the terms of service.
5713
- */
5714
- ip?: string;
5715
-
5716
- /**
5717
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5718
- */
5719
- user_agent?: string;
5720
- }
5721
-
5722
- interface Platform {
5723
- /**
5724
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5725
- */
5726
- date?: string;
5727
-
5728
- /**
5729
- * The IP address from which the Account's representative accepted the terms of service.
5730
- */
5731
- ip?: string;
5732
-
5733
- /**
5734
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5735
- */
5736
- user_agent?: string;
5737
- }
5738
- }
5739
-
5740
- interface SpendCard {
5741
- /**
5742
- * Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
5743
- */
5744
- bank_terms?: SpendCard.BankTerms;
5745
-
5746
- /**
5747
- * Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
5748
- */
5749
- financing_disclosures?: SpendCard.FinancingDisclosures;
5750
-
5751
- /**
5752
- * Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
5753
- */
5754
- platform?: SpendCard.Platform;
5755
- }
5756
-
5757
- namespace SpendCard {
5758
- interface BankTerms {
5759
- /**
5760
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5761
- */
5762
- date?: string;
5763
-
5764
- /**
5765
- * The IP address from which the Account's representative accepted the terms of service.
5766
- */
5767
- ip?: string;
5768
-
5769
- /**
5770
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5771
- */
5772
- user_agent?: string;
5773
- }
5774
-
5775
- interface FinancingDisclosures {
5776
- /**
5777
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5778
- */
5779
- date?: string;
5780
-
5781
- /**
5782
- * The IP address from which the Account's representative accepted the terms of service.
5783
- */
5784
- ip?: string;
5785
-
5786
- /**
5787
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5788
- */
5789
- user_agent?: string;
5790
- }
5791
-
5792
- interface Platform {
5793
- /**
5794
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5795
- */
5796
- date?: string;
5797
-
5798
- /**
5799
- * The IP address from which the Account's representative accepted the terms of service.
5800
- */
5801
- ip?: string;
5802
-
5803
- /**
5804
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5805
- */
5806
- user_agent?: string;
5807
- }
5808
- }
5809
- }
5810
-
5811
- interface CrossRiverBank {
5812
- /**
5813
- * Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
5814
- */
5815
- apple_pay?: CrossRiverBank.ApplePay;
5816
-
5817
- /**
5818
- * Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
5819
- */
5820
- charge_card?: CrossRiverBank.ChargeCard;
5821
-
5822
- /**
5823
- * Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
5824
- */
5825
- spend_card?: CrossRiverBank.SpendCard;
5826
- }
5827
-
5828
- namespace CrossRiverBank {
5829
- interface ApplePay {
5830
- /**
5831
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5832
- */
5833
- date?: string;
5834
-
5835
- /**
5836
- * The IP address from which the Account's representative accepted the terms of service.
5837
- */
5838
- ip?: string;
5839
-
5840
- /**
5841
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5842
- */
5843
- user_agent?: string;
5844
- }
5845
-
5846
- interface ChargeCard {
5847
- /**
5848
- * Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
5849
- */
5850
- bank_terms?: ChargeCard.BankTerms;
5851
-
5852
- /**
5853
- * Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
5854
- */
5855
- financing_disclosures?: ChargeCard.FinancingDisclosures;
5856
-
5857
- /**
5858
- * Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
5859
- */
5860
- platform?: ChargeCard.Platform;
5861
- }
5862
-
5863
- namespace ChargeCard {
5864
- interface BankTerms {
5865
- /**
5866
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5867
- */
5868
- date?: string;
5869
-
5870
- /**
5871
- * The IP address from which the Account's representative accepted the terms of service.
5872
- */
5873
- ip?: string;
5874
-
5875
- /**
5876
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5877
- */
5878
- user_agent?: string;
5879
- }
5880
-
5881
- interface FinancingDisclosures {
5882
- /**
5883
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5884
- */
5885
- date?: string;
5886
-
5887
- /**
5888
- * The IP address from which the Account's representative accepted the terms of service.
5889
- */
5890
- ip?: string;
5891
-
5892
- /**
5893
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5894
- */
5895
- user_agent?: string;
5896
- }
5897
-
5898
- interface Platform {
5899
- /**
5900
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5901
- */
5902
- date?: string;
5903
-
5904
- /**
5905
- * The IP address from which the Account's representative accepted the terms of service.
5906
- */
5907
- ip?: string;
5908
-
5909
- /**
5910
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5911
- */
5912
- user_agent?: string;
5913
- }
5914
- }
5915
-
5916
- interface SpendCard {
5917
- /**
5918
- * Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
5919
- */
5920
- bank_terms?: SpendCard.BankTerms;
5921
-
5922
- /**
5923
- * Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
5924
- */
5925
- financing_disclosures?: SpendCard.FinancingDisclosures;
5926
- }
5927
-
5928
- namespace SpendCard {
5929
- interface BankTerms {
5930
- /**
5931
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5932
- */
5933
- date?: string;
5934
-
5935
- /**
5936
- * The IP address from which the Account's representative accepted the terms of service.
5937
- */
5938
- ip?: string;
5939
-
5940
- /**
5941
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5942
- */
5943
- user_agent?: string;
5944
- }
5945
-
5946
- interface FinancingDisclosures {
5947
- /**
5948
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5949
- */
5950
- date?: string;
5951
-
5952
- /**
5953
- * The IP address from which the Account's representative accepted the terms of service.
5954
- */
5955
- ip?: string;
5956
-
5957
- /**
5958
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5959
- */
5960
- user_agent?: string;
5961
- }
5962
- }
5963
- }
5964
-
5965
- interface GlobalAccountHolder {
5966
- /**
5967
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5968
- */
5969
- date?: string;
5970
-
5971
- /**
5972
- * The IP address from which the Account's representative accepted the terms of service.
5973
- */
5974
- ip?: string;
5975
-
5976
- /**
5977
- * The user agent of the browser from which the Account's representative accepted the terms of service.
5978
- */
5979
- user_agent?: string;
5980
- }
5981
-
5982
- interface Lead {
5983
- /**
5984
- * Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
5985
- */
5986
- apple_pay?: Lead.ApplePay;
5987
-
5988
- /**
5989
- * Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
5990
- */
5991
- prepaid_card?: Lead.PrepaidCard;
5992
- }
5993
-
5994
- namespace Lead {
5995
- interface ApplePay {
5996
- /**
5997
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
5998
- */
5999
- date?: string;
6000
-
6001
- /**
6002
- * The IP address from which the Account's representative accepted the terms of service.
6003
- */
6004
- ip?: string;
6005
-
6006
- /**
6007
- * The user agent of the browser from which the Account's representative accepted the terms of service.
6008
- */
6009
- user_agent?: string;
6010
- }
6011
-
6012
- interface PrepaidCard {
6013
- /**
6014
- * Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
6015
- */
6016
- bank_terms?: PrepaidCard.BankTerms;
6017
-
6018
- /**
6019
- * Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
6020
- */
6021
- platform?: PrepaidCard.Platform;
6022
- }
6023
-
6024
- namespace PrepaidCard {
6025
- interface BankTerms {
6026
- /**
6027
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
6028
- */
6029
- date?: string;
6030
-
6031
- /**
6032
- * The IP address from which the Account's representative accepted the terms of service.
6033
- */
6034
- ip?: string;
6035
-
6036
- /**
6037
- * The user agent of the browser from which the Account's representative accepted the terms of service.
6038
- */
6039
- user_agent?: string;
6040
- }
6041
-
6042
- interface Platform {
6043
- /**
6044
- * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
6045
- */
6046
- date?: string;
6047
-
6048
- /**
6049
- * The IP address from which the Account's representative accepted the terms of service.
6050
- */
6051
- ip?: string;
6052
-
6053
- /**
6054
- * The user agent of the browser from which the Account's representative accepted the terms of service.
6055
- */
6056
- user_agent?: string;
6057
- }
6058
- }
6059
- }
6060
- }
6061
- }
6062
-
6063
4427
  interface CryptoStorer {
6064
4428
  /**
6065
4429
  * The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
@@ -6107,11 +4471,6 @@ declare module 'stripe' {
6107
4471
  */
6108
4472
  annual_revenue?: BusinessDetails.AnnualRevenue;
6109
4473
 
6110
- /**
6111
- * A detailed description of the business's compliance and anti-money laundering controls and practices.
6112
- */
6113
- compliance_screening_description?: string;
6114
-
6115
4474
  /**
6116
4475
  * A document verifying the business.
6117
4476
  */
@@ -7072,7 +5431,6 @@ declare module 'stripe' {
7072
5431
  }
7073
5432
 
7074
5433
  type Include =
7075
- | 'configuration.card_creator'
7076
5434
  | 'configuration.customer'
7077
5435
  | 'configuration.merchant'
7078
5436
  | 'configuration.recipient'
@@ -7106,7 +5464,6 @@ declare module 'stripe' {
7106
5464
 
7107
5465
  namespace AccountListParams {
7108
5466
  type AppliedConfiguration =
7109
- | 'card_creator'
7110
5467
  | 'customer'
7111
5468
  | 'merchant'
7112
5469
  | 'recipient'
@@ -7126,7 +5483,6 @@ declare module 'stripe' {
7126
5483
 
7127
5484
  namespace AccountCloseParams {
7128
5485
  type AppliedConfiguration =
7129
- | 'card_creator'
7130
5486
  | 'customer'
7131
5487
  | 'merchant'
7132
5488
  | 'recipient'