stripe 18.4.0-beta.2 → 18.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -1293
- package/OPENAPI_VERSION +1 -1
- package/README.md +0 -1
- package/VERSION +1 -1
- package/cjs/Error.js +1 -107
- package/cjs/apiVersion.js +3 -2
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +4 -4
- package/cjs/resources/PaymentIntents.js +0 -13
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources.js +10 -98
- package/cjs/stripe.core.js +2 -1
- package/esm/Error.js +0 -93
- package/esm/apiVersion.js +2 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +3 -3
- package/esm/resources/PaymentIntents.js +0 -13
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources.js +1 -82
- package/esm/stripe.core.js +2 -1
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +4 -6
- package/types/AccountSessions.d.ts +30 -45
- package/types/AccountSessionsResource.d.ts +36 -264
- package/types/Accounts.d.ts +2 -213
- package/types/AccountsResource.d.ts +3 -547
- package/types/Billing/CreditBalanceSummary.d.ts +0 -5
- package/types/Billing/CreditBalanceSummaryResource.d.ts +3 -8
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +4 -12
- package/types/Billing/CreditGrants.d.ts +0 -5
- package/types/Billing/CreditGrantsResource.d.ts +2 -12
- package/types/BillingPortal/Configurations.d.ts +21 -0
- package/types/BillingPortal/ConfigurationsResource.d.ts +48 -0
- package/types/BillingPortal/Sessions.d.ts +0 -5
- package/types/BillingPortal/SessionsResource.d.ts +4 -12
- package/types/Capabilities.d.ts +1 -6
- package/types/Cards.d.ts +0 -5
- package/types/CashBalances.d.ts +0 -5
- package/types/Charges.d.ts +10 -171
- package/types/ChargesResource.d.ts +0 -1406
- package/types/Checkout/Sessions.d.ts +20 -310
- package/types/Checkout/SessionsResource.d.ts +21 -326
- package/types/ConfirmationTokens.d.ts +3 -128
- package/types/Coupons.d.ts +0 -33
- package/types/CouponsResource.d.ts +0 -21
- package/types/CreditNoteLineItems.d.ts +0 -17
- package/types/CreditNotes.d.ts +0 -5
- package/types/CreditNotesResource.d.ts +0 -5
- package/types/CustomerBalanceTransactions.d.ts +0 -2
- package/types/CustomerCashBalanceTransactions.d.ts +0 -2
- package/types/CustomerSessions.d.ts +0 -5
- package/types/CustomerSessionsResource.d.ts +1 -6
- package/types/Customers.d.ts +1 -3
- package/types/CustomersResource.d.ts +0 -8
- package/types/Discounts.d.ts +0 -10
- package/types/Disputes.d.ts +1 -8
- package/types/Errors.d.ts +2 -81
- package/types/EventTypes.d.ts +0 -664
- package/types/Events.d.ts +14 -123
- package/types/FinancialConnections/Accounts.d.ts +1 -36
- package/types/FinancialConnections/AccountsResource.d.ts +3 -40
- package/types/FinancialConnections/Sessions.d.ts +1 -51
- package/types/FinancialConnections/SessionsResource.d.ts +1 -43
- package/types/Identity/VerificationSessions.d.ts +2 -7
- package/types/Identity/VerificationSessionsResource.d.ts +0 -7
- package/types/InvoiceItems.d.ts +0 -10
- package/types/InvoiceItemsResource.d.ts +7 -118
- package/types/InvoiceLineItems.d.ts +1 -45
- package/types/InvoicePayments.d.ts +0 -5
- package/types/InvoicePaymentsResource.d.ts +74 -0
- package/types/Invoices.d.ts +3 -133
- package/types/InvoicesResource.d.ts +31 -1433
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/Transactions.d.ts +0 -5
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +0 -49
- package/types/Mandates.d.ts +0 -77
- package/types/PaymentIntents.d.ts +3 -769
- package/types/PaymentIntentsResource.d.ts +4133 -8848
- package/types/PaymentLinks.d.ts +5 -6
- package/types/PaymentLinksResource.d.ts +102 -15
- package/types/PaymentMethodConfigurations.d.ts +0 -180
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -250
- package/types/PaymentMethods.d.ts +3 -128
- package/types/PaymentMethodsResource.d.ts +3 -168
- package/types/Payouts.d.ts +0 -5
- package/types/PayoutsResource.d.ts +0 -5
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +0 -22
- package/types/PromotionCodes.d.ts +0 -5
- package/types/PromotionCodesResource.d.ts +0 -10
- package/types/Quotes.d.ts +1 -594
- package/types/QuotesResource.d.ts +281 -2623
- package/types/Radar/ValueLists.d.ts +1 -1
- package/types/Radar/ValueListsResource.d.ts +1 -1
- package/types/Refunds.d.ts +1 -15
- package/types/Reporting/ReportRunsResource.d.ts +1 -0
- package/types/Reviews.d.ts +2 -2
- package/types/SetupAttempts.d.ts +2 -48
- package/types/SetupIntents.d.ts +2 -118
- package/types/SetupIntentsResource.d.ts +3 -730
- package/types/Sources.d.ts +0 -29
- package/types/SubscriptionItems.d.ts +0 -21
- package/types/SubscriptionItemsResource.d.ts +2 -111
- package/types/SubscriptionSchedules.d.ts +0 -205
- package/types/SubscriptionSchedulesResource.d.ts +41 -1224
- package/types/Subscriptions.d.ts +1 -97
- package/types/SubscriptionsResource.d.ts +12 -391
- package/types/Tax/Registrations.d.ts +228 -27
- package/types/Tax/RegistrationsResource.d.ts +648 -27
- package/types/TaxIds.d.ts +0 -10
- package/types/TaxIdsResource.d.ts +0 -10
- package/types/Terminal/Configurations.d.ts +76 -0
- package/types/Terminal/ConfigurationsResource.d.ts +176 -0
- package/types/Terminal/Readers.d.ts +0 -20
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -126
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Transfers.d.ts +0 -5
- package/types/TransfersResource.d.ts +0 -5
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -37
- package/types/Treasury/OutboundTransfers.d.ts +0 -26
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
- package/types/Treasury/ReceivedCredits.d.ts +0 -26
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/V2/EventTypes.d.ts +4 -957
- package/types/WebhookEndpointsResource.d.ts +2 -79
- package/types/index.d.ts +2 -138
- package/types/lib.d.ts +2 -11
- package/types/test/typescriptTest.ts +3 -3
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/BalanceSettings.js +0 -10
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/PaymentRecords.js +0 -29
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/Tax/Associations.js +0 -9
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/V2/Core/AccountLinks.js +0 -9
- package/cjs/resources/V2/Core/Accounts/Persons.js +0 -29
- package/cjs/resources/V2/Core/Accounts.js +0 -25
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -28
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -24
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -25
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/Payments/OffSessionPayments.js +0 -25
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/BalanceSettings.js +0 -7
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/PaymentRecords.js +0 -26
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/Tax/Associations.js +0 -6
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/V2/Core/AccountLinks.js +0 -6
- package/esm/resources/V2/Core/Accounts/Persons.js +0 -26
- package/esm/resources/V2/Core/Accounts.js +0 -22
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -25
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -21
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -22
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/Payments/OffSessionPayments.js +0 -22
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/BalanceSettings.d.ts +0 -89
- package/types/BalanceSettingsResource.d.ts +0 -108
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FxQuotes.d.ts +0 -153
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1163
- package/types/OrdersResource.d.ts +0 -3139
- package/types/PaymentAttemptRecords.d.ts +0 -2161
- package/types/PaymentAttemptRecordsResource.d.ts +0 -47
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -116
- package/types/PaymentRecords.d.ts +0 -2154
- package/types/PaymentRecordsResource.d.ts +0 -455
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -230
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1696
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -845
- package/types/Tax/Associations.d.ts +0 -82
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/V2/Core/AccountLinks.d.ts +0 -106
- package/types/V2/Core/AccountLinksResource.d.ts +0 -90
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -3780
- package/types/V2/Core/Accounts.d.ts +0 -8791
- package/types/V2/Core/AccountsResource.d.ts +0 -10582
- package/types/V2/Core/Persons.d.ts +0 -1872
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -172
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -70
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -123
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -580
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -326
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -314
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -289
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -206
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -168
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -208
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -151
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecs.d.ts +0 -87
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -262
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -155
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -170
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/Payments/OffSessionPayments.d.ts +0 -162
- package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -159
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -66
|
@@ -87,11 +87,6 @@ declare module 'stripe' {
|
|
|
87
87
|
*/
|
|
88
88
|
metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
|
|
89
89
|
|
|
90
|
-
/**
|
|
91
|
-
* A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
92
|
-
*/
|
|
93
|
-
risk_controls?: AccountCreateParams.RiskControls;
|
|
94
|
-
|
|
95
90
|
/**
|
|
96
91
|
* Options for customizing how the account functions within Stripe.
|
|
97
92
|
*/
|
|
@@ -126,7 +121,7 @@ declare module 'stripe' {
|
|
|
126
121
|
mcc?: string;
|
|
127
122
|
|
|
128
123
|
/**
|
|
129
|
-
* Whether the business is a minority-owned, women-owned, and/or LGBTQI
|
|
124
|
+
* Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.
|
|
130
125
|
*/
|
|
131
126
|
minority_owned_business_designation?: Array<
|
|
132
127
|
BusinessProfile.MinorityOwnedBusinessDesignation
|
|
@@ -248,11 +243,6 @@ declare module 'stripe' {
|
|
|
248
243
|
*/
|
|
249
244
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
250
245
|
|
|
251
|
-
/**
|
|
252
|
-
* The automatic_indirect_tax capability.
|
|
253
|
-
*/
|
|
254
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
255
|
-
|
|
256
246
|
/**
|
|
257
247
|
* The bacs_debit_payments capability.
|
|
258
248
|
*/
|
|
@@ -328,26 +318,11 @@ declare module 'stripe' {
|
|
|
328
318
|
*/
|
|
329
319
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
330
320
|
|
|
331
|
-
/**
|
|
332
|
-
* The gopay_payments capability.
|
|
333
|
-
*/
|
|
334
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
335
|
-
|
|
336
321
|
/**
|
|
337
322
|
* The grabpay_payments capability.
|
|
338
323
|
*/
|
|
339
324
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
340
325
|
|
|
341
|
-
/**
|
|
342
|
-
* The id_bank_transfer_payments capability.
|
|
343
|
-
*/
|
|
344
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
345
|
-
|
|
346
|
-
/**
|
|
347
|
-
* The id_bank_transfer_payments_bca capability.
|
|
348
|
-
*/
|
|
349
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
350
|
-
|
|
351
326
|
/**
|
|
352
327
|
* The ideal_payments capability.
|
|
353
328
|
*/
|
|
@@ -398,11 +373,6 @@ declare module 'stripe' {
|
|
|
398
373
|
*/
|
|
399
374
|
link_payments?: Capabilities.LinkPayments;
|
|
400
375
|
|
|
401
|
-
/**
|
|
402
|
-
* The mb_way_payments capability.
|
|
403
|
-
*/
|
|
404
|
-
mb_way_payments?: Capabilities.MbWayPayments;
|
|
405
|
-
|
|
406
376
|
/**
|
|
407
377
|
* The mobilepay_payments capability.
|
|
408
378
|
*/
|
|
@@ -453,16 +423,6 @@ declare module 'stripe' {
|
|
|
453
423
|
*/
|
|
454
424
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
455
425
|
|
|
456
|
-
/**
|
|
457
|
-
* The paypal_payments capability.
|
|
458
|
-
*/
|
|
459
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
* The payto_payments capability.
|
|
463
|
-
*/
|
|
464
|
-
payto_payments?: Capabilities.PaytoPayments;
|
|
465
|
-
|
|
466
426
|
/**
|
|
467
427
|
* The pix_payments capability.
|
|
468
428
|
*/
|
|
@@ -473,16 +433,6 @@ declare module 'stripe' {
|
|
|
473
433
|
*/
|
|
474
434
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
475
435
|
|
|
476
|
-
/**
|
|
477
|
-
* The qris_payments capability.
|
|
478
|
-
*/
|
|
479
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* The rechnung_payments capability.
|
|
483
|
-
*/
|
|
484
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
485
|
-
|
|
486
436
|
/**
|
|
487
437
|
* The revolut_pay_payments capability.
|
|
488
438
|
*/
|
|
@@ -508,21 +458,11 @@ declare module 'stripe' {
|
|
|
508
458
|
*/
|
|
509
459
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
510
460
|
|
|
511
|
-
/**
|
|
512
|
-
* The shopeepay_payments capability.
|
|
513
|
-
*/
|
|
514
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
515
|
-
|
|
516
461
|
/**
|
|
517
462
|
* The sofort_payments capability.
|
|
518
463
|
*/
|
|
519
464
|
sofort_payments?: Capabilities.SofortPayments;
|
|
520
465
|
|
|
521
|
-
/**
|
|
522
|
-
* The stripe_balance_payments capability.
|
|
523
|
-
*/
|
|
524
|
-
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
525
|
-
|
|
526
466
|
/**
|
|
527
467
|
* The swish_payments capability.
|
|
528
468
|
*/
|
|
@@ -548,21 +488,6 @@ declare module 'stripe' {
|
|
|
548
488
|
*/
|
|
549
489
|
treasury?: Capabilities.Treasury;
|
|
550
490
|
|
|
551
|
-
/**
|
|
552
|
-
* The treasury_evolve capability.
|
|
553
|
-
*/
|
|
554
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* The treasury_fifth_third capability.
|
|
558
|
-
*/
|
|
559
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
560
|
-
|
|
561
|
-
/**
|
|
562
|
-
* The treasury_goldman_sachs capability.
|
|
563
|
-
*/
|
|
564
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
565
|
-
|
|
566
491
|
/**
|
|
567
492
|
* The twint_payments capability.
|
|
568
493
|
*/
|
|
@@ -627,13 +552,6 @@ declare module 'stripe' {
|
|
|
627
552
|
requested?: boolean;
|
|
628
553
|
}
|
|
629
554
|
|
|
630
|
-
interface AutomaticIndirectTax {
|
|
631
|
-
/**
|
|
632
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
633
|
-
*/
|
|
634
|
-
requested?: boolean;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
555
|
interface BacsDebitPayments {
|
|
638
556
|
/**
|
|
639
557
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -739,13 +657,6 @@ declare module 'stripe' {
|
|
|
739
657
|
requested?: boolean;
|
|
740
658
|
}
|
|
741
659
|
|
|
742
|
-
interface GopayPayments {
|
|
743
|
-
/**
|
|
744
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
745
|
-
*/
|
|
746
|
-
requested?: boolean;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
660
|
interface GrabpayPayments {
|
|
750
661
|
/**
|
|
751
662
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -753,20 +664,6 @@ declare module 'stripe' {
|
|
|
753
664
|
requested?: boolean;
|
|
754
665
|
}
|
|
755
666
|
|
|
756
|
-
interface IdBankTransferPayments {
|
|
757
|
-
/**
|
|
758
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
759
|
-
*/
|
|
760
|
-
requested?: boolean;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
interface IdBankTransferPaymentsBca {
|
|
764
|
-
/**
|
|
765
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
766
|
-
*/
|
|
767
|
-
requested?: boolean;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
667
|
interface IdealPayments {
|
|
771
668
|
/**
|
|
772
669
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -837,13 +734,6 @@ declare module 'stripe' {
|
|
|
837
734
|
requested?: boolean;
|
|
838
735
|
}
|
|
839
736
|
|
|
840
|
-
interface MbWayPayments {
|
|
841
|
-
/**
|
|
842
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
843
|
-
*/
|
|
844
|
-
requested?: boolean;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
737
|
interface MobilepayPayments {
|
|
848
738
|
/**
|
|
849
739
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -914,20 +804,6 @@ declare module 'stripe' {
|
|
|
914
804
|
requested?: boolean;
|
|
915
805
|
}
|
|
916
806
|
|
|
917
|
-
interface PaypalPayments {
|
|
918
|
-
/**
|
|
919
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
920
|
-
*/
|
|
921
|
-
requested?: boolean;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
interface PaytoPayments {
|
|
925
|
-
/**
|
|
926
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
927
|
-
*/
|
|
928
|
-
requested?: boolean;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
807
|
interface PixPayments {
|
|
932
808
|
/**
|
|
933
809
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -942,20 +818,6 @@ declare module 'stripe' {
|
|
|
942
818
|
requested?: boolean;
|
|
943
819
|
}
|
|
944
820
|
|
|
945
|
-
interface QrisPayments {
|
|
946
|
-
/**
|
|
947
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
948
|
-
*/
|
|
949
|
-
requested?: boolean;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
interface RechnungPayments {
|
|
953
|
-
/**
|
|
954
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
955
|
-
*/
|
|
956
|
-
requested?: boolean;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
821
|
interface RevolutPayPayments {
|
|
960
822
|
/**
|
|
961
823
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -991,13 +853,6 @@ declare module 'stripe' {
|
|
|
991
853
|
requested?: boolean;
|
|
992
854
|
}
|
|
993
855
|
|
|
994
|
-
interface ShopeepayPayments {
|
|
995
|
-
/**
|
|
996
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
997
|
-
*/
|
|
998
|
-
requested?: boolean;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
856
|
interface SofortPayments {
|
|
1002
857
|
/**
|
|
1003
858
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -1005,13 +860,6 @@ declare module 'stripe' {
|
|
|
1005
860
|
requested?: boolean;
|
|
1006
861
|
}
|
|
1007
862
|
|
|
1008
|
-
interface StripeBalancePayments {
|
|
1009
|
-
/**
|
|
1010
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
1011
|
-
*/
|
|
1012
|
-
requested?: boolean;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
863
|
interface SwishPayments {
|
|
1016
864
|
/**
|
|
1017
865
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -1047,27 +895,6 @@ declare module 'stripe' {
|
|
|
1047
895
|
requested?: boolean;
|
|
1048
896
|
}
|
|
1049
897
|
|
|
1050
|
-
interface TreasuryEvolve {
|
|
1051
|
-
/**
|
|
1052
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
1053
|
-
*/
|
|
1054
|
-
requested?: boolean;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
interface TreasuryFifthThird {
|
|
1058
|
-
/**
|
|
1059
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
1060
|
-
*/
|
|
1061
|
-
requested?: boolean;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
interface TreasuryGoldmanSachs {
|
|
1065
|
-
/**
|
|
1066
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
1067
|
-
*/
|
|
1068
|
-
requested?: boolean;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
898
|
interface TwintPayments {
|
|
1072
899
|
/**
|
|
1073
900
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -1315,16 +1142,6 @@ declare module 'stripe' {
|
|
|
1315
1142
|
}
|
|
1316
1143
|
|
|
1317
1144
|
interface Controller {
|
|
1318
|
-
/**
|
|
1319
|
-
* A hash of configuration describing the Connect application that controls the account.
|
|
1320
|
-
*/
|
|
1321
|
-
application?: Controller.Application;
|
|
1322
|
-
|
|
1323
|
-
/**
|
|
1324
|
-
* Properties of the account's dashboard.
|
|
1325
|
-
*/
|
|
1326
|
-
dashboard?: Controller.Dashboard;
|
|
1327
|
-
|
|
1328
1145
|
/**
|
|
1329
1146
|
* A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
1330
1147
|
*/
|
|
@@ -1347,34 +1164,6 @@ declare module 'stripe' {
|
|
|
1347
1164
|
}
|
|
1348
1165
|
|
|
1349
1166
|
namespace Controller {
|
|
1350
|
-
interface Application {
|
|
1351
|
-
/**
|
|
1352
|
-
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
|
|
1353
|
-
*/
|
|
1354
|
-
loss_liable: boolean;
|
|
1355
|
-
|
|
1356
|
-
/**
|
|
1357
|
-
* Whether the controller owns onboarding for this account.
|
|
1358
|
-
*/
|
|
1359
|
-
onboarding_owner?: boolean;
|
|
1360
|
-
|
|
1361
|
-
/**
|
|
1362
|
-
* Whether the controller has pricing controls for this account.
|
|
1363
|
-
*/
|
|
1364
|
-
pricing_controls?: boolean;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
interface Dashboard {
|
|
1368
|
-
/**
|
|
1369
|
-
* Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
|
|
1370
|
-
*/
|
|
1371
|
-
type?: Dashboard.Type;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
namespace Dashboard {
|
|
1375
|
-
type Type = 'express' | 'full' | 'none';
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
1167
|
interface Fees {
|
|
1379
1168
|
/**
|
|
1380
1169
|
* A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -1770,57 +1559,17 @@ declare module 'stripe' {
|
|
|
1770
1559
|
}
|
|
1771
1560
|
}
|
|
1772
1561
|
|
|
1773
|
-
interface RiskControls {
|
|
1774
|
-
/**
|
|
1775
|
-
* Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1776
|
-
*/
|
|
1777
|
-
charges?: RiskControls.Charges;
|
|
1778
|
-
|
|
1779
|
-
/**
|
|
1780
|
-
* Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1781
|
-
*/
|
|
1782
|
-
payouts?: RiskControls.Payouts;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
namespace RiskControls {
|
|
1786
|
-
interface Charges {
|
|
1787
|
-
/**
|
|
1788
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
1789
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
1790
|
-
*/
|
|
1791
|
-
pause_requested?: boolean;
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
interface Payouts {
|
|
1795
|
-
/**
|
|
1796
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
1797
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
1798
|
-
*/
|
|
1799
|
-
pause_requested?: boolean;
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
1562
|
interface Settings {
|
|
1804
1563
|
/**
|
|
1805
1564
|
* Settings specific to Bacs Direct Debit.
|
|
1806
1565
|
*/
|
|
1807
1566
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
1808
1567
|
|
|
1809
|
-
/**
|
|
1810
|
-
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
1811
|
-
*/
|
|
1812
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
1813
|
-
|
|
1814
1568
|
/**
|
|
1815
1569
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
1816
1570
|
*/
|
|
1817
1571
|
branding?: Settings.Branding;
|
|
1818
1572
|
|
|
1819
|
-
/**
|
|
1820
|
-
* Settings specific to the account's use of the Capital product.
|
|
1821
|
-
*/
|
|
1822
|
-
capital?: Settings.Capital;
|
|
1823
|
-
|
|
1824
1573
|
/**
|
|
1825
1574
|
* Settings specific to the account's use of the Card Issuing product.
|
|
1826
1575
|
*/
|
|
@@ -1846,11 +1595,6 @@ declare module 'stripe' {
|
|
|
1846
1595
|
*/
|
|
1847
1596
|
payouts?: Settings.Payouts;
|
|
1848
1597
|
|
|
1849
|
-
/**
|
|
1850
|
-
* Settings specific to the account's tax forms.
|
|
1851
|
-
*/
|
|
1852
|
-
tax_forms?: Settings.TaxForms;
|
|
1853
|
-
|
|
1854
1598
|
/**
|
|
1855
1599
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
1856
1600
|
*/
|
|
@@ -1865,18 +1609,6 @@ declare module 'stripe' {
|
|
|
1865
1609
|
display_name?: string;
|
|
1866
1610
|
}
|
|
1867
1611
|
|
|
1868
|
-
interface BankBcaOnboarding {
|
|
1869
|
-
/**
|
|
1870
|
-
* Bank BCA business account holder name
|
|
1871
|
-
*/
|
|
1872
|
-
account_holder_name?: string;
|
|
1873
|
-
|
|
1874
|
-
/**
|
|
1875
|
-
* Bank BCA business account number
|
|
1876
|
-
*/
|
|
1877
|
-
business_account_number?: string;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
1612
|
interface Branding {
|
|
1881
1613
|
/**
|
|
1882
1614
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -1899,22 +1631,6 @@ declare module 'stripe' {
|
|
|
1899
1631
|
secondary_color?: string;
|
|
1900
1632
|
}
|
|
1901
1633
|
|
|
1902
|
-
interface Capital {
|
|
1903
|
-
/**
|
|
1904
|
-
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
1905
|
-
*/
|
|
1906
|
-
payout_destination?: {
|
|
1907
|
-
[key: string]: string;
|
|
1908
|
-
};
|
|
1909
|
-
|
|
1910
|
-
/**
|
|
1911
|
-
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
1912
|
-
*/
|
|
1913
|
-
payout_destination_selector?: {
|
|
1914
|
-
[key: string]: Array<string>;
|
|
1915
|
-
};
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
1634
|
interface CardIssuing {
|
|
1919
1635
|
/**
|
|
1920
1636
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -2078,13 +1794,6 @@ declare module 'stripe' {
|
|
|
2078
1794
|
}
|
|
2079
1795
|
}
|
|
2080
1796
|
|
|
2081
|
-
interface TaxForms {
|
|
2082
|
-
/**
|
|
2083
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
2084
|
-
*/
|
|
2085
|
-
consented_to_paperless_delivery?: boolean;
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
1797
|
interface Treasury {
|
|
2089
1798
|
/**
|
|
2090
1799
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -2224,11 +1933,6 @@ declare module 'stripe' {
|
|
|
2224
1933
|
*/
|
|
2225
1934
|
metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
|
|
2226
1935
|
|
|
2227
|
-
/**
|
|
2228
|
-
* A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2229
|
-
*/
|
|
2230
|
-
risk_controls?: AccountUpdateParams.RiskControls;
|
|
2231
|
-
|
|
2232
1936
|
/**
|
|
2233
1937
|
* Options for customizing how the account functions within Stripe.
|
|
2234
1938
|
*/
|
|
@@ -2296,7 +2000,7 @@ declare module 'stripe' {
|
|
|
2296
2000
|
mcc?: string;
|
|
2297
2001
|
|
|
2298
2002
|
/**
|
|
2299
|
-
* Whether the business is a minority-owned, women-owned, and/or LGBTQI
|
|
2003
|
+
* Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.
|
|
2300
2004
|
*/
|
|
2301
2005
|
minority_owned_business_designation?: Array<
|
|
2302
2006
|
BusinessProfile.MinorityOwnedBusinessDesignation
|
|
@@ -2418,11 +2122,6 @@ declare module 'stripe' {
|
|
|
2418
2122
|
*/
|
|
2419
2123
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
2420
2124
|
|
|
2421
|
-
/**
|
|
2422
|
-
* The automatic_indirect_tax capability.
|
|
2423
|
-
*/
|
|
2424
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
2425
|
-
|
|
2426
2125
|
/**
|
|
2427
2126
|
* The bacs_debit_payments capability.
|
|
2428
2127
|
*/
|
|
@@ -2498,26 +2197,11 @@ declare module 'stripe' {
|
|
|
2498
2197
|
*/
|
|
2499
2198
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
2500
2199
|
|
|
2501
|
-
/**
|
|
2502
|
-
* The gopay_payments capability.
|
|
2503
|
-
*/
|
|
2504
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
2505
|
-
|
|
2506
2200
|
/**
|
|
2507
2201
|
* The grabpay_payments capability.
|
|
2508
2202
|
*/
|
|
2509
2203
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
2510
2204
|
|
|
2511
|
-
/**
|
|
2512
|
-
* The id_bank_transfer_payments capability.
|
|
2513
|
-
*/
|
|
2514
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
2515
|
-
|
|
2516
|
-
/**
|
|
2517
|
-
* The id_bank_transfer_payments_bca capability.
|
|
2518
|
-
*/
|
|
2519
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
2520
|
-
|
|
2521
2205
|
/**
|
|
2522
2206
|
* The ideal_payments capability.
|
|
2523
2207
|
*/
|
|
@@ -2568,11 +2252,6 @@ declare module 'stripe' {
|
|
|
2568
2252
|
*/
|
|
2569
2253
|
link_payments?: Capabilities.LinkPayments;
|
|
2570
2254
|
|
|
2571
|
-
/**
|
|
2572
|
-
* The mb_way_payments capability.
|
|
2573
|
-
*/
|
|
2574
|
-
mb_way_payments?: Capabilities.MbWayPayments;
|
|
2575
|
-
|
|
2576
2255
|
/**
|
|
2577
2256
|
* The mobilepay_payments capability.
|
|
2578
2257
|
*/
|
|
@@ -2623,16 +2302,6 @@ declare module 'stripe' {
|
|
|
2623
2302
|
*/
|
|
2624
2303
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
2625
2304
|
|
|
2626
|
-
/**
|
|
2627
|
-
* The paypal_payments capability.
|
|
2628
|
-
*/
|
|
2629
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
2630
|
-
|
|
2631
|
-
/**
|
|
2632
|
-
* The payto_payments capability.
|
|
2633
|
-
*/
|
|
2634
|
-
payto_payments?: Capabilities.PaytoPayments;
|
|
2635
|
-
|
|
2636
2305
|
/**
|
|
2637
2306
|
* The pix_payments capability.
|
|
2638
2307
|
*/
|
|
@@ -2643,16 +2312,6 @@ declare module 'stripe' {
|
|
|
2643
2312
|
*/
|
|
2644
2313
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
2645
2314
|
|
|
2646
|
-
/**
|
|
2647
|
-
* The qris_payments capability.
|
|
2648
|
-
*/
|
|
2649
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
2650
|
-
|
|
2651
|
-
/**
|
|
2652
|
-
* The rechnung_payments capability.
|
|
2653
|
-
*/
|
|
2654
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
2655
|
-
|
|
2656
2315
|
/**
|
|
2657
2316
|
* The revolut_pay_payments capability.
|
|
2658
2317
|
*/
|
|
@@ -2678,21 +2337,11 @@ declare module 'stripe' {
|
|
|
2678
2337
|
*/
|
|
2679
2338
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
2680
2339
|
|
|
2681
|
-
/**
|
|
2682
|
-
* The shopeepay_payments capability.
|
|
2683
|
-
*/
|
|
2684
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
2685
|
-
|
|
2686
2340
|
/**
|
|
2687
2341
|
* The sofort_payments capability.
|
|
2688
2342
|
*/
|
|
2689
2343
|
sofort_payments?: Capabilities.SofortPayments;
|
|
2690
2344
|
|
|
2691
|
-
/**
|
|
2692
|
-
* The stripe_balance_payments capability.
|
|
2693
|
-
*/
|
|
2694
|
-
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
2695
|
-
|
|
2696
2345
|
/**
|
|
2697
2346
|
* The swish_payments capability.
|
|
2698
2347
|
*/
|
|
@@ -2718,21 +2367,6 @@ declare module 'stripe' {
|
|
|
2718
2367
|
*/
|
|
2719
2368
|
treasury?: Capabilities.Treasury;
|
|
2720
2369
|
|
|
2721
|
-
/**
|
|
2722
|
-
* The treasury_evolve capability.
|
|
2723
|
-
*/
|
|
2724
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
2725
|
-
|
|
2726
|
-
/**
|
|
2727
|
-
* The treasury_fifth_third capability.
|
|
2728
|
-
*/
|
|
2729
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
2730
|
-
|
|
2731
|
-
/**
|
|
2732
|
-
* The treasury_goldman_sachs capability.
|
|
2733
|
-
*/
|
|
2734
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
2735
|
-
|
|
2736
2370
|
/**
|
|
2737
2371
|
* The twint_payments capability.
|
|
2738
2372
|
*/
|
|
@@ -2797,13 +2431,6 @@ declare module 'stripe' {
|
|
|
2797
2431
|
requested?: boolean;
|
|
2798
2432
|
}
|
|
2799
2433
|
|
|
2800
|
-
interface AutomaticIndirectTax {
|
|
2801
|
-
/**
|
|
2802
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2803
|
-
*/
|
|
2804
|
-
requested?: boolean;
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
2434
|
interface BacsDebitPayments {
|
|
2808
2435
|
/**
|
|
2809
2436
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2909,13 +2536,6 @@ declare module 'stripe' {
|
|
|
2909
2536
|
requested?: boolean;
|
|
2910
2537
|
}
|
|
2911
2538
|
|
|
2912
|
-
interface GopayPayments {
|
|
2913
|
-
/**
|
|
2914
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2915
|
-
*/
|
|
2916
|
-
requested?: boolean;
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
2539
|
interface GrabpayPayments {
|
|
2920
2540
|
/**
|
|
2921
2541
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2923,20 +2543,6 @@ declare module 'stripe' {
|
|
|
2923
2543
|
requested?: boolean;
|
|
2924
2544
|
}
|
|
2925
2545
|
|
|
2926
|
-
interface IdBankTransferPayments {
|
|
2927
|
-
/**
|
|
2928
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2929
|
-
*/
|
|
2930
|
-
requested?: boolean;
|
|
2931
|
-
}
|
|
2932
|
-
|
|
2933
|
-
interface IdBankTransferPaymentsBca {
|
|
2934
|
-
/**
|
|
2935
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2936
|
-
*/
|
|
2937
|
-
requested?: boolean;
|
|
2938
|
-
}
|
|
2939
|
-
|
|
2940
2546
|
interface IdealPayments {
|
|
2941
2547
|
/**
|
|
2942
2548
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3007,13 +2613,6 @@ declare module 'stripe' {
|
|
|
3007
2613
|
requested?: boolean;
|
|
3008
2614
|
}
|
|
3009
2615
|
|
|
3010
|
-
interface MbWayPayments {
|
|
3011
|
-
/**
|
|
3012
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3013
|
-
*/
|
|
3014
|
-
requested?: boolean;
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
2616
|
interface MobilepayPayments {
|
|
3018
2617
|
/**
|
|
3019
2618
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3084,20 +2683,6 @@ declare module 'stripe' {
|
|
|
3084
2683
|
requested?: boolean;
|
|
3085
2684
|
}
|
|
3086
2685
|
|
|
3087
|
-
interface PaypalPayments {
|
|
3088
|
-
/**
|
|
3089
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3090
|
-
*/
|
|
3091
|
-
requested?: boolean;
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3094
|
-
interface PaytoPayments {
|
|
3095
|
-
/**
|
|
3096
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3097
|
-
*/
|
|
3098
|
-
requested?: boolean;
|
|
3099
|
-
}
|
|
3100
|
-
|
|
3101
2686
|
interface PixPayments {
|
|
3102
2687
|
/**
|
|
3103
2688
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3112,20 +2697,6 @@ declare module 'stripe' {
|
|
|
3112
2697
|
requested?: boolean;
|
|
3113
2698
|
}
|
|
3114
2699
|
|
|
3115
|
-
interface QrisPayments {
|
|
3116
|
-
/**
|
|
3117
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3118
|
-
*/
|
|
3119
|
-
requested?: boolean;
|
|
3120
|
-
}
|
|
3121
|
-
|
|
3122
|
-
interface RechnungPayments {
|
|
3123
|
-
/**
|
|
3124
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3125
|
-
*/
|
|
3126
|
-
requested?: boolean;
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
2700
|
interface RevolutPayPayments {
|
|
3130
2701
|
/**
|
|
3131
2702
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3161,13 +2732,6 @@ declare module 'stripe' {
|
|
|
3161
2732
|
requested?: boolean;
|
|
3162
2733
|
}
|
|
3163
2734
|
|
|
3164
|
-
interface ShopeepayPayments {
|
|
3165
|
-
/**
|
|
3166
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3167
|
-
*/
|
|
3168
|
-
requested?: boolean;
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
2735
|
interface SofortPayments {
|
|
3172
2736
|
/**
|
|
3173
2737
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3175,13 +2739,6 @@ declare module 'stripe' {
|
|
|
3175
2739
|
requested?: boolean;
|
|
3176
2740
|
}
|
|
3177
2741
|
|
|
3178
|
-
interface StripeBalancePayments {
|
|
3179
|
-
/**
|
|
3180
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3181
|
-
*/
|
|
3182
|
-
requested?: boolean;
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
2742
|
interface SwishPayments {
|
|
3186
2743
|
/**
|
|
3187
2744
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3217,27 +2774,6 @@ declare module 'stripe' {
|
|
|
3217
2774
|
requested?: boolean;
|
|
3218
2775
|
}
|
|
3219
2776
|
|
|
3220
|
-
interface TreasuryEvolve {
|
|
3221
|
-
/**
|
|
3222
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3223
|
-
*/
|
|
3224
|
-
requested?: boolean;
|
|
3225
|
-
}
|
|
3226
|
-
|
|
3227
|
-
interface TreasuryFifthThird {
|
|
3228
|
-
/**
|
|
3229
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3230
|
-
*/
|
|
3231
|
-
requested?: boolean;
|
|
3232
|
-
}
|
|
3233
|
-
|
|
3234
|
-
interface TreasuryGoldmanSachs {
|
|
3235
|
-
/**
|
|
3236
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3237
|
-
*/
|
|
3238
|
-
requested?: boolean;
|
|
3239
|
-
}
|
|
3240
|
-
|
|
3241
2777
|
interface TwintPayments {
|
|
3242
2778
|
/**
|
|
3243
2779
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3846,57 +3382,17 @@ declare module 'stripe' {
|
|
|
3846
3382
|
}
|
|
3847
3383
|
}
|
|
3848
3384
|
|
|
3849
|
-
interface RiskControls {
|
|
3850
|
-
/**
|
|
3851
|
-
* Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
3852
|
-
*/
|
|
3853
|
-
charges?: RiskControls.Charges;
|
|
3854
|
-
|
|
3855
|
-
/**
|
|
3856
|
-
* Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
3857
|
-
*/
|
|
3858
|
-
payouts?: RiskControls.Payouts;
|
|
3859
|
-
}
|
|
3860
|
-
|
|
3861
|
-
namespace RiskControls {
|
|
3862
|
-
interface Charges {
|
|
3863
|
-
/**
|
|
3864
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3865
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
3866
|
-
*/
|
|
3867
|
-
pause_requested?: boolean;
|
|
3868
|
-
}
|
|
3869
|
-
|
|
3870
|
-
interface Payouts {
|
|
3871
|
-
/**
|
|
3872
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3873
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
3874
|
-
*/
|
|
3875
|
-
pause_requested?: boolean;
|
|
3876
|
-
}
|
|
3877
|
-
}
|
|
3878
|
-
|
|
3879
3385
|
interface Settings {
|
|
3880
3386
|
/**
|
|
3881
3387
|
* Settings specific to Bacs Direct Debit payments.
|
|
3882
3388
|
*/
|
|
3883
3389
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
3884
3390
|
|
|
3885
|
-
/**
|
|
3886
|
-
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
3887
|
-
*/
|
|
3888
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
3889
|
-
|
|
3890
3391
|
/**
|
|
3891
3392
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
3892
3393
|
*/
|
|
3893
3394
|
branding?: Settings.Branding;
|
|
3894
3395
|
|
|
3895
|
-
/**
|
|
3896
|
-
* Settings specific to the account's use of the Capital product.
|
|
3897
|
-
*/
|
|
3898
|
-
capital?: Settings.Capital;
|
|
3899
|
-
|
|
3900
3396
|
/**
|
|
3901
3397
|
* Settings specific to the account's use of the Card Issuing product.
|
|
3902
3398
|
*/
|
|
@@ -3922,11 +3418,6 @@ declare module 'stripe' {
|
|
|
3922
3418
|
*/
|
|
3923
3419
|
payouts?: Settings.Payouts;
|
|
3924
3420
|
|
|
3925
|
-
/**
|
|
3926
|
-
* Settings specific to the account's tax forms.
|
|
3927
|
-
*/
|
|
3928
|
-
tax_forms?: Settings.TaxForms;
|
|
3929
|
-
|
|
3930
3421
|
/**
|
|
3931
3422
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
3932
3423
|
*/
|
|
@@ -3941,18 +3432,6 @@ declare module 'stripe' {
|
|
|
3941
3432
|
display_name?: string;
|
|
3942
3433
|
}
|
|
3943
3434
|
|
|
3944
|
-
interface BankBcaOnboarding {
|
|
3945
|
-
/**
|
|
3946
|
-
* Bank BCA business account holder name
|
|
3947
|
-
*/
|
|
3948
|
-
account_holder_name?: string;
|
|
3949
|
-
|
|
3950
|
-
/**
|
|
3951
|
-
* Bank BCA business account number
|
|
3952
|
-
*/
|
|
3953
|
-
business_account_number?: string;
|
|
3954
|
-
}
|
|
3955
|
-
|
|
3956
3435
|
interface Branding {
|
|
3957
3436
|
/**
|
|
3958
3437
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -3975,22 +3454,6 @@ declare module 'stripe' {
|
|
|
3975
3454
|
secondary_color?: string;
|
|
3976
3455
|
}
|
|
3977
3456
|
|
|
3978
|
-
interface Capital {
|
|
3979
|
-
/**
|
|
3980
|
-
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
3981
|
-
*/
|
|
3982
|
-
payout_destination?: {
|
|
3983
|
-
[key: string]: string;
|
|
3984
|
-
};
|
|
3985
|
-
|
|
3986
|
-
/**
|
|
3987
|
-
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3988
|
-
*/
|
|
3989
|
-
payout_destination_selector?: {
|
|
3990
|
-
[key: string]: Array<string>;
|
|
3991
|
-
};
|
|
3992
|
-
}
|
|
3993
|
-
|
|
3994
3457
|
interface CardIssuing {
|
|
3995
3458
|
/**
|
|
3996
3459
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -4159,13 +3622,6 @@ declare module 'stripe' {
|
|
|
4159
3622
|
}
|
|
4160
3623
|
}
|
|
4161
3624
|
|
|
4162
|
-
interface TaxForms {
|
|
4163
|
-
/**
|
|
4164
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
4165
|
-
*/
|
|
4166
|
-
consented_to_paperless_delivery?: boolean;
|
|
4167
|
-
}
|
|
4168
|
-
|
|
4169
3625
|
interface Treasury {
|
|
4170
3626
|
/**
|
|
4171
3627
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -5445,7 +4901,7 @@ declare module 'stripe' {
|
|
|
5445
4901
|
*
|
|
5446
4902
|
* Test-mode accounts can be deleted at any time.
|
|
5447
4903
|
*
|
|
5448
|
-
* Live-mode accounts
|
|
4904
|
+
* Live-mode accounts that have access to the standard dashboard and Stripe is responsible for negative account balances cannot be deleted, which includes Standard accounts. All other Live-mode accounts, can be deleted when all [balances](https://docs.stripe.com/api/balance/balance_object) are zero.
|
|
5449
4905
|
*
|
|
5450
4906
|
* If you want to delete your own account, use the [account information tab in your account settings](https://dashboard.stripe.com/settings/account) instead.
|
|
5451
4907
|
*/
|