stripe 22.4.0 → 22.5.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.
- package/CHANGELOG.md +1829 -62
- package/README.md +42 -58
- package/VERSION +1 -1
- package/cjs/Error.d.ts +50 -0
- package/cjs/Error.js +125 -1
- package/cjs/Error.js.map +1 -1
- package/cjs/StripeEventNotificationHandler.d.ts +19 -0
- package/cjs/StripeEventNotificationHandler.js +150 -0
- package/cjs/StripeEventNotificationHandler.js.map +1 -0
- package/cjs/Types.d.ts +4 -2
- package/cjs/Types.js.map +1 -1
- package/cjs/apiVersion.d.ts +1 -2
- package/cjs/apiVersion.js +2 -3
- package/cjs/apiVersion.js.map +1 -1
- package/cjs/resources/AccountLinks.d.ts +1 -1
- package/cjs/resources/AccountNotices.d.ts +140 -0
- package/cjs/resources/AccountNotices.js +29 -0
- package/cjs/resources/AccountNotices.js.map +1 -0
- package/cjs/resources/AccountSessions.d.ts +262 -0
- package/cjs/resources/AccountSessions.js.map +1 -1
- package/cjs/resources/Accounts.d.ts +827 -3
- package/cjs/resources/Accounts.js +14 -0
- package/cjs/resources/Accounts.js.map +1 -1
- package/cjs/resources/Balance.d.ts +67 -0
- package/cjs/resources/BankAccounts.d.ts +2 -2
- package/cjs/resources/Billing/AlertTriggereds.d.ts +2 -1
- package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +84 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.js +15 -0
- package/cjs/resources/Billing/Analytics/MeterUsage.js.map +1 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +32 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js +4 -0
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
- package/cjs/resources/Billing/Analytics/index.d.ts +15 -0
- package/cjs/resources/Billing/Analytics/index.js +13 -0
- package/cjs/resources/Billing/Analytics/index.js.map +1 -0
- package/cjs/resources/Billing/index.d.ts +3 -0
- package/cjs/resources/Billing/index.js +2 -0
- package/cjs/resources/Billing/index.js.map +1 -1
- package/cjs/resources/Capabilities.d.ts +2 -2
- package/cjs/resources/Capital/FinancingOffers.d.ts +194 -0
- package/cjs/resources/Capital/FinancingOffers.js +30 -0
- package/cjs/resources/Capital/FinancingOffers.js.map +1 -0
- package/cjs/resources/Capital/FinancingSummary.d.ts +102 -0
- package/cjs/resources/Capital/FinancingSummary.js +15 -0
- package/cjs/resources/Capital/FinancingSummary.js.map +1 -0
- package/cjs/resources/Capital/FinancingTransactions.d.ts +141 -0
- package/cjs/resources/Capital/FinancingTransactions.js +24 -0
- package/cjs/resources/Capital/FinancingTransactions.js.map +1 -0
- package/cjs/resources/Capital/index.d.ts +25 -0
- package/cjs/resources/Capital/index.js +17 -0
- package/cjs/resources/Capital/index.js.map +1 -0
- package/cjs/resources/Cards.d.ts +17 -0
- package/cjs/resources/Charges.d.ts +3077 -70
- package/cjs/resources/Checkout/Sessions.d.ts +403 -4
- package/cjs/resources/ConfirmationTokens.d.ts +67 -1
- package/cjs/resources/Coupons.d.ts +53 -0
- package/cjs/resources/Coupons.js +13 -0
- package/cjs/resources/Coupons.js.map +1 -1
- package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
- package/cjs/resources/CreditNotes.d.ts +1 -1
- package/cjs/resources/CustomerSessions.d.ts +68 -0
- package/cjs/resources/Customers.d.ts +20 -1
- package/cjs/resources/Customers.js +14 -0
- package/cjs/resources/Customers.js.map +1 -1
- package/cjs/resources/Disputes.d.ts +29 -0
- package/cjs/resources/Events.d.ts +548 -3
- package/cjs/resources/ExternalAccounts.d.ts +212 -1
- package/cjs/resources/ExternalAccounts.js +44 -0
- package/cjs/resources/ExternalAccounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js +4 -0
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
- package/cjs/resources/FinancialConnections/Accounts.d.ts +69 -4
- package/cjs/resources/FinancialConnections/Accounts.js +8 -0
- package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/Authorizations.d.ts +46 -1
- package/cjs/resources/FinancialConnections/Authorizations.js +11 -0
- package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -1
- package/cjs/resources/FinancialConnections/Institutions.d.ts +99 -0
- package/cjs/resources/FinancialConnections/Institutions.js +23 -0
- package/cjs/resources/FinancialConnections/Institutions.js.map +1 -0
- package/cjs/resources/FinancialConnections/Sessions.d.ts +124 -9
- package/cjs/resources/FinancialConnections/index.d.ts +21 -9
- package/cjs/resources/FinancialConnections/index.js +4 -0
- package/cjs/resources/FinancialConnections/index.js.map +1 -1
- package/cjs/resources/FxQuotes.d.ts +212 -0
- package/cjs/resources/FxQuotes.js +29 -0
- package/cjs/resources/FxQuotes.js.map +1 -0
- package/cjs/resources/InvoiceItems.d.ts +86 -1
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +40 -2
- package/cjs/resources/Invoices.d.ts +1393 -20
- package/cjs/resources/Invoices.js +41 -0
- package/cjs/resources/Invoices.js.map +1 -1
- package/cjs/resources/Issuing/Authorizations.d.ts +13 -0
- package/cjs/resources/Issuing/Cardholders.d.ts +19 -1
- package/cjs/resources/Issuing/Cards.d.ts +13 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +638 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +47 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +93 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +23 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
- package/cjs/resources/Issuing/Disputes.d.ts +13 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +23 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
- package/cjs/resources/Issuing/Settlements.d.ts +83 -0
- package/cjs/resources/Issuing/Settlements.js +4 -0
- package/cjs/resources/Issuing/Settlements.js.map +1 -0
- package/cjs/resources/Issuing/Transactions.d.ts +22 -0
- package/cjs/resources/Issuing/Transactions.js.map +1 -1
- package/cjs/resources/Issuing/index.d.ts +47 -22
- package/cjs/resources/Issuing/index.js +6 -0
- package/cjs/resources/Issuing/index.js.map +1 -1
- package/cjs/resources/LineItems.d.ts +29 -2
- package/cjs/resources/Mandates.d.ts +33 -2
- package/cjs/resources/Mandates.js +8 -0
- package/cjs/resources/Mandates.js.map +1 -1
- package/cjs/resources/Margins.d.ts +115 -0
- package/cjs/resources/Margins.js +35 -0
- package/cjs/resources/Margins.js.map +1 -0
- package/cjs/resources/Orders.d.ts +4693 -0
- package/cjs/resources/Orders.js +457 -0
- package/cjs/resources/Orders.js.map +1 -0
- package/cjs/resources/PaymentAttemptRecords.d.ts +82 -0
- package/cjs/resources/PaymentIntents.d.ts +13292 -2361
- package/cjs/resources/PaymentIntents.js +27 -0
- package/cjs/resources/PaymentIntents.js.map +1 -1
- package/cjs/resources/PaymentLinks.d.ts +20 -4
- package/cjs/resources/PaymentMethodConfigurations.d.ts +350 -0
- package/cjs/resources/PaymentMethods.d.ts +164 -3
- package/cjs/resources/PaymentMethods.js.map +1 -1
- package/cjs/resources/PaymentRecords.d.ts +82 -0
- package/cjs/resources/Persons.d.ts +2 -2
- package/cjs/resources/Plans.d.ts +16 -0
- package/cjs/resources/Prices.d.ts +53 -1
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +36 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js +4 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
- package/cjs/resources/Privacy/RedactionJobs.d.ts +227 -0
- package/cjs/resources/Privacy/RedactionJobs.js +73 -0
- package/cjs/resources/Privacy/RedactionJobs.js.map +1 -0
- package/cjs/resources/Privacy/index.d.ts +22 -0
- package/cjs/resources/Privacy/index.js +13 -0
- package/cjs/resources/Privacy/index.js.map +1 -0
- package/cjs/resources/ProductCatalog/TrialOffers.d.ts +158 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js +29 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/cjs/resources/ProductCatalog/index.d.ts +14 -0
- package/cjs/resources/ProductCatalog/index.js +13 -0
- package/cjs/resources/ProductCatalog/index.js.map +1 -0
- package/cjs/resources/Products.d.ts +42 -0
- package/cjs/resources/PromotionCodes.d.ts +12 -0
- package/cjs/resources/PromotionCodes.js +27 -0
- package/cjs/resources/PromotionCodes.js.map +1 -1
- package/cjs/resources/QuoteLines.d.ts +507 -0
- package/cjs/resources/QuoteLines.js +4 -0
- package/cjs/resources/QuoteLines.js.map +1 -0
- package/cjs/resources/QuotePreviewInvoices.d.ts +1120 -0
- package/cjs/resources/QuotePreviewInvoices.js +4 -0
- package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +786 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/cjs/resources/Quotes.d.ts +2266 -57
- package/cjs/resources/Quotes.js +1184 -16
- package/cjs/resources/Quotes.js.map +1 -1
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +1 -1
- package/cjs/resources/Radar/ValueListItems.d.ts +31 -1
- package/cjs/resources/Refunds.d.ts +11 -0
- package/cjs/resources/Reserve/Holds.d.ts +53 -1
- package/cjs/resources/Reserve/Holds.js +19 -0
- package/cjs/resources/Reserve/Holds.js.map +1 -1
- package/cjs/resources/Reserve/Plans.d.ts +16 -0
- package/cjs/resources/Reserve/Plans.js +11 -0
- package/cjs/resources/Reserve/Plans.js.map +1 -1
- package/cjs/resources/Reserve/Releases.d.ts +41 -1
- package/cjs/resources/Reserve/Releases.js +19 -0
- package/cjs/resources/Reserve/Releases.js.map +1 -1
- package/cjs/resources/Reserve/index.d.ts +17 -6
- package/cjs/resources/Reserve/index.js +9 -0
- package/cjs/resources/Reserve/index.js.map +1 -1
- package/cjs/resources/SetupAttempts.d.ts +26 -1
- package/cjs/resources/SetupIntents.d.ts +343 -11
- package/cjs/resources/SharedPayment/GrantedTokens.d.ts +418 -0
- package/cjs/resources/SharedPayment/GrantedTokens.js +15 -0
- package/cjs/resources/SharedPayment/GrantedTokens.js.map +1 -0
- package/cjs/resources/SharedPayment/IssuedTokens.d.ts +330 -0
- package/cjs/resources/SharedPayment/IssuedTokens.js +27 -0
- package/cjs/resources/SharedPayment/IssuedTokens.js.map +1 -0
- package/cjs/resources/SharedPayment/index.d.ts +19 -0
- package/cjs/resources/SharedPayment/index.js +15 -0
- package/cjs/resources/SharedPayment/index.js.map +1 -0
- package/cjs/resources/Sources.d.ts +29 -1
- package/cjs/resources/SubscriptionItems.d.ts +144 -1
- package/cjs/resources/SubscriptionSchedules.d.ts +1152 -0
- package/cjs/resources/SubscriptionSchedules.js +6 -0
- package/cjs/resources/SubscriptionSchedules.js.map +1 -1
- package/cjs/resources/Subscriptions.d.ts +571 -6
- package/cjs/resources/Subscriptions.js +145 -0
- package/cjs/resources/Subscriptions.js.map +1 -1
- package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -2
- package/cjs/resources/Tax/Calculations.d.ts +7 -3
- package/cjs/resources/Tax/Forms.d.ts +228 -0
- package/cjs/resources/Tax/Forms.js +32 -0
- package/cjs/resources/Tax/Forms.js.map +1 -0
- package/cjs/resources/Tax/Locations.d.ts +112 -0
- package/cjs/resources/Tax/Locations.js +33 -0
- package/cjs/resources/Tax/Locations.js.map +1 -0
- package/cjs/resources/Tax/Registrations.d.ts +138 -2
- package/cjs/resources/Tax/Transactions.d.ts +2 -2
- package/cjs/resources/Tax/index.d.ts +27 -13
- package/cjs/resources/Tax/index.js +4 -0
- package/cjs/resources/Tax/index.js.map +1 -1
- package/cjs/resources/TaxCodes.d.ts +16 -1
- package/cjs/resources/Terminal/Configurations.d.ts +27 -0
- package/cjs/resources/Terminal/ReaderCollectedData.d.ts +50 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js +15 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js.map +1 -0
- package/cjs/resources/Terminal/Readers.d.ts +17 -1
- package/cjs/resources/Terminal/index.d.ts +5 -0
- package/cjs/resources/Terminal/index.js +2 -0
- package/cjs/resources/Terminal/index.js.map +1 -1
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +78 -1
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +68 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +21 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
- package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
- package/cjs/resources/TestHelpers/SharedPayment/index.js +13 -0
- package/cjs/resources/TestHelpers/SharedPayment/index.js.map +1 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
- package/cjs/resources/TestHelpers/index.d.ts +3 -0
- package/cjs/resources/TestHelpers/index.js +6 -4
- package/cjs/resources/TestHelpers/index.js.map +1 -1
- package/cjs/resources/Tokens.d.ts +15 -0
- package/cjs/resources/Transfers.d.ts +8 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +34 -1
- package/cjs/resources/Treasury/OutboundPayments.d.ts +8 -0
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +44 -0
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +22 -0
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +26 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +72 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +23 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings.d.ts +281 -0
- package/cjs/resources/V2/Billing/BillSettings.js +41 -0
- package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences.d.ts +947 -0
- package/cjs/resources/V2/Billing/Cadences.js +198 -0
- package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +237 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +70 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings.d.ts +776 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js +166 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/Profiles.d.ts +162 -0
- package/cjs/resources/V2/Billing/Profiles.js +35 -0
- package/cjs/resources/V2/Billing/Profiles.js.map +1 -0
- package/cjs/resources/V2/Billing/index.d.ts +45 -6
- package/cjs/resources/V2/Billing/index.js +8 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- package/cjs/resources/V2/Core/AccountLinks.d.ts +4 -4
- package/cjs/resources/V2/Core/AccountTokens.d.ts +10 -0
- package/cjs/resources/V2/Core/Accounts.d.ts +1565 -75
- package/cjs/resources/V2/Core/BatchJobs.d.ts +360 -0
- package/cjs/resources/V2/Core/BatchJobs.js +225 -0
- package/cjs/resources/V2/Core/BatchJobs.js.map +1 -0
- package/cjs/resources/V2/Core/Events.d.ts +1151 -4
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +280 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +54 -0
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +252 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +65 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
- package/cjs/resources/V2/Core/Vault/index.d.ts +28 -0
- package/cjs/resources/V2/Core/Vault/index.js +15 -0
- package/cjs/resources/V2/Core/Vault/index.js.map +1 -0
- package/cjs/resources/V2/Core/index.d.ts +19 -9
- package/cjs/resources/V2/Core/index.js +4 -0
- package/cjs/resources/V2/Core/index.js.map +1 -1
- package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +151 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js +46 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
- package/cjs/resources/V2/Data/Reporting/index.d.ts +13 -0
- package/cjs/resources/V2/Data/Reporting/index.js +13 -0
- package/cjs/resources/V2/Data/Reporting/index.js.map +1 -0
- package/cjs/resources/V2/Data/index.d.ts +10 -0
- package/cjs/resources/V2/Data/index.js +13 -0
- package/cjs/resources/V2/Data/index.js.map +1 -0
- package/cjs/resources/V2/EventMisc.d.ts +0 -0
- package/cjs/resources/V2/EventMisc.js +2 -0
- package/cjs/resources/V2/EventMisc.js.map +1 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +163 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.js +23 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.js.map +1 -0
- package/cjs/resources/V2/Extend/Workflows.d.ts +120 -0
- package/cjs/resources/V2/Extend/Workflows.js +30 -0
- package/cjs/resources/V2/Extend/Workflows.js.map +1 -0
- package/cjs/resources/V2/Extend/index.d.ts +20 -0
- package/cjs/resources/V2/Extend/index.js +15 -0
- package/cjs/resources/V2/Extend/index.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/cjs/resources/V2/Iam/ActivityLogs.d.ts +218 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js +23 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/cjs/resources/V2/Iam/index.d.ts +13 -0
- package/cjs/resources/V2/Iam/index.js +13 -0
- package/cjs/resources/V2/Iam/index.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +131 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +23 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +240 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +44 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +211 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +31 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +251 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +30 -0
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +209 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +22 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +394 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +41 -0
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +297 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +49 -0
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +336 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +39 -0
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +240 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +44 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +92 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +17 -0
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +296 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +23 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +159 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +23 -0
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +162 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +23 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +193 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.js +23 -0
- package/cjs/resources/V2/MoneyManagement/Transactions.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/index.d.ts +104 -0
- package/cjs/resources/V2/MoneyManagement/index.js +39 -0
- package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
- package/cjs/resources/V2/Network/BusinessProfiles.d.ts +92 -0
- package/cjs/resources/V2/Network/BusinessProfiles.js +21 -0
- package/cjs/resources/V2/Network/BusinessProfiles.js.map +1 -0
- package/cjs/resources/V2/Network/index.d.ts +13 -0
- package/cjs/resources/V2/Network/index.js +13 -0
- package/cjs/resources/V2/Network/index.js.map +1 -0
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +143 -0
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +41 -0
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
- package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
- package/cjs/resources/V2/OrchestratedCommerce/index.js +13 -0
- package/cjs/resources/V2/OrchestratedCommerce/index.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +45 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +23 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/index.d.ts +8 -0
- package/cjs/resources/V2/TestHelpers/index.js +13 -0
- package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
- package/cjs/resources/V2/index.d.ts +27 -0
- package/cjs/resources/V2/index.js +14 -0
- package/cjs/resources/V2/index.js.map +1 -1
- package/cjs/resources/WebhookEndpoints.d.ts +2 -2
- package/cjs/resources.d.ts +10 -0
- package/cjs/resources.js +146 -10
- package/cjs/resources.js.map +1 -1
- package/cjs/stripe.cjs.node.d.ts +6440 -143
- package/cjs/stripe.cjs.node.js.map +1 -1
- package/cjs/stripe.core.d.ts +91 -26
- package/cjs/stripe.core.js +55 -32
- package/cjs/stripe.core.js.map +1 -1
- package/esm/Error.d.ts +50 -0
- package/esm/Error.js +109 -0
- package/esm/Error.js.map +1 -1
- package/esm/StripeEventNotificationHandler.d.ts +19 -0
- package/esm/StripeEventNotificationHandler.js +146 -0
- package/esm/StripeEventNotificationHandler.js.map +1 -0
- package/esm/Types.d.ts +4 -2
- package/esm/Types.js.map +1 -1
- package/esm/apiVersion.d.ts +1 -2
- package/esm/apiVersion.js +1 -2
- package/esm/apiVersion.js.map +1 -1
- package/esm/resources/AccountLinks.d.ts +1 -1
- package/esm/resources/AccountNotices.d.ts +140 -0
- package/esm/resources/AccountNotices.js +25 -0
- package/esm/resources/AccountNotices.js.map +1 -0
- package/esm/resources/AccountSessions.d.ts +262 -0
- package/esm/resources/AccountSessions.js.map +1 -1
- package/esm/resources/Accounts.d.ts +827 -3
- package/esm/resources/Accounts.js +14 -0
- package/esm/resources/Accounts.js.map +1 -1
- package/esm/resources/Balance.d.ts +67 -0
- package/esm/resources/BankAccounts.d.ts +2 -2
- package/esm/resources/Billing/AlertTriggereds.d.ts +2 -1
- package/esm/resources/Billing/Analytics/MeterUsage.d.ts +84 -0
- package/esm/resources/Billing/Analytics/MeterUsage.js +11 -0
- package/esm/resources/Billing/Analytics/MeterUsage.js.map +1 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +32 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.js +3 -0
- package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +1 -0
- package/esm/resources/Billing/Analytics/index.d.ts +15 -0
- package/esm/resources/Billing/Analytics/index.js +9 -0
- package/esm/resources/Billing/Analytics/index.js.map +1 -0
- package/esm/resources/Billing/index.d.ts +3 -0
- package/esm/resources/Billing/index.js +2 -0
- package/esm/resources/Billing/index.js.map +1 -1
- package/esm/resources/Capabilities.d.ts +2 -2
- package/esm/resources/Capital/FinancingOffers.d.ts +194 -0
- package/esm/resources/Capital/FinancingOffers.js +26 -0
- package/esm/resources/Capital/FinancingOffers.js.map +1 -0
- package/esm/resources/Capital/FinancingSummary.d.ts +102 -0
- package/esm/resources/Capital/FinancingSummary.js +11 -0
- package/esm/resources/Capital/FinancingSummary.js.map +1 -0
- package/esm/resources/Capital/FinancingTransactions.d.ts +141 -0
- package/esm/resources/Capital/FinancingTransactions.js +20 -0
- package/esm/resources/Capital/FinancingTransactions.js.map +1 -0
- package/esm/resources/Capital/index.d.ts +25 -0
- package/esm/resources/Capital/index.js +13 -0
- package/esm/resources/Capital/index.js.map +1 -0
- package/esm/resources/Cards.d.ts +17 -0
- package/esm/resources/Charges.d.ts +3077 -70
- package/esm/resources/Checkout/Sessions.d.ts +403 -4
- package/esm/resources/ConfirmationTokens.d.ts +67 -1
- package/esm/resources/Coupons.d.ts +53 -0
- package/esm/resources/Coupons.js +13 -0
- package/esm/resources/Coupons.js.map +1 -1
- package/esm/resources/CreditNoteLineItems.d.ts +15 -1
- package/esm/resources/CreditNotes.d.ts +1 -1
- package/esm/resources/CustomerSessions.d.ts +68 -0
- package/esm/resources/Customers.d.ts +20 -1
- package/esm/resources/Customers.js +14 -0
- package/esm/resources/Customers.js.map +1 -1
- package/esm/resources/Disputes.d.ts +29 -0
- package/esm/resources/Events.d.ts +548 -3
- package/esm/resources/ExternalAccounts.d.ts +212 -1
- package/esm/resources/ExternalAccounts.js +42 -1
- package/esm/resources/ExternalAccounts.js.map +1 -1
- package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +24 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.js +3 -0
- package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +1 -0
- package/esm/resources/FinancialConnections/Accounts.d.ts +69 -4
- package/esm/resources/FinancialConnections/Accounts.js +8 -0
- package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
- package/esm/resources/FinancialConnections/Authorizations.d.ts +46 -1
- package/esm/resources/FinancialConnections/Authorizations.js +9 -1
- package/esm/resources/FinancialConnections/Authorizations.js.map +1 -1
- package/esm/resources/FinancialConnections/Institutions.d.ts +99 -0
- package/esm/resources/FinancialConnections/Institutions.js +19 -0
- package/esm/resources/FinancialConnections/Institutions.js.map +1 -0
- package/esm/resources/FinancialConnections/Sessions.d.ts +124 -9
- package/esm/resources/FinancialConnections/index.d.ts +21 -9
- package/esm/resources/FinancialConnections/index.js +4 -0
- package/esm/resources/FinancialConnections/index.js.map +1 -1
- package/esm/resources/FxQuotes.d.ts +212 -0
- package/esm/resources/FxQuotes.js +25 -0
- package/esm/resources/FxQuotes.js.map +1 -0
- package/esm/resources/InvoiceItems.d.ts +86 -1
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +40 -2
- package/esm/resources/Invoices.d.ts +1393 -20
- package/esm/resources/Invoices.js +41 -0
- package/esm/resources/Invoices.js.map +1 -1
- package/esm/resources/Issuing/Authorizations.d.ts +13 -0
- package/esm/resources/Issuing/Cardholders.d.ts +19 -1
- package/esm/resources/Issuing/Cards.d.ts +13 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +638 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +43 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +1 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +93 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js +19 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js.map +1 -0
- package/esm/resources/Issuing/Disputes.d.ts +13 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +68 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js +19 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js.map +1 -0
- package/esm/resources/Issuing/Settlements.d.ts +83 -0
- package/esm/resources/Issuing/Settlements.js +3 -0
- package/esm/resources/Issuing/Settlements.js.map +1 -0
- package/esm/resources/Issuing/Transactions.d.ts +22 -0
- package/esm/resources/Issuing/Transactions.js.map +1 -1
- package/esm/resources/Issuing/index.d.ts +47 -22
- package/esm/resources/Issuing/index.js +6 -0
- package/esm/resources/Issuing/index.js.map +1 -1
- package/esm/resources/LineItems.d.ts +29 -2
- package/esm/resources/Mandates.d.ts +33 -2
- package/esm/resources/Mandates.js +8 -0
- package/esm/resources/Mandates.js.map +1 -1
- package/esm/resources/Margins.d.ts +115 -0
- package/esm/resources/Margins.js +31 -0
- package/esm/resources/Margins.js.map +1 -0
- package/esm/resources/Orders.d.ts +4693 -0
- package/esm/resources/Orders.js +453 -0
- package/esm/resources/Orders.js.map +1 -0
- package/esm/resources/PaymentAttemptRecords.d.ts +82 -0
- package/esm/resources/PaymentIntents.d.ts +13292 -2361
- package/esm/resources/PaymentIntents.js +27 -0
- package/esm/resources/PaymentIntents.js.map +1 -1
- package/esm/resources/PaymentLinks.d.ts +20 -4
- package/esm/resources/PaymentMethodConfigurations.d.ts +350 -0
- package/esm/resources/PaymentMethods.d.ts +164 -3
- package/esm/resources/PaymentMethods.js.map +1 -1
- package/esm/resources/PaymentRecords.d.ts +82 -0
- package/esm/resources/Persons.d.ts +2 -2
- package/esm/resources/Plans.d.ts +16 -0
- package/esm/resources/Prices.d.ts +53 -1
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +36 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.js +3 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +1 -0
- package/esm/resources/Privacy/RedactionJobs.d.ts +227 -0
- package/esm/resources/Privacy/RedactionJobs.js +69 -0
- package/esm/resources/Privacy/RedactionJobs.js.map +1 -0
- package/esm/resources/Privacy/index.d.ts +22 -0
- package/esm/resources/Privacy/index.js +9 -0
- package/esm/resources/Privacy/index.js.map +1 -0
- package/esm/resources/ProductCatalog/TrialOffers.d.ts +158 -0
- package/esm/resources/ProductCatalog/TrialOffers.js +25 -0
- package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/esm/resources/ProductCatalog/index.d.ts +14 -0
- package/esm/resources/ProductCatalog/index.js +9 -0
- package/esm/resources/ProductCatalog/index.js.map +1 -0
- package/esm/resources/Products.d.ts +42 -0
- package/esm/resources/PromotionCodes.d.ts +12 -0
- package/esm/resources/PromotionCodes.js +27 -0
- package/esm/resources/PromotionCodes.js.map +1 -1
- package/esm/resources/QuoteLines.d.ts +507 -0
- package/esm/resources/QuoteLines.js +3 -0
- package/esm/resources/QuoteLines.js.map +1 -0
- package/esm/resources/QuotePreviewInvoices.d.ts +1120 -0
- package/esm/resources/QuotePreviewInvoices.js +3 -0
- package/esm/resources/QuotePreviewInvoices.js.map +1 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +786 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/esm/resources/Quotes.d.ts +2266 -57
- package/esm/resources/Quotes.js +1184 -16
- package/esm/resources/Quotes.js.map +1 -1
- package/esm/resources/Radar/PaymentEvaluations.d.ts +1 -1
- package/esm/resources/Radar/ValueListItems.d.ts +31 -1
- package/esm/resources/Refunds.d.ts +11 -0
- package/esm/resources/Reserve/Holds.d.ts +53 -1
- package/esm/resources/Reserve/Holds.js +17 -1
- package/esm/resources/Reserve/Holds.js.map +1 -1
- package/esm/resources/Reserve/Plans.d.ts +16 -0
- package/esm/resources/Reserve/Plans.js +9 -1
- package/esm/resources/Reserve/Plans.js.map +1 -1
- package/esm/resources/Reserve/Releases.d.ts +41 -1
- package/esm/resources/Reserve/Releases.js +17 -1
- package/esm/resources/Reserve/Releases.js.map +1 -1
- package/esm/resources/Reserve/index.d.ts +17 -6
- package/esm/resources/Reserve/index.js +9 -0
- package/esm/resources/Reserve/index.js.map +1 -1
- package/esm/resources/SetupAttempts.d.ts +26 -1
- package/esm/resources/SetupIntents.d.ts +343 -11
- package/esm/resources/SharedPayment/GrantedTokens.d.ts +418 -0
- package/esm/resources/SharedPayment/GrantedTokens.js +11 -0
- package/esm/resources/SharedPayment/GrantedTokens.js.map +1 -0
- package/esm/resources/SharedPayment/IssuedTokens.d.ts +330 -0
- package/esm/resources/SharedPayment/IssuedTokens.js +23 -0
- package/esm/resources/SharedPayment/IssuedTokens.js.map +1 -0
- package/esm/resources/SharedPayment/index.d.ts +19 -0
- package/esm/resources/SharedPayment/index.js +11 -0
- package/esm/resources/SharedPayment/index.js.map +1 -0
- package/esm/resources/Sources.d.ts +29 -1
- package/esm/resources/SubscriptionItems.d.ts +144 -1
- package/esm/resources/SubscriptionSchedules.d.ts +1152 -0
- package/esm/resources/SubscriptionSchedules.js +6 -0
- package/esm/resources/SubscriptionSchedules.js.map +1 -1
- package/esm/resources/Subscriptions.d.ts +571 -6
- package/esm/resources/Subscriptions.js +145 -0
- package/esm/resources/Subscriptions.js.map +1 -1
- package/esm/resources/Tax/CalculationLineItems.d.ts +6 -2
- package/esm/resources/Tax/Calculations.d.ts +7 -3
- package/esm/resources/Tax/Forms.d.ts +228 -0
- package/esm/resources/Tax/Forms.js +28 -0
- package/esm/resources/Tax/Forms.js.map +1 -0
- package/esm/resources/Tax/Locations.d.ts +112 -0
- package/esm/resources/Tax/Locations.js +29 -0
- package/esm/resources/Tax/Locations.js.map +1 -0
- package/esm/resources/Tax/Registrations.d.ts +138 -2
- package/esm/resources/Tax/Transactions.d.ts +2 -2
- package/esm/resources/Tax/index.d.ts +27 -13
- package/esm/resources/Tax/index.js +4 -0
- package/esm/resources/Tax/index.js.map +1 -1
- package/esm/resources/TaxCodes.d.ts +16 -1
- package/esm/resources/Terminal/Configurations.d.ts +27 -0
- package/esm/resources/Terminal/ReaderCollectedData.d.ts +50 -0
- package/esm/resources/Terminal/ReaderCollectedData.js +11 -0
- package/esm/resources/Terminal/ReaderCollectedData.js.map +1 -0
- package/esm/resources/Terminal/Readers.d.ts +17 -1
- package/esm/resources/Terminal/index.d.ts +5 -0
- package/esm/resources/Terminal/index.js +2 -0
- package/esm/resources/Terminal/index.js.map +1 -1
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +78 -1
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +68 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +17 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +1 -0
- package/esm/resources/TestHelpers/SharedPayment/index.d.ts +8 -0
- package/esm/resources/TestHelpers/SharedPayment/index.js +9 -0
- package/esm/resources/TestHelpers/SharedPayment/index.js.map +1 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +22 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +22 -0
- package/esm/resources/TestHelpers/index.d.ts +3 -0
- package/esm/resources/TestHelpers/index.js +2 -0
- package/esm/resources/TestHelpers/index.js.map +1 -1
- package/esm/resources/Tokens.d.ts +15 -0
- package/esm/resources/Transfers.d.ts +8 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
- package/esm/resources/Treasury/FinancialAccounts.d.ts +34 -1
- package/esm/resources/Treasury/OutboundPayments.d.ts +8 -0
- package/esm/resources/Treasury/OutboundTransfers.d.ts +44 -0
- package/esm/resources/Treasury/ReceivedCredits.d.ts +22 -0
- package/esm/resources/Treasury/ReceivedDebits.d.ts +26 -0
- package/esm/resources/V2/Billing/BillSettingVersions.d.ts +72 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js +19 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings.d.ts +281 -0
- package/esm/resources/V2/Billing/BillSettings.js +37 -0
- package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences.d.ts +947 -0
- package/esm/resources/V2/Billing/Cadences.js +194 -0
- package/esm/resources/V2/Billing/Cadences.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +237 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +66 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings.d.ts +776 -0
- package/esm/resources/V2/Billing/CollectionSettings.js +162 -0
- package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/esm/resources/V2/Billing/Profiles.d.ts +162 -0
- package/esm/resources/V2/Billing/Profiles.js +31 -0
- package/esm/resources/V2/Billing/Profiles.js.map +1 -0
- package/esm/resources/V2/Billing/index.d.ts +45 -6
- package/esm/resources/V2/Billing/index.js +8 -0
- package/esm/resources/V2/Billing/index.js.map +1 -1
- package/esm/resources/V2/Core/AccountLinks.d.ts +4 -4
- package/esm/resources/V2/Core/AccountTokens.d.ts +10 -0
- package/esm/resources/V2/Core/Accounts.d.ts +1565 -75
- package/esm/resources/V2/Core/BatchJobs.d.ts +360 -0
- package/esm/resources/V2/Core/BatchJobs.js +221 -0
- package/esm/resources/V2/Core/BatchJobs.js.map +1 -0
- package/esm/resources/V2/Core/Events.d.ts +1151 -4
- package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +280 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +50 -0
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +1 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +252 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +61 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +1 -0
- package/esm/resources/V2/Core/Vault/index.d.ts +28 -0
- package/esm/resources/V2/Core/Vault/index.js +11 -0
- package/esm/resources/V2/Core/Vault/index.js.map +1 -0
- package/esm/resources/V2/Core/index.d.ts +19 -9
- package/esm/resources/V2/Core/index.js +4 -0
- package/esm/resources/V2/Core/index.js.map +1 -1
- package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +151 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.js +42 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
- package/esm/resources/V2/Data/Reporting/index.d.ts +13 -0
- package/esm/resources/V2/Data/Reporting/index.js +9 -0
- package/esm/resources/V2/Data/Reporting/index.js.map +1 -0
- package/esm/resources/V2/Data/index.d.ts +10 -0
- package/esm/resources/V2/Data/index.js +9 -0
- package/esm/resources/V2/Data/index.js.map +1 -0
- package/esm/resources/V2/EventMisc.d.ts +0 -0
- package/esm/resources/V2/EventMisc.js +2 -0
- package/esm/resources/V2/EventMisc.js.map +1 -0
- package/esm/resources/V2/Extend/WorkflowRuns.d.ts +163 -0
- package/esm/resources/V2/Extend/WorkflowRuns.js +19 -0
- package/esm/resources/V2/Extend/WorkflowRuns.js.map +1 -0
- package/esm/resources/V2/Extend/Workflows.d.ts +120 -0
- package/esm/resources/V2/Extend/Workflows.js +26 -0
- package/esm/resources/V2/Extend/Workflows.js.map +1 -0
- package/esm/resources/V2/Extend/index.d.ts +20 -0
- package/esm/resources/V2/Extend/index.js +11 -0
- package/esm/resources/V2/Extend/index.js.map +1 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/esm/resources/V2/Iam/ActivityLogs.d.ts +218 -0
- package/esm/resources/V2/Iam/ActivityLogs.js +19 -0
- package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/esm/resources/V2/Iam/index.d.ts +13 -0
- package/esm/resources/V2/Iam/index.js +9 -0
- package/esm/resources/V2/Iam/index.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +131 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.js +19 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +240 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +40 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +211 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +27 -0
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +251 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +26 -0
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +209 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +18 -0
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +394 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +37 -0
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +297 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +45 -0
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +336 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +35 -0
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +240 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +40 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +92 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +13 -0
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +296 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +19 -0
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +159 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +19 -0
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +162 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +19 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Transactions.d.ts +193 -0
- package/esm/resources/V2/MoneyManagement/Transactions.js +19 -0
- package/esm/resources/V2/MoneyManagement/Transactions.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/index.d.ts +104 -0
- package/esm/resources/V2/MoneyManagement/index.js +35 -0
- package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
- package/esm/resources/V2/Network/BusinessProfiles.d.ts +92 -0
- package/esm/resources/V2/Network/BusinessProfiles.js +17 -0
- package/esm/resources/V2/Network/BusinessProfiles.js.map +1 -0
- package/esm/resources/V2/Network/index.d.ts +13 -0
- package/esm/resources/V2/Network/index.js +9 -0
- package/esm/resources/V2/Network/index.js.map +1 -0
- package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +143 -0
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js +37 -0
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +1 -0
- package/esm/resources/V2/OrchestratedCommerce/index.d.ts +16 -0
- package/esm/resources/V2/OrchestratedCommerce/index.js +9 -0
- package/esm/resources/V2/OrchestratedCommerce/index.js.map +1 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +45 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +19 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/TestHelpers/index.d.ts +8 -0
- package/esm/resources/V2/TestHelpers/index.js +9 -0
- package/esm/resources/V2/TestHelpers/index.js.map +1 -0
- package/esm/resources/V2/index.d.ts +27 -0
- package/esm/resources/V2/index.js +14 -0
- package/esm/resources/V2/index.js.map +1 -1
- package/esm/resources/WebhookEndpoints.d.ts +2 -2
- package/esm/resources.d.ts +10 -0
- package/esm/resources.js +131 -0
- package/esm/resources.js.map +1 -1
- package/esm/stripe.core.d.ts +91 -26
- package/esm/stripe.core.js +25 -2
- package/esm/stripe.core.js.map +1 -1
- package/esm/stripe.esm.node.d.ts +93 -27
- package/esm/stripe.esm.node.js +25 -2
- package/esm/stripe.esm.node.js.map +1 -1
- package/package.json +1 -1
|
@@ -69,6 +69,10 @@ export declare class AccountResource extends StripeResource {
|
|
|
69
69
|
* Unreject will only enable charges and/or payouts if there are no other restrictions other than those placed by a previous rejection. If you have separately paused charges and/or payouts outside of rejection, those pauses will remain in place after unrejection.
|
|
70
70
|
*/
|
|
71
71
|
unreject(id: string, params?: AccountUnrejectParams, options?: RequestOptions): Promise<Response<Account>>;
|
|
72
|
+
serializeBatchUpdate(account: string, params?: Record<string, unknown>, options?: {
|
|
73
|
+
apiVersion?: string;
|
|
74
|
+
stripeContext?: string;
|
|
75
|
+
}): string;
|
|
72
76
|
/**
|
|
73
77
|
* Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
|
|
74
78
|
*/
|
|
@@ -209,6 +213,7 @@ export interface Account {
|
|
|
209
213
|
*/
|
|
210
214
|
payouts_enabled: boolean;
|
|
211
215
|
requirements?: Account.Requirements;
|
|
216
|
+
risk_controls?: Account.RiskControls;
|
|
212
217
|
/**
|
|
213
218
|
* Options for customizing how the account functions within Stripe.
|
|
214
219
|
*/
|
|
@@ -260,6 +265,10 @@ export declare namespace Account {
|
|
|
260
265
|
* Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
|
|
261
266
|
*/
|
|
262
267
|
product_description?: string | null;
|
|
268
|
+
/**
|
|
269
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
270
|
+
*/
|
|
271
|
+
specified_commercial_transactions_act_url?: string | null;
|
|
263
272
|
/**
|
|
264
273
|
* A publicly available mailing address for sending support issues to.
|
|
265
274
|
*/
|
|
@@ -311,6 +320,10 @@ export declare namespace Account {
|
|
|
311
320
|
* The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.
|
|
312
321
|
*/
|
|
313
322
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
323
|
+
/**
|
|
324
|
+
* The status of the automatic_indirect_tax capability of the account.
|
|
325
|
+
*/
|
|
326
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
314
327
|
/**
|
|
315
328
|
* The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
|
|
316
329
|
*/
|
|
@@ -375,10 +388,22 @@ export declare namespace Account {
|
|
|
375
388
|
* The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
|
|
376
389
|
*/
|
|
377
390
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
391
|
+
/**
|
|
392
|
+
* The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
|
|
393
|
+
*/
|
|
394
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
378
395
|
/**
|
|
379
396
|
* The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
|
|
380
397
|
*/
|
|
381
398
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
399
|
+
/**
|
|
400
|
+
* The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
|
|
401
|
+
*/
|
|
402
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
403
|
+
/**
|
|
404
|
+
* The status of Bank BCA onboarding of the account.
|
|
405
|
+
*/
|
|
406
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
382
407
|
/**
|
|
383
408
|
* The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
|
|
384
409
|
*/
|
|
@@ -463,6 +488,14 @@ export declare namespace Account {
|
|
|
463
488
|
* The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
|
|
464
489
|
*/
|
|
465
490
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
491
|
+
/**
|
|
492
|
+
* The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
|
|
493
|
+
*/
|
|
494
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
495
|
+
/**
|
|
496
|
+
* The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
|
|
497
|
+
*/
|
|
498
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
466
499
|
/**
|
|
467
500
|
* The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
|
|
468
501
|
*/
|
|
@@ -475,6 +508,14 @@ export declare namespace Account {
|
|
|
475
508
|
* The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
|
|
476
509
|
*/
|
|
477
510
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
511
|
+
/**
|
|
512
|
+
* The status of the Qris capability of the account, or whether the account can directly process Qris payments.
|
|
513
|
+
*/
|
|
514
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
515
|
+
/**
|
|
516
|
+
* The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
|
|
517
|
+
*/
|
|
518
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
478
519
|
/**
|
|
479
520
|
* The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
|
|
480
521
|
*/
|
|
@@ -499,10 +540,18 @@ export declare namespace Account {
|
|
|
499
540
|
* The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
|
|
500
541
|
*/
|
|
501
542
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
543
|
+
/**
|
|
544
|
+
* The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
|
|
545
|
+
*/
|
|
546
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
502
547
|
/**
|
|
503
548
|
* The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
|
|
504
549
|
*/
|
|
505
550
|
sofort_payments?: Capabilities.SofortPayments;
|
|
551
|
+
/**
|
|
552
|
+
* The status of the stripe_balance payments capability of the account, or whether the account can directly process stripe_balance charges.
|
|
553
|
+
*/
|
|
554
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
506
555
|
/**
|
|
507
556
|
* The status of the Sunbit capability of the account, or whether the account can directly process Sunbit payments.
|
|
508
557
|
*/
|
|
@@ -527,6 +576,18 @@ export declare namespace Account {
|
|
|
527
576
|
* The status of the banking capability, or whether the account can have bank accounts.
|
|
528
577
|
*/
|
|
529
578
|
treasury?: Capabilities.Treasury;
|
|
579
|
+
/**
|
|
580
|
+
* The status of the treasury_evolve capability of the account.
|
|
581
|
+
*/
|
|
582
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
583
|
+
/**
|
|
584
|
+
* The status of the treasury_fifth_third capability of the account.
|
|
585
|
+
*/
|
|
586
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
587
|
+
/**
|
|
588
|
+
* The status of the treasury_goldman_sachs capability of the account.
|
|
589
|
+
*/
|
|
590
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
530
591
|
/**
|
|
531
592
|
* The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
|
|
532
593
|
*/
|
|
@@ -635,6 +696,8 @@ export declare namespace Account {
|
|
|
635
696
|
verification?: Company.Verification | null;
|
|
636
697
|
}
|
|
637
698
|
interface Controller {
|
|
699
|
+
application?: Controller.Application;
|
|
700
|
+
dashboard?: Controller.Dashboard;
|
|
638
701
|
fees?: Controller.Fees;
|
|
639
702
|
/**
|
|
640
703
|
* `true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://docs.stripe.com/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.
|
|
@@ -725,8 +788,17 @@ export declare namespace Account {
|
|
|
725
788
|
*/
|
|
726
789
|
pending_verification: Array<string> | null;
|
|
727
790
|
}
|
|
791
|
+
interface RiskControls {
|
|
792
|
+
charges: RiskControls.Charges;
|
|
793
|
+
payouts: RiskControls.Payouts;
|
|
794
|
+
/**
|
|
795
|
+
* Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://docs.stripe.com/connect/)
|
|
796
|
+
*/
|
|
797
|
+
rejected_reason?: RiskControls.RejectedReason | null;
|
|
798
|
+
}
|
|
728
799
|
interface Settings {
|
|
729
800
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
801
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
730
802
|
branding: Settings.Branding;
|
|
731
803
|
card_issuing?: Settings.CardIssuing;
|
|
732
804
|
card_payments: Settings.CardPayments;
|
|
@@ -734,7 +806,10 @@ export declare namespace Account {
|
|
|
734
806
|
invoices?: Settings.Invoices;
|
|
735
807
|
payments: Settings.Payments;
|
|
736
808
|
payouts?: Settings.Payouts;
|
|
809
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
737
810
|
sepa_debit_payments?: Settings.SepaDebitPayments;
|
|
811
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
812
|
+
tax_forms?: Settings.TaxForms;
|
|
738
813
|
treasury?: Settings.Treasury;
|
|
739
814
|
}
|
|
740
815
|
interface TosAcceptance {
|
|
@@ -791,6 +866,7 @@ export declare namespace Account {
|
|
|
791
866
|
type AmazonPayPayments = 'active' | 'inactive' | 'pending';
|
|
792
867
|
type AppDistribution = 'active' | 'inactive' | 'pending';
|
|
793
868
|
type AuBecsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
869
|
+
type AutomaticIndirectTax = 'active' | 'inactive' | 'pending';
|
|
794
870
|
type BacsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
795
871
|
type BancontactPayments = 'active' | 'inactive' | 'pending';
|
|
796
872
|
type BankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -807,7 +883,10 @@ export declare namespace Account {
|
|
|
807
883
|
type FpxPayments = 'active' | 'inactive' | 'pending';
|
|
808
884
|
type GbBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
809
885
|
type GiropayPayments = 'active' | 'inactive' | 'pending';
|
|
886
|
+
type GopayPayments = 'active' | 'inactive' | 'pending';
|
|
810
887
|
type GrabpayPayments = 'active' | 'inactive' | 'pending';
|
|
888
|
+
type IdBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
889
|
+
type IdBankTransferPaymentsBca = 'active' | 'inactive' | 'pending';
|
|
811
890
|
type IdealPayments = 'active' | 'inactive' | 'pending';
|
|
812
891
|
type IndiaInternationalPayments = 'active' | 'inactive' | 'pending';
|
|
813
892
|
type JcbPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -829,22 +908,31 @@ export declare namespace Account {
|
|
|
829
908
|
type PayByBankPayments = 'active' | 'inactive' | 'pending';
|
|
830
909
|
type PaycoPayments = 'active' | 'inactive' | 'pending';
|
|
831
910
|
type PaynowPayments = 'active' | 'inactive' | 'pending';
|
|
911
|
+
type PaypalPayments = 'active' | 'inactive' | 'pending';
|
|
912
|
+
type PaypayPayments = 'active' | 'inactive' | 'pending';
|
|
832
913
|
type PaytoPayments = 'active' | 'inactive' | 'pending';
|
|
833
914
|
type PixPayments = 'active' | 'inactive' | 'pending';
|
|
834
915
|
type PromptpayPayments = 'active' | 'inactive' | 'pending';
|
|
916
|
+
type QrisPayments = 'active' | 'inactive' | 'pending';
|
|
917
|
+
type RechnungPayments = 'active' | 'inactive' | 'pending';
|
|
835
918
|
type RevolutPayPayments = 'active' | 'inactive' | 'pending';
|
|
836
919
|
type SamsungPayPayments = 'active' | 'inactive' | 'pending';
|
|
837
920
|
type SatispayPayments = 'active' | 'inactive' | 'pending';
|
|
838
921
|
type ScalapayPayments = 'active' | 'inactive' | 'pending';
|
|
839
922
|
type SepaBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
840
923
|
type SepaDebitPayments = 'active' | 'inactive' | 'pending';
|
|
924
|
+
type ShopeepayPayments = 'active' | 'inactive' | 'pending';
|
|
841
925
|
type SofortPayments = 'active' | 'inactive' | 'pending';
|
|
926
|
+
type StripeBalancePayments = 'active' | 'inactive' | 'pending';
|
|
842
927
|
type SunbitPayments = 'active' | 'inactive' | 'pending';
|
|
843
928
|
type SwishPayments = 'active' | 'inactive' | 'pending';
|
|
844
929
|
type TaxReportingUs1099K = 'active' | 'inactive' | 'pending';
|
|
845
930
|
type TaxReportingUs1099Misc = 'active' | 'inactive' | 'pending';
|
|
846
931
|
type Transfers = 'active' | 'inactive' | 'pending';
|
|
847
932
|
type Treasury = 'active' | 'inactive' | 'pending';
|
|
933
|
+
type TreasuryEvolve = 'active' | 'inactive' | 'pending';
|
|
934
|
+
type TreasuryFifthThird = 'active' | 'inactive' | 'pending';
|
|
935
|
+
type TreasuryGoldmanSachs = 'active' | 'inactive' | 'pending';
|
|
848
936
|
type TwintPayments = 'active' | 'inactive' | 'pending';
|
|
849
937
|
type UpiPayments = 'active' | 'inactive' | 'pending';
|
|
850
938
|
type UsBankAccountAchPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -995,6 +1083,26 @@ export declare namespace Account {
|
|
|
995
1083
|
}
|
|
996
1084
|
}
|
|
997
1085
|
namespace Controller {
|
|
1086
|
+
interface Application {
|
|
1087
|
+
/**
|
|
1088
|
+
* `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
|
|
1089
|
+
*/
|
|
1090
|
+
loss_liable: boolean;
|
|
1091
|
+
/**
|
|
1092
|
+
* `true` if the Connect application is responsible for onboarding the account.
|
|
1093
|
+
*/
|
|
1094
|
+
onboarding_owner: boolean;
|
|
1095
|
+
/**
|
|
1096
|
+
* `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
|
|
1097
|
+
*/
|
|
1098
|
+
pricing_controls: boolean;
|
|
1099
|
+
}
|
|
1100
|
+
interface Dashboard {
|
|
1101
|
+
/**
|
|
1102
|
+
* Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
|
|
1103
|
+
*/
|
|
1104
|
+
type: Dashboard.Type;
|
|
1105
|
+
}
|
|
998
1106
|
interface Fees {
|
|
999
1107
|
/**
|
|
1000
1108
|
* A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -1015,8 +1123,11 @@ export declare namespace Account {
|
|
|
1015
1123
|
type: StripeDashboard.Type;
|
|
1016
1124
|
}
|
|
1017
1125
|
type Type = 'account' | 'application';
|
|
1126
|
+
namespace Dashboard {
|
|
1127
|
+
type Type = 'express' | 'full' | 'none';
|
|
1128
|
+
}
|
|
1018
1129
|
namespace Fees {
|
|
1019
|
-
type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | OtherString;
|
|
1130
|
+
type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | 'application_unified_accounts_beta' | OtherString;
|
|
1020
1131
|
}
|
|
1021
1132
|
namespace Losses {
|
|
1022
1133
|
type Payments = 'application' | 'stripe' | OtherString;
|
|
@@ -1052,7 +1163,7 @@ export declare namespace Account {
|
|
|
1052
1163
|
requirement: string;
|
|
1053
1164
|
}
|
|
1054
1165
|
namespace Error {
|
|
1055
|
-
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1166
|
+
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1056
1167
|
}
|
|
1057
1168
|
}
|
|
1058
1169
|
namespace Requirements {
|
|
@@ -1082,9 +1193,24 @@ export declare namespace Account {
|
|
|
1082
1193
|
requirement: string;
|
|
1083
1194
|
}
|
|
1084
1195
|
namespace Error {
|
|
1085
|
-
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1196
|
+
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1086
1197
|
}
|
|
1087
1198
|
}
|
|
1199
|
+
namespace RiskControls {
|
|
1200
|
+
interface Charges {
|
|
1201
|
+
/**
|
|
1202
|
+
* Whether a pause of the risk control has been requested.
|
|
1203
|
+
*/
|
|
1204
|
+
pause_requested: boolean;
|
|
1205
|
+
}
|
|
1206
|
+
interface Payouts {
|
|
1207
|
+
/**
|
|
1208
|
+
* Whether a pause of the risk control has been requested.
|
|
1209
|
+
*/
|
|
1210
|
+
pause_requested: boolean;
|
|
1211
|
+
}
|
|
1212
|
+
type RejectedReason = 'credit' | 'fraud' | 'fraud_no_intent_to_fulfill' | 'fraud_other' | 'fraud_payment_method_casher' | 'fraud_payment_method_tester' | 'other' | 'terms_of_service' | OtherString;
|
|
1213
|
+
}
|
|
1088
1214
|
namespace Settings {
|
|
1089
1215
|
interface BacsDebitPayments {
|
|
1090
1216
|
/**
|
|
@@ -1096,6 +1222,16 @@ export declare namespace Account {
|
|
|
1096
1222
|
*/
|
|
1097
1223
|
service_user_number: string | null;
|
|
1098
1224
|
}
|
|
1225
|
+
interface BankBcaOnboarding {
|
|
1226
|
+
/**
|
|
1227
|
+
* Bank BCA business account holder name.
|
|
1228
|
+
*/
|
|
1229
|
+
account_holder_name?: string;
|
|
1230
|
+
/**
|
|
1231
|
+
* Bank BCA business account number.
|
|
1232
|
+
*/
|
|
1233
|
+
business_account_number?: string;
|
|
1234
|
+
}
|
|
1099
1235
|
interface Branding {
|
|
1100
1236
|
/**
|
|
1101
1237
|
* (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.
|
|
@@ -1153,6 +1289,10 @@ export declare namespace Account {
|
|
|
1153
1289
|
hosted_payment_method_save: Invoices.HostedPaymentMethodSave | null;
|
|
1154
1290
|
}
|
|
1155
1291
|
interface Payments {
|
|
1292
|
+
/**
|
|
1293
|
+
* When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is `false`.
|
|
1294
|
+
*/
|
|
1295
|
+
email_customers_on_successful_payment?: boolean | null;
|
|
1156
1296
|
/**
|
|
1157
1297
|
* The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge.
|
|
1158
1298
|
*/
|
|
@@ -1185,12 +1325,32 @@ export declare namespace Account {
|
|
|
1185
1325
|
*/
|
|
1186
1326
|
statement_descriptor: string | null;
|
|
1187
1327
|
}
|
|
1328
|
+
interface PaypayPayments {
|
|
1329
|
+
/**
|
|
1330
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
1331
|
+
*/
|
|
1332
|
+
additional_files?: Array<string>;
|
|
1333
|
+
/**
|
|
1334
|
+
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
1335
|
+
*/
|
|
1336
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
1337
|
+
site?: PaypayPayments.Site;
|
|
1338
|
+
}
|
|
1188
1339
|
interface SepaDebitPayments {
|
|
1189
1340
|
/**
|
|
1190
1341
|
* SEPA creditor identifier that identifies the company making the payment.
|
|
1191
1342
|
*/
|
|
1192
1343
|
creditor_id?: string;
|
|
1193
1344
|
}
|
|
1345
|
+
interface SmartDisputes {
|
|
1346
|
+
auto_respond: SmartDisputes.AutoRespond;
|
|
1347
|
+
}
|
|
1348
|
+
interface TaxForms {
|
|
1349
|
+
/**
|
|
1350
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
1351
|
+
*/
|
|
1352
|
+
consented_to_paperless_delivery: boolean;
|
|
1353
|
+
}
|
|
1194
1354
|
interface Treasury {
|
|
1195
1355
|
tos_acceptance?: Treasury.TosAcceptance;
|
|
1196
1356
|
}
|
|
@@ -1256,6 +1416,55 @@ export declare namespace Account {
|
|
|
1256
1416
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday' | OtherString;
|
|
1257
1417
|
}
|
|
1258
1418
|
}
|
|
1419
|
+
namespace PaypayPayments {
|
|
1420
|
+
type GoodsType = 'digital_content' | 'other';
|
|
1421
|
+
interface Site {
|
|
1422
|
+
accessible?: Site.Accessible;
|
|
1423
|
+
in_development?: Site.InDevelopment;
|
|
1424
|
+
restricted?: Site.Restricted;
|
|
1425
|
+
/**
|
|
1426
|
+
* The status of your business's website.
|
|
1427
|
+
*/
|
|
1428
|
+
type?: Site.Type;
|
|
1429
|
+
}
|
|
1430
|
+
namespace Site {
|
|
1431
|
+
interface Accessible {
|
|
1432
|
+
}
|
|
1433
|
+
interface InDevelopment {
|
|
1434
|
+
/**
|
|
1435
|
+
* Field to indicate that the website password has been provided.
|
|
1436
|
+
*/
|
|
1437
|
+
password_provided?: boolean;
|
|
1438
|
+
/**
|
|
1439
|
+
* The username needed to access your business's website.
|
|
1440
|
+
*/
|
|
1441
|
+
username: string | null;
|
|
1442
|
+
}
|
|
1443
|
+
interface Restricted {
|
|
1444
|
+
/**
|
|
1445
|
+
* File explaining the payment flow for your business.
|
|
1446
|
+
*/
|
|
1447
|
+
payment_flow_file: string | null;
|
|
1448
|
+
}
|
|
1449
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
namespace SmartDisputes {
|
|
1453
|
+
interface AutoRespond {
|
|
1454
|
+
/**
|
|
1455
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
1456
|
+
*/
|
|
1457
|
+
preference: AutoRespond.Preference;
|
|
1458
|
+
/**
|
|
1459
|
+
* The effective value for auto-respond. Can be 'on' or 'off'.
|
|
1460
|
+
*/
|
|
1461
|
+
value: AutoRespond.Value;
|
|
1462
|
+
}
|
|
1463
|
+
namespace AutoRespond {
|
|
1464
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
1465
|
+
type Value = 'off' | 'on';
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1259
1468
|
namespace Treasury {
|
|
1260
1469
|
interface TosAcceptance {
|
|
1261
1470
|
/**
|
|
@@ -1344,6 +1553,10 @@ export interface AccountCreateParams {
|
|
|
1344
1553
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
1345
1554
|
*/
|
|
1346
1555
|
metadata?: Emptyable<MetadataParam>;
|
|
1556
|
+
/**
|
|
1557
|
+
* 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).
|
|
1558
|
+
*/
|
|
1559
|
+
risk_controls?: AccountCreateParams.RiskControls;
|
|
1347
1560
|
/**
|
|
1348
1561
|
* Options for customizing how the account functions within Stripe.
|
|
1349
1562
|
*/
|
|
@@ -1387,6 +1600,10 @@ export declare namespace AccountCreateParams {
|
|
|
1387
1600
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
1388
1601
|
*/
|
|
1389
1602
|
product_description?: string;
|
|
1603
|
+
/**
|
|
1604
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Used by the Checkout product and for Japanese payment methods.
|
|
1605
|
+
*/
|
|
1606
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
1390
1607
|
/**
|
|
1391
1608
|
* A publicly available mailing address for sending support issues to.
|
|
1392
1609
|
*/
|
|
@@ -1438,6 +1655,10 @@ export declare namespace AccountCreateParams {
|
|
|
1438
1655
|
* The au_becs_debit_payments capability.
|
|
1439
1656
|
*/
|
|
1440
1657
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
1658
|
+
/**
|
|
1659
|
+
* The automatic_indirect_tax capability.
|
|
1660
|
+
*/
|
|
1661
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
1441
1662
|
/**
|
|
1442
1663
|
* The bacs_debit_payments capability.
|
|
1443
1664
|
*/
|
|
@@ -1502,10 +1723,22 @@ export declare namespace AccountCreateParams {
|
|
|
1502
1723
|
* The giropay_payments capability.
|
|
1503
1724
|
*/
|
|
1504
1725
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
1726
|
+
/**
|
|
1727
|
+
* The gopay_payments capability.
|
|
1728
|
+
*/
|
|
1729
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
1505
1730
|
/**
|
|
1506
1731
|
* The grabpay_payments capability.
|
|
1507
1732
|
*/
|
|
1508
1733
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
1734
|
+
/**
|
|
1735
|
+
* The id_bank_transfer_payments capability.
|
|
1736
|
+
*/
|
|
1737
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
1738
|
+
/**
|
|
1739
|
+
* The id_bank_transfer_payments_bca capability.
|
|
1740
|
+
*/
|
|
1741
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
1509
1742
|
/**
|
|
1510
1743
|
* The ideal_payments capability.
|
|
1511
1744
|
*/
|
|
@@ -1590,6 +1823,14 @@ export declare namespace AccountCreateParams {
|
|
|
1590
1823
|
* The paynow_payments capability.
|
|
1591
1824
|
*/
|
|
1592
1825
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
1826
|
+
/**
|
|
1827
|
+
* The paypal_payments capability.
|
|
1828
|
+
*/
|
|
1829
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
1830
|
+
/**
|
|
1831
|
+
* The paypay_payments capability.
|
|
1832
|
+
*/
|
|
1833
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
1593
1834
|
/**
|
|
1594
1835
|
* The payto_payments capability.
|
|
1595
1836
|
*/
|
|
@@ -1602,6 +1843,14 @@ export declare namespace AccountCreateParams {
|
|
|
1602
1843
|
* The promptpay_payments capability.
|
|
1603
1844
|
*/
|
|
1604
1845
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
1846
|
+
/**
|
|
1847
|
+
* The qris_payments capability.
|
|
1848
|
+
*/
|
|
1849
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
1850
|
+
/**
|
|
1851
|
+
* The rechnung_payments capability.
|
|
1852
|
+
*/
|
|
1853
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
1605
1854
|
/**
|
|
1606
1855
|
* The revolut_pay_payments capability.
|
|
1607
1856
|
*/
|
|
@@ -1626,10 +1875,18 @@ export declare namespace AccountCreateParams {
|
|
|
1626
1875
|
* The sepa_debit_payments capability.
|
|
1627
1876
|
*/
|
|
1628
1877
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
1878
|
+
/**
|
|
1879
|
+
* The shopeepay_payments capability.
|
|
1880
|
+
*/
|
|
1881
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
1629
1882
|
/**
|
|
1630
1883
|
* The sofort_payments capability.
|
|
1631
1884
|
*/
|
|
1632
1885
|
sofort_payments?: Capabilities.SofortPayments;
|
|
1886
|
+
/**
|
|
1887
|
+
* The stripe_balance_payments capability.
|
|
1888
|
+
*/
|
|
1889
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
1633
1890
|
/**
|
|
1634
1891
|
* The sunbit_payments capability.
|
|
1635
1892
|
*/
|
|
@@ -1654,6 +1911,18 @@ export declare namespace AccountCreateParams {
|
|
|
1654
1911
|
* The treasury capability.
|
|
1655
1912
|
*/
|
|
1656
1913
|
treasury?: Capabilities.Treasury;
|
|
1914
|
+
/**
|
|
1915
|
+
* The treasury_evolve capability.
|
|
1916
|
+
*/
|
|
1917
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
1918
|
+
/**
|
|
1919
|
+
* The treasury_fifth_third capability.
|
|
1920
|
+
*/
|
|
1921
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
1922
|
+
/**
|
|
1923
|
+
* The treasury_goldman_sachs capability.
|
|
1924
|
+
*/
|
|
1925
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
1657
1926
|
/**
|
|
1658
1927
|
* The twint_payments capability.
|
|
1659
1928
|
*/
|
|
@@ -1774,6 +2043,14 @@ export declare namespace AccountCreateParams {
|
|
|
1774
2043
|
verification?: Company.Verification;
|
|
1775
2044
|
}
|
|
1776
2045
|
interface Controller {
|
|
2046
|
+
/**
|
|
2047
|
+
* A hash of configuration describing the Connect application that controls the account.
|
|
2048
|
+
*/
|
|
2049
|
+
application?: Controller.Application;
|
|
2050
|
+
/**
|
|
2051
|
+
* Properties of the account's dashboard.
|
|
2052
|
+
*/
|
|
2053
|
+
dashboard?: Controller.Dashboard;
|
|
1777
2054
|
/**
|
|
1778
2055
|
* A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
1779
2056
|
*/
|
|
@@ -1955,15 +2232,33 @@ export declare namespace AccountCreateParams {
|
|
|
1955
2232
|
*/
|
|
1956
2233
|
verification?: Individual.Verification;
|
|
1957
2234
|
}
|
|
2235
|
+
interface RiskControls {
|
|
2236
|
+
/**
|
|
2237
|
+
* Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2238
|
+
*/
|
|
2239
|
+
charges?: RiskControls.Charges;
|
|
2240
|
+
/**
|
|
2241
|
+
* Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2242
|
+
*/
|
|
2243
|
+
payouts?: RiskControls.Payouts;
|
|
2244
|
+
}
|
|
1958
2245
|
interface Settings {
|
|
1959
2246
|
/**
|
|
1960
2247
|
* Settings specific to Bacs Direct Debit.
|
|
1961
2248
|
*/
|
|
1962
2249
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
2250
|
+
/**
|
|
2251
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
2252
|
+
*/
|
|
2253
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
1963
2254
|
/**
|
|
1964
2255
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
1965
2256
|
*/
|
|
1966
2257
|
branding?: Settings.Branding;
|
|
2258
|
+
/**
|
|
2259
|
+
* Settings specific to the account's use of the Capital product.
|
|
2260
|
+
*/
|
|
2261
|
+
capital?: Settings.Capital;
|
|
1967
2262
|
/**
|
|
1968
2263
|
* Settings specific to the account's use of the Card Issuing product.
|
|
1969
2264
|
*/
|
|
@@ -1984,6 +2279,18 @@ export declare namespace AccountCreateParams {
|
|
|
1984
2279
|
* Settings specific to the account's payouts.
|
|
1985
2280
|
*/
|
|
1986
2281
|
payouts?: Settings.Payouts;
|
|
2282
|
+
/**
|
|
2283
|
+
* Settings specific to the PayPay payments method.
|
|
2284
|
+
*/
|
|
2285
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
2286
|
+
/**
|
|
2287
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
2288
|
+
*/
|
|
2289
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
2290
|
+
/**
|
|
2291
|
+
* Settings specific to the account's tax forms.
|
|
2292
|
+
*/
|
|
2293
|
+
tax_forms?: Settings.TaxForms;
|
|
1987
2294
|
/**
|
|
1988
2295
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
1989
2296
|
*/
|
|
@@ -2078,6 +2385,12 @@ export declare namespace AccountCreateParams {
|
|
|
2078
2385
|
*/
|
|
2079
2386
|
requested?: boolean;
|
|
2080
2387
|
}
|
|
2388
|
+
interface AutomaticIndirectTax {
|
|
2389
|
+
/**
|
|
2390
|
+
* 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.
|
|
2391
|
+
*/
|
|
2392
|
+
requested?: boolean;
|
|
2393
|
+
}
|
|
2081
2394
|
interface BacsDebitPayments {
|
|
2082
2395
|
/**
|
|
2083
2396
|
* 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.
|
|
@@ -2174,12 +2487,30 @@ export declare namespace AccountCreateParams {
|
|
|
2174
2487
|
*/
|
|
2175
2488
|
requested?: boolean;
|
|
2176
2489
|
}
|
|
2490
|
+
interface GopayPayments {
|
|
2491
|
+
/**
|
|
2492
|
+
* 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.
|
|
2493
|
+
*/
|
|
2494
|
+
requested?: boolean;
|
|
2495
|
+
}
|
|
2177
2496
|
interface GrabpayPayments {
|
|
2178
2497
|
/**
|
|
2179
2498
|
* 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.
|
|
2180
2499
|
*/
|
|
2181
2500
|
requested?: boolean;
|
|
2182
2501
|
}
|
|
2502
|
+
interface IdBankTransferPayments {
|
|
2503
|
+
/**
|
|
2504
|
+
* 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.
|
|
2505
|
+
*/
|
|
2506
|
+
requested?: boolean;
|
|
2507
|
+
}
|
|
2508
|
+
interface IdBankTransferPaymentsBca {
|
|
2509
|
+
/**
|
|
2510
|
+
* 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.
|
|
2511
|
+
*/
|
|
2512
|
+
requested?: boolean;
|
|
2513
|
+
}
|
|
2183
2514
|
interface IdealPayments {
|
|
2184
2515
|
/**
|
|
2185
2516
|
* 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.
|
|
@@ -2306,6 +2637,18 @@ export declare namespace AccountCreateParams {
|
|
|
2306
2637
|
*/
|
|
2307
2638
|
requested?: boolean;
|
|
2308
2639
|
}
|
|
2640
|
+
interface PaypalPayments {
|
|
2641
|
+
/**
|
|
2642
|
+
* 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.
|
|
2643
|
+
*/
|
|
2644
|
+
requested?: boolean;
|
|
2645
|
+
}
|
|
2646
|
+
interface PaypayPayments {
|
|
2647
|
+
/**
|
|
2648
|
+
* 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.
|
|
2649
|
+
*/
|
|
2650
|
+
requested?: boolean;
|
|
2651
|
+
}
|
|
2309
2652
|
interface PaytoPayments {
|
|
2310
2653
|
/**
|
|
2311
2654
|
* 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.
|
|
@@ -2324,6 +2667,18 @@ export declare namespace AccountCreateParams {
|
|
|
2324
2667
|
*/
|
|
2325
2668
|
requested?: boolean;
|
|
2326
2669
|
}
|
|
2670
|
+
interface QrisPayments {
|
|
2671
|
+
/**
|
|
2672
|
+
* 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.
|
|
2673
|
+
*/
|
|
2674
|
+
requested?: boolean;
|
|
2675
|
+
}
|
|
2676
|
+
interface RechnungPayments {
|
|
2677
|
+
/**
|
|
2678
|
+
* 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.
|
|
2679
|
+
*/
|
|
2680
|
+
requested?: boolean;
|
|
2681
|
+
}
|
|
2327
2682
|
interface RevolutPayPayments {
|
|
2328
2683
|
/**
|
|
2329
2684
|
* 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.
|
|
@@ -2360,12 +2715,24 @@ export declare namespace AccountCreateParams {
|
|
|
2360
2715
|
*/
|
|
2361
2716
|
requested?: boolean;
|
|
2362
2717
|
}
|
|
2718
|
+
interface ShopeepayPayments {
|
|
2719
|
+
/**
|
|
2720
|
+
* 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.
|
|
2721
|
+
*/
|
|
2722
|
+
requested?: boolean;
|
|
2723
|
+
}
|
|
2363
2724
|
interface SofortPayments {
|
|
2364
2725
|
/**
|
|
2365
2726
|
* 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.
|
|
2366
2727
|
*/
|
|
2367
2728
|
requested?: boolean;
|
|
2368
2729
|
}
|
|
2730
|
+
interface StripeBalancePayments {
|
|
2731
|
+
/**
|
|
2732
|
+
* 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.
|
|
2733
|
+
*/
|
|
2734
|
+
requested?: boolean;
|
|
2735
|
+
}
|
|
2369
2736
|
interface SunbitPayments {
|
|
2370
2737
|
/**
|
|
2371
2738
|
* 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.
|
|
@@ -2402,6 +2769,24 @@ export declare namespace AccountCreateParams {
|
|
|
2402
2769
|
*/
|
|
2403
2770
|
requested?: boolean;
|
|
2404
2771
|
}
|
|
2772
|
+
interface TreasuryEvolve {
|
|
2773
|
+
/**
|
|
2774
|
+
* 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.
|
|
2775
|
+
*/
|
|
2776
|
+
requested?: boolean;
|
|
2777
|
+
}
|
|
2778
|
+
interface TreasuryFifthThird {
|
|
2779
|
+
/**
|
|
2780
|
+
* 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.
|
|
2781
|
+
*/
|
|
2782
|
+
requested?: boolean;
|
|
2783
|
+
}
|
|
2784
|
+
interface TreasuryGoldmanSachs {
|
|
2785
|
+
/**
|
|
2786
|
+
* 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.
|
|
2787
|
+
*/
|
|
2788
|
+
requested?: boolean;
|
|
2789
|
+
}
|
|
2405
2790
|
interface TwintPayments {
|
|
2406
2791
|
/**
|
|
2407
2792
|
* 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.
|
|
@@ -2512,6 +2897,26 @@ export declare namespace AccountCreateParams {
|
|
|
2512
2897
|
}
|
|
2513
2898
|
}
|
|
2514
2899
|
namespace Controller {
|
|
2900
|
+
interface Application {
|
|
2901
|
+
/**
|
|
2902
|
+
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
|
|
2903
|
+
*/
|
|
2904
|
+
loss_liable: boolean;
|
|
2905
|
+
/**
|
|
2906
|
+
* Whether the controller owns onboarding for this account.
|
|
2907
|
+
*/
|
|
2908
|
+
onboarding_owner?: boolean;
|
|
2909
|
+
/**
|
|
2910
|
+
* Whether the controller has pricing controls for this account.
|
|
2911
|
+
*/
|
|
2912
|
+
pricing_controls?: boolean;
|
|
2913
|
+
}
|
|
2914
|
+
interface Dashboard {
|
|
2915
|
+
/**
|
|
2916
|
+
* 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`.
|
|
2917
|
+
*/
|
|
2918
|
+
type?: Dashboard.Type;
|
|
2919
|
+
}
|
|
2515
2920
|
interface Fees {
|
|
2516
2921
|
/**
|
|
2517
2922
|
* 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).
|
|
@@ -2531,6 +2936,9 @@ export declare namespace AccountCreateParams {
|
|
|
2531
2936
|
*/
|
|
2532
2937
|
type?: StripeDashboard.Type;
|
|
2533
2938
|
}
|
|
2939
|
+
namespace Dashboard {
|
|
2940
|
+
type Type = 'express' | 'full' | 'none' | OtherString;
|
|
2941
|
+
}
|
|
2534
2942
|
namespace Fees {
|
|
2535
2943
|
type Payer = 'account' | 'application' | OtherString;
|
|
2536
2944
|
}
|
|
@@ -2674,6 +3082,22 @@ export declare namespace AccountCreateParams {
|
|
|
2674
3082
|
}
|
|
2675
3083
|
}
|
|
2676
3084
|
}
|
|
3085
|
+
namespace RiskControls {
|
|
3086
|
+
interface Charges {
|
|
3087
|
+
/**
|
|
3088
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3089
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3090
|
+
*/
|
|
3091
|
+
pause_requested?: boolean;
|
|
3092
|
+
}
|
|
3093
|
+
interface Payouts {
|
|
3094
|
+
/**
|
|
3095
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3096
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3097
|
+
*/
|
|
3098
|
+
pause_requested?: boolean;
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
2677
3101
|
namespace Settings {
|
|
2678
3102
|
interface BacsDebitPayments {
|
|
2679
3103
|
/**
|
|
@@ -2681,6 +3105,16 @@ export declare namespace AccountCreateParams {
|
|
|
2681
3105
|
*/
|
|
2682
3106
|
display_name?: string;
|
|
2683
3107
|
}
|
|
3108
|
+
interface BankBcaOnboarding {
|
|
3109
|
+
/**
|
|
3110
|
+
* Bank BCA business account holder name
|
|
3111
|
+
*/
|
|
3112
|
+
account_holder_name?: string;
|
|
3113
|
+
/**
|
|
3114
|
+
* Bank BCA business account number
|
|
3115
|
+
*/
|
|
3116
|
+
business_account_number?: string;
|
|
3117
|
+
}
|
|
2684
3118
|
interface Branding {
|
|
2685
3119
|
/**
|
|
2686
3120
|
* (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.
|
|
@@ -2699,6 +3133,20 @@ export declare namespace AccountCreateParams {
|
|
|
2699
3133
|
*/
|
|
2700
3134
|
secondary_color?: string;
|
|
2701
3135
|
}
|
|
3136
|
+
interface Capital {
|
|
3137
|
+
/**
|
|
3138
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
3139
|
+
*/
|
|
3140
|
+
payout_destination?: {
|
|
3141
|
+
[key: string]: string;
|
|
3142
|
+
};
|
|
3143
|
+
/**
|
|
3144
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3145
|
+
*/
|
|
3146
|
+
payout_destination_selector?: {
|
|
3147
|
+
[key: string]: Array<string>;
|
|
3148
|
+
};
|
|
3149
|
+
}
|
|
2702
3150
|
interface CardIssuing {
|
|
2703
3151
|
/**
|
|
2704
3152
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -2730,6 +3178,10 @@ export declare namespace AccountCreateParams {
|
|
|
2730
3178
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
2731
3179
|
}
|
|
2732
3180
|
interface Payments {
|
|
3181
|
+
/**
|
|
3182
|
+
* When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
3183
|
+
*/
|
|
3184
|
+
email_customers_on_successful_payment?: boolean;
|
|
2733
3185
|
/**
|
|
2734
3186
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
2735
3187
|
*/
|
|
@@ -2757,6 +3209,32 @@ export declare namespace AccountCreateParams {
|
|
|
2757
3209
|
*/
|
|
2758
3210
|
statement_descriptor?: string;
|
|
2759
3211
|
}
|
|
3212
|
+
interface PaypayPayments {
|
|
3213
|
+
/**
|
|
3214
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
3215
|
+
*/
|
|
3216
|
+
additional_files?: Array<string>;
|
|
3217
|
+
/**
|
|
3218
|
+
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
3219
|
+
*/
|
|
3220
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
3221
|
+
/**
|
|
3222
|
+
* Details regarding your business's website.
|
|
3223
|
+
*/
|
|
3224
|
+
site?: PaypayPayments.Site;
|
|
3225
|
+
}
|
|
3226
|
+
interface SmartDisputes {
|
|
3227
|
+
/**
|
|
3228
|
+
* Smart Disputes auto-respond settings for the account.
|
|
3229
|
+
*/
|
|
3230
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
3231
|
+
}
|
|
3232
|
+
interface TaxForms {
|
|
3233
|
+
/**
|
|
3234
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
3235
|
+
*/
|
|
3236
|
+
consented_to_paperless_delivery?: boolean;
|
|
3237
|
+
}
|
|
2760
3238
|
interface Treasury {
|
|
2761
3239
|
/**
|
|
2762
3240
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -2827,6 +3305,59 @@ export declare namespace AccountCreateParams {
|
|
|
2827
3305
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday' | OtherString;
|
|
2828
3306
|
}
|
|
2829
3307
|
}
|
|
3308
|
+
namespace PaypayPayments {
|
|
3309
|
+
type GoodsType = 'digital_content' | 'other';
|
|
3310
|
+
interface Site {
|
|
3311
|
+
/**
|
|
3312
|
+
* Additional information about your business's website.
|
|
3313
|
+
*/
|
|
3314
|
+
accessible?: Site.Accessible;
|
|
3315
|
+
/**
|
|
3316
|
+
* Additional information about your business's website.
|
|
3317
|
+
*/
|
|
3318
|
+
in_development?: Site.InDevelopment;
|
|
3319
|
+
/**
|
|
3320
|
+
* Additional information about your business's website.
|
|
3321
|
+
*/
|
|
3322
|
+
restricted?: Site.Restricted;
|
|
3323
|
+
/**
|
|
3324
|
+
* The status of your business's website.
|
|
3325
|
+
*/
|
|
3326
|
+
type?: Site.Type;
|
|
3327
|
+
}
|
|
3328
|
+
namespace Site {
|
|
3329
|
+
interface Accessible {
|
|
3330
|
+
}
|
|
3331
|
+
interface InDevelopment {
|
|
3332
|
+
/**
|
|
3333
|
+
* The password needed to access your business's website.
|
|
3334
|
+
*/
|
|
3335
|
+
password: string;
|
|
3336
|
+
/**
|
|
3337
|
+
* The username needed to access your business's website.
|
|
3338
|
+
*/
|
|
3339
|
+
username?: string;
|
|
3340
|
+
}
|
|
3341
|
+
interface Restricted {
|
|
3342
|
+
/**
|
|
3343
|
+
* The file explaining the payment flow for your business.
|
|
3344
|
+
*/
|
|
3345
|
+
payment_flow_file?: string;
|
|
3346
|
+
}
|
|
3347
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
namespace SmartDisputes {
|
|
3351
|
+
interface AutoRespond {
|
|
3352
|
+
/**
|
|
3353
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
3354
|
+
*/
|
|
3355
|
+
preference?: AutoRespond.Preference;
|
|
3356
|
+
}
|
|
3357
|
+
namespace AutoRespond {
|
|
3358
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
2830
3361
|
namespace Treasury {
|
|
2831
3362
|
interface TosAcceptance {
|
|
2832
3363
|
/**
|
|
@@ -2913,6 +3444,10 @@ export interface AccountUpdateParams {
|
|
|
2913
3444
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
2914
3445
|
*/
|
|
2915
3446
|
metadata?: Emptyable<MetadataParam>;
|
|
3447
|
+
/**
|
|
3448
|
+
* 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).
|
|
3449
|
+
*/
|
|
3450
|
+
risk_controls?: AccountUpdateParams.RiskControls;
|
|
2916
3451
|
/**
|
|
2917
3452
|
* Options for customizing how the account functions within Stripe.
|
|
2918
3453
|
*/
|
|
@@ -2952,6 +3487,10 @@ export declare namespace AccountUpdateParams {
|
|
|
2952
3487
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
2953
3488
|
*/
|
|
2954
3489
|
product_description?: string;
|
|
3490
|
+
/**
|
|
3491
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
3492
|
+
*/
|
|
3493
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
2955
3494
|
/**
|
|
2956
3495
|
* A publicly available mailing address for sending support issues to.
|
|
2957
3496
|
*/
|
|
@@ -3003,6 +3542,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3003
3542
|
* The au_becs_debit_payments capability.
|
|
3004
3543
|
*/
|
|
3005
3544
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
3545
|
+
/**
|
|
3546
|
+
* The automatic_indirect_tax capability.
|
|
3547
|
+
*/
|
|
3548
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
3006
3549
|
/**
|
|
3007
3550
|
* The bacs_debit_payments capability.
|
|
3008
3551
|
*/
|
|
@@ -3067,10 +3610,22 @@ export declare namespace AccountUpdateParams {
|
|
|
3067
3610
|
* The giropay_payments capability.
|
|
3068
3611
|
*/
|
|
3069
3612
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
3613
|
+
/**
|
|
3614
|
+
* The gopay_payments capability.
|
|
3615
|
+
*/
|
|
3616
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
3070
3617
|
/**
|
|
3071
3618
|
* The grabpay_payments capability.
|
|
3072
3619
|
*/
|
|
3073
3620
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
3621
|
+
/**
|
|
3622
|
+
* The id_bank_transfer_payments capability.
|
|
3623
|
+
*/
|
|
3624
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
3625
|
+
/**
|
|
3626
|
+
* The id_bank_transfer_payments_bca capability.
|
|
3627
|
+
*/
|
|
3628
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
3074
3629
|
/**
|
|
3075
3630
|
* The ideal_payments capability.
|
|
3076
3631
|
*/
|
|
@@ -3155,6 +3710,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3155
3710
|
* The paynow_payments capability.
|
|
3156
3711
|
*/
|
|
3157
3712
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
3713
|
+
/**
|
|
3714
|
+
* The paypal_payments capability.
|
|
3715
|
+
*/
|
|
3716
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
3717
|
+
/**
|
|
3718
|
+
* The paypay_payments capability.
|
|
3719
|
+
*/
|
|
3720
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
3158
3721
|
/**
|
|
3159
3722
|
* The payto_payments capability.
|
|
3160
3723
|
*/
|
|
@@ -3167,6 +3730,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3167
3730
|
* The promptpay_payments capability.
|
|
3168
3731
|
*/
|
|
3169
3732
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
3733
|
+
/**
|
|
3734
|
+
* The qris_payments capability.
|
|
3735
|
+
*/
|
|
3736
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
3737
|
+
/**
|
|
3738
|
+
* The rechnung_payments capability.
|
|
3739
|
+
*/
|
|
3740
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
3170
3741
|
/**
|
|
3171
3742
|
* The revolut_pay_payments capability.
|
|
3172
3743
|
*/
|
|
@@ -3191,10 +3762,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3191
3762
|
* The sepa_debit_payments capability.
|
|
3192
3763
|
*/
|
|
3193
3764
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
3765
|
+
/**
|
|
3766
|
+
* The shopeepay_payments capability.
|
|
3767
|
+
*/
|
|
3768
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
3194
3769
|
/**
|
|
3195
3770
|
* The sofort_payments capability.
|
|
3196
3771
|
*/
|
|
3197
3772
|
sofort_payments?: Capabilities.SofortPayments;
|
|
3773
|
+
/**
|
|
3774
|
+
* The stripe_balance_payments capability.
|
|
3775
|
+
*/
|
|
3776
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
3198
3777
|
/**
|
|
3199
3778
|
* The sunbit_payments capability.
|
|
3200
3779
|
*/
|
|
@@ -3219,6 +3798,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3219
3798
|
* The treasury capability.
|
|
3220
3799
|
*/
|
|
3221
3800
|
treasury?: Capabilities.Treasury;
|
|
3801
|
+
/**
|
|
3802
|
+
* The treasury_evolve capability.
|
|
3803
|
+
*/
|
|
3804
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
3805
|
+
/**
|
|
3806
|
+
* The treasury_fifth_third capability.
|
|
3807
|
+
*/
|
|
3808
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
3809
|
+
/**
|
|
3810
|
+
* The treasury_goldman_sachs capability.
|
|
3811
|
+
*/
|
|
3812
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
3222
3813
|
/**
|
|
3223
3814
|
* The twint_payments capability.
|
|
3224
3815
|
*/
|
|
@@ -3525,15 +4116,33 @@ export declare namespace AccountUpdateParams {
|
|
|
3525
4116
|
*/
|
|
3526
4117
|
verification?: Individual.Verification;
|
|
3527
4118
|
}
|
|
4119
|
+
interface RiskControls {
|
|
4120
|
+
/**
|
|
4121
|
+
* Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
4122
|
+
*/
|
|
4123
|
+
charges?: RiskControls.Charges;
|
|
4124
|
+
/**
|
|
4125
|
+
* Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
4126
|
+
*/
|
|
4127
|
+
payouts?: RiskControls.Payouts;
|
|
4128
|
+
}
|
|
3528
4129
|
interface Settings {
|
|
3529
4130
|
/**
|
|
3530
4131
|
* Settings specific to Bacs Direct Debit payments.
|
|
3531
4132
|
*/
|
|
3532
4133
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
4134
|
+
/**
|
|
4135
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
4136
|
+
*/
|
|
4137
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
3533
4138
|
/**
|
|
3534
4139
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
3535
4140
|
*/
|
|
3536
4141
|
branding?: Settings.Branding;
|
|
4142
|
+
/**
|
|
4143
|
+
* Settings specific to the account's use of the Capital product.
|
|
4144
|
+
*/
|
|
4145
|
+
capital?: Settings.Capital;
|
|
3537
4146
|
/**
|
|
3538
4147
|
* Settings specific to the account's use of the Card Issuing product.
|
|
3539
4148
|
*/
|
|
@@ -3554,10 +4163,22 @@ export declare namespace AccountUpdateParams {
|
|
|
3554
4163
|
* Settings specific to the account's payouts.
|
|
3555
4164
|
*/
|
|
3556
4165
|
payouts?: Settings.Payouts;
|
|
4166
|
+
/**
|
|
4167
|
+
* Settings specific to the PayPay payments method.
|
|
4168
|
+
*/
|
|
4169
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
3557
4170
|
/**
|
|
3558
4171
|
* Settings specific to SEPA Direct Debit payments.
|
|
3559
4172
|
*/
|
|
3560
4173
|
sepa_debit_payments?: Settings.SepaDebitPayments;
|
|
4174
|
+
/**
|
|
4175
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
4176
|
+
*/
|
|
4177
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
4178
|
+
/**
|
|
4179
|
+
* Settings specific to the account's tax forms.
|
|
4180
|
+
*/
|
|
4181
|
+
tax_forms?: Settings.TaxForms;
|
|
3561
4182
|
/**
|
|
3562
4183
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
3563
4184
|
*/
|
|
@@ -3654,6 +4275,12 @@ export declare namespace AccountUpdateParams {
|
|
|
3654
4275
|
*/
|
|
3655
4276
|
requested?: boolean;
|
|
3656
4277
|
}
|
|
4278
|
+
interface AutomaticIndirectTax {
|
|
4279
|
+
/**
|
|
4280
|
+
* 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.
|
|
4281
|
+
*/
|
|
4282
|
+
requested?: boolean;
|
|
4283
|
+
}
|
|
3657
4284
|
interface BacsDebitPayments {
|
|
3658
4285
|
/**
|
|
3659
4286
|
* 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.
|
|
@@ -3750,12 +4377,30 @@ export declare namespace AccountUpdateParams {
|
|
|
3750
4377
|
*/
|
|
3751
4378
|
requested?: boolean;
|
|
3752
4379
|
}
|
|
4380
|
+
interface GopayPayments {
|
|
4381
|
+
/**
|
|
4382
|
+
* 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.
|
|
4383
|
+
*/
|
|
4384
|
+
requested?: boolean;
|
|
4385
|
+
}
|
|
3753
4386
|
interface GrabpayPayments {
|
|
3754
4387
|
/**
|
|
3755
4388
|
* 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.
|
|
3756
4389
|
*/
|
|
3757
4390
|
requested?: boolean;
|
|
3758
4391
|
}
|
|
4392
|
+
interface IdBankTransferPayments {
|
|
4393
|
+
/**
|
|
4394
|
+
* 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.
|
|
4395
|
+
*/
|
|
4396
|
+
requested?: boolean;
|
|
4397
|
+
}
|
|
4398
|
+
interface IdBankTransferPaymentsBca {
|
|
4399
|
+
/**
|
|
4400
|
+
* 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.
|
|
4401
|
+
*/
|
|
4402
|
+
requested?: boolean;
|
|
4403
|
+
}
|
|
3759
4404
|
interface IdealPayments {
|
|
3760
4405
|
/**
|
|
3761
4406
|
* 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.
|
|
@@ -3882,6 +4527,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3882
4527
|
*/
|
|
3883
4528
|
requested?: boolean;
|
|
3884
4529
|
}
|
|
4530
|
+
interface PaypalPayments {
|
|
4531
|
+
/**
|
|
4532
|
+
* 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.
|
|
4533
|
+
*/
|
|
4534
|
+
requested?: boolean;
|
|
4535
|
+
}
|
|
4536
|
+
interface PaypayPayments {
|
|
4537
|
+
/**
|
|
4538
|
+
* 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.
|
|
4539
|
+
*/
|
|
4540
|
+
requested?: boolean;
|
|
4541
|
+
}
|
|
3885
4542
|
interface PaytoPayments {
|
|
3886
4543
|
/**
|
|
3887
4544
|
* 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.
|
|
@@ -3900,6 +4557,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3900
4557
|
*/
|
|
3901
4558
|
requested?: boolean;
|
|
3902
4559
|
}
|
|
4560
|
+
interface QrisPayments {
|
|
4561
|
+
/**
|
|
4562
|
+
* 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.
|
|
4563
|
+
*/
|
|
4564
|
+
requested?: boolean;
|
|
4565
|
+
}
|
|
4566
|
+
interface RechnungPayments {
|
|
4567
|
+
/**
|
|
4568
|
+
* 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.
|
|
4569
|
+
*/
|
|
4570
|
+
requested?: boolean;
|
|
4571
|
+
}
|
|
3903
4572
|
interface RevolutPayPayments {
|
|
3904
4573
|
/**
|
|
3905
4574
|
* 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.
|
|
@@ -3936,12 +4605,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3936
4605
|
*/
|
|
3937
4606
|
requested?: boolean;
|
|
3938
4607
|
}
|
|
4608
|
+
interface ShopeepayPayments {
|
|
4609
|
+
/**
|
|
4610
|
+
* 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.
|
|
4611
|
+
*/
|
|
4612
|
+
requested?: boolean;
|
|
4613
|
+
}
|
|
3939
4614
|
interface SofortPayments {
|
|
3940
4615
|
/**
|
|
3941
4616
|
* 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.
|
|
3942
4617
|
*/
|
|
3943
4618
|
requested?: boolean;
|
|
3944
4619
|
}
|
|
4620
|
+
interface StripeBalancePayments {
|
|
4621
|
+
/**
|
|
4622
|
+
* 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.
|
|
4623
|
+
*/
|
|
4624
|
+
requested?: boolean;
|
|
4625
|
+
}
|
|
3945
4626
|
interface SunbitPayments {
|
|
3946
4627
|
/**
|
|
3947
4628
|
* 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.
|
|
@@ -3978,6 +4659,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3978
4659
|
*/
|
|
3979
4660
|
requested?: boolean;
|
|
3980
4661
|
}
|
|
4662
|
+
interface TreasuryEvolve {
|
|
4663
|
+
/**
|
|
4664
|
+
* 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.
|
|
4665
|
+
*/
|
|
4666
|
+
requested?: boolean;
|
|
4667
|
+
}
|
|
4668
|
+
interface TreasuryFifthThird {
|
|
4669
|
+
/**
|
|
4670
|
+
* 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.
|
|
4671
|
+
*/
|
|
4672
|
+
requested?: boolean;
|
|
4673
|
+
}
|
|
4674
|
+
interface TreasuryGoldmanSachs {
|
|
4675
|
+
/**
|
|
4676
|
+
* 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.
|
|
4677
|
+
*/
|
|
4678
|
+
requested?: boolean;
|
|
4679
|
+
}
|
|
3981
4680
|
interface TwintPayments {
|
|
3982
4681
|
/**
|
|
3983
4682
|
* 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.
|
|
@@ -4238,6 +4937,22 @@ export declare namespace AccountUpdateParams {
|
|
|
4238
4937
|
}
|
|
4239
4938
|
}
|
|
4240
4939
|
}
|
|
4940
|
+
namespace RiskControls {
|
|
4941
|
+
interface Charges {
|
|
4942
|
+
/**
|
|
4943
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
4944
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
4945
|
+
*/
|
|
4946
|
+
pause_requested?: boolean;
|
|
4947
|
+
}
|
|
4948
|
+
interface Payouts {
|
|
4949
|
+
/**
|
|
4950
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
4951
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
4952
|
+
*/
|
|
4953
|
+
pause_requested?: boolean;
|
|
4954
|
+
}
|
|
4955
|
+
}
|
|
4241
4956
|
namespace Settings {
|
|
4242
4957
|
interface BacsDebitPayments {
|
|
4243
4958
|
/**
|
|
@@ -4245,6 +4960,16 @@ export declare namespace AccountUpdateParams {
|
|
|
4245
4960
|
*/
|
|
4246
4961
|
display_name?: string;
|
|
4247
4962
|
}
|
|
4963
|
+
interface BankBcaOnboarding {
|
|
4964
|
+
/**
|
|
4965
|
+
* Bank BCA business account holder name
|
|
4966
|
+
*/
|
|
4967
|
+
account_holder_name?: string;
|
|
4968
|
+
/**
|
|
4969
|
+
* Bank BCA business account number
|
|
4970
|
+
*/
|
|
4971
|
+
business_account_number?: string;
|
|
4972
|
+
}
|
|
4248
4973
|
interface Branding {
|
|
4249
4974
|
/**
|
|
4250
4975
|
* (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.
|
|
@@ -4263,6 +4988,20 @@ export declare namespace AccountUpdateParams {
|
|
|
4263
4988
|
*/
|
|
4264
4989
|
secondary_color?: string;
|
|
4265
4990
|
}
|
|
4991
|
+
interface Capital {
|
|
4992
|
+
/**
|
|
4993
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
4994
|
+
*/
|
|
4995
|
+
payout_destination?: {
|
|
4996
|
+
[key: string]: string;
|
|
4997
|
+
};
|
|
4998
|
+
/**
|
|
4999
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
5000
|
+
*/
|
|
5001
|
+
payout_destination_selector?: {
|
|
5002
|
+
[key: string]: Array<string>;
|
|
5003
|
+
};
|
|
5004
|
+
}
|
|
4266
5005
|
interface CardIssuing {
|
|
4267
5006
|
/**
|
|
4268
5007
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -4298,6 +5037,10 @@ export declare namespace AccountUpdateParams {
|
|
|
4298
5037
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
4299
5038
|
}
|
|
4300
5039
|
interface Payments {
|
|
5040
|
+
/**
|
|
5041
|
+
* When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
5042
|
+
*/
|
|
5043
|
+
email_customers_on_successful_payment?: boolean;
|
|
4301
5044
|
/**
|
|
4302
5045
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
4303
5046
|
*/
|
|
@@ -4325,12 +5068,38 @@ export declare namespace AccountUpdateParams {
|
|
|
4325
5068
|
*/
|
|
4326
5069
|
statement_descriptor?: string;
|
|
4327
5070
|
}
|
|
5071
|
+
interface PaypayPayments {
|
|
5072
|
+
/**
|
|
5073
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
5074
|
+
*/
|
|
5075
|
+
additional_files?: Array<string>;
|
|
5076
|
+
/**
|
|
5077
|
+
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
5078
|
+
*/
|
|
5079
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
5080
|
+
/**
|
|
5081
|
+
* Details regarding your business's website.
|
|
5082
|
+
*/
|
|
5083
|
+
site?: PaypayPayments.Site;
|
|
5084
|
+
}
|
|
4328
5085
|
interface SepaDebitPayments {
|
|
4329
5086
|
/**
|
|
4330
5087
|
* The business creditor id for european payments.
|
|
4331
5088
|
*/
|
|
4332
5089
|
creditor_id?: string;
|
|
4333
5090
|
}
|
|
5091
|
+
interface SmartDisputes {
|
|
5092
|
+
/**
|
|
5093
|
+
* Smart Disputes auto-respond settings for the account.
|
|
5094
|
+
*/
|
|
5095
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
5096
|
+
}
|
|
5097
|
+
interface TaxForms {
|
|
5098
|
+
/**
|
|
5099
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
5100
|
+
*/
|
|
5101
|
+
consented_to_paperless_delivery?: boolean;
|
|
5102
|
+
}
|
|
4334
5103
|
interface Treasury {
|
|
4335
5104
|
/**
|
|
4336
5105
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -4401,6 +5170,59 @@ export declare namespace AccountUpdateParams {
|
|
|
4401
5170
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday' | OtherString;
|
|
4402
5171
|
}
|
|
4403
5172
|
}
|
|
5173
|
+
namespace PaypayPayments {
|
|
5174
|
+
type GoodsType = 'digital_content' | 'other';
|
|
5175
|
+
interface Site {
|
|
5176
|
+
/**
|
|
5177
|
+
* Additional information about your business's website.
|
|
5178
|
+
*/
|
|
5179
|
+
accessible?: Site.Accessible;
|
|
5180
|
+
/**
|
|
5181
|
+
* Additional information about your business's website.
|
|
5182
|
+
*/
|
|
5183
|
+
in_development?: Site.InDevelopment;
|
|
5184
|
+
/**
|
|
5185
|
+
* Additional information about your business's website.
|
|
5186
|
+
*/
|
|
5187
|
+
restricted?: Site.Restricted;
|
|
5188
|
+
/**
|
|
5189
|
+
* The status of your business's website.
|
|
5190
|
+
*/
|
|
5191
|
+
type?: Site.Type;
|
|
5192
|
+
}
|
|
5193
|
+
namespace Site {
|
|
5194
|
+
interface Accessible {
|
|
5195
|
+
}
|
|
5196
|
+
interface InDevelopment {
|
|
5197
|
+
/**
|
|
5198
|
+
* The password needed to access your business's website.
|
|
5199
|
+
*/
|
|
5200
|
+
password: string;
|
|
5201
|
+
/**
|
|
5202
|
+
* The username needed to access your business's website.
|
|
5203
|
+
*/
|
|
5204
|
+
username?: string;
|
|
5205
|
+
}
|
|
5206
|
+
interface Restricted {
|
|
5207
|
+
/**
|
|
5208
|
+
* The file explaining the payment flow for your business.
|
|
5209
|
+
*/
|
|
5210
|
+
payment_flow_file?: string;
|
|
5211
|
+
}
|
|
5212
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
5215
|
+
namespace SmartDisputes {
|
|
5216
|
+
interface AutoRespond {
|
|
5217
|
+
/**
|
|
5218
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
5219
|
+
*/
|
|
5220
|
+
preference?: AutoRespond.Preference;
|
|
5221
|
+
}
|
|
5222
|
+
namespace AutoRespond {
|
|
5223
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
5224
|
+
}
|
|
5225
|
+
}
|
|
4404
5226
|
namespace Treasury {
|
|
4405
5227
|
interface TosAcceptance {
|
|
4406
5228
|
/**
|
|
@@ -4918,6 +5740,8 @@ export interface AccountRetrievePersonParams {
|
|
|
4918
5740
|
*/
|
|
4919
5741
|
expand?: Array<string>;
|
|
4920
5742
|
}
|
|
5743
|
+
export interface AccountSerializeBatchUpdateParams {
|
|
5744
|
+
}
|
|
4921
5745
|
export interface AccountUnrejectParams {
|
|
4922
5746
|
/**
|
|
4923
5747
|
* Specifies which fields in the response should be expanded.
|