stripe 22.3.0 → 22.4.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 +1798 -54
- 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 +101 -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 +547 -2
- 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 +99 -0
- package/cjs/resources/FinancialConnections/Authorizations.js +15 -0
- package/cjs/resources/FinancialConnections/Authorizations.js.map +1 -0
- 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 +156 -7
- package/cjs/resources/FinancialConnections/Sessions.js.map +1 -1
- package/cjs/resources/FinancialConnections/index.d.ts +21 -6
- 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 +85 -0
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +40 -2
- package/cjs/resources/Invoices.d.ts +1388 -15
- 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 +15 -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 -1
- 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 +13283 -2352
- package/cjs/resources/PaymentIntents.js +27 -0
- package/cjs/resources/PaymentIntents.js.map +1 -1
- package/cjs/resources/PaymentLinks.d.ts +19 -3
- 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 +52 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +35 -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 +125 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js +15 -0
- package/cjs/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/cjs/resources/ProductCatalog/index.d.ts +12 -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 +738 -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 +30 -0
- 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 +1105 -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 +306 -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 +143 -0
- 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 +108 -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 +15 -0
- 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 +71 -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 +280 -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 +236 -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 +775 -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 +279 -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 +249 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +63 -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 +150 -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 +162 -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 +119 -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 +210 -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 +250 -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 +208 -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 +296 -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 +239 -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 +295 -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 +157 -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 +161 -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 +192 -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 +44 -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 +6536 -109
- 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 +101 -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 +547 -2
- 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 +99 -0
- package/esm/resources/FinancialConnections/Authorizations.js +11 -0
- package/esm/resources/FinancialConnections/Authorizations.js.map +1 -0
- 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 +156 -7
- package/esm/resources/FinancialConnections/Sessions.js.map +1 -1
- package/esm/resources/FinancialConnections/index.d.ts +21 -6
- 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 +85 -0
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +40 -2
- package/esm/resources/Invoices.d.ts +1388 -15
- 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 +15 -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 -1
- 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 +13283 -2352
- package/esm/resources/PaymentIntents.js +27 -0
- package/esm/resources/PaymentIntents.js.map +1 -1
- package/esm/resources/PaymentLinks.d.ts +19 -3
- 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 +52 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +35 -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 +125 -0
- package/esm/resources/ProductCatalog/TrialOffers.js +11 -0
- package/esm/resources/ProductCatalog/TrialOffers.js.map +1 -0
- package/esm/resources/ProductCatalog/index.d.ts +12 -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 +738 -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 +30 -0
- 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 +1105 -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 +306 -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 +143 -0
- 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 +108 -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 +15 -0
- 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 +71 -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 +280 -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 +236 -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 +775 -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 +279 -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 +249 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +59 -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 +150 -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 +162 -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 +119 -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 +210 -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 +250 -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 +208 -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 +296 -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 +239 -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 +295 -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 +157 -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 +161 -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 +192 -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 +44 -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
|
@@ -103,7 +103,7 @@ export interface Account {
|
|
|
103
103
|
requirements?: Account.Requirements;
|
|
104
104
|
}
|
|
105
105
|
export declare namespace Account {
|
|
106
|
-
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
|
|
106
|
+
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient' | 'money_manager';
|
|
107
107
|
interface Configuration {
|
|
108
108
|
/**
|
|
109
109
|
* The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).
|
|
@@ -113,6 +113,10 @@ export declare namespace Account {
|
|
|
113
113
|
* Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
114
114
|
*/
|
|
115
115
|
merchant?: Configuration.Merchant;
|
|
116
|
+
/**
|
|
117
|
+
* The Money Manager Configuration allows the Account to store and move funds using FinancialAccounts.
|
|
118
|
+
*/
|
|
119
|
+
money_manager?: Configuration.MoneyManager;
|
|
116
120
|
/**
|
|
117
121
|
* The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
118
122
|
*/
|
|
@@ -136,6 +140,10 @@ export declare namespace Account {
|
|
|
136
140
|
* Default responsibilities held by either Stripe or the platform.
|
|
137
141
|
*/
|
|
138
142
|
responsibilities: Defaults.Responsibilities;
|
|
143
|
+
/**
|
|
144
|
+
* The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
|
|
145
|
+
*/
|
|
146
|
+
timezone?: string;
|
|
139
147
|
}
|
|
140
148
|
interface FutureRequirements {
|
|
141
149
|
/**
|
|
@@ -247,6 +255,10 @@ export declare namespace Account {
|
|
|
247
255
|
* Settings for SEPA Direct Debit payments.
|
|
248
256
|
*/
|
|
249
257
|
sepa_debit_payments?: Merchant.SepaDebitPayments;
|
|
258
|
+
/**
|
|
259
|
+
* Settings for Smart Disputes automatic response feature.
|
|
260
|
+
*/
|
|
261
|
+
smart_disputes?: Merchant.SmartDisputes;
|
|
250
262
|
/**
|
|
251
263
|
* Statement descriptor.
|
|
252
264
|
*/
|
|
@@ -256,6 +268,16 @@ export declare namespace Account {
|
|
|
256
268
|
*/
|
|
257
269
|
support?: Merchant.Support;
|
|
258
270
|
}
|
|
271
|
+
interface MoneyManager {
|
|
272
|
+
/**
|
|
273
|
+
* Indicates whether the money manager configuration is active. You cannot deactivate (or reactivate) the money manager configuration by updating this property.
|
|
274
|
+
*/
|
|
275
|
+
applied: boolean;
|
|
276
|
+
/**
|
|
277
|
+
* Capabilities that have been requested on the Money Manager Configuration.
|
|
278
|
+
*/
|
|
279
|
+
capabilities?: MoneyManager.Capabilities;
|
|
280
|
+
}
|
|
259
281
|
interface Recipient {
|
|
260
282
|
/**
|
|
261
283
|
* Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
|
|
@@ -265,6 +287,10 @@ export declare namespace Account {
|
|
|
265
287
|
* Capabilities that have been requested on the Recipient Configuration.
|
|
266
288
|
*/
|
|
267
289
|
capabilities?: Recipient.Capabilities;
|
|
290
|
+
/**
|
|
291
|
+
* The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard or APIs.
|
|
292
|
+
*/
|
|
293
|
+
default_outbound_destination?: Recipient.DefaultOutboundDestination;
|
|
268
294
|
}
|
|
269
295
|
namespace Customer {
|
|
270
296
|
interface AutomaticIndirectTax {
|
|
@@ -679,6 +705,12 @@ export declare namespace Account {
|
|
|
679
705
|
*/
|
|
680
706
|
creditor_id?: string;
|
|
681
707
|
}
|
|
708
|
+
interface SmartDisputes {
|
|
709
|
+
/**
|
|
710
|
+
* Settings for Smart Disputes auto_respond.
|
|
711
|
+
*/
|
|
712
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
713
|
+
}
|
|
682
714
|
interface StatementDescriptor {
|
|
683
715
|
/**
|
|
684
716
|
* 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 Merchant Configuration settings documentation.
|
|
@@ -2021,6 +2053,22 @@ export declare namespace Account {
|
|
|
2021
2053
|
prefix?: string;
|
|
2022
2054
|
}
|
|
2023
2055
|
}
|
|
2056
|
+
namespace SmartDisputes {
|
|
2057
|
+
interface AutoRespond {
|
|
2058
|
+
/**
|
|
2059
|
+
* The preference for automatic dispute responses.
|
|
2060
|
+
*/
|
|
2061
|
+
preference?: AutoRespond.Preference;
|
|
2062
|
+
/**
|
|
2063
|
+
* The effective value for automatic dispute responses.
|
|
2064
|
+
*/
|
|
2065
|
+
value?: AutoRespond.Value;
|
|
2066
|
+
}
|
|
2067
|
+
namespace AutoRespond {
|
|
2068
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
2069
|
+
type Value = 'off' | 'on';
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2024
2072
|
namespace Support {
|
|
2025
2073
|
interface Address {
|
|
2026
2074
|
/**
|
|
@@ -2054,46 +2102,467 @@ export declare namespace Account {
|
|
|
2054
2102
|
}
|
|
2055
2103
|
}
|
|
2056
2104
|
}
|
|
2057
|
-
namespace
|
|
2105
|
+
namespace MoneyManager {
|
|
2058
2106
|
interface Capabilities {
|
|
2059
2107
|
/**
|
|
2060
|
-
*
|
|
2108
|
+
* Can send or receive business storage-type funds on Stripe.
|
|
2061
2109
|
*/
|
|
2062
|
-
|
|
2110
|
+
business_storage?: Capabilities.BusinessStorage;
|
|
2111
|
+
/**
|
|
2112
|
+
* Hash containing capabilities related to InboundTransfers.
|
|
2113
|
+
*/
|
|
2114
|
+
inbound_transfers?: Capabilities.InboundTransfers;
|
|
2115
|
+
/**
|
|
2116
|
+
* Hash containing capabilities related to [OutboundPayments](https://docs.stripe.com/api/treasury/outbound_payments?api-version=preview).
|
|
2117
|
+
*/
|
|
2118
|
+
outbound_payments?: Capabilities.OutboundPayments;
|
|
2119
|
+
/**
|
|
2120
|
+
* Hash containing capabilities related to [OutboundTransfers](https://docs.stripe.com/api/treasury/outbound_transfers?api-version=preview).
|
|
2121
|
+
*/
|
|
2122
|
+
outbound_transfers?: Capabilities.OutboundTransfers;
|
|
2123
|
+
/**
|
|
2124
|
+
* Hash containing capabilities related to ReceivedCredits.
|
|
2125
|
+
*/
|
|
2126
|
+
received_credits?: Capabilities.ReceivedCredits;
|
|
2127
|
+
/**
|
|
2128
|
+
* Hash containing capabilities related to ReceivedDebits.
|
|
2129
|
+
*/
|
|
2130
|
+
received_debits?: Capabilities.ReceivedDebits;
|
|
2063
2131
|
}
|
|
2064
2132
|
namespace Capabilities {
|
|
2065
|
-
interface
|
|
2133
|
+
interface BusinessStorage {
|
|
2066
2134
|
/**
|
|
2067
|
-
*
|
|
2135
|
+
* Can receive business storage-type funds on Stripe.
|
|
2068
2136
|
*/
|
|
2069
|
-
|
|
2137
|
+
inbound?: BusinessStorage.Inbound;
|
|
2070
2138
|
/**
|
|
2071
|
-
*
|
|
2139
|
+
* Can send business storage-type funds on Stripe.
|
|
2072
2140
|
*/
|
|
2073
|
-
|
|
2141
|
+
outbound?: BusinessStorage.Outbound;
|
|
2074
2142
|
}
|
|
2075
|
-
|
|
2076
|
-
|
|
2143
|
+
interface InboundTransfers {
|
|
2144
|
+
/**
|
|
2145
|
+
* Can pull funds into a FinancialAccount from an external bank account owned by the user.
|
|
2146
|
+
*/
|
|
2147
|
+
bank_accounts?: InboundTransfers.BankAccounts;
|
|
2148
|
+
}
|
|
2149
|
+
interface OutboundPayments {
|
|
2150
|
+
/**
|
|
2151
|
+
* Can send funds from a FinancialAccount to a bank account owned by a different entity.
|
|
2152
|
+
*/
|
|
2153
|
+
bank_accounts?: OutboundPayments.BankAccounts;
|
|
2154
|
+
/**
|
|
2155
|
+
* Can send funds from a FinancialAccount to a debit card owned by a different entity.
|
|
2156
|
+
*/
|
|
2157
|
+
cards?: OutboundPayments.Cards;
|
|
2158
|
+
/**
|
|
2159
|
+
* Can send funds from a FinancialAccount to a FinancialAccount owned by a different entity.
|
|
2160
|
+
*/
|
|
2161
|
+
financial_accounts?: OutboundPayments.FinancialAccounts;
|
|
2162
|
+
}
|
|
2163
|
+
interface OutboundTransfers {
|
|
2164
|
+
/**
|
|
2165
|
+
* Can send funds from a FinancialAccount to a bank account belonging to the same user.
|
|
2166
|
+
*/
|
|
2167
|
+
bank_accounts?: OutboundTransfers.BankAccounts;
|
|
2168
|
+
/**
|
|
2169
|
+
* Can send funds from a FinancialAccount to another FinancialAccount belonging to the same user.
|
|
2170
|
+
*/
|
|
2171
|
+
financial_accounts?: OutboundTransfers.FinancialAccounts;
|
|
2172
|
+
}
|
|
2173
|
+
interface ReceivedCredits {
|
|
2174
|
+
/**
|
|
2175
|
+
* Can receive credits to a bank-account like financial address to credit a FinancialAccount.
|
|
2176
|
+
*/
|
|
2177
|
+
bank_accounts?: ReceivedCredits.BankAccounts;
|
|
2178
|
+
}
|
|
2179
|
+
interface ReceivedDebits {
|
|
2180
|
+
/**
|
|
2181
|
+
* Can receive debits to a FinancialAccount from a bank account.
|
|
2182
|
+
*/
|
|
2183
|
+
bank_accounts?: ReceivedDebits.BankAccounts;
|
|
2184
|
+
}
|
|
2185
|
+
namespace BusinessStorage {
|
|
2186
|
+
interface Inbound {
|
|
2187
|
+
/**
|
|
2188
|
+
* Can receive business storage-type funds on Stripe in AUD.
|
|
2189
|
+
*/
|
|
2190
|
+
aud?: Inbound.Aud;
|
|
2191
|
+
/**
|
|
2192
|
+
* Can receive business storage-type funds on Stripe in CAD.
|
|
2193
|
+
*/
|
|
2194
|
+
cad?: Inbound.Cad;
|
|
2195
|
+
/**
|
|
2196
|
+
* Can receive business storage-type funds on Stripe in EUR.
|
|
2197
|
+
*/
|
|
2198
|
+
eur?: Inbound.Eur;
|
|
2199
|
+
/**
|
|
2200
|
+
* Can receive business storage-type funds on Stripe in GBP.
|
|
2201
|
+
*/
|
|
2202
|
+
gbp?: Inbound.Gbp;
|
|
2203
|
+
/**
|
|
2204
|
+
* Can receive business storage-type funds on Stripe in USD.
|
|
2205
|
+
*/
|
|
2206
|
+
usd?: Inbound.Usd;
|
|
2207
|
+
}
|
|
2208
|
+
interface Outbound {
|
|
2209
|
+
/**
|
|
2210
|
+
* Can send business storage-type funds on Stripe in AUD.
|
|
2211
|
+
*/
|
|
2212
|
+
aud?: Outbound.Aud;
|
|
2213
|
+
/**
|
|
2214
|
+
* Can send business storage-type funds on Stripe in CAD.
|
|
2215
|
+
*/
|
|
2216
|
+
cad?: Outbound.Cad;
|
|
2217
|
+
/**
|
|
2218
|
+
* Can send business storage-type funds on Stripe in EUR.
|
|
2219
|
+
*/
|
|
2220
|
+
eur?: Outbound.Eur;
|
|
2221
|
+
/**
|
|
2222
|
+
* Can send business storage-type funds on Stripe in GBP.
|
|
2223
|
+
*/
|
|
2224
|
+
gbp?: Outbound.Gbp;
|
|
2225
|
+
/**
|
|
2226
|
+
* Can send business storage-type funds on Stripe in USD.
|
|
2227
|
+
*/
|
|
2228
|
+
usd?: Outbound.Usd;
|
|
2229
|
+
}
|
|
2230
|
+
namespace Inbound {
|
|
2231
|
+
interface Aud {
|
|
2232
|
+
/**
|
|
2233
|
+
* The status of the Capability.
|
|
2234
|
+
*/
|
|
2235
|
+
status: Aud.Status;
|
|
2236
|
+
/**
|
|
2237
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2238
|
+
*/
|
|
2239
|
+
status_details: Array<Aud.StatusDetail>;
|
|
2240
|
+
}
|
|
2241
|
+
interface Cad {
|
|
2242
|
+
/**
|
|
2243
|
+
* The status of the Capability.
|
|
2244
|
+
*/
|
|
2245
|
+
status: Cad.Status;
|
|
2246
|
+
/**
|
|
2247
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2248
|
+
*/
|
|
2249
|
+
status_details: Array<Cad.StatusDetail>;
|
|
2250
|
+
}
|
|
2251
|
+
interface Eur {
|
|
2252
|
+
/**
|
|
2253
|
+
* The status of the Capability.
|
|
2254
|
+
*/
|
|
2255
|
+
status: Eur.Status;
|
|
2256
|
+
/**
|
|
2257
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2258
|
+
*/
|
|
2259
|
+
status_details: Array<Eur.StatusDetail>;
|
|
2260
|
+
}
|
|
2261
|
+
interface Gbp {
|
|
2262
|
+
/**
|
|
2263
|
+
* The status of the Capability.
|
|
2264
|
+
*/
|
|
2265
|
+
status: Gbp.Status;
|
|
2266
|
+
/**
|
|
2267
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2268
|
+
*/
|
|
2269
|
+
status_details: Array<Gbp.StatusDetail>;
|
|
2270
|
+
}
|
|
2271
|
+
interface Usd {
|
|
2272
|
+
/**
|
|
2273
|
+
* The status of the Capability.
|
|
2274
|
+
*/
|
|
2275
|
+
status: Usd.Status;
|
|
2276
|
+
/**
|
|
2277
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2278
|
+
*/
|
|
2279
|
+
status_details: Array<Usd.StatusDetail>;
|
|
2280
|
+
}
|
|
2281
|
+
namespace Aud {
|
|
2282
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2283
|
+
interface StatusDetail {
|
|
2284
|
+
/**
|
|
2285
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2286
|
+
*/
|
|
2287
|
+
code: StatusDetail.Code;
|
|
2288
|
+
/**
|
|
2289
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2290
|
+
*/
|
|
2291
|
+
resolution: StatusDetail.Resolution;
|
|
2292
|
+
}
|
|
2293
|
+
namespace StatusDetail {
|
|
2294
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2295
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
namespace Cad {
|
|
2299
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2300
|
+
interface StatusDetail {
|
|
2301
|
+
/**
|
|
2302
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2303
|
+
*/
|
|
2304
|
+
code: StatusDetail.Code;
|
|
2305
|
+
/**
|
|
2306
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2307
|
+
*/
|
|
2308
|
+
resolution: StatusDetail.Resolution;
|
|
2309
|
+
}
|
|
2310
|
+
namespace StatusDetail {
|
|
2311
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2312
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2315
|
+
namespace Eur {
|
|
2316
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2317
|
+
interface StatusDetail {
|
|
2318
|
+
/**
|
|
2319
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2320
|
+
*/
|
|
2321
|
+
code: StatusDetail.Code;
|
|
2322
|
+
/**
|
|
2323
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2324
|
+
*/
|
|
2325
|
+
resolution: StatusDetail.Resolution;
|
|
2326
|
+
}
|
|
2327
|
+
namespace StatusDetail {
|
|
2328
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2329
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
namespace Gbp {
|
|
2333
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2334
|
+
interface StatusDetail {
|
|
2335
|
+
/**
|
|
2336
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2337
|
+
*/
|
|
2338
|
+
code: StatusDetail.Code;
|
|
2339
|
+
/**
|
|
2340
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2341
|
+
*/
|
|
2342
|
+
resolution: StatusDetail.Resolution;
|
|
2343
|
+
}
|
|
2344
|
+
namespace StatusDetail {
|
|
2345
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2346
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
namespace Usd {
|
|
2350
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2351
|
+
interface StatusDetail {
|
|
2352
|
+
/**
|
|
2353
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2354
|
+
*/
|
|
2355
|
+
code: StatusDetail.Code;
|
|
2356
|
+
/**
|
|
2357
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2358
|
+
*/
|
|
2359
|
+
resolution: StatusDetail.Resolution;
|
|
2360
|
+
}
|
|
2361
|
+
namespace StatusDetail {
|
|
2362
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2363
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2367
|
+
namespace Outbound {
|
|
2368
|
+
interface Aud {
|
|
2369
|
+
/**
|
|
2370
|
+
* The status of the Capability.
|
|
2371
|
+
*/
|
|
2372
|
+
status: Aud.Status;
|
|
2373
|
+
/**
|
|
2374
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2375
|
+
*/
|
|
2376
|
+
status_details: Array<Aud.StatusDetail>;
|
|
2377
|
+
}
|
|
2378
|
+
interface Cad {
|
|
2379
|
+
/**
|
|
2380
|
+
* The status of the Capability.
|
|
2381
|
+
*/
|
|
2382
|
+
status: Cad.Status;
|
|
2383
|
+
/**
|
|
2384
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2385
|
+
*/
|
|
2386
|
+
status_details: Array<Cad.StatusDetail>;
|
|
2387
|
+
}
|
|
2388
|
+
interface Eur {
|
|
2389
|
+
/**
|
|
2390
|
+
* The status of the Capability.
|
|
2391
|
+
*/
|
|
2392
|
+
status: Eur.Status;
|
|
2393
|
+
/**
|
|
2394
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2395
|
+
*/
|
|
2396
|
+
status_details: Array<Eur.StatusDetail>;
|
|
2397
|
+
}
|
|
2398
|
+
interface Gbp {
|
|
2399
|
+
/**
|
|
2400
|
+
* The status of the Capability.
|
|
2401
|
+
*/
|
|
2402
|
+
status: Gbp.Status;
|
|
2403
|
+
/**
|
|
2404
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2405
|
+
*/
|
|
2406
|
+
status_details: Array<Gbp.StatusDetail>;
|
|
2407
|
+
}
|
|
2408
|
+
interface Usd {
|
|
2409
|
+
/**
|
|
2410
|
+
* The status of the Capability.
|
|
2411
|
+
*/
|
|
2412
|
+
status: Usd.Status;
|
|
2413
|
+
/**
|
|
2414
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2415
|
+
*/
|
|
2416
|
+
status_details: Array<Usd.StatusDetail>;
|
|
2417
|
+
}
|
|
2418
|
+
namespace Aud {
|
|
2419
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2420
|
+
interface StatusDetail {
|
|
2421
|
+
/**
|
|
2422
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2423
|
+
*/
|
|
2424
|
+
code: StatusDetail.Code;
|
|
2425
|
+
/**
|
|
2426
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2427
|
+
*/
|
|
2428
|
+
resolution: StatusDetail.Resolution;
|
|
2429
|
+
}
|
|
2430
|
+
namespace StatusDetail {
|
|
2431
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2432
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
namespace Cad {
|
|
2436
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2437
|
+
interface StatusDetail {
|
|
2438
|
+
/**
|
|
2439
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2440
|
+
*/
|
|
2441
|
+
code: StatusDetail.Code;
|
|
2442
|
+
/**
|
|
2443
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2444
|
+
*/
|
|
2445
|
+
resolution: StatusDetail.Resolution;
|
|
2446
|
+
}
|
|
2447
|
+
namespace StatusDetail {
|
|
2448
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2449
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2450
|
+
}
|
|
2451
|
+
}
|
|
2452
|
+
namespace Eur {
|
|
2453
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2454
|
+
interface StatusDetail {
|
|
2455
|
+
/**
|
|
2456
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2457
|
+
*/
|
|
2458
|
+
code: StatusDetail.Code;
|
|
2459
|
+
/**
|
|
2460
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2461
|
+
*/
|
|
2462
|
+
resolution: StatusDetail.Resolution;
|
|
2463
|
+
}
|
|
2464
|
+
namespace StatusDetail {
|
|
2465
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2466
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
namespace Gbp {
|
|
2470
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2471
|
+
interface StatusDetail {
|
|
2472
|
+
/**
|
|
2473
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2474
|
+
*/
|
|
2475
|
+
code: StatusDetail.Code;
|
|
2476
|
+
/**
|
|
2477
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2478
|
+
*/
|
|
2479
|
+
resolution: StatusDetail.Resolution;
|
|
2480
|
+
}
|
|
2481
|
+
namespace StatusDetail {
|
|
2482
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2483
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
namespace Usd {
|
|
2487
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2488
|
+
interface StatusDetail {
|
|
2489
|
+
/**
|
|
2490
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2491
|
+
*/
|
|
2492
|
+
code: StatusDetail.Code;
|
|
2493
|
+
/**
|
|
2494
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2495
|
+
*/
|
|
2496
|
+
resolution: StatusDetail.Resolution;
|
|
2497
|
+
}
|
|
2498
|
+
namespace StatusDetail {
|
|
2499
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2500
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2501
|
+
}
|
|
2502
|
+
}
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
namespace InboundTransfers {
|
|
2506
|
+
interface BankAccounts {
|
|
2077
2507
|
/**
|
|
2078
2508
|
* The status of the Capability.
|
|
2079
2509
|
*/
|
|
2080
|
-
status:
|
|
2510
|
+
status: BankAccounts.Status;
|
|
2081
2511
|
/**
|
|
2082
2512
|
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2083
2513
|
*/
|
|
2084
|
-
status_details: Array<
|
|
2514
|
+
status_details: Array<BankAccounts.StatusDetail>;
|
|
2085
2515
|
}
|
|
2086
|
-
|
|
2516
|
+
namespace BankAccounts {
|
|
2517
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2518
|
+
interface StatusDetail {
|
|
2519
|
+
/**
|
|
2520
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2521
|
+
*/
|
|
2522
|
+
code: StatusDetail.Code;
|
|
2523
|
+
/**
|
|
2524
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2525
|
+
*/
|
|
2526
|
+
resolution: StatusDetail.Resolution;
|
|
2527
|
+
}
|
|
2528
|
+
namespace StatusDetail {
|
|
2529
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2530
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
namespace OutboundPayments {
|
|
2535
|
+
interface BankAccounts {
|
|
2087
2536
|
/**
|
|
2088
2537
|
* The status of the Capability.
|
|
2089
2538
|
*/
|
|
2090
|
-
status:
|
|
2539
|
+
status: BankAccounts.Status;
|
|
2091
2540
|
/**
|
|
2092
2541
|
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2093
2542
|
*/
|
|
2094
|
-
status_details: Array<
|
|
2543
|
+
status_details: Array<BankAccounts.StatusDetail>;
|
|
2095
2544
|
}
|
|
2096
|
-
|
|
2545
|
+
interface Cards {
|
|
2546
|
+
/**
|
|
2547
|
+
* The status of the Capability.
|
|
2548
|
+
*/
|
|
2549
|
+
status: Cards.Status;
|
|
2550
|
+
/**
|
|
2551
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2552
|
+
*/
|
|
2553
|
+
status_details: Array<Cards.StatusDetail>;
|
|
2554
|
+
}
|
|
2555
|
+
interface FinancialAccounts {
|
|
2556
|
+
/**
|
|
2557
|
+
* The status of the Capability.
|
|
2558
|
+
*/
|
|
2559
|
+
status: FinancialAccounts.Status;
|
|
2560
|
+
/**
|
|
2561
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2562
|
+
*/
|
|
2563
|
+
status_details: Array<FinancialAccounts.StatusDetail>;
|
|
2564
|
+
}
|
|
2565
|
+
namespace BankAccounts {
|
|
2097
2566
|
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2098
2567
|
interface StatusDetail {
|
|
2099
2568
|
/**
|
|
@@ -2110,7 +2579,7 @@ export declare namespace Account {
|
|
|
2110
2579
|
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2111
2580
|
}
|
|
2112
2581
|
}
|
|
2113
|
-
namespace
|
|
2582
|
+
namespace Cards {
|
|
2114
2583
|
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2115
2584
|
interface StatusDetail {
|
|
2116
2585
|
/**
|
|
@@ -2127,14 +2596,335 @@ export declare namespace Account {
|
|
|
2127
2596
|
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2128
2597
|
}
|
|
2129
2598
|
}
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2599
|
+
namespace FinancialAccounts {
|
|
2600
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2601
|
+
interface StatusDetail {
|
|
2602
|
+
/**
|
|
2603
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2604
|
+
*/
|
|
2605
|
+
code: StatusDetail.Code;
|
|
2606
|
+
/**
|
|
2607
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2608
|
+
*/
|
|
2609
|
+
resolution: StatusDetail.Resolution;
|
|
2610
|
+
}
|
|
2611
|
+
namespace StatusDetail {
|
|
2612
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2613
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
namespace OutboundTransfers {
|
|
2618
|
+
interface BankAccounts {
|
|
2619
|
+
/**
|
|
2620
|
+
* The status of the Capability.
|
|
2621
|
+
*/
|
|
2622
|
+
status: BankAccounts.Status;
|
|
2623
|
+
/**
|
|
2624
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2625
|
+
*/
|
|
2626
|
+
status_details: Array<BankAccounts.StatusDetail>;
|
|
2627
|
+
}
|
|
2628
|
+
interface FinancialAccounts {
|
|
2629
|
+
/**
|
|
2630
|
+
* The status of the Capability.
|
|
2631
|
+
*/
|
|
2632
|
+
status: FinancialAccounts.Status;
|
|
2633
|
+
/**
|
|
2634
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2635
|
+
*/
|
|
2636
|
+
status_details: Array<FinancialAccounts.StatusDetail>;
|
|
2637
|
+
}
|
|
2638
|
+
namespace BankAccounts {
|
|
2639
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2640
|
+
interface StatusDetail {
|
|
2641
|
+
/**
|
|
2642
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2643
|
+
*/
|
|
2644
|
+
code: StatusDetail.Code;
|
|
2645
|
+
/**
|
|
2646
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2647
|
+
*/
|
|
2648
|
+
resolution: StatusDetail.Resolution;
|
|
2649
|
+
}
|
|
2650
|
+
namespace StatusDetail {
|
|
2651
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2652
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
namespace FinancialAccounts {
|
|
2656
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2657
|
+
interface StatusDetail {
|
|
2658
|
+
/**
|
|
2659
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2660
|
+
*/
|
|
2661
|
+
code: StatusDetail.Code;
|
|
2662
|
+
/**
|
|
2663
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2664
|
+
*/
|
|
2665
|
+
resolution: StatusDetail.Resolution;
|
|
2666
|
+
}
|
|
2667
|
+
namespace StatusDetail {
|
|
2668
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2669
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
namespace ReceivedCredits {
|
|
2674
|
+
interface BankAccounts {
|
|
2675
|
+
/**
|
|
2676
|
+
* The status of the Capability.
|
|
2677
|
+
*/
|
|
2678
|
+
status: BankAccounts.Status;
|
|
2679
|
+
/**
|
|
2680
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2681
|
+
*/
|
|
2682
|
+
status_details: Array<BankAccounts.StatusDetail>;
|
|
2683
|
+
}
|
|
2684
|
+
namespace BankAccounts {
|
|
2685
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2686
|
+
interface StatusDetail {
|
|
2687
|
+
/**
|
|
2688
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2689
|
+
*/
|
|
2690
|
+
code: StatusDetail.Code;
|
|
2691
|
+
/**
|
|
2692
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2693
|
+
*/
|
|
2694
|
+
resolution: StatusDetail.Resolution;
|
|
2695
|
+
}
|
|
2696
|
+
namespace StatusDetail {
|
|
2697
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2698
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
namespace ReceivedDebits {
|
|
2703
|
+
interface BankAccounts {
|
|
2704
|
+
/**
|
|
2705
|
+
* The status of the Capability.
|
|
2706
|
+
*/
|
|
2707
|
+
status: BankAccounts.Status;
|
|
2708
|
+
/**
|
|
2709
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2710
|
+
*/
|
|
2711
|
+
status_details: Array<BankAccounts.StatusDetail>;
|
|
2712
|
+
}
|
|
2713
|
+
namespace BankAccounts {
|
|
2714
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2715
|
+
interface StatusDetail {
|
|
2716
|
+
/**
|
|
2717
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2718
|
+
*/
|
|
2719
|
+
code: StatusDetail.Code;
|
|
2720
|
+
/**
|
|
2721
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2722
|
+
*/
|
|
2723
|
+
resolution: StatusDetail.Resolution;
|
|
2724
|
+
}
|
|
2725
|
+
namespace StatusDetail {
|
|
2726
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2727
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
namespace Recipient {
|
|
2734
|
+
interface Capabilities {
|
|
2735
|
+
/**
|
|
2736
|
+
* Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
2737
|
+
*/
|
|
2738
|
+
bank_accounts?: Capabilities.BankAccounts;
|
|
2739
|
+
/**
|
|
2740
|
+
* Enables this Account to receive OutboundPayments to a linked debit card.
|
|
2741
|
+
*/
|
|
2742
|
+
cards?: Capabilities.Cards;
|
|
2743
|
+
/**
|
|
2744
|
+
* Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
2745
|
+
*/
|
|
2746
|
+
stripe_balance?: Capabilities.StripeBalance;
|
|
2747
|
+
}
|
|
2748
|
+
interface DefaultOutboundDestination {
|
|
2749
|
+
/**
|
|
2750
|
+
* The payout method ID of the default outbound destination.
|
|
2751
|
+
*/
|
|
2752
|
+
id: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* Closed Enum. The payout method type of the default outbound destination.
|
|
2755
|
+
*/
|
|
2756
|
+
type: DefaultOutboundDestination.Type;
|
|
2757
|
+
}
|
|
2758
|
+
namespace Capabilities {
|
|
2759
|
+
interface BankAccounts {
|
|
2760
|
+
/**
|
|
2761
|
+
* Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
2762
|
+
*/
|
|
2763
|
+
local?: BankAccounts.Local;
|
|
2764
|
+
/**
|
|
2765
|
+
* Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
2766
|
+
*/
|
|
2767
|
+
wire?: BankAccounts.Wire;
|
|
2768
|
+
}
|
|
2769
|
+
interface Cards {
|
|
2770
|
+
/**
|
|
2771
|
+
* The status of the Capability.
|
|
2772
|
+
*/
|
|
2773
|
+
status: Cards.Status;
|
|
2774
|
+
/**
|
|
2775
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2776
|
+
*/
|
|
2777
|
+
status_details: Array<Cards.StatusDetail>;
|
|
2778
|
+
}
|
|
2779
|
+
interface StripeBalance {
|
|
2780
|
+
/**
|
|
2781
|
+
* Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
|
|
2782
|
+
*/
|
|
2783
|
+
payouts?: StripeBalance.Payouts;
|
|
2784
|
+
/**
|
|
2785
|
+
* Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
|
|
2786
|
+
*/
|
|
2787
|
+
stripe_transfers?: StripeBalance.StripeTransfers;
|
|
2788
|
+
}
|
|
2789
|
+
namespace BankAccounts {
|
|
2790
|
+
interface Local {
|
|
2791
|
+
/**
|
|
2792
|
+
* The status of the Capability.
|
|
2793
|
+
*/
|
|
2794
|
+
status: Local.Status;
|
|
2795
|
+
/**
|
|
2796
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2797
|
+
*/
|
|
2798
|
+
status_details: Array<Local.StatusDetail>;
|
|
2799
|
+
}
|
|
2800
|
+
interface Wire {
|
|
2801
|
+
/**
|
|
2802
|
+
* The status of the Capability.
|
|
2803
|
+
*/
|
|
2804
|
+
status: Wire.Status;
|
|
2805
|
+
/**
|
|
2806
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2807
|
+
*/
|
|
2808
|
+
status_details: Array<Wire.StatusDetail>;
|
|
2809
|
+
}
|
|
2810
|
+
namespace Local {
|
|
2811
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2812
|
+
interface StatusDetail {
|
|
2813
|
+
/**
|
|
2814
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2815
|
+
*/
|
|
2816
|
+
code: StatusDetail.Code;
|
|
2817
|
+
/**
|
|
2818
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2819
|
+
*/
|
|
2820
|
+
resolution: StatusDetail.Resolution;
|
|
2821
|
+
}
|
|
2822
|
+
namespace StatusDetail {
|
|
2823
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2824
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
namespace Wire {
|
|
2828
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2829
|
+
interface StatusDetail {
|
|
2830
|
+
/**
|
|
2831
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2832
|
+
*/
|
|
2833
|
+
code: StatusDetail.Code;
|
|
2834
|
+
/**
|
|
2835
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2836
|
+
*/
|
|
2837
|
+
resolution: StatusDetail.Resolution;
|
|
2838
|
+
}
|
|
2839
|
+
namespace StatusDetail {
|
|
2840
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2841
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
namespace Cards {
|
|
2846
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2847
|
+
interface StatusDetail {
|
|
2848
|
+
/**
|
|
2849
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2850
|
+
*/
|
|
2851
|
+
code: StatusDetail.Code;
|
|
2852
|
+
/**
|
|
2853
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2854
|
+
*/
|
|
2855
|
+
resolution: StatusDetail.Resolution;
|
|
2856
|
+
}
|
|
2857
|
+
namespace StatusDetail {
|
|
2858
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2859
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
namespace StripeBalance {
|
|
2863
|
+
interface Payouts {
|
|
2864
|
+
/**
|
|
2865
|
+
* The status of the Capability.
|
|
2866
|
+
*/
|
|
2867
|
+
status: Payouts.Status;
|
|
2868
|
+
/**
|
|
2869
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2870
|
+
*/
|
|
2871
|
+
status_details: Array<Payouts.StatusDetail>;
|
|
2872
|
+
}
|
|
2873
|
+
interface StripeTransfers {
|
|
2874
|
+
/**
|
|
2875
|
+
* The status of the Capability.
|
|
2876
|
+
*/
|
|
2877
|
+
status: StripeTransfers.Status;
|
|
2878
|
+
/**
|
|
2879
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2880
|
+
*/
|
|
2881
|
+
status_details: Array<StripeTransfers.StatusDetail>;
|
|
2882
|
+
}
|
|
2883
|
+
namespace Payouts {
|
|
2884
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2885
|
+
interface StatusDetail {
|
|
2886
|
+
/**
|
|
2887
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2888
|
+
*/
|
|
2889
|
+
code: StatusDetail.Code;
|
|
2890
|
+
/**
|
|
2891
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2892
|
+
*/
|
|
2893
|
+
resolution: StatusDetail.Resolution;
|
|
2894
|
+
}
|
|
2895
|
+
namespace StatusDetail {
|
|
2896
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2897
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2898
|
+
}
|
|
2899
|
+
}
|
|
2900
|
+
namespace StripeTransfers {
|
|
2901
|
+
type Status = 'active' | 'pending' | 'restricted' | 'unsupported';
|
|
2902
|
+
interface StatusDetail {
|
|
2903
|
+
/**
|
|
2904
|
+
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2905
|
+
*/
|
|
2906
|
+
code: StatusDetail.Code;
|
|
2907
|
+
/**
|
|
2908
|
+
* Machine-readable code explaining how to make the Capability active.
|
|
2909
|
+
*/
|
|
2910
|
+
resolution: StatusDetail.Resolution;
|
|
2911
|
+
}
|
|
2912
|
+
namespace StatusDetail {
|
|
2913
|
+
type Code = 'determining_status' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_other' | 'unsupported_business' | 'unsupported_country' | 'unsupported_entity_type';
|
|
2914
|
+
type Resolution = 'contact_stripe' | 'no_resolution' | 'provide_info';
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2919
|
+
namespace DefaultOutboundDestination {
|
|
2920
|
+
type Type = 'ae_bank_account' | 'ag_bank_account' | 'al_bank_account' | 'am_bank_account' | 'ao_bank_account' | 'ar_bank_account' | 'at_bank_account' | 'au_bank_account' | 'az_bank_account' | 'ba_bank_account' | 'bd_bank_account' | 'be_bank_account' | 'bg_bank_account' | 'bh_bank_account' | 'bj_bank_account' | 'bn_bank_account' | 'bo_bank_account' | 'br_bank_account' | 'bs_bank_account' | 'bt_bank_account' | 'bw_bank_account' | 'card' | 'ca_bank_account' | 'ch_bank_account' | 'ci_bank_account' | 'cl_bank_account' | 'cn_bank_account' | 'co_bank_account' | 'crypto_wallet' | 'cr_bank_account' | 'cy_bank_account' | 'cz_bank_account' | 'de_bank_account' | 'dk_bank_account' | 'do_bank_account' | 'dz_bank_account' | 'ec_bank_account' | 'ee_bank_account' | 'eg_bank_account' | 'es_bank_account' | 'et_bank_account' | 'fi_bank_account' | 'fr_bank_account' | 'ga_bank_account' | 'gb_bank_account' | 'gh_bank_account' | 'gi_bank_account' | 'gm_bank_account' | 'gr_bank_account' | 'gt_bank_account' | 'gy_bank_account' | 'hk_bank_account' | 'hn_bank_account' | 'hr_bank_account' | 'hu_bank_account' | 'id_bank_account' | 'ie_bank_account' | 'il_bank_account' | 'in_bank_account' | 'is_bank_account' | 'it_bank_account' | 'jm_bank_account' | 'jo_bank_account' | 'jp_bank_account' | 'ke_bank_account' | 'kh_bank_account' | 'kr_bank_account' | 'kw_bank_account' | 'kz_bank_account' | 'la_bank_account' | 'lc_bank_account' | 'li_bank_account' | 'lk_bank_account' | 'lt_bank_account' | 'lu_bank_account' | 'lv_bank_account' | 'ma_bank_account' | 'mc_bank_account' | 'md_bank_account' | 'mg_bank_account' | 'mk_bank_account' | 'mn_bank_account' | 'mo_bank_account' | 'mt_bank_account' | 'mu_bank_account' | 'mx_bank_account' | 'my_bank_account' | 'mz_bank_account' | 'na_bank_account' | 'ne_bank_account' | 'ng_bank_account' | 'ni_bank_account' | 'nl_bank_account' | 'no_bank_account' | 'nz_bank_account' | 'om_bank_account' | 'pa_bank_account' | 'pe_bank_account' | 'ph_bank_account' | 'pk_bank_account' | 'pl_bank_account' | 'pt_bank_account' | 'py_bank_account' | 'qa_bank_account' | 'ro_bank_account' | 'rs_bank_account' | 'rw_bank_account' | 'sa_bank_account' | 'se_bank_account' | 'sg_bank_account' | 'si_bank_account' | 'sk_bank_account' | 'sm_bank_account' | 'sn_bank_account' | 'sv_bank_account' | 'th_bank_account' | 'tn_bank_account' | 'tr_bank_account' | 'tt_bank_account' | 'tw_bank_account' | 'tz_bank_account' | 'us_bank_account' | 'uy_bank_account' | 'uz_bank_account' | 'vn_bank_account' | 'za_bank_account';
|
|
2921
|
+
}
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2924
|
+
namespace Defaults {
|
|
2925
|
+
type Locale = 'ar-SA' | 'bg' | 'bg-BG' | 'cs' | 'cs-CZ' | 'da' | 'da-DK' | 'de' | 'de-DE' | 'el' | 'el-GR' | 'en' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-NZ' | 'en-SG' | 'en-US' | 'es' | 'es-419' | 'es-ES' | 'et' | 'et-EE' | 'fi' | 'fil' | 'fil-PH' | 'fi-FI' | 'fr' | 'fr-CA' | 'fr-FR' | 'he-IL' | 'hr' | 'hr-HR' | 'hu' | 'hu-HU' | 'id' | 'id-ID' | 'it' | 'it-IT' | 'ja' | 'ja-JP' | 'ko' | 'ko-KR' | 'lt' | 'lt-LT' | 'lv' | 'lv-LV' | 'ms' | 'ms-MY' | 'mt' | 'mt-MT' | 'nb' | 'nb-NO' | 'nl' | 'nl-NL' | 'pl' | 'pl-PL' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ro-RO' | 'ru' | 'ru-RU' | 'sk' | 'sk-SK' | 'sl' | 'sl-SI' | 'sv' | 'sv-SE' | 'th' | 'th-TH' | 'tr' | 'tr-TR' | 'vi' | 'vi-VN' | 'zh' | 'zh-Hans' | 'zh-Hant-HK' | 'zh-Hant-TW' | 'zh-HK' | 'zh-TW';
|
|
2926
|
+
interface Profile {
|
|
2927
|
+
/**
|
|
2138
2928
|
* The business's publicly-available website.
|
|
2139
2929
|
*/
|
|
2140
2930
|
business_url?: string;
|
|
@@ -2268,8 +3058,8 @@ export declare namespace Account {
|
|
|
2268
3058
|
deadline: RestrictsCapability.Deadline;
|
|
2269
3059
|
}
|
|
2270
3060
|
namespace RestrictsCapability {
|
|
2271
|
-
type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'ideal_payments' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments';
|
|
2272
|
-
type Configuration = 'customer' | 'merchant' | 'recipient';
|
|
3061
|
+
type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'business_storage.inbound.eur' | 'business_storage.inbound.gbp' | 'business_storage.inbound.usd' | 'business_storage.outbound.eur' | 'business_storage.outbound.gbp' | 'business_storage.outbound.usd' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'financial_addresses.bank_accounts' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'holds_currencies.eur' | 'holds_currencies.gbp' | 'holds_currencies.usd' | 'ideal_payments' | 'inbound_transfers.financial_accounts' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'outbound_payments.bank_accounts' | 'outbound_payments.cards' | 'outbound_payments.financial_accounts' | 'outbound_transfers.bank_accounts' | 'outbound_transfers.financial_accounts' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'received_credits.bank_accounts' | 'received_debits.bank_accounts' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments';
|
|
3062
|
+
type Configuration = 'customer' | 'merchant' | 'money_manager' | 'recipient' | 'storer';
|
|
2273
3063
|
interface Deadline {
|
|
2274
3064
|
/**
|
|
2275
3065
|
* The current status of the requirement's impact.
|
|
@@ -2541,6 +3331,10 @@ export declare namespace Account {
|
|
|
2541
3331
|
* Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
2542
3332
|
*/
|
|
2543
3333
|
account?: TermsOfService.Account;
|
|
3334
|
+
/**
|
|
3335
|
+
* Details on the Account's acceptance of Treasury-specific terms of service.
|
|
3336
|
+
*/
|
|
3337
|
+
money_manager?: TermsOfService.MoneyManager;
|
|
2544
3338
|
}
|
|
2545
3339
|
namespace PersonsProvided {
|
|
2546
3340
|
type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
|
|
@@ -2560,6 +3354,20 @@ export declare namespace Account {
|
|
|
2560
3354
|
*/
|
|
2561
3355
|
user_agent?: string;
|
|
2562
3356
|
}
|
|
3357
|
+
interface MoneyManager {
|
|
3358
|
+
/**
|
|
3359
|
+
* The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
3360
|
+
*/
|
|
3361
|
+
date?: string;
|
|
3362
|
+
/**
|
|
3363
|
+
* The IP address from which the Account's representative accepted the terms of service.
|
|
3364
|
+
*/
|
|
3365
|
+
ip?: string;
|
|
3366
|
+
/**
|
|
3367
|
+
* The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3368
|
+
*/
|
|
3369
|
+
user_agent?: string;
|
|
3370
|
+
}
|
|
2563
3371
|
}
|
|
2564
3372
|
}
|
|
2565
3373
|
namespace BusinessDetails {
|
|
@@ -3386,8 +4194,8 @@ export declare namespace Account {
|
|
|
3386
4194
|
deadline: RestrictsCapability.Deadline;
|
|
3387
4195
|
}
|
|
3388
4196
|
namespace RestrictsCapability {
|
|
3389
|
-
type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'ideal_payments' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments';
|
|
3390
|
-
type Configuration = 'customer' | 'merchant' | 'recipient';
|
|
4197
|
+
type Capability = 'ach_debit_payments' | 'acss_debit_payments' | 'affirm_payments' | 'afterpay_clearpay_payments' | 'alma_payments' | 'amazon_pay_payments' | 'automatic_indirect_tax' | 'au_becs_debit_payments' | 'bacs_debit_payments' | 'bancontact_payments' | 'bank_accounts.local' | 'bank_accounts.wire' | 'blik_payments' | 'boleto_payments' | 'business_storage.inbound.eur' | 'business_storage.inbound.gbp' | 'business_storage.inbound.usd' | 'business_storage.outbound.eur' | 'business_storage.outbound.gbp' | 'business_storage.outbound.usd' | 'cards' | 'card_payments' | 'cartes_bancaires_payments' | 'cashapp_payments' | 'eps_payments' | 'financial_addresses.bank_accounts' | 'fpx_payments' | 'gb_bank_transfer_payments' | 'grabpay_payments' | 'holds_currencies.eur' | 'holds_currencies.gbp' | 'holds_currencies.usd' | 'ideal_payments' | 'inbound_transfers.financial_accounts' | 'jcb_payments' | 'jp_bank_transfer_payments' | 'kakao_pay_payments' | 'klarna_payments' | 'konbini_payments' | 'kr_card_payments' | 'link_payments' | 'mobilepay_payments' | 'multibanco_payments' | 'mx_bank_transfer_payments' | 'naver_pay_payments' | 'outbound_payments.bank_accounts' | 'outbound_payments.cards' | 'outbound_payments.financial_accounts' | 'outbound_transfers.bank_accounts' | 'outbound_transfers.financial_accounts' | 'oxxo_payments' | 'p24_payments' | 'payco_payments' | 'paynow_payments' | 'pay_by_bank_payments' | 'promptpay_payments' | 'received_credits.bank_accounts' | 'received_debits.bank_accounts' | 'revolut_pay_payments' | 'samsung_pay_payments' | 'sepa_bank_transfer_payments' | 'sepa_debit_payments' | 'stripe_balance.payouts' | 'stripe_balance.stripe_transfers' | 'swish_payments' | 'twint_payments' | 'us_bank_transfer_payments' | 'zip_payments';
|
|
4198
|
+
type Configuration = 'customer' | 'merchant' | 'money_manager' | 'recipient' | 'storer';
|
|
3391
4199
|
interface Deadline {
|
|
3392
4200
|
/**
|
|
3393
4201
|
* The current status of the requirement's impact.
|
|
@@ -3480,6 +4288,10 @@ export declare namespace V2 {
|
|
|
3480
4288
|
* Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
3481
4289
|
*/
|
|
3482
4290
|
merchant?: Configuration.Merchant;
|
|
4291
|
+
/**
|
|
4292
|
+
* The Money Manager Configuration allows the Account to store and move funds using FinancialAccounts.
|
|
4293
|
+
*/
|
|
4294
|
+
money_manager?: Configuration.MoneyManager;
|
|
3483
4295
|
/**
|
|
3484
4296
|
* The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
3485
4297
|
*/
|
|
@@ -3503,6 +4315,10 @@ export declare namespace V2 {
|
|
|
3503
4315
|
* Default responsibilities held by either Stripe or the platform.
|
|
3504
4316
|
*/
|
|
3505
4317
|
responsibilities?: Defaults.Responsibilities;
|
|
4318
|
+
/**
|
|
4319
|
+
* The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
|
|
4320
|
+
*/
|
|
4321
|
+
timezone?: string;
|
|
3506
4322
|
}
|
|
3507
4323
|
interface Identity {
|
|
3508
4324
|
/**
|
|
@@ -3526,7 +4342,7 @@ export declare namespace V2 {
|
|
|
3526
4342
|
*/
|
|
3527
4343
|
individual?: Identity.Individual;
|
|
3528
4344
|
}
|
|
3529
|
-
type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
|
|
4345
|
+
type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'configuration.money_manager' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
|
|
3530
4346
|
namespace Configuration {
|
|
3531
4347
|
interface Customer {
|
|
3532
4348
|
/**
|
|
@@ -3579,6 +4395,10 @@ export declare namespace V2 {
|
|
|
3579
4395
|
* Settings for the default text that appears on statements for language variations.
|
|
3580
4396
|
*/
|
|
3581
4397
|
script_statement_descriptor?: Merchant.ScriptStatementDescriptor;
|
|
4398
|
+
/**
|
|
4399
|
+
* Settings used for Smart Disputes.
|
|
4400
|
+
*/
|
|
4401
|
+
smart_disputes?: Merchant.SmartDisputes;
|
|
3582
4402
|
/**
|
|
3583
4403
|
* Statement descriptor.
|
|
3584
4404
|
*/
|
|
@@ -3588,6 +4408,12 @@ export declare namespace V2 {
|
|
|
3588
4408
|
*/
|
|
3589
4409
|
support?: Merchant.Support;
|
|
3590
4410
|
}
|
|
4411
|
+
interface MoneyManager {
|
|
4412
|
+
/**
|
|
4413
|
+
* Capabilities to request on the Money Manager Configuration.
|
|
4414
|
+
*/
|
|
4415
|
+
capabilities?: MoneyManager.Capabilities;
|
|
4416
|
+
}
|
|
3591
4417
|
interface Recipient {
|
|
3592
4418
|
/**
|
|
3593
4419
|
* Capabilities to be requested on the Recipient Configuration.
|
|
@@ -3604,6 +4430,10 @@ export declare namespace V2 {
|
|
|
3604
4430
|
* A recent IP address of the customer used for tax reporting and tax location inference.
|
|
3605
4431
|
*/
|
|
3606
4432
|
ip_address?: string;
|
|
4433
|
+
/**
|
|
4434
|
+
* The data source used to identify the customer's tax location - defaults to `identity_address`. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. This behavior is now deprecated for new users.
|
|
4435
|
+
*/
|
|
4436
|
+
location_source?: AutomaticIndirectTax.LocationSource;
|
|
3607
4437
|
}
|
|
3608
4438
|
interface Billing {
|
|
3609
4439
|
/**
|
|
@@ -3633,6 +4463,7 @@ export declare namespace V2 {
|
|
|
3633
4463
|
}
|
|
3634
4464
|
namespace AutomaticIndirectTax {
|
|
3635
4465
|
type Exempt = 'exempt' | 'none' | 'reverse';
|
|
4466
|
+
type LocationSource = 'identity_address' | 'ip_address' | 'payment_method' | 'shipping_address';
|
|
3636
4467
|
}
|
|
3637
4468
|
namespace Billing {
|
|
3638
4469
|
interface Invoice {
|
|
@@ -3921,6 +4752,12 @@ export declare namespace V2 {
|
|
|
3921
4752
|
*/
|
|
3922
4753
|
kanji?: ScriptStatementDescriptor.Kanji;
|
|
3923
4754
|
}
|
|
4755
|
+
interface SmartDisputes {
|
|
4756
|
+
/**
|
|
4757
|
+
* Settings for Smart Disputes auto_respond.
|
|
4758
|
+
*/
|
|
4759
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
4760
|
+
}
|
|
3924
4761
|
interface StatementDescriptor {
|
|
3925
4762
|
/**
|
|
3926
4763
|
* 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 Merchant Configuration settings documentation.
|
|
@@ -4272,64 +5109,363 @@ export declare namespace V2 {
|
|
|
4272
5109
|
*/
|
|
4273
5110
|
prefix?: string;
|
|
4274
5111
|
}
|
|
4275
|
-
interface Kanji {
|
|
4276
|
-
/**
|
|
4277
|
-
* 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 Merchant Configuration settings documentation.
|
|
4278
|
-
*/
|
|
4279
|
-
descriptor?: string;
|
|
4280
|
-
/**
|
|
4281
|
-
* Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. To maximize space for the dynamic part of the descriptor, keep this text short. If you don't specify this value, statement_descriptor is used as the prefix. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
4282
|
-
*/
|
|
4283
|
-
prefix?: string;
|
|
5112
|
+
interface Kanji {
|
|
5113
|
+
/**
|
|
5114
|
+
* 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 Merchant Configuration settings documentation.
|
|
5115
|
+
*/
|
|
5116
|
+
descriptor?: string;
|
|
5117
|
+
/**
|
|
5118
|
+
* Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. To maximize space for the dynamic part of the descriptor, keep this text short. If you don't specify this value, statement_descriptor is used as the prefix. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
5119
|
+
*/
|
|
5120
|
+
prefix?: string;
|
|
5121
|
+
}
|
|
5122
|
+
}
|
|
5123
|
+
namespace SmartDisputes {
|
|
5124
|
+
interface AutoRespond {
|
|
5125
|
+
/**
|
|
5126
|
+
* The preference for Smart Disputes auto-respond.
|
|
5127
|
+
*/
|
|
5128
|
+
preference?: AutoRespond.Preference;
|
|
5129
|
+
}
|
|
5130
|
+
namespace AutoRespond {
|
|
5131
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
5132
|
+
}
|
|
5133
|
+
}
|
|
5134
|
+
namespace Support {
|
|
5135
|
+
interface Address {
|
|
5136
|
+
/**
|
|
5137
|
+
* City, district, suburb, town, or village.
|
|
5138
|
+
*/
|
|
5139
|
+
city?: string;
|
|
5140
|
+
/**
|
|
5141
|
+
* Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
5142
|
+
*/
|
|
5143
|
+
country: string;
|
|
5144
|
+
/**
|
|
5145
|
+
* Address line 1 (e.g., street, PO Box, or company name).
|
|
5146
|
+
*/
|
|
5147
|
+
line1?: string;
|
|
5148
|
+
/**
|
|
5149
|
+
* Address line 2 (e.g., apartment, suite, unit, or building).
|
|
5150
|
+
*/
|
|
5151
|
+
line2?: string;
|
|
5152
|
+
/**
|
|
5153
|
+
* ZIP or postal code.
|
|
5154
|
+
*/
|
|
5155
|
+
postal_code?: string;
|
|
5156
|
+
/**
|
|
5157
|
+
* State, county, province, or region.
|
|
5158
|
+
*/
|
|
5159
|
+
state?: string;
|
|
5160
|
+
/**
|
|
5161
|
+
* Town or district.
|
|
5162
|
+
*/
|
|
5163
|
+
town?: string;
|
|
5164
|
+
}
|
|
5165
|
+
}
|
|
5166
|
+
}
|
|
5167
|
+
namespace MoneyManager {
|
|
5168
|
+
interface Capabilities {
|
|
5169
|
+
/**
|
|
5170
|
+
* Can send or receive business storage-type funds on Stripe.
|
|
5171
|
+
*/
|
|
5172
|
+
business_storage?: Capabilities.BusinessStorage;
|
|
5173
|
+
/**
|
|
5174
|
+
* Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
5175
|
+
*/
|
|
5176
|
+
inbound_transfers?: Capabilities.InboundTransfers;
|
|
5177
|
+
/**
|
|
5178
|
+
* Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
5179
|
+
*/
|
|
5180
|
+
outbound_payments?: Capabilities.OutboundPayments;
|
|
5181
|
+
/**
|
|
5182
|
+
* Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
5183
|
+
*/
|
|
5184
|
+
outbound_transfers?: Capabilities.OutboundTransfers;
|
|
5185
|
+
/**
|
|
5186
|
+
* Can receive funds into a FinancialAccount.
|
|
5187
|
+
*/
|
|
5188
|
+
received_credits?: Capabilities.ReceivedCredits;
|
|
5189
|
+
/**
|
|
5190
|
+
* Can receive debits to a FinancialAccount.
|
|
5191
|
+
*/
|
|
5192
|
+
received_debits?: Capabilities.ReceivedDebits;
|
|
5193
|
+
}
|
|
5194
|
+
namespace Capabilities {
|
|
5195
|
+
interface BusinessStorage {
|
|
5196
|
+
/**
|
|
5197
|
+
* Can receive business storage-type funds on Stripe.
|
|
5198
|
+
*/
|
|
5199
|
+
inbound?: BusinessStorage.Inbound;
|
|
5200
|
+
/**
|
|
5201
|
+
* Can send business storage-type funds on Stripe.
|
|
5202
|
+
*/
|
|
5203
|
+
outbound?: BusinessStorage.Outbound;
|
|
5204
|
+
}
|
|
5205
|
+
interface InboundTransfers {
|
|
5206
|
+
/**
|
|
5207
|
+
* Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
5208
|
+
*/
|
|
5209
|
+
bank_accounts?: InboundTransfers.BankAccounts;
|
|
5210
|
+
}
|
|
5211
|
+
interface OutboundPayments {
|
|
5212
|
+
/**
|
|
5213
|
+
* Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
5214
|
+
*/
|
|
5215
|
+
bank_accounts?: OutboundPayments.BankAccounts;
|
|
5216
|
+
/**
|
|
5217
|
+
* Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
5218
|
+
*/
|
|
5219
|
+
cards?: OutboundPayments.Cards;
|
|
5220
|
+
/**
|
|
5221
|
+
* Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
5222
|
+
*/
|
|
5223
|
+
financial_accounts?: OutboundPayments.FinancialAccounts;
|
|
5224
|
+
}
|
|
5225
|
+
interface OutboundTransfers {
|
|
5226
|
+
/**
|
|
5227
|
+
* Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
5228
|
+
*/
|
|
5229
|
+
bank_accounts?: OutboundTransfers.BankAccounts;
|
|
5230
|
+
/**
|
|
5231
|
+
* Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
5232
|
+
*/
|
|
5233
|
+
financial_accounts?: OutboundTransfers.FinancialAccounts;
|
|
5234
|
+
}
|
|
5235
|
+
interface ReceivedCredits {
|
|
5236
|
+
/**
|
|
5237
|
+
* Can receive funds on a bank-account-like financial address (VBAN) to credit a FinancialAccount.
|
|
5238
|
+
*/
|
|
5239
|
+
bank_accounts?: ReceivedCredits.BankAccounts;
|
|
5240
|
+
}
|
|
5241
|
+
interface ReceivedDebits {
|
|
5242
|
+
/**
|
|
5243
|
+
* Can receive debits to a FinancialAccount from a bank account.
|
|
5244
|
+
*/
|
|
5245
|
+
bank_accounts?: ReceivedDebits.BankAccounts;
|
|
5246
|
+
}
|
|
5247
|
+
namespace BusinessStorage {
|
|
5248
|
+
interface Inbound {
|
|
5249
|
+
/**
|
|
5250
|
+
* Can receive business storage-type funds on Stripe in AUD.
|
|
5251
|
+
*/
|
|
5252
|
+
aud?: Inbound.Aud;
|
|
5253
|
+
/**
|
|
5254
|
+
* Can receive business storage-type funds on Stripe in CAD.
|
|
5255
|
+
*/
|
|
5256
|
+
cad?: Inbound.Cad;
|
|
5257
|
+
/**
|
|
5258
|
+
* Can receive business storage-type funds on Stripe in EUR.
|
|
5259
|
+
*/
|
|
5260
|
+
eur?: Inbound.Eur;
|
|
5261
|
+
/**
|
|
5262
|
+
* Can receive business storage-type funds on Stripe in GBP.
|
|
5263
|
+
*/
|
|
5264
|
+
gbp?: Inbound.Gbp;
|
|
5265
|
+
/**
|
|
5266
|
+
* Can receive business storage-type funds on Stripe in USD.
|
|
5267
|
+
*/
|
|
5268
|
+
usd?: Inbound.Usd;
|
|
5269
|
+
}
|
|
5270
|
+
interface Outbound {
|
|
5271
|
+
/**
|
|
5272
|
+
* Can send business storage-type funds on Stripe in AUD.
|
|
5273
|
+
*/
|
|
5274
|
+
aud?: Outbound.Aud;
|
|
5275
|
+
/**
|
|
5276
|
+
* Can send business storage-type funds on Stripe in CAD.
|
|
5277
|
+
*/
|
|
5278
|
+
cad?: Outbound.Cad;
|
|
5279
|
+
/**
|
|
5280
|
+
* Can send business storage-type funds on Stripe in EUR.
|
|
5281
|
+
*/
|
|
5282
|
+
eur?: Outbound.Eur;
|
|
5283
|
+
/**
|
|
5284
|
+
* Can send business storage-type funds on Stripe in GBP.
|
|
5285
|
+
*/
|
|
5286
|
+
gbp?: Outbound.Gbp;
|
|
5287
|
+
/**
|
|
5288
|
+
* Can send business storage-type funds on Stripe in USD.
|
|
5289
|
+
*/
|
|
5290
|
+
usd?: Outbound.Usd;
|
|
5291
|
+
}
|
|
5292
|
+
namespace Inbound {
|
|
5293
|
+
interface Aud {
|
|
5294
|
+
/**
|
|
5295
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5296
|
+
*/
|
|
5297
|
+
requested: boolean;
|
|
5298
|
+
}
|
|
5299
|
+
interface Cad {
|
|
5300
|
+
/**
|
|
5301
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5302
|
+
*/
|
|
5303
|
+
requested: boolean;
|
|
5304
|
+
}
|
|
5305
|
+
interface Eur {
|
|
5306
|
+
/**
|
|
5307
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5308
|
+
*/
|
|
5309
|
+
requested: boolean;
|
|
5310
|
+
}
|
|
5311
|
+
interface Gbp {
|
|
5312
|
+
/**
|
|
5313
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5314
|
+
*/
|
|
5315
|
+
requested: boolean;
|
|
5316
|
+
}
|
|
5317
|
+
interface Usd {
|
|
5318
|
+
/**
|
|
5319
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5320
|
+
*/
|
|
5321
|
+
requested: boolean;
|
|
5322
|
+
}
|
|
5323
|
+
}
|
|
5324
|
+
namespace Outbound {
|
|
5325
|
+
interface Aud {
|
|
5326
|
+
/**
|
|
5327
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5328
|
+
*/
|
|
5329
|
+
requested: boolean;
|
|
5330
|
+
}
|
|
5331
|
+
interface Cad {
|
|
5332
|
+
/**
|
|
5333
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5334
|
+
*/
|
|
5335
|
+
requested: boolean;
|
|
5336
|
+
}
|
|
5337
|
+
interface Eur {
|
|
5338
|
+
/**
|
|
5339
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5340
|
+
*/
|
|
5341
|
+
requested: boolean;
|
|
5342
|
+
}
|
|
5343
|
+
interface Gbp {
|
|
5344
|
+
/**
|
|
5345
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5346
|
+
*/
|
|
5347
|
+
requested: boolean;
|
|
5348
|
+
}
|
|
5349
|
+
interface Usd {
|
|
5350
|
+
/**
|
|
5351
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5352
|
+
*/
|
|
5353
|
+
requested: boolean;
|
|
5354
|
+
}
|
|
5355
|
+
}
|
|
5356
|
+
}
|
|
5357
|
+
namespace InboundTransfers {
|
|
5358
|
+
interface BankAccounts {
|
|
5359
|
+
/**
|
|
5360
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5361
|
+
*/
|
|
5362
|
+
requested: boolean;
|
|
5363
|
+
}
|
|
5364
|
+
}
|
|
5365
|
+
namespace OutboundPayments {
|
|
5366
|
+
interface BankAccounts {
|
|
5367
|
+
/**
|
|
5368
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5369
|
+
*/
|
|
5370
|
+
requested: boolean;
|
|
5371
|
+
}
|
|
5372
|
+
interface Cards {
|
|
5373
|
+
/**
|
|
5374
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5375
|
+
*/
|
|
5376
|
+
requested: boolean;
|
|
5377
|
+
}
|
|
5378
|
+
interface FinancialAccounts {
|
|
5379
|
+
/**
|
|
5380
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5381
|
+
*/
|
|
5382
|
+
requested: boolean;
|
|
5383
|
+
}
|
|
5384
|
+
}
|
|
5385
|
+
namespace OutboundTransfers {
|
|
5386
|
+
interface BankAccounts {
|
|
5387
|
+
/**
|
|
5388
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5389
|
+
*/
|
|
5390
|
+
requested: boolean;
|
|
5391
|
+
}
|
|
5392
|
+
interface FinancialAccounts {
|
|
5393
|
+
/**
|
|
5394
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5395
|
+
*/
|
|
5396
|
+
requested: boolean;
|
|
5397
|
+
}
|
|
5398
|
+
}
|
|
5399
|
+
namespace ReceivedCredits {
|
|
5400
|
+
interface BankAccounts {
|
|
5401
|
+
/**
|
|
5402
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5403
|
+
*/
|
|
5404
|
+
requested: boolean;
|
|
5405
|
+
}
|
|
4284
5406
|
}
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
/**
|
|
4293
|
-
* Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
4294
|
-
*/
|
|
4295
|
-
country: string;
|
|
4296
|
-
/**
|
|
4297
|
-
* Address line 1 (e.g., street, PO Box, or company name).
|
|
4298
|
-
*/
|
|
4299
|
-
line1?: string;
|
|
4300
|
-
/**
|
|
4301
|
-
* Address line 2 (e.g., apartment, suite, unit, or building).
|
|
4302
|
-
*/
|
|
4303
|
-
line2?: string;
|
|
4304
|
-
/**
|
|
4305
|
-
* ZIP or postal code.
|
|
4306
|
-
*/
|
|
4307
|
-
postal_code?: string;
|
|
4308
|
-
/**
|
|
4309
|
-
* State, county, province, or region.
|
|
4310
|
-
*/
|
|
4311
|
-
state?: string;
|
|
4312
|
-
/**
|
|
4313
|
-
* Town or district.
|
|
4314
|
-
*/
|
|
4315
|
-
town?: string;
|
|
5407
|
+
namespace ReceivedDebits {
|
|
5408
|
+
interface BankAccounts {
|
|
5409
|
+
/**
|
|
5410
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5411
|
+
*/
|
|
5412
|
+
requested: boolean;
|
|
5413
|
+
}
|
|
4316
5414
|
}
|
|
4317
5415
|
}
|
|
4318
5416
|
}
|
|
4319
5417
|
namespace Recipient {
|
|
4320
5418
|
interface Capabilities {
|
|
5419
|
+
/**
|
|
5420
|
+
* Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
5421
|
+
*/
|
|
5422
|
+
bank_accounts?: Capabilities.BankAccounts;
|
|
5423
|
+
/**
|
|
5424
|
+
* Capabilities that enable OutboundPayments to a card linked to this Account.
|
|
5425
|
+
*/
|
|
5426
|
+
cards?: Capabilities.Cards;
|
|
4321
5427
|
/**
|
|
4322
5428
|
* Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
4323
5429
|
*/
|
|
4324
5430
|
stripe_balance?: Capabilities.StripeBalance;
|
|
4325
5431
|
}
|
|
4326
5432
|
namespace Capabilities {
|
|
5433
|
+
interface BankAccounts {
|
|
5434
|
+
/**
|
|
5435
|
+
* Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
5436
|
+
*/
|
|
5437
|
+
local?: BankAccounts.Local;
|
|
5438
|
+
/**
|
|
5439
|
+
* Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
5440
|
+
*/
|
|
5441
|
+
wire?: BankAccounts.Wire;
|
|
5442
|
+
}
|
|
5443
|
+
interface Cards {
|
|
5444
|
+
/**
|
|
5445
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5446
|
+
*/
|
|
5447
|
+
requested: boolean;
|
|
5448
|
+
}
|
|
4327
5449
|
interface StripeBalance {
|
|
4328
5450
|
/**
|
|
4329
5451
|
* Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
|
|
4330
5452
|
*/
|
|
4331
5453
|
stripe_transfers?: StripeBalance.StripeTransfers;
|
|
4332
5454
|
}
|
|
5455
|
+
namespace BankAccounts {
|
|
5456
|
+
interface Local {
|
|
5457
|
+
/**
|
|
5458
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5459
|
+
*/
|
|
5460
|
+
requested: boolean;
|
|
5461
|
+
}
|
|
5462
|
+
interface Wire {
|
|
5463
|
+
/**
|
|
5464
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
5465
|
+
*/
|
|
5466
|
+
requested: boolean;
|
|
5467
|
+
}
|
|
5468
|
+
}
|
|
4333
5469
|
namespace StripeBalance {
|
|
4334
5470
|
interface StripeTransfers {
|
|
4335
5471
|
/**
|
|
@@ -4582,6 +5718,10 @@ export declare namespace V2 {
|
|
|
4582
5718
|
* Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
4583
5719
|
*/
|
|
4584
5720
|
account?: TermsOfService.Account;
|
|
5721
|
+
/**
|
|
5722
|
+
* Details on the Account's acceptance of Treasury-specific terms of service.
|
|
5723
|
+
*/
|
|
5724
|
+
money_manager?: TermsOfService.MoneyManager;
|
|
4585
5725
|
}
|
|
4586
5726
|
namespace PersonsProvided {
|
|
4587
5727
|
type OwnershipExemptionReason = 'qualified_entity_exceeds_ownership_threshold' | 'qualifies_as_financial_institution';
|
|
@@ -4601,6 +5741,20 @@ export declare namespace V2 {
|
|
|
4601
5741
|
*/
|
|
4602
5742
|
user_agent?: string;
|
|
4603
5743
|
}
|
|
5744
|
+
interface MoneyManager {
|
|
5745
|
+
/**
|
|
5746
|
+
* The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
5747
|
+
*/
|
|
5748
|
+
date: string;
|
|
5749
|
+
/**
|
|
5750
|
+
* The IP address from which the Account's representative accepted the terms of service.
|
|
5751
|
+
*/
|
|
5752
|
+
ip: string;
|
|
5753
|
+
/**
|
|
5754
|
+
* The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
5755
|
+
*/
|
|
5756
|
+
user_agent?: string;
|
|
5757
|
+
}
|
|
4604
5758
|
}
|
|
4605
5759
|
}
|
|
4606
5760
|
namespace BusinessDetails {
|
|
@@ -5312,7 +6466,7 @@ export declare namespace V2 {
|
|
|
5312
6466
|
include?: Array<AccountRetrieveParams.Include>;
|
|
5313
6467
|
}
|
|
5314
6468
|
namespace AccountRetrieveParams {
|
|
5315
|
-
type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
|
|
6469
|
+
type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'configuration.money_manager' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
|
|
5316
6470
|
}
|
|
5317
6471
|
}
|
|
5318
6472
|
}
|
|
@@ -5370,6 +6524,10 @@ export declare namespace V2 {
|
|
|
5370
6524
|
* Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
5371
6525
|
*/
|
|
5372
6526
|
merchant?: Configuration.Merchant;
|
|
6527
|
+
/**
|
|
6528
|
+
* The Money Manager Configuration allows the Account to store and move funds using FinancialAccounts.
|
|
6529
|
+
*/
|
|
6530
|
+
money_manager?: Configuration.MoneyManager;
|
|
5373
6531
|
/**
|
|
5374
6532
|
* The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
5375
6533
|
*/
|
|
@@ -5393,6 +6551,10 @@ export declare namespace V2 {
|
|
|
5393
6551
|
* Default responsibilities held by either Stripe or the platform.
|
|
5394
6552
|
*/
|
|
5395
6553
|
responsibilities?: Defaults.Responsibilities;
|
|
6554
|
+
/**
|
|
6555
|
+
* The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
|
|
6556
|
+
*/
|
|
6557
|
+
timezone?: string;
|
|
5396
6558
|
}
|
|
5397
6559
|
interface Identity {
|
|
5398
6560
|
/**
|
|
@@ -5416,7 +6578,7 @@ export declare namespace V2 {
|
|
|
5416
6578
|
*/
|
|
5417
6579
|
individual?: Identity.Individual;
|
|
5418
6580
|
}
|
|
5419
|
-
type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
|
|
6581
|
+
type Include = 'configuration.customer' | 'configuration.merchant' | 'configuration.recipient' | 'configuration.money_manager' | 'defaults' | 'future_requirements' | 'identity' | 'requirements';
|
|
5420
6582
|
namespace Configuration {
|
|
5421
6583
|
interface Customer {
|
|
5422
6584
|
/**
|
|
@@ -5477,6 +6639,10 @@ export declare namespace V2 {
|
|
|
5477
6639
|
* Settings for the default text that appears on statements for language variations.
|
|
5478
6640
|
*/
|
|
5479
6641
|
script_statement_descriptor?: Merchant.ScriptStatementDescriptor;
|
|
6642
|
+
/**
|
|
6643
|
+
* Settings for Smart Disputes automatic response feature.
|
|
6644
|
+
*/
|
|
6645
|
+
smart_disputes?: Merchant.SmartDisputes;
|
|
5480
6646
|
/**
|
|
5481
6647
|
* Settings for the default [statement descriptor](https://docs.stripe.com/connect/statement-descriptors) text.
|
|
5482
6648
|
*/
|
|
@@ -5486,6 +6652,16 @@ export declare namespace V2 {
|
|
|
5486
6652
|
*/
|
|
5487
6653
|
support?: Merchant.Support;
|
|
5488
6654
|
}
|
|
6655
|
+
interface MoneyManager {
|
|
6656
|
+
/**
|
|
6657
|
+
* Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
6658
|
+
*/
|
|
6659
|
+
applied?: boolean;
|
|
6660
|
+
/**
|
|
6661
|
+
* Capabilities to request on the Money Manager Configuration.
|
|
6662
|
+
*/
|
|
6663
|
+
capabilities?: MoneyManager.Capabilities;
|
|
6664
|
+
}
|
|
5489
6665
|
interface Recipient {
|
|
5490
6666
|
/**
|
|
5491
6667
|
* Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
@@ -5495,6 +6671,10 @@ export declare namespace V2 {
|
|
|
5495
6671
|
* Capabilities to request on the Recipient Configuration.
|
|
5496
6672
|
*/
|
|
5497
6673
|
capabilities?: Recipient.Capabilities;
|
|
6674
|
+
/**
|
|
6675
|
+
* The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination. For further details about creating an Outbound Destination, see [Collect recipient's payment details](https://docs.stripe.com/global-payouts-private-preview/quickstart?dashboard-or-api=api#collect-bank-account-details).
|
|
6676
|
+
*/
|
|
6677
|
+
default_outbound_destination?: string;
|
|
5498
6678
|
}
|
|
5499
6679
|
namespace Customer {
|
|
5500
6680
|
interface AutomaticIndirectTax {
|
|
@@ -5506,6 +6686,10 @@ export declare namespace V2 {
|
|
|
5506
6686
|
* A recent IP address of the customer used for tax reporting and tax location inference.
|
|
5507
6687
|
*/
|
|
5508
6688
|
ip_address?: string;
|
|
6689
|
+
/**
|
|
6690
|
+
* Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
|
|
6691
|
+
*/
|
|
6692
|
+
location_source?: AutomaticIndirectTax.LocationSource;
|
|
5509
6693
|
/**
|
|
5510
6694
|
* A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`.
|
|
5511
6695
|
*/
|
|
@@ -5543,6 +6727,7 @@ export declare namespace V2 {
|
|
|
5543
6727
|
}
|
|
5544
6728
|
namespace AutomaticIndirectTax {
|
|
5545
6729
|
type Exempt = 'exempt' | 'none' | 'reverse';
|
|
6730
|
+
type LocationSource = 'identity_address' | 'ip_address' | 'payment_method' | 'shipping_address';
|
|
5546
6731
|
type ValidateLocation = 'auto' | 'deferred' | 'immediately';
|
|
5547
6732
|
}
|
|
5548
6733
|
namespace Billing {
|
|
@@ -5832,6 +7017,12 @@ export declare namespace V2 {
|
|
|
5832
7017
|
*/
|
|
5833
7018
|
kanji?: ScriptStatementDescriptor.Kanji;
|
|
5834
7019
|
}
|
|
7020
|
+
interface SmartDisputes {
|
|
7021
|
+
/**
|
|
7022
|
+
* Settings for Smart Disputes auto_respond.
|
|
7023
|
+
*/
|
|
7024
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
7025
|
+
}
|
|
5835
7026
|
interface StatementDescriptor {
|
|
5836
7027
|
/**
|
|
5837
7028
|
* 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 Merchant Configuration settings documentation.
|
|
@@ -6194,21 +7385,320 @@ export declare namespace V2 {
|
|
|
6194
7385
|
prefix?: string;
|
|
6195
7386
|
}
|
|
6196
7387
|
}
|
|
7388
|
+
namespace SmartDisputes {
|
|
7389
|
+
interface AutoRespond {
|
|
7390
|
+
/**
|
|
7391
|
+
* The preference for automatic dispute responses.
|
|
7392
|
+
*/
|
|
7393
|
+
preference?: AutoRespond.Preference;
|
|
7394
|
+
}
|
|
7395
|
+
namespace AutoRespond {
|
|
7396
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
7397
|
+
}
|
|
7398
|
+
}
|
|
7399
|
+
}
|
|
7400
|
+
namespace MoneyManager {
|
|
7401
|
+
interface Capabilities {
|
|
7402
|
+
/**
|
|
7403
|
+
* Can send or receive business storage-type funds on Stripe.
|
|
7404
|
+
*/
|
|
7405
|
+
business_storage?: Capabilities.BusinessStorage;
|
|
7406
|
+
/**
|
|
7407
|
+
* Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
7408
|
+
*/
|
|
7409
|
+
inbound_transfers?: Capabilities.InboundTransfers;
|
|
7410
|
+
/**
|
|
7411
|
+
* Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
7412
|
+
*/
|
|
7413
|
+
outbound_payments?: Capabilities.OutboundPayments;
|
|
7414
|
+
/**
|
|
7415
|
+
* Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
7416
|
+
*/
|
|
7417
|
+
outbound_transfers?: Capabilities.OutboundTransfers;
|
|
7418
|
+
/**
|
|
7419
|
+
* Can receive funds on a financial address to credit a FinancialAccount.
|
|
7420
|
+
*/
|
|
7421
|
+
received_credits?: Capabilities.ReceivedCredits;
|
|
7422
|
+
/**
|
|
7423
|
+
* Can receive debits to a FinancialAccount.
|
|
7424
|
+
*/
|
|
7425
|
+
received_debits?: Capabilities.ReceivedDebits;
|
|
7426
|
+
}
|
|
7427
|
+
namespace Capabilities {
|
|
7428
|
+
interface BusinessStorage {
|
|
7429
|
+
/**
|
|
7430
|
+
* Can receive business storage-type funds on Stripe.
|
|
7431
|
+
*/
|
|
7432
|
+
inbound?: BusinessStorage.Inbound;
|
|
7433
|
+
/**
|
|
7434
|
+
* Can send business storage-type funds on Stripe.
|
|
7435
|
+
*/
|
|
7436
|
+
outbound?: BusinessStorage.Outbound;
|
|
7437
|
+
}
|
|
7438
|
+
interface InboundTransfers {
|
|
7439
|
+
/**
|
|
7440
|
+
* Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
7441
|
+
*/
|
|
7442
|
+
bank_accounts?: InboundTransfers.BankAccounts;
|
|
7443
|
+
}
|
|
7444
|
+
interface OutboundPayments {
|
|
7445
|
+
/**
|
|
7446
|
+
* Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
7447
|
+
*/
|
|
7448
|
+
bank_accounts?: OutboundPayments.BankAccounts;
|
|
7449
|
+
/**
|
|
7450
|
+
* Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
7451
|
+
*/
|
|
7452
|
+
cards?: OutboundPayments.Cards;
|
|
7453
|
+
/**
|
|
7454
|
+
* Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
7455
|
+
*/
|
|
7456
|
+
financial_accounts?: OutboundPayments.FinancialAccounts;
|
|
7457
|
+
}
|
|
7458
|
+
interface OutboundTransfers {
|
|
7459
|
+
/**
|
|
7460
|
+
* Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
7461
|
+
*/
|
|
7462
|
+
bank_accounts?: OutboundTransfers.BankAccounts;
|
|
7463
|
+
/**
|
|
7464
|
+
* Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
7465
|
+
*/
|
|
7466
|
+
financial_accounts?: OutboundTransfers.FinancialAccounts;
|
|
7467
|
+
}
|
|
7468
|
+
interface ReceivedCredits {
|
|
7469
|
+
/**
|
|
7470
|
+
* Can receive funds on a bank-account-like financial address (VBAN) to credit a FinancialAccount.
|
|
7471
|
+
*/
|
|
7472
|
+
bank_accounts?: ReceivedCredits.BankAccounts;
|
|
7473
|
+
}
|
|
7474
|
+
interface ReceivedDebits {
|
|
7475
|
+
/**
|
|
7476
|
+
* Can receive debits to a FinancialAccount from a bank account.
|
|
7477
|
+
*/
|
|
7478
|
+
bank_accounts?: ReceivedDebits.BankAccounts;
|
|
7479
|
+
}
|
|
7480
|
+
namespace BusinessStorage {
|
|
7481
|
+
interface Inbound {
|
|
7482
|
+
/**
|
|
7483
|
+
* Can receive business storage-type funds on Stripe in AUD.
|
|
7484
|
+
*/
|
|
7485
|
+
aud?: Inbound.Aud;
|
|
7486
|
+
/**
|
|
7487
|
+
* Can receive business storage-type funds on Stripe in CAD.
|
|
7488
|
+
*/
|
|
7489
|
+
cad?: Inbound.Cad;
|
|
7490
|
+
/**
|
|
7491
|
+
* Can receive business storage-type funds on Stripe in EUR.
|
|
7492
|
+
*/
|
|
7493
|
+
eur?: Inbound.Eur;
|
|
7494
|
+
/**
|
|
7495
|
+
* Can receive business storage-type funds on Stripe in GBP.
|
|
7496
|
+
*/
|
|
7497
|
+
gbp?: Inbound.Gbp;
|
|
7498
|
+
/**
|
|
7499
|
+
* Can receive business storage-type funds on Stripe in USD.
|
|
7500
|
+
*/
|
|
7501
|
+
usd?: Inbound.Usd;
|
|
7502
|
+
}
|
|
7503
|
+
interface Outbound {
|
|
7504
|
+
/**
|
|
7505
|
+
* Can send business storage-type funds on Stripe in AUD.
|
|
7506
|
+
*/
|
|
7507
|
+
aud?: Outbound.Aud;
|
|
7508
|
+
/**
|
|
7509
|
+
* Can send business storage-type funds on Stripe in CAD.
|
|
7510
|
+
*/
|
|
7511
|
+
cad?: Outbound.Cad;
|
|
7512
|
+
/**
|
|
7513
|
+
* Can send business storage-type funds on Stripe in EUR.
|
|
7514
|
+
*/
|
|
7515
|
+
eur?: Outbound.Eur;
|
|
7516
|
+
/**
|
|
7517
|
+
* Can send business storage-type funds on Stripe in GBP.
|
|
7518
|
+
*/
|
|
7519
|
+
gbp?: Outbound.Gbp;
|
|
7520
|
+
/**
|
|
7521
|
+
* Can send business storage-type funds on Stripe in USD.
|
|
7522
|
+
*/
|
|
7523
|
+
usd?: Outbound.Usd;
|
|
7524
|
+
}
|
|
7525
|
+
namespace Inbound {
|
|
7526
|
+
interface Aud {
|
|
7527
|
+
/**
|
|
7528
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7529
|
+
*/
|
|
7530
|
+
requested?: boolean;
|
|
7531
|
+
}
|
|
7532
|
+
interface Cad {
|
|
7533
|
+
/**
|
|
7534
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7535
|
+
*/
|
|
7536
|
+
requested?: boolean;
|
|
7537
|
+
}
|
|
7538
|
+
interface Eur {
|
|
7539
|
+
/**
|
|
7540
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7541
|
+
*/
|
|
7542
|
+
requested?: boolean;
|
|
7543
|
+
}
|
|
7544
|
+
interface Gbp {
|
|
7545
|
+
/**
|
|
7546
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7547
|
+
*/
|
|
7548
|
+
requested?: boolean;
|
|
7549
|
+
}
|
|
7550
|
+
interface Usd {
|
|
7551
|
+
/**
|
|
7552
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7553
|
+
*/
|
|
7554
|
+
requested?: boolean;
|
|
7555
|
+
}
|
|
7556
|
+
}
|
|
7557
|
+
namespace Outbound {
|
|
7558
|
+
interface Aud {
|
|
7559
|
+
/**
|
|
7560
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7561
|
+
*/
|
|
7562
|
+
requested?: boolean;
|
|
7563
|
+
}
|
|
7564
|
+
interface Cad {
|
|
7565
|
+
/**
|
|
7566
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7567
|
+
*/
|
|
7568
|
+
requested?: boolean;
|
|
7569
|
+
}
|
|
7570
|
+
interface Eur {
|
|
7571
|
+
/**
|
|
7572
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7573
|
+
*/
|
|
7574
|
+
requested?: boolean;
|
|
7575
|
+
}
|
|
7576
|
+
interface Gbp {
|
|
7577
|
+
/**
|
|
7578
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7579
|
+
*/
|
|
7580
|
+
requested?: boolean;
|
|
7581
|
+
}
|
|
7582
|
+
interface Usd {
|
|
7583
|
+
/**
|
|
7584
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7585
|
+
*/
|
|
7586
|
+
requested?: boolean;
|
|
7587
|
+
}
|
|
7588
|
+
}
|
|
7589
|
+
}
|
|
7590
|
+
namespace InboundTransfers {
|
|
7591
|
+
interface BankAccounts {
|
|
7592
|
+
/**
|
|
7593
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7594
|
+
*/
|
|
7595
|
+
requested?: boolean;
|
|
7596
|
+
}
|
|
7597
|
+
}
|
|
7598
|
+
namespace OutboundPayments {
|
|
7599
|
+
interface BankAccounts {
|
|
7600
|
+
/**
|
|
7601
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7602
|
+
*/
|
|
7603
|
+
requested?: boolean;
|
|
7604
|
+
}
|
|
7605
|
+
interface Cards {
|
|
7606
|
+
/**
|
|
7607
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7608
|
+
*/
|
|
7609
|
+
requested?: boolean;
|
|
7610
|
+
}
|
|
7611
|
+
interface FinancialAccounts {
|
|
7612
|
+
/**
|
|
7613
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7614
|
+
*/
|
|
7615
|
+
requested?: boolean;
|
|
7616
|
+
}
|
|
7617
|
+
}
|
|
7618
|
+
namespace OutboundTransfers {
|
|
7619
|
+
interface BankAccounts {
|
|
7620
|
+
/**
|
|
7621
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7622
|
+
*/
|
|
7623
|
+
requested?: boolean;
|
|
7624
|
+
}
|
|
7625
|
+
interface FinancialAccounts {
|
|
7626
|
+
/**
|
|
7627
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7628
|
+
*/
|
|
7629
|
+
requested?: boolean;
|
|
7630
|
+
}
|
|
7631
|
+
}
|
|
7632
|
+
namespace ReceivedCredits {
|
|
7633
|
+
interface BankAccounts {
|
|
7634
|
+
/**
|
|
7635
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7636
|
+
*/
|
|
7637
|
+
requested?: boolean;
|
|
7638
|
+
}
|
|
7639
|
+
}
|
|
7640
|
+
namespace ReceivedDebits {
|
|
7641
|
+
interface BankAccounts {
|
|
7642
|
+
/**
|
|
7643
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7644
|
+
*/
|
|
7645
|
+
requested?: boolean;
|
|
7646
|
+
}
|
|
7647
|
+
}
|
|
7648
|
+
}
|
|
6197
7649
|
}
|
|
6198
7650
|
namespace Recipient {
|
|
6199
7651
|
interface Capabilities {
|
|
7652
|
+
/**
|
|
7653
|
+
* Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
7654
|
+
*/
|
|
7655
|
+
bank_accounts?: Capabilities.BankAccounts;
|
|
7656
|
+
/**
|
|
7657
|
+
* Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
7658
|
+
*/
|
|
7659
|
+
cards?: Capabilities.Cards;
|
|
6200
7660
|
/**
|
|
6201
7661
|
* Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
6202
7662
|
*/
|
|
6203
7663
|
stripe_balance?: Capabilities.StripeBalance;
|
|
6204
7664
|
}
|
|
6205
7665
|
namespace Capabilities {
|
|
7666
|
+
interface BankAccounts {
|
|
7667
|
+
/**
|
|
7668
|
+
* Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
7669
|
+
*/
|
|
7670
|
+
local?: BankAccounts.Local;
|
|
7671
|
+
/**
|
|
7672
|
+
* Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
7673
|
+
*/
|
|
7674
|
+
wire?: BankAccounts.Wire;
|
|
7675
|
+
}
|
|
7676
|
+
interface Cards {
|
|
7677
|
+
/**
|
|
7678
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7679
|
+
*/
|
|
7680
|
+
requested?: boolean;
|
|
7681
|
+
}
|
|
6206
7682
|
interface StripeBalance {
|
|
6207
7683
|
/**
|
|
6208
7684
|
* Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
|
|
6209
7685
|
*/
|
|
6210
7686
|
stripe_transfers?: StripeBalance.StripeTransfers;
|
|
6211
7687
|
}
|
|
7688
|
+
namespace BankAccounts {
|
|
7689
|
+
interface Local {
|
|
7690
|
+
/**
|
|
7691
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7692
|
+
*/
|
|
7693
|
+
requested?: boolean;
|
|
7694
|
+
}
|
|
7695
|
+
interface Wire {
|
|
7696
|
+
/**
|
|
7697
|
+
* To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
7698
|
+
*/
|
|
7699
|
+
requested?: boolean;
|
|
7700
|
+
}
|
|
7701
|
+
}
|
|
6212
7702
|
namespace StripeBalance {
|
|
6213
7703
|
interface StripeTransfers {
|
|
6214
7704
|
/**
|
|
@@ -7051,7 +8541,7 @@ export declare namespace V2 {
|
|
|
7051
8541
|
limit?: number;
|
|
7052
8542
|
}
|
|
7053
8543
|
namespace AccountListParams {
|
|
7054
|
-
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
|
|
8544
|
+
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient' | 'money_manager';
|
|
7055
8545
|
}
|
|
7056
8546
|
}
|
|
7057
8547
|
}
|
|
@@ -7064,7 +8554,7 @@ export declare namespace V2 {
|
|
|
7064
8554
|
applied_configurations?: Array<AccountCloseParams.AppliedConfiguration>;
|
|
7065
8555
|
}
|
|
7066
8556
|
namespace AccountCloseParams {
|
|
7067
|
-
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
|
|
8557
|
+
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient' | 'money_manager';
|
|
7068
8558
|
}
|
|
7069
8559
|
}
|
|
7070
8560
|
}
|