stripe 22.1.0 → 22.2.0-alpha.2
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 +2637 -11
- package/OPENAPI_VERSION +1 -1
- package/README.md +57 -65
- package/VERSION +1 -1
- package/cjs/Error.d.ts +53 -0
- package/cjs/Error.js +134 -1
- package/cjs/Error.js.map +1 -1
- package/cjs/Types.d.ts +4 -2
- 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 +5 -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 +463 -0
- package/cjs/resources/AccountSessions.js.map +1 -1
- package/cjs/resources/AccountSignals.d.ts +110 -0
- package/cjs/resources/AccountSignals.js +4 -0
- package/cjs/resources/AccountSignals.js.map +1 -0
- package/cjs/resources/Accounts.d.ts +955 -3
- package/cjs/resources/Accounts.js +21 -0
- package/cjs/resources/Accounts.js.map +1 -1
- package/cjs/resources/ApplicationFees.d.ts +28 -1
- package/cjs/resources/Balance.d.ts +134 -0
- package/cjs/resources/BalanceSettings.d.ts +18 -0
- package/cjs/resources/BalanceTransactions.d.ts +1 -1
- package/cjs/resources/BalanceTransfers.d.ts +160 -0
- package/cjs/resources/BalanceTransfers.js +15 -0
- package/cjs/resources/BalanceTransfers.js.map +1 -0
- package/cjs/resources/BankAccounts.d.ts +2 -2
- package/cjs/resources/Billing/AlertRecovereds.d.ts +40 -0
- package/cjs/resources/Billing/AlertRecovereds.js +4 -0
- package/cjs/resources/Billing/AlertRecovereds.js.map +1 -0
- package/cjs/resources/Billing/AlertTriggereds.d.ts +57 -1
- package/cjs/resources/Billing/Alerts.d.ts +406 -5
- package/cjs/resources/Billing/Alerts.js +321 -5
- package/cjs/resources/Billing/Alerts.js.map +1 -1
- package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +88 -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 +38 -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/CreditBalanceSummary.d.ts +126 -2
- package/cjs/resources/Billing/CreditBalanceSummary.js +39 -1
- package/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -1
- package/cjs/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
- package/cjs/resources/Billing/CreditBalanceTransactions.js +100 -1
- package/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -1
- package/cjs/resources/Billing/CreditGrants.d.ts +85 -3
- package/cjs/resources/Billing/CreditGrants.js +134 -5
- package/cjs/resources/Billing/CreditGrants.js.map +1 -1
- package/cjs/resources/Billing/MeterEventSummaries.d.ts +6 -0
- package/cjs/resources/Billing/Meters.d.ts +31 -0
- package/cjs/resources/Billing/index.d.ts +6 -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 +191 -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 +98 -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 +143 -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 +15 -0
- package/cjs/resources/Charges.d.ts +3513 -70
- package/cjs/resources/Charges.js.map +1 -1
- package/cjs/resources/Checkout/Sessions.d.ts +792 -9
- package/cjs/resources/Checkout/Sessions.js +88 -0
- package/cjs/resources/Checkout/Sessions.js.map +1 -1
- package/cjs/resources/Checkout/index.d.ts +1 -0
- package/cjs/resources/ConfirmationTokens.d.ts +100 -1
- package/cjs/resources/ConfirmationTokens.js.map +1 -1
- package/cjs/resources/Coupons.d.ts +110 -2
- package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
- package/cjs/resources/CreditNotes.d.ts +7 -1
- package/cjs/resources/CreditNotes.js +14 -0
- package/cjs/resources/CreditNotes.js.map +1 -1
- package/cjs/resources/CustomerSessions.d.ts +68 -0
- package/cjs/resources/Customers.d.ts +7 -1
- package/cjs/resources/Customers.js +15 -0
- package/cjs/resources/Customers.js.map +1 -1
- package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +1280 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js +39 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/index.d.ts +16 -0
- package/cjs/resources/DelegatedCheckout/index.js +13 -0
- package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
- package/cjs/resources/Discounts.d.ts +19 -0
- package/cjs/resources/Disputes.d.ts +37 -0
- package/cjs/resources/Events.d.ts +560 -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 +74 -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 +87 -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 +101 -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 +155 -7
- 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/FrMealVouchersOnboardings.d.ts +173 -0
- package/cjs/resources/FrMealVouchersOnboardings.js +42 -0
- package/cjs/resources/FrMealVouchersOnboardings.js.map +1 -0
- 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/Identity/BlocklistEntries.d.ts +157 -0
- package/cjs/resources/Identity/BlocklistEntries.js +54 -0
- package/cjs/resources/Identity/BlocklistEntries.js.map +1 -0
- package/cjs/resources/Identity/VerificationReports.d.ts +33 -2
- package/cjs/resources/Identity/VerificationReports.js.map +1 -1
- package/cjs/resources/Identity/VerificationSessions.d.ts +11 -3
- package/cjs/resources/Identity/index.d.ts +18 -10
- package/cjs/resources/Identity/index.js +2 -0
- package/cjs/resources/Identity/index.js.map +1 -1
- package/cjs/resources/InvoiceItems.d.ts +185 -2
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +174 -4
- package/cjs/resources/Invoices.d.ts +2024 -35
- package/cjs/resources/Invoices.js +70 -0
- package/cjs/resources/Invoices.js.map +1 -1
- package/cjs/resources/Issuing/Authorizations.d.ts +255 -0
- package/cjs/resources/Issuing/Cardholders.d.ts +5 -4
- package/cjs/resources/Issuing/Cards.d.ts +36 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -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 +95 -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 +140 -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/Programs.d.ts +95 -0
- package/cjs/resources/Issuing/Programs.js +35 -0
- package/cjs/resources/Issuing/Programs.js.map +1 -0
- package/cjs/resources/Issuing/Settlements.d.ts +85 -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 +157 -0
- package/cjs/resources/Issuing/Transactions.js.map +1 -1
- package/cjs/resources/Issuing/index.d.ts +55 -22
- package/cjs/resources/Issuing/index.js +8 -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/Orchestration/PaymentAttempts.d.ts +34 -0
- package/cjs/resources/Orchestration/PaymentAttempts.js +15 -0
- package/cjs/resources/Orchestration/PaymentAttempts.js.map +1 -0
- package/cjs/resources/Orchestration/index.d.ts +12 -0
- package/cjs/resources/Orchestration/index.js +13 -0
- package/cjs/resources/Orchestration/index.js.map +1 -0
- package/cjs/resources/Orders.d.ts +4761 -0
- package/cjs/resources/Orders.js +457 -0
- package/cjs/resources/Orders.js.map +1 -0
- package/cjs/resources/PaymentAttemptRecords.d.ts +441 -1
- package/cjs/resources/PaymentAttemptRecords.js +42 -0
- package/cjs/resources/PaymentAttemptRecords.js.map +1 -1
- package/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
- package/cjs/resources/PaymentIntents.d.ts +16370 -3527
- package/cjs/resources/PaymentIntents.js +40 -0
- package/cjs/resources/PaymentIntents.js.map +1 -1
- package/cjs/resources/PaymentLinks.d.ts +74 -12
- package/cjs/resources/PaymentMethodBalances.d.ts +46 -0
- package/cjs/resources/PaymentMethodBalances.js +4 -0
- package/cjs/resources/PaymentMethodBalances.js.map +1 -0
- package/cjs/resources/PaymentMethodConfigurations.d.ts +350 -0
- package/cjs/resources/PaymentMethods.d.ts +216 -3
- package/cjs/resources/PaymentMethods.js +6 -0
- package/cjs/resources/PaymentMethods.js.map +1 -1
- package/cjs/resources/PaymentRecords.d.ts +323 -21
- package/cjs/resources/PaymentRecords.js.map +1 -1
- package/cjs/resources/Persons.d.ts +24 -2
- package/cjs/resources/Plans.d.ts +16 -0
- package/cjs/resources/Prices.d.ts +64 -0
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -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 +229 -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 +127 -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 +141 -0
- package/cjs/resources/Profiles.d.ts +26 -0
- package/cjs/resources/Profiles.js +4 -0
- package/cjs/resources/Profiles.js.map +1 -0
- package/cjs/resources/PromotionCodes.d.ts +12 -0
- package/cjs/resources/PromotionCodes.js +28 -0
- package/cjs/resources/PromotionCodes.js.map +1 -1
- package/cjs/resources/QuoteLines.d.ts +684 -0
- package/cjs/resources/QuoteLines.js +4 -0
- package/cjs/resources/QuoteLines.js.map +1 -0
- package/cjs/resources/QuotePreviewInvoices.d.ts +1153 -0
- package/cjs/resources/QuotePreviewInvoices.js +4 -0
- package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +897 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js +4 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/cjs/resources/Quotes.d.ts +3548 -254
- package/cjs/resources/Quotes.js +1184 -16
- package/cjs/resources/Quotes.js.map +1 -1
- package/cjs/resources/Radar/AccountEvaluations.d.ts +270 -0
- package/cjs/resources/Radar/AccountEvaluations.js +27 -0
- package/cjs/resources/Radar/AccountEvaluations.js.map +1 -0
- package/cjs/resources/Radar/CustomerEvaluations.d.ts +242 -0
- package/cjs/resources/Radar/CustomerEvaluations.js +21 -0
- package/cjs/resources/Radar/CustomerEvaluations.js.map +1 -0
- package/cjs/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
- package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js +15 -0
- package/cjs/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +63 -1
- package/cjs/resources/Radar/index.d.ts +34 -16
- package/cjs/resources/Radar/index.js +6 -0
- package/cjs/resources/Radar/index.js.map +1 -1
- package/cjs/resources/Refunds.d.ts +11 -0
- package/cjs/resources/Reserve/Holds.d.ts +53 -1
- package/cjs/resources/Reserve/Holds.js +19 -0
- package/cjs/resources/Reserve/Holds.js.map +1 -1
- package/cjs/resources/Reserve/Plans.d.ts +16 -0
- package/cjs/resources/Reserve/Plans.js +11 -0
- package/cjs/resources/Reserve/Plans.js.map +1 -1
- package/cjs/resources/Reserve/Releases.d.ts +41 -1
- package/cjs/resources/Reserve/Releases.js +19 -0
- package/cjs/resources/Reserve/Releases.js.map +1 -1
- package/cjs/resources/Reserve/index.d.ts +14 -3
- package/cjs/resources/Reserve/index.js +10 -2
- package/cjs/resources/Reserve/index.js.map +1 -1
- package/cjs/resources/RiskSignals.d.ts +10 -0
- package/cjs/resources/RiskSignals.js +4 -0
- package/cjs/resources/RiskSignals.js.map +1 -0
- package/cjs/resources/SetupAttempts.d.ts +26 -1
- package/cjs/resources/SetupIntents.d.ts +491 -11
- package/cjs/resources/SharedPayment/GrantedTokens.d.ts +1101 -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 +322 -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 +16 -1
- package/cjs/resources/SubscriptionItems.d.ts +251 -0
- package/cjs/resources/SubscriptionSchedules.d.ts +1943 -19
- package/cjs/resources/SubscriptionSchedules.js +48 -0
- package/cjs/resources/SubscriptionSchedules.js.map +1 -1
- package/cjs/resources/Subscriptions.d.ts +1040 -16
- package/cjs/resources/Subscriptions.js +236 -1
- 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 +230 -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 +155 -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 +52 -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 +51 -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/Capital/FinancingOffers.d.ts +81 -0
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +21 -0
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
- package/cjs/resources/TestHelpers/Capital/index.d.ts +8 -0
- package/cjs/resources/TestHelpers/Capital/index.js +13 -0
- package/cjs/resources/TestHelpers/Capital/index.js.map +1 -0
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +78 -1
- package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
- package/cjs/resources/TestHelpers/PaymentIntents.d.ts +36 -0
- package/cjs/resources/TestHelpers/PaymentIntents.js +15 -0
- package/cjs/resources/TestHelpers/PaymentIntents.js.map +1 -0
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -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 +14 -6
- package/cjs/resources/TestHelpers/index.js +12 -6
- package/cjs/resources/TestHelpers/index.js.map +1 -1
- package/cjs/resources/Tokens.d.ts +56 -0
- package/cjs/resources/Transfers.d.ts +12 -0
- package/cjs/resources/Transfers.js.map +1 -1
- package/cjs/resources/TransitBalances.d.ts +25 -0
- package/cjs/resources/TransitBalances.js +4 -0
- package/cjs/resources/TransitBalances.js.map +1 -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 +75 -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 +284 -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/CadenceSpendModifiers.d.ts +88 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.js +4 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js +23 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences.d.ts +1015 -0
- package/cjs/resources/V2/Billing/Cadences.js +264 -0
- package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -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 +779 -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/CustomPricingUnits.d.ts +125 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js +35 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
- package/cjs/resources/V2/Billing/IntentActions.d.ts +607 -0
- package/cjs/resources/V2/Billing/IntentActions.js +4 -0
- package/cjs/resources/V2/Billing/IntentActions.js.map +1 -0
- package/cjs/resources/V2/Billing/Intents/Actions.d.ts +33 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js +70 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js.map +1 -0
- package/cjs/resources/V2/Billing/Intents.d.ts +1257 -0
- package/cjs/resources/V2/Billing/Intents.js +87 -0
- package/cjs/resources/V2/Billing/Intents.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.js +4 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js +64 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFees.d.ts +378 -0
- package/cjs/resources/V2/Billing/LicenseFees.js +148 -0
- package/cjs/resources/V2/Billing/LicenseFees.js.map +1 -0
- package/cjs/resources/V2/Billing/LicensedItems.d.ts +174 -0
- package/cjs/resources/V2/Billing/LicensedItems.js +35 -0
- package/cjs/resources/V2/Billing/LicensedItems.js.map +1 -0
- package/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +5 -5
- package/cjs/resources/V2/Billing/MeterEventSession.d.ts +4 -4
- package/cjs/resources/V2/Billing/MeterEventSession.js +1 -1
- package/cjs/resources/V2/Billing/MeteredItems.d.ts +222 -0
- package/cjs/resources/V2/Billing/MeteredItems.js +35 -0
- package/cjs/resources/V2/Billing/MeteredItems.js.map +1 -0
- package/cjs/resources/V2/Billing/OneTimeItems.d.ts +174 -0
- package/cjs/resources/V2/Billing/OneTimeItems.js +35 -0
- package/cjs/resources/V2/Billing/OneTimeItems.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
- package/cjs/resources/V2/Billing/PricingPlanComponents.js +4 -0
- package/cjs/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +296 -0
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
- package/cjs/resources/V2/Billing/PricingPlanVersions.js +4 -0
- package/cjs/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.js +41 -0
- package/cjs/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.js +23 -0
- package/cjs/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/PricingPlans.d.ts +177 -0
- package/cjs/resources/V2/Billing/PricingPlans.js +43 -0
- package/cjs/resources/V2/Billing/PricingPlans.js.map +1 -0
- package/cjs/resources/V2/Billing/Profiles.d.ts +166 -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/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
- package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +4 -0
- package/cjs/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardRates.d.ts +115 -0
- package/cjs/resources/V2/Billing/RateCardRates.js +4 -0
- package/cjs/resources/V2/Billing/RateCardRates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.js +41 -0
- package/cjs/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCardVersions.d.ts +22 -0
- package/cjs/resources/V2/Billing/RateCardVersions.js +4 -0
- package/cjs/resources/V2/Billing/RateCardVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
- package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +35 -0
- package/cjs/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.js +110 -0
- package/cjs/resources/V2/Billing/RateCards/Rates.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.js +23 -0
- package/cjs/resources/V2/Billing/RateCards/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/RateCards.d.ts +357 -0
- package/cjs/resources/V2/Billing/RateCards.js +76 -0
- package/cjs/resources/V2/Billing/RateCards.js.map +1 -0
- package/cjs/resources/V2/Billing/ServiceActions.d.ts +514 -0
- package/cjs/resources/V2/Billing/ServiceActions.js +162 -0
- package/cjs/resources/V2/Billing/ServiceActions.js.map +1 -0
- package/cjs/resources/V2/Billing/index.d.ts +161 -6
- package/cjs/resources/V2/Billing/index.js +30 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
- package/cjs/resources/V2/Commerce/ProductCatalog/Imports.js +156 -0
- package/cjs/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
- package/cjs/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
- package/cjs/resources/V2/Commerce/ProductCatalog/index.js +13 -0
- package/cjs/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
- package/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +183 -0
- package/cjs/resources/V2/Commerce/ProductCatalogImports.js +4 -0
- package/cjs/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
- package/cjs/resources/V2/Commerce/index.d.ts +13 -0
- package/cjs/resources/V2/Commerce/index.js +13 -0
- package/cjs/resources/V2/Commerce/index.js.map +1 -0
- package/cjs/resources/V2/Core/AccountEvaluations.d.ts +160 -0
- package/cjs/resources/V2/Core/AccountEvaluations.js +15 -0
- package/cjs/resources/V2/Core/AccountEvaluations.js.map +1 -0
- package/cjs/resources/V2/Core/AccountLinks.d.ts +158 -6
- package/cjs/resources/V2/Core/AccountPersons.d.ts +1 -1
- package/cjs/resources/V2/Core/AccountTokens.d.ts +222 -4
- package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +3 -2
- package/cjs/resources/V2/Core/Accounts/PersonTokens.js +2 -1
- package/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/cjs/resources/V2/Core/Accounts.d.ts +5319 -75
- package/cjs/resources/V2/Core/Accounts.js +1 -1
- package/cjs/resources/V2/Core/ApprovalRequests.d.ts +334 -0
- package/cjs/resources/V2/Core/ApprovalRequests.js +46 -0
- package/cjs/resources/V2/Core/ApprovalRequests.js.map +1 -0
- package/cjs/resources/V2/Core/BatchJobs.d.ts +373 -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/ClaimableSandboxes.d.ts +229 -0
- package/cjs/resources/V2/Core/ClaimableSandboxes.js +31 -0
- package/cjs/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
- package/cjs/resources/V2/Core/ConnectionSessions.d.ts +90 -0
- package/cjs/resources/V2/Core/ConnectionSessions.js +21 -0
- package/cjs/resources/V2/Core/ConnectionSessions.js.map +1 -0
- package/cjs/resources/V2/Core/EventDestinations.d.ts +50 -3
- package/cjs/resources/V2/Core/Events.d.ts +7325 -204
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -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 +254 -0
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +62 -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 +51 -14
- package/cjs/resources/V2/Core/index.js +12 -0
- package/cjs/resources/V2/Core/index.js.map +1 -1
- package/cjs/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
- package/cjs/resources/V2/Data/Analytics/MetricQuery.js +36 -0
- package/cjs/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
- package/cjs/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
- package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js +4 -0
- package/cjs/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
- package/cjs/resources/V2/Data/Analytics/index.d.ts +12 -0
- package/cjs/resources/V2/Data/Analytics/index.js +13 -0
- package/cjs/resources/V2/Data/Analytics/index.js.map +1 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +156 -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 +13 -0
- package/cjs/resources/V2/Data/index.js +15 -0
- package/cjs/resources/V2/Data/index.js.map +1 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +166 -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 +123 -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 +204 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js +17 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/cjs/resources/V2/Iam/ApiKeys.d.ts +280 -0
- package/cjs/resources/V2/Iam/ApiKeys.js +47 -0
- package/cjs/resources/V2/Iam/ApiKeys.js.map +1 -0
- package/cjs/resources/V2/Iam/index.d.ts +22 -0
- package/cjs/resources/V2/Iam/index.js +15 -0
- package/cjs/resources/V2/Iam/index.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +139 -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/CurrencyConversions.d.ts +135 -0
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +31 -0
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +412 -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 +308 -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 +254 -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 +222 -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 +524 -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 +320 -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 +342 -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 +270 -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 +96 -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 +451 -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 +237 -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/RecipientVerifications.d.ts +120 -0
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +27 -0
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +245 -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 +276 -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 +118 -0
- package/cjs/resources/V2/MoneyManagement/index.js +43 -0
- package/cjs/resources/V2/MoneyManagement/index.js.map +1 -0
- package/cjs/resources/V2/Network/BusinessProfiles.d.ts +96 -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 +147 -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/Payments/OffSessionPayments.d.ts +827 -0
- package/cjs/resources/V2/Payments/OffSessionPayments.js +53 -0
- package/cjs/resources/V2/Payments/OffSessionPayments.js.map +1 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js +4 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js +35 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.js +53 -0
- package/cjs/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
- package/cjs/resources/V2/Payments/index.d.ts +31 -0
- package/cjs/resources/V2/Payments/index.js +15 -0
- package/cjs/resources/V2/Payments/index.js.map +1 -0
- package/cjs/resources/V2/Reporting/ReportRuns.d.ts +173 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js +50 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js.map +1 -0
- package/cjs/resources/V2/Reporting/Reports.d.ts +110 -0
- package/cjs/resources/V2/Reporting/Reports.js +17 -0
- package/cjs/resources/V2/Reporting/Reports.js.map +1 -0
- package/cjs/resources/V2/Reporting/index.d.ts +18 -0
- package/cjs/resources/V2/Reporting/index.js +15 -0
- package/cjs/resources/V2/Reporting/index.js.map +1 -0
- package/cjs/resources/V2/Tax/ManualRules.d.ts +335 -0
- package/cjs/resources/V2/Tax/ManualRules.js +193 -0
- package/cjs/resources/V2/Tax/ManualRules.js.map +1 -0
- package/cjs/resources/V2/Tax/index.d.ts +16 -0
- package/cjs/resources/V2/Tax/index.js +13 -0
- package/cjs/resources/V2/Tax/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/MoneyManagement.d.ts +31 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js +15 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/index.d.ts +10 -0
- package/cjs/resources/V2/TestHelpers/index.js +15 -0
- package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
- package/cjs/resources/V2/index.d.ts +39 -0
- package/cjs/resources/V2/index.js +24 -2
- package/cjs/resources/V2/index.js.map +1 -1
- package/cjs/resources/WebhookEndpoints.d.ts +2 -2
- package/cjs/resources.d.ts +14 -0
- package/cjs/resources.js +240 -12
- package/cjs/resources.js.map +1 -1
- package/cjs/stripe.core.d.ts +84 -28
- package/cjs/stripe.core.js +59 -31
- package/cjs/stripe.core.js.map +1 -1
- package/esm/Error.d.ts +53 -0
- package/esm/Error.js +117 -0
- package/esm/Error.js.map +1 -1
- package/esm/Types.d.ts +4 -2
- 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 +5 -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 +463 -0
- package/esm/resources/AccountSessions.js.map +1 -1
- package/esm/resources/AccountSignals.d.ts +110 -0
- package/esm/resources/AccountSignals.js +3 -0
- package/esm/resources/AccountSignals.js.map +1 -0
- package/esm/resources/Accounts.d.ts +955 -3
- package/esm/resources/Accounts.js +21 -0
- package/esm/resources/Accounts.js.map +1 -1
- package/esm/resources/ApplicationFees.d.ts +28 -1
- package/esm/resources/Balance.d.ts +134 -0
- package/esm/resources/BalanceSettings.d.ts +18 -0
- package/esm/resources/BalanceTransactions.d.ts +1 -1
- package/esm/resources/BalanceTransfers.d.ts +160 -0
- package/esm/resources/BalanceTransfers.js +11 -0
- package/esm/resources/BalanceTransfers.js.map +1 -0
- package/esm/resources/BankAccounts.d.ts +2 -2
- package/esm/resources/Billing/AlertRecovereds.d.ts +40 -0
- package/esm/resources/Billing/AlertRecovereds.js +3 -0
- package/esm/resources/Billing/AlertRecovereds.js.map +1 -0
- package/esm/resources/Billing/AlertTriggereds.d.ts +57 -1
- package/esm/resources/Billing/Alerts.d.ts +406 -5
- package/esm/resources/Billing/Alerts.js +321 -5
- package/esm/resources/Billing/Alerts.js.map +1 -1
- package/esm/resources/Billing/Analytics/MeterUsage.d.ts +88 -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 +38 -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/CreditBalanceSummary.d.ts +126 -2
- package/esm/resources/Billing/CreditBalanceSummary.js +39 -1
- package/esm/resources/Billing/CreditBalanceSummary.js.map +1 -1
- package/esm/resources/Billing/CreditBalanceTransactions.d.ts +97 -3
- package/esm/resources/Billing/CreditBalanceTransactions.js +100 -1
- package/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -1
- package/esm/resources/Billing/CreditGrants.d.ts +85 -3
- package/esm/resources/Billing/CreditGrants.js +134 -5
- package/esm/resources/Billing/CreditGrants.js.map +1 -1
- package/esm/resources/Billing/MeterEventSummaries.d.ts +6 -0
- package/esm/resources/Billing/Meters.d.ts +31 -0
- package/esm/resources/Billing/index.d.ts +6 -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 +191 -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 +98 -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 +143 -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 +15 -0
- package/esm/resources/Charges.d.ts +3513 -70
- package/esm/resources/Charges.js.map +1 -1
- package/esm/resources/Checkout/Sessions.d.ts +792 -9
- package/esm/resources/Checkout/Sessions.js +88 -0
- package/esm/resources/Checkout/Sessions.js.map +1 -1
- package/esm/resources/Checkout/index.d.ts +1 -0
- package/esm/resources/ConfirmationTokens.d.ts +100 -1
- package/esm/resources/ConfirmationTokens.js.map +1 -1
- package/esm/resources/Coupons.d.ts +110 -2
- package/esm/resources/CreditNoteLineItems.d.ts +15 -1
- package/esm/resources/CreditNotes.d.ts +7 -1
- package/esm/resources/CreditNotes.js +14 -0
- package/esm/resources/CreditNotes.js.map +1 -1
- package/esm/resources/CustomerSessions.d.ts +68 -0
- package/esm/resources/Customers.d.ts +7 -1
- package/esm/resources/Customers.js +15 -0
- package/esm/resources/Customers.js.map +1 -1
- package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +1280 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js +35 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/esm/resources/DelegatedCheckout/index.d.ts +16 -0
- package/esm/resources/DelegatedCheckout/index.js +9 -0
- package/esm/resources/DelegatedCheckout/index.js.map +1 -0
- package/esm/resources/Discounts.d.ts +19 -0
- package/esm/resources/Disputes.d.ts +37 -0
- package/esm/resources/Events.d.ts +560 -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 +74 -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 +87 -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 +101 -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 +155 -7
- 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/FrMealVouchersOnboardings.d.ts +173 -0
- package/esm/resources/FrMealVouchersOnboardings.js +38 -0
- package/esm/resources/FrMealVouchersOnboardings.js.map +1 -0
- 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/Identity/BlocklistEntries.d.ts +157 -0
- package/esm/resources/Identity/BlocklistEntries.js +50 -0
- package/esm/resources/Identity/BlocklistEntries.js.map +1 -0
- package/esm/resources/Identity/VerificationReports.d.ts +33 -2
- package/esm/resources/Identity/VerificationReports.js.map +1 -1
- package/esm/resources/Identity/VerificationSessions.d.ts +11 -3
- package/esm/resources/Identity/index.d.ts +18 -10
- package/esm/resources/Identity/index.js +2 -0
- package/esm/resources/Identity/index.js.map +1 -1
- package/esm/resources/InvoiceItems.d.ts +185 -2
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +174 -4
- package/esm/resources/Invoices.d.ts +2024 -35
- package/esm/resources/Invoices.js +70 -0
- package/esm/resources/Invoices.js.map +1 -1
- package/esm/resources/Issuing/Authorizations.d.ts +255 -0
- package/esm/resources/Issuing/Cardholders.d.ts +5 -4
- package/esm/resources/Issuing/Cards.d.ts +36 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +640 -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 +95 -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 +140 -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/Programs.d.ts +95 -0
- package/esm/resources/Issuing/Programs.js +31 -0
- package/esm/resources/Issuing/Programs.js.map +1 -0
- package/esm/resources/Issuing/Settlements.d.ts +85 -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 +157 -0
- package/esm/resources/Issuing/Transactions.js.map +1 -1
- package/esm/resources/Issuing/index.d.ts +55 -22
- package/esm/resources/Issuing/index.js +8 -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/Orchestration/PaymentAttempts.d.ts +34 -0
- package/esm/resources/Orchestration/PaymentAttempts.js +11 -0
- package/esm/resources/Orchestration/PaymentAttempts.js.map +1 -0
- package/esm/resources/Orchestration/index.d.ts +12 -0
- package/esm/resources/Orchestration/index.js +9 -0
- package/esm/resources/Orchestration/index.js.map +1 -0
- package/esm/resources/Orders.d.ts +4761 -0
- package/esm/resources/Orders.js +453 -0
- package/esm/resources/Orders.js.map +1 -0
- package/esm/resources/PaymentAttemptRecords.d.ts +441 -1
- package/esm/resources/PaymentAttemptRecords.js +42 -0
- package/esm/resources/PaymentAttemptRecords.js.map +1 -1
- package/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +17 -0
- package/esm/resources/PaymentIntents.d.ts +16370 -3527
- package/esm/resources/PaymentIntents.js +40 -0
- package/esm/resources/PaymentIntents.js.map +1 -1
- package/esm/resources/PaymentLinks.d.ts +74 -12
- package/esm/resources/PaymentMethodBalances.d.ts +46 -0
- package/esm/resources/PaymentMethodBalances.js +3 -0
- package/esm/resources/PaymentMethodBalances.js.map +1 -0
- package/esm/resources/PaymentMethodConfigurations.d.ts +350 -0
- package/esm/resources/PaymentMethods.d.ts +216 -3
- package/esm/resources/PaymentMethods.js +6 -0
- package/esm/resources/PaymentMethods.js.map +1 -1
- package/esm/resources/PaymentRecords.d.ts +323 -21
- package/esm/resources/PaymentRecords.js.map +1 -1
- package/esm/resources/Persons.d.ts +24 -2
- package/esm/resources/Plans.d.ts +16 -0
- package/esm/resources/Prices.d.ts +64 -0
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +37 -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 +229 -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 +127 -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 +141 -0
- package/esm/resources/Profiles.d.ts +26 -0
- package/esm/resources/Profiles.js +3 -0
- package/esm/resources/Profiles.js.map +1 -0
- package/esm/resources/PromotionCodes.d.ts +12 -0
- package/esm/resources/PromotionCodes.js +28 -0
- package/esm/resources/PromotionCodes.js.map +1 -1
- package/esm/resources/QuoteLines.d.ts +684 -0
- package/esm/resources/QuoteLines.js +3 -0
- package/esm/resources/QuoteLines.js.map +1 -0
- package/esm/resources/QuotePreviewInvoices.d.ts +1153 -0
- package/esm/resources/QuotePreviewInvoices.js +3 -0
- package/esm/resources/QuotePreviewInvoices.js.map +1 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +897 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js +3 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +1 -0
- package/esm/resources/Quotes.d.ts +3548 -254
- package/esm/resources/Quotes.js +1184 -16
- package/esm/resources/Quotes.js.map +1 -1
- package/esm/resources/Radar/AccountEvaluations.d.ts +270 -0
- package/esm/resources/Radar/AccountEvaluations.js +23 -0
- package/esm/resources/Radar/AccountEvaluations.js.map +1 -0
- package/esm/resources/Radar/CustomerEvaluations.d.ts +242 -0
- package/esm/resources/Radar/CustomerEvaluations.js +17 -0
- package/esm/resources/Radar/CustomerEvaluations.js.map +1 -0
- package/esm/resources/Radar/IssuingAuthorizationEvaluations.d.ts +435 -0
- package/esm/resources/Radar/IssuingAuthorizationEvaluations.js +11 -0
- package/esm/resources/Radar/IssuingAuthorizationEvaluations.js.map +1 -0
- package/esm/resources/Radar/PaymentEvaluations.d.ts +63 -1
- package/esm/resources/Radar/index.d.ts +34 -16
- package/esm/resources/Radar/index.js +6 -0
- package/esm/resources/Radar/index.js.map +1 -1
- package/esm/resources/Refunds.d.ts +11 -0
- package/esm/resources/Reserve/Holds.d.ts +53 -1
- package/esm/resources/Reserve/Holds.js +17 -1
- package/esm/resources/Reserve/Holds.js.map +1 -1
- package/esm/resources/Reserve/Plans.d.ts +16 -0
- package/esm/resources/Reserve/Plans.js +9 -1
- package/esm/resources/Reserve/Plans.js.map +1 -1
- package/esm/resources/Reserve/Releases.d.ts +41 -1
- package/esm/resources/Reserve/Releases.js +17 -1
- package/esm/resources/Reserve/Releases.js.map +1 -1
- package/esm/resources/Reserve/index.d.ts +14 -3
- package/esm/resources/Reserve/index.js +10 -2
- package/esm/resources/Reserve/index.js.map +1 -1
- package/esm/resources/RiskSignals.d.ts +10 -0
- package/esm/resources/RiskSignals.js +3 -0
- package/esm/resources/RiskSignals.js.map +1 -0
- package/esm/resources/SetupAttempts.d.ts +26 -1
- package/esm/resources/SetupIntents.d.ts +491 -11
- package/esm/resources/SharedPayment/GrantedTokens.d.ts +1101 -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 +322 -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 +16 -1
- package/esm/resources/SubscriptionItems.d.ts +251 -0
- package/esm/resources/SubscriptionSchedules.d.ts +1943 -19
- package/esm/resources/SubscriptionSchedules.js +48 -0
- package/esm/resources/SubscriptionSchedules.js.map +1 -1
- package/esm/resources/Subscriptions.d.ts +1040 -16
- package/esm/resources/Subscriptions.js +236 -1
- 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 +230 -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 +155 -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 +52 -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 +51 -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/Capital/FinancingOffers.d.ts +81 -0
- package/esm/resources/TestHelpers/Capital/FinancingOffers.js +17 -0
- package/esm/resources/TestHelpers/Capital/FinancingOffers.js.map +1 -0
- package/esm/resources/TestHelpers/Capital/index.d.ts +8 -0
- package/esm/resources/TestHelpers/Capital/index.js +9 -0
- package/esm/resources/TestHelpers/Capital/index.js.map +1 -0
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +78 -1
- package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
- package/esm/resources/TestHelpers/PaymentIntents.d.ts +36 -0
- package/esm/resources/TestHelpers/PaymentIntents.js +11 -0
- package/esm/resources/TestHelpers/PaymentIntents.js.map +1 -0
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +75 -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 +14 -6
- package/esm/resources/TestHelpers/index.js +6 -0
- package/esm/resources/TestHelpers/index.js.map +1 -1
- package/esm/resources/Tokens.d.ts +56 -0
- package/esm/resources/Transfers.d.ts +12 -0
- package/esm/resources/Transfers.js.map +1 -1
- package/esm/resources/TransitBalances.d.ts +25 -0
- package/esm/resources/TransitBalances.js +3 -0
- package/esm/resources/TransitBalances.js.map +1 -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 +75 -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 +284 -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/CadenceSpendModifiers.d.ts +88 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.js +3 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js +19 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences.d.ts +1015 -0
- package/esm/resources/V2/Billing/Cadences.js +260 -0
- package/esm/resources/V2/Billing/Cadences.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -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 +779 -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/CustomPricingUnits.d.ts +125 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js +31 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
- package/esm/resources/V2/Billing/IntentActions.d.ts +607 -0
- package/esm/resources/V2/Billing/IntentActions.js +3 -0
- package/esm/resources/V2/Billing/IntentActions.js.map +1 -0
- package/esm/resources/V2/Billing/Intents/Actions.d.ts +33 -0
- package/esm/resources/V2/Billing/Intents/Actions.js +66 -0
- package/esm/resources/V2/Billing/Intents/Actions.js.map +1 -0
- package/esm/resources/V2/Billing/Intents.d.ts +1257 -0
- package/esm/resources/V2/Billing/Intents.js +83 -0
- package/esm/resources/V2/Billing/Intents.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.js +3 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js +60 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFees.d.ts +378 -0
- package/esm/resources/V2/Billing/LicenseFees.js +144 -0
- package/esm/resources/V2/Billing/LicenseFees.js.map +1 -0
- package/esm/resources/V2/Billing/LicensedItems.d.ts +174 -0
- package/esm/resources/V2/Billing/LicensedItems.js +31 -0
- package/esm/resources/V2/Billing/LicensedItems.js.map +1 -0
- package/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +5 -5
- package/esm/resources/V2/Billing/MeterEventSession.d.ts +4 -4
- package/esm/resources/V2/Billing/MeterEventSession.js +1 -1
- package/esm/resources/V2/Billing/MeteredItems.d.ts +222 -0
- package/esm/resources/V2/Billing/MeteredItems.js +31 -0
- package/esm/resources/V2/Billing/MeteredItems.js.map +1 -0
- package/esm/resources/V2/Billing/OneTimeItems.d.ts +174 -0
- package/esm/resources/V2/Billing/OneTimeItems.js +31 -0
- package/esm/resources/V2/Billing/OneTimeItems.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlanComponents.d.ts +84 -0
- package/esm/resources/V2/Billing/PricingPlanComponents.js +3 -0
- package/esm/resources/V2/Billing/PricingPlanComponents.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.d.ts +624 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +292 -0
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlanVersions.d.ts +30 -0
- package/esm/resources/V2/Billing/PricingPlanVersions.js +3 -0
- package/esm/resources/V2/Billing/PricingPlanVersions.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.d.ts +142 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.js +37 -0
- package/esm/resources/V2/Billing/PricingPlans/Components.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.js +19 -0
- package/esm/resources/V2/Billing/PricingPlans/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/PricingPlans.d.ts +177 -0
- package/esm/resources/V2/Billing/PricingPlans.js +39 -0
- package/esm/resources/V2/Billing/PricingPlans.js.map +1 -0
- package/esm/resources/V2/Billing/Profiles.d.ts +166 -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/RateCardCustomPricingUnitOverageRates.d.ts +45 -0
- package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js +3 -0
- package/esm/resources/V2/Billing/RateCardCustomPricingUnitOverageRates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardRates.d.ts +115 -0
- package/esm/resources/V2/Billing/RateCardRates.js +3 -0
- package/esm/resources/V2/Billing/RateCardRates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.d.ts +219 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.js +37 -0
- package/esm/resources/V2/Billing/RateCardSubscriptions.js.map +1 -0
- package/esm/resources/V2/Billing/RateCardVersions.d.ts +22 -0
- package/esm/resources/V2/Billing/RateCardVersions.js +3 -0
- package/esm/resources/V2/Billing/RateCardVersions.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.d.ts +79 -0
- package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js +31 -0
- package/esm/resources/V2/Billing/RateCards/CustomPricingUnitOverageRates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards/Rates.d.ts +145 -0
- package/esm/resources/V2/Billing/RateCards/Rates.js +106 -0
- package/esm/resources/V2/Billing/RateCards/Rates.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/RateCards/Versions.js +19 -0
- package/esm/resources/V2/Billing/RateCards/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/RateCards.d.ts +357 -0
- package/esm/resources/V2/Billing/RateCards.js +72 -0
- package/esm/resources/V2/Billing/RateCards.js.map +1 -0
- package/esm/resources/V2/Billing/ServiceActions.d.ts +514 -0
- package/esm/resources/V2/Billing/ServiceActions.js +158 -0
- package/esm/resources/V2/Billing/ServiceActions.js.map +1 -0
- package/esm/resources/V2/Billing/index.d.ts +161 -6
- package/esm/resources/V2/Billing/index.js +30 -0
- package/esm/resources/V2/Billing/index.js.map +1 -1
- package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
- package/esm/resources/V2/Commerce/ProductCatalog/Imports.js +152 -0
- package/esm/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
- package/esm/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
- package/esm/resources/V2/Commerce/ProductCatalog/index.js +9 -0
- package/esm/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
- package/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +183 -0
- package/esm/resources/V2/Commerce/ProductCatalogImports.js +3 -0
- package/esm/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
- package/esm/resources/V2/Commerce/index.d.ts +13 -0
- package/esm/resources/V2/Commerce/index.js +9 -0
- package/esm/resources/V2/Commerce/index.js.map +1 -0
- package/esm/resources/V2/Core/AccountEvaluations.d.ts +160 -0
- package/esm/resources/V2/Core/AccountEvaluations.js +11 -0
- package/esm/resources/V2/Core/AccountEvaluations.js.map +1 -0
- package/esm/resources/V2/Core/AccountLinks.d.ts +158 -6
- package/esm/resources/V2/Core/AccountPersons.d.ts +1 -1
- package/esm/resources/V2/Core/AccountTokens.d.ts +222 -4
- package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +3 -2
- package/esm/resources/V2/Core/Accounts/PersonTokens.js +2 -1
- package/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -1
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/esm/resources/V2/Core/Accounts.d.ts +5319 -75
- package/esm/resources/V2/Core/Accounts.js +1 -1
- package/esm/resources/V2/Core/ApprovalRequests.d.ts +334 -0
- package/esm/resources/V2/Core/ApprovalRequests.js +42 -0
- package/esm/resources/V2/Core/ApprovalRequests.js.map +1 -0
- package/esm/resources/V2/Core/BatchJobs.d.ts +373 -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/ClaimableSandboxes.d.ts +229 -0
- package/esm/resources/V2/Core/ClaimableSandboxes.js +27 -0
- package/esm/resources/V2/Core/ClaimableSandboxes.js.map +1 -0
- package/esm/resources/V2/Core/ConnectionSessions.d.ts +90 -0
- package/esm/resources/V2/Core/ConnectionSessions.js +17 -0
- package/esm/resources/V2/Core/ConnectionSessions.js.map +1 -0
- package/esm/resources/V2/Core/EventDestinations.d.ts +50 -3
- package/esm/resources/V2/Core/Events.d.ts +7325 -204
- package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +285 -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 +254 -0
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +58 -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 +51 -14
- package/esm/resources/V2/Core/index.js +12 -0
- package/esm/resources/V2/Core/index.js.map +1 -1
- package/esm/resources/V2/Data/Analytics/MetricQuery.d.ts +73 -0
- package/esm/resources/V2/Data/Analytics/MetricQuery.js +32 -0
- package/esm/resources/V2/Data/Analytics/MetricQuery.js.map +1 -0
- package/esm/resources/V2/Data/Analytics/MetricQueryResults.d.ts +82 -0
- package/esm/resources/V2/Data/Analytics/MetricQueryResults.js +3 -0
- package/esm/resources/V2/Data/Analytics/MetricQueryResults.js.map +1 -0
- package/esm/resources/V2/Data/Analytics/index.d.ts +12 -0
- package/esm/resources/V2/Data/Analytics/index.js +9 -0
- package/esm/resources/V2/Data/Analytics/index.js.map +1 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +156 -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 +13 -0
- package/esm/resources/V2/Data/index.js +11 -0
- package/esm/resources/V2/Data/index.js.map +1 -0
- package/esm/resources/V2/Extend/WorkflowRuns.d.ts +166 -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 +123 -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 +204 -0
- package/esm/resources/V2/Iam/ActivityLogs.js +13 -0
- package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/esm/resources/V2/Iam/ApiKeys.d.ts +280 -0
- package/esm/resources/V2/Iam/ApiKeys.js +43 -0
- package/esm/resources/V2/Iam/ApiKeys.js.map +1 -0
- package/esm/resources/V2/Iam/index.d.ts +22 -0
- package/esm/resources/V2/Iam/index.js +11 -0
- package/esm/resources/V2/Iam/index.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +139 -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/CurrencyConversions.d.ts +135 -0
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +27 -0
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +412 -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 +308 -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 +254 -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 +222 -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 +524 -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 +320 -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 +342 -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 +270 -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 +96 -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 +451 -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 +237 -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/RecipientVerifications.d.ts +120 -0
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +23 -0
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +245 -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 +276 -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 +118 -0
- package/esm/resources/V2/MoneyManagement/index.js +39 -0
- package/esm/resources/V2/MoneyManagement/index.js.map +1 -0
- package/esm/resources/V2/Network/BusinessProfiles.d.ts +96 -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 +147 -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/Payments/OffSessionPayments.d.ts +827 -0
- package/esm/resources/V2/Payments/OffSessionPayments.js +49 -0
- package/esm/resources/V2/Payments/OffSessionPayments.js.map +1 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.d.ts +77 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js +3 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntentSplits.js.map +1 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.d.ts +85 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js +31 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents/Splits.js.map +1 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.d.ts +213 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.js +49 -0
- package/esm/resources/V2/Payments/SettlementAllocationIntents.js.map +1 -0
- package/esm/resources/V2/Payments/index.d.ts +31 -0
- package/esm/resources/V2/Payments/index.js +11 -0
- package/esm/resources/V2/Payments/index.js.map +1 -0
- package/esm/resources/V2/Reporting/ReportRuns.d.ts +173 -0
- package/esm/resources/V2/Reporting/ReportRuns.js +46 -0
- package/esm/resources/V2/Reporting/ReportRuns.js.map +1 -0
- package/esm/resources/V2/Reporting/Reports.d.ts +110 -0
- package/esm/resources/V2/Reporting/Reports.js +13 -0
- package/esm/resources/V2/Reporting/Reports.js.map +1 -0
- package/esm/resources/V2/Reporting/index.d.ts +18 -0
- package/esm/resources/V2/Reporting/index.js +11 -0
- package/esm/resources/V2/Reporting/index.js.map +1 -0
- package/esm/resources/V2/Tax/ManualRules.d.ts +335 -0
- package/esm/resources/V2/Tax/ManualRules.js +189 -0
- package/esm/resources/V2/Tax/ManualRules.js.map +1 -0
- package/esm/resources/V2/Tax/index.d.ts +16 -0
- package/esm/resources/V2/Tax/index.js +9 -0
- package/esm/resources/V2/Tax/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/MoneyManagement.d.ts +31 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js +11 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
- package/esm/resources/V2/TestHelpers/index.d.ts +10 -0
- package/esm/resources/V2/TestHelpers/index.js +11 -0
- package/esm/resources/V2/TestHelpers/index.js.map +1 -0
- package/esm/resources/V2/index.d.ts +39 -0
- package/esm/resources/V2/index.js +22 -0
- package/esm/resources/V2/index.js.map +1 -1
- package/esm/resources/WebhookEndpoints.d.ts +2 -2
- package/esm/resources.d.ts +14 -0
- package/esm/resources.js +221 -0
- package/esm/resources.js.map +1 -1
- package/esm/stripe.core.d.ts +84 -28
- package/esm/stripe.core.js +29 -1
- package/esm/stripe.core.js.map +1 -1
- package/esm/stripe.esm.node.d.ts +84 -28
- package/esm/stripe.esm.node.js +29 -1
- package/esm/stripe.esm.node.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,8 @@ import { Capability } from './Capabilities.js';
|
|
|
3
3
|
import { DeletedExternalAccount, ExternalAccount } from './ExternalAccounts.js';
|
|
4
4
|
import { LoginLink } from './LoginLinks.js';
|
|
5
5
|
import { DeletedPerson, Person } from './Persons.js';
|
|
6
|
+
import { AccountSignals } from './AccountSignals.js';
|
|
7
|
+
import { RiskSignals } from './RiskSignals.js';
|
|
6
8
|
import { File } from './Files.js';
|
|
7
9
|
import { TaxId } from './TaxIds.js';
|
|
8
10
|
import { Emptyable, MetadataParam, AddressParam, JapanAddressParam, PaginationParams, RangeQueryParam, Metadata, Address } from '../shared.js';
|
|
@@ -61,6 +63,10 @@ export declare class AccountResource extends StripeResource {
|
|
|
61
63
|
* Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected. Test-mode accounts can be rejected at any time. Live-mode accounts can only be rejected after all balances are zero.
|
|
62
64
|
*/
|
|
63
65
|
reject(id: string, params: AccountRejectParams, options?: RequestOptions): Promise<Response<Account>>;
|
|
66
|
+
serializeBatchUpdate(account: string, params?: Record<string, unknown>, options?: {
|
|
67
|
+
apiVersion?: string;
|
|
68
|
+
stripeContext?: string;
|
|
69
|
+
}): string;
|
|
64
70
|
/**
|
|
65
71
|
* Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
|
|
66
72
|
*/
|
|
@@ -126,6 +132,10 @@ export declare class AccountResource extends StripeResource {
|
|
|
126
132
|
* Creates a new person.
|
|
127
133
|
*/
|
|
128
134
|
createPerson(id: string, params?: AccountCreatePersonParams, options?: RequestOptions): Promise<Response<Person>>;
|
|
135
|
+
/**
|
|
136
|
+
* Retrieves the account's Signal objects
|
|
137
|
+
*/
|
|
138
|
+
retrieveSignals(id: string, params?: AccountRetrieveSignalsParams, options?: RequestOptions): Promise<Response<AccountSignals>>;
|
|
129
139
|
}
|
|
130
140
|
export interface Account {
|
|
131
141
|
/**
|
|
@@ -201,6 +211,11 @@ export interface Account {
|
|
|
201
211
|
*/
|
|
202
212
|
payouts_enabled: boolean;
|
|
203
213
|
requirements?: Account.Requirements;
|
|
214
|
+
risk_controls?: Account.RiskControls;
|
|
215
|
+
/**
|
|
216
|
+
* A hash containing information about risk signal collection
|
|
217
|
+
*/
|
|
218
|
+
risk_signals?: RiskSignals | null;
|
|
204
219
|
/**
|
|
205
220
|
* Options for customizing how the account functions within Stripe.
|
|
206
221
|
*/
|
|
@@ -252,6 +267,10 @@ export declare namespace Account {
|
|
|
252
267
|
* Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
|
|
253
268
|
*/
|
|
254
269
|
product_description?: string | null;
|
|
270
|
+
/**
|
|
271
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
272
|
+
*/
|
|
273
|
+
specified_commercial_transactions_act_url?: string | null;
|
|
255
274
|
/**
|
|
256
275
|
* A publicly available mailing address for sending support issues to.
|
|
257
276
|
*/
|
|
@@ -303,6 +322,10 @@ export declare namespace Account {
|
|
|
303
322
|
* The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.
|
|
304
323
|
*/
|
|
305
324
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
325
|
+
/**
|
|
326
|
+
* The status of the automatic_indirect_tax capability of the account.
|
|
327
|
+
*/
|
|
328
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
306
329
|
/**
|
|
307
330
|
* The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
|
|
308
331
|
*/
|
|
@@ -363,10 +386,22 @@ export declare namespace Account {
|
|
|
363
386
|
* The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
|
|
364
387
|
*/
|
|
365
388
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
389
|
+
/**
|
|
390
|
+
* The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
|
|
391
|
+
*/
|
|
392
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
366
393
|
/**
|
|
367
394
|
* The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
|
|
368
395
|
*/
|
|
369
396
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
397
|
+
/**
|
|
398
|
+
* The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
|
|
399
|
+
*/
|
|
400
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
401
|
+
/**
|
|
402
|
+
* The status of Bank BCA onboarding of the account.
|
|
403
|
+
*/
|
|
404
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
370
405
|
/**
|
|
371
406
|
* The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
|
|
372
407
|
*/
|
|
@@ -451,6 +486,14 @@ export declare namespace Account {
|
|
|
451
486
|
* The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
|
|
452
487
|
*/
|
|
453
488
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
489
|
+
/**
|
|
490
|
+
* The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
|
|
491
|
+
*/
|
|
492
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
493
|
+
/**
|
|
494
|
+
* The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
|
|
495
|
+
*/
|
|
496
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
454
497
|
/**
|
|
455
498
|
* The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
|
|
456
499
|
*/
|
|
@@ -463,6 +506,14 @@ export declare namespace Account {
|
|
|
463
506
|
* The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
|
|
464
507
|
*/
|
|
465
508
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
509
|
+
/**
|
|
510
|
+
* The status of the Qris capability of the account, or whether the account can directly process Qris payments.
|
|
511
|
+
*/
|
|
512
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
513
|
+
/**
|
|
514
|
+
* The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
|
|
515
|
+
*/
|
|
516
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
466
517
|
/**
|
|
467
518
|
* The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
|
|
468
519
|
*/
|
|
@@ -483,10 +534,18 @@ export declare namespace Account {
|
|
|
483
534
|
* The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
|
|
484
535
|
*/
|
|
485
536
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
537
|
+
/**
|
|
538
|
+
* The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
|
|
539
|
+
*/
|
|
540
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
486
541
|
/**
|
|
487
542
|
* The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
|
|
488
543
|
*/
|
|
489
544
|
sofort_payments?: Capabilities.SofortPayments;
|
|
545
|
+
/**
|
|
546
|
+
* The status of the stripe_balance payments capability of the account, or whether the account can directly process stripe_balance charges.
|
|
547
|
+
*/
|
|
548
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
490
549
|
/**
|
|
491
550
|
* The status of the Sunbit capability of the account, or whether the account can directly process Sunbit payments.
|
|
492
551
|
*/
|
|
@@ -511,6 +570,18 @@ export declare namespace Account {
|
|
|
511
570
|
* The status of the banking capability, or whether the account can have bank accounts.
|
|
512
571
|
*/
|
|
513
572
|
treasury?: Capabilities.Treasury;
|
|
573
|
+
/**
|
|
574
|
+
* The status of the treasury_evolve capability of the account.
|
|
575
|
+
*/
|
|
576
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
577
|
+
/**
|
|
578
|
+
* The status of the treasury_fifth_third capability of the account.
|
|
579
|
+
*/
|
|
580
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
581
|
+
/**
|
|
582
|
+
* The status of the treasury_goldman_sachs capability of the account.
|
|
583
|
+
*/
|
|
584
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
514
585
|
/**
|
|
515
586
|
* The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
|
|
516
587
|
*/
|
|
@@ -617,6 +688,8 @@ export declare namespace Account {
|
|
|
617
688
|
verification?: Company.Verification | null;
|
|
618
689
|
}
|
|
619
690
|
interface Controller {
|
|
691
|
+
application?: Controller.Application;
|
|
692
|
+
dashboard?: Controller.Dashboard;
|
|
620
693
|
fees?: Controller.Fees;
|
|
621
694
|
/**
|
|
622
695
|
* `true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://docs.stripe.com/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.
|
|
@@ -707,8 +780,17 @@ export declare namespace Account {
|
|
|
707
780
|
*/
|
|
708
781
|
pending_verification: Array<string> | null;
|
|
709
782
|
}
|
|
783
|
+
interface RiskControls {
|
|
784
|
+
charges: RiskControls.Charges;
|
|
785
|
+
payouts: RiskControls.Payouts;
|
|
786
|
+
/**
|
|
787
|
+
* Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://docs.stripe.com/connect/)
|
|
788
|
+
*/
|
|
789
|
+
rejected_reason?: RiskControls.RejectedReason | null;
|
|
790
|
+
}
|
|
710
791
|
interface Settings {
|
|
711
792
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
793
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
712
794
|
branding: Settings.Branding;
|
|
713
795
|
card_issuing?: Settings.CardIssuing;
|
|
714
796
|
card_payments: Settings.CardPayments;
|
|
@@ -716,7 +798,10 @@ export declare namespace Account {
|
|
|
716
798
|
invoices?: Settings.Invoices;
|
|
717
799
|
payments: Settings.Payments;
|
|
718
800
|
payouts?: Settings.Payouts;
|
|
801
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
719
802
|
sepa_debit_payments?: Settings.SepaDebitPayments;
|
|
803
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
804
|
+
tax_forms?: Settings.TaxForms;
|
|
720
805
|
treasury?: Settings.Treasury;
|
|
721
806
|
}
|
|
722
807
|
interface TosAcceptance {
|
|
@@ -773,6 +858,7 @@ export declare namespace Account {
|
|
|
773
858
|
type AmazonPayPayments = 'active' | 'inactive' | 'pending';
|
|
774
859
|
type AppDistribution = 'active' | 'inactive' | 'pending';
|
|
775
860
|
type AuBecsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
861
|
+
type AutomaticIndirectTax = 'active' | 'inactive' | 'pending';
|
|
776
862
|
type BacsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
777
863
|
type BancontactPayments = 'active' | 'inactive' | 'pending';
|
|
778
864
|
type BankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -788,7 +874,10 @@ export declare namespace Account {
|
|
|
788
874
|
type FpxPayments = 'active' | 'inactive' | 'pending';
|
|
789
875
|
type GbBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
790
876
|
type GiropayPayments = 'active' | 'inactive' | 'pending';
|
|
877
|
+
type GopayPayments = 'active' | 'inactive' | 'pending';
|
|
791
878
|
type GrabpayPayments = 'active' | 'inactive' | 'pending';
|
|
879
|
+
type IdBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
880
|
+
type IdBankTransferPaymentsBca = 'active' | 'inactive' | 'pending';
|
|
792
881
|
type IdealPayments = 'active' | 'inactive' | 'pending';
|
|
793
882
|
type IndiaInternationalPayments = 'active' | 'inactive' | 'pending';
|
|
794
883
|
type JcbPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -810,21 +899,30 @@ export declare namespace Account {
|
|
|
810
899
|
type PayByBankPayments = 'active' | 'inactive' | 'pending';
|
|
811
900
|
type PaycoPayments = 'active' | 'inactive' | 'pending';
|
|
812
901
|
type PaynowPayments = 'active' | 'inactive' | 'pending';
|
|
902
|
+
type PaypalPayments = 'active' | 'inactive' | 'pending';
|
|
903
|
+
type PaypayPayments = 'active' | 'inactive' | 'pending';
|
|
813
904
|
type PaytoPayments = 'active' | 'inactive' | 'pending';
|
|
814
905
|
type PixPayments = 'active' | 'inactive' | 'pending';
|
|
815
906
|
type PromptpayPayments = 'active' | 'inactive' | 'pending';
|
|
907
|
+
type QrisPayments = 'active' | 'inactive' | 'pending';
|
|
908
|
+
type RechnungPayments = 'active' | 'inactive' | 'pending';
|
|
816
909
|
type RevolutPayPayments = 'active' | 'inactive' | 'pending';
|
|
817
910
|
type SamsungPayPayments = 'active' | 'inactive' | 'pending';
|
|
818
911
|
type SatispayPayments = 'active' | 'inactive' | 'pending';
|
|
819
912
|
type SepaBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
820
913
|
type SepaDebitPayments = 'active' | 'inactive' | 'pending';
|
|
914
|
+
type ShopeepayPayments = 'active' | 'inactive' | 'pending';
|
|
821
915
|
type SofortPayments = 'active' | 'inactive' | 'pending';
|
|
916
|
+
type StripeBalancePayments = 'active' | 'inactive' | 'pending';
|
|
822
917
|
type SunbitPayments = 'active' | 'inactive' | 'pending';
|
|
823
918
|
type SwishPayments = 'active' | 'inactive' | 'pending';
|
|
824
919
|
type TaxReportingUs1099K = 'active' | 'inactive' | 'pending';
|
|
825
920
|
type TaxReportingUs1099Misc = 'active' | 'inactive' | 'pending';
|
|
826
921
|
type Transfers = 'active' | 'inactive' | 'pending';
|
|
827
922
|
type Treasury = 'active' | 'inactive' | 'pending';
|
|
923
|
+
type TreasuryEvolve = 'active' | 'inactive' | 'pending';
|
|
924
|
+
type TreasuryFifthThird = 'active' | 'inactive' | 'pending';
|
|
925
|
+
type TreasuryGoldmanSachs = 'active' | 'inactive' | 'pending';
|
|
828
926
|
type TwintPayments = 'active' | 'inactive' | 'pending';
|
|
829
927
|
type UpiPayments = 'active' | 'inactive' | 'pending';
|
|
830
928
|
type UsBankAccountAchPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -975,6 +1073,26 @@ export declare namespace Account {
|
|
|
975
1073
|
}
|
|
976
1074
|
}
|
|
977
1075
|
namespace Controller {
|
|
1076
|
+
interface Application {
|
|
1077
|
+
/**
|
|
1078
|
+
* `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
|
|
1079
|
+
*/
|
|
1080
|
+
loss_liable: boolean;
|
|
1081
|
+
/**
|
|
1082
|
+
* `true` if the Connect application is responsible for onboarding the account.
|
|
1083
|
+
*/
|
|
1084
|
+
onboarding_owner: boolean;
|
|
1085
|
+
/**
|
|
1086
|
+
* `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
|
|
1087
|
+
*/
|
|
1088
|
+
pricing_controls: boolean;
|
|
1089
|
+
}
|
|
1090
|
+
interface Dashboard {
|
|
1091
|
+
/**
|
|
1092
|
+
* Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
|
|
1093
|
+
*/
|
|
1094
|
+
type: Dashboard.Type;
|
|
1095
|
+
}
|
|
978
1096
|
interface Fees {
|
|
979
1097
|
/**
|
|
980
1098
|
* A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -995,8 +1113,11 @@ export declare namespace Account {
|
|
|
995
1113
|
type: StripeDashboard.Type;
|
|
996
1114
|
}
|
|
997
1115
|
type Type = 'account' | 'application';
|
|
1116
|
+
namespace Dashboard {
|
|
1117
|
+
type Type = 'express' | 'full' | 'none';
|
|
1118
|
+
}
|
|
998
1119
|
namespace Fees {
|
|
999
|
-
type Payer = 'account' | 'application' | 'application_custom' | 'application_express';
|
|
1120
|
+
type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | 'application_unified_accounts_beta';
|
|
1000
1121
|
}
|
|
1001
1122
|
namespace Losses {
|
|
1002
1123
|
type Payments = 'application' | 'stripe';
|
|
@@ -1032,7 +1153,7 @@ export declare namespace Account {
|
|
|
1032
1153
|
requirement: string;
|
|
1033
1154
|
}
|
|
1034
1155
|
namespace Error {
|
|
1035
|
-
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1156
|
+
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1036
1157
|
}
|
|
1037
1158
|
}
|
|
1038
1159
|
namespace Requirements {
|
|
@@ -1062,9 +1183,24 @@ export declare namespace Account {
|
|
|
1062
1183
|
requirement: string;
|
|
1063
1184
|
}
|
|
1064
1185
|
namespace Error {
|
|
1065
|
-
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1186
|
+
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_data_not_found' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1066
1187
|
}
|
|
1067
1188
|
}
|
|
1189
|
+
namespace RiskControls {
|
|
1190
|
+
interface Charges {
|
|
1191
|
+
/**
|
|
1192
|
+
* Whether a pause of the risk control has been requested.
|
|
1193
|
+
*/
|
|
1194
|
+
pause_requested: boolean;
|
|
1195
|
+
}
|
|
1196
|
+
interface Payouts {
|
|
1197
|
+
/**
|
|
1198
|
+
* Whether a pause of the risk control has been requested.
|
|
1199
|
+
*/
|
|
1200
|
+
pause_requested: boolean;
|
|
1201
|
+
}
|
|
1202
|
+
type RejectedReason = 'credit' | 'fraud' | 'fraud_no_intent_to_fulfill' | 'fraud_other' | 'fraud_payment_method_casher' | 'fraud_payment_method_tester' | 'other' | 'terms_of_service';
|
|
1203
|
+
}
|
|
1068
1204
|
namespace Settings {
|
|
1069
1205
|
interface BacsDebitPayments {
|
|
1070
1206
|
/**
|
|
@@ -1076,6 +1212,16 @@ export declare namespace Account {
|
|
|
1076
1212
|
*/
|
|
1077
1213
|
service_user_number: string | null;
|
|
1078
1214
|
}
|
|
1215
|
+
interface BankBcaOnboarding {
|
|
1216
|
+
/**
|
|
1217
|
+
* Bank BCA business account holder name.
|
|
1218
|
+
*/
|
|
1219
|
+
account_holder_name?: string;
|
|
1220
|
+
/**
|
|
1221
|
+
* Bank BCA business account number.
|
|
1222
|
+
*/
|
|
1223
|
+
business_account_number?: string;
|
|
1224
|
+
}
|
|
1079
1225
|
interface Branding {
|
|
1080
1226
|
/**
|
|
1081
1227
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -1133,6 +1279,10 @@ export declare namespace Account {
|
|
|
1133
1279
|
hosted_payment_method_save: Invoices.HostedPaymentMethodSave | null;
|
|
1134
1280
|
}
|
|
1135
1281
|
interface Payments {
|
|
1282
|
+
/**
|
|
1283
|
+
* When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is `false`.
|
|
1284
|
+
*/
|
|
1285
|
+
email_customers_on_successful_payment?: boolean | null;
|
|
1136
1286
|
/**
|
|
1137
1287
|
* The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge.
|
|
1138
1288
|
*/
|
|
@@ -1165,12 +1315,32 @@ export declare namespace Account {
|
|
|
1165
1315
|
*/
|
|
1166
1316
|
statement_descriptor: string | null;
|
|
1167
1317
|
}
|
|
1318
|
+
interface PaypayPayments {
|
|
1319
|
+
/**
|
|
1320
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
1321
|
+
*/
|
|
1322
|
+
additional_files?: Array<string>;
|
|
1323
|
+
/**
|
|
1324
|
+
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
1325
|
+
*/
|
|
1326
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
1327
|
+
site?: PaypayPayments.Site;
|
|
1328
|
+
}
|
|
1168
1329
|
interface SepaDebitPayments {
|
|
1169
1330
|
/**
|
|
1170
1331
|
* SEPA creditor identifier that identifies the company making the payment.
|
|
1171
1332
|
*/
|
|
1172
1333
|
creditor_id?: string;
|
|
1173
1334
|
}
|
|
1335
|
+
interface SmartDisputes {
|
|
1336
|
+
auto_respond: SmartDisputes.AutoRespond;
|
|
1337
|
+
}
|
|
1338
|
+
interface TaxForms {
|
|
1339
|
+
/**
|
|
1340
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
1341
|
+
*/
|
|
1342
|
+
consented_to_paperless_delivery: boolean;
|
|
1343
|
+
}
|
|
1174
1344
|
interface Treasury {
|
|
1175
1345
|
tos_acceptance?: Treasury.TosAcceptance;
|
|
1176
1346
|
}
|
|
@@ -1236,6 +1406,55 @@ export declare namespace Account {
|
|
|
1236
1406
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
1237
1407
|
}
|
|
1238
1408
|
}
|
|
1409
|
+
namespace PaypayPayments {
|
|
1410
|
+
type GoodsType = 'digital_content' | 'other';
|
|
1411
|
+
interface Site {
|
|
1412
|
+
accessible?: Site.Accessible;
|
|
1413
|
+
in_development?: Site.InDevelopment;
|
|
1414
|
+
restricted?: Site.Restricted;
|
|
1415
|
+
/**
|
|
1416
|
+
* The status of your business's website.
|
|
1417
|
+
*/
|
|
1418
|
+
type?: Site.Type;
|
|
1419
|
+
}
|
|
1420
|
+
namespace Site {
|
|
1421
|
+
interface Accessible {
|
|
1422
|
+
}
|
|
1423
|
+
interface InDevelopment {
|
|
1424
|
+
/**
|
|
1425
|
+
* Field to indicate that the website password has been provided.
|
|
1426
|
+
*/
|
|
1427
|
+
password_provided?: boolean;
|
|
1428
|
+
/**
|
|
1429
|
+
* The username needed to access your business's website.
|
|
1430
|
+
*/
|
|
1431
|
+
username: string | null;
|
|
1432
|
+
}
|
|
1433
|
+
interface Restricted {
|
|
1434
|
+
/**
|
|
1435
|
+
* File explaining the payment flow for your business.
|
|
1436
|
+
*/
|
|
1437
|
+
payment_flow_file: string | null;
|
|
1438
|
+
}
|
|
1439
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1442
|
+
namespace SmartDisputes {
|
|
1443
|
+
interface AutoRespond {
|
|
1444
|
+
/**
|
|
1445
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
1446
|
+
*/
|
|
1447
|
+
preference: AutoRespond.Preference;
|
|
1448
|
+
/**
|
|
1449
|
+
* The effective value for auto-respond. Can be 'on' or 'off'.
|
|
1450
|
+
*/
|
|
1451
|
+
value: AutoRespond.Value;
|
|
1452
|
+
}
|
|
1453
|
+
namespace AutoRespond {
|
|
1454
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
1455
|
+
type Value = 'off' | 'on';
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1239
1458
|
namespace Treasury {
|
|
1240
1459
|
interface TosAcceptance {
|
|
1241
1460
|
/**
|
|
@@ -1324,6 +1543,10 @@ export interface AccountCreateParams {
|
|
|
1324
1543
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
1325
1544
|
*/
|
|
1326
1545
|
metadata?: Emptyable<MetadataParam>;
|
|
1546
|
+
/**
|
|
1547
|
+
* A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1548
|
+
*/
|
|
1549
|
+
risk_controls?: AccountCreateParams.RiskControls;
|
|
1327
1550
|
/**
|
|
1328
1551
|
* Options for customizing how the account functions within Stripe.
|
|
1329
1552
|
*/
|
|
@@ -1367,6 +1590,10 @@ export declare namespace AccountCreateParams {
|
|
|
1367
1590
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
1368
1591
|
*/
|
|
1369
1592
|
product_description?: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Used by the Checkout product and for Japanese payment methods.
|
|
1595
|
+
*/
|
|
1596
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
1370
1597
|
/**
|
|
1371
1598
|
* A publicly available mailing address for sending support issues to.
|
|
1372
1599
|
*/
|
|
@@ -1418,6 +1645,10 @@ export declare namespace AccountCreateParams {
|
|
|
1418
1645
|
* The au_becs_debit_payments capability.
|
|
1419
1646
|
*/
|
|
1420
1647
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
1648
|
+
/**
|
|
1649
|
+
* The automatic_indirect_tax capability.
|
|
1650
|
+
*/
|
|
1651
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
1421
1652
|
/**
|
|
1422
1653
|
* The bacs_debit_payments capability.
|
|
1423
1654
|
*/
|
|
@@ -1478,10 +1709,22 @@ export declare namespace AccountCreateParams {
|
|
|
1478
1709
|
* The giropay_payments capability.
|
|
1479
1710
|
*/
|
|
1480
1711
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
1712
|
+
/**
|
|
1713
|
+
* The gopay_payments capability.
|
|
1714
|
+
*/
|
|
1715
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
1481
1716
|
/**
|
|
1482
1717
|
* The grabpay_payments capability.
|
|
1483
1718
|
*/
|
|
1484
1719
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
1720
|
+
/**
|
|
1721
|
+
* The id_bank_transfer_payments capability.
|
|
1722
|
+
*/
|
|
1723
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
1724
|
+
/**
|
|
1725
|
+
* The id_bank_transfer_payments_bca capability.
|
|
1726
|
+
*/
|
|
1727
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
1485
1728
|
/**
|
|
1486
1729
|
* The ideal_payments capability.
|
|
1487
1730
|
*/
|
|
@@ -1566,6 +1809,14 @@ export declare namespace AccountCreateParams {
|
|
|
1566
1809
|
* The paynow_payments capability.
|
|
1567
1810
|
*/
|
|
1568
1811
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
1812
|
+
/**
|
|
1813
|
+
* The paypal_payments capability.
|
|
1814
|
+
*/
|
|
1815
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
1816
|
+
/**
|
|
1817
|
+
* The paypay_payments capability.
|
|
1818
|
+
*/
|
|
1819
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
1569
1820
|
/**
|
|
1570
1821
|
* The payto_payments capability.
|
|
1571
1822
|
*/
|
|
@@ -1578,6 +1829,14 @@ export declare namespace AccountCreateParams {
|
|
|
1578
1829
|
* The promptpay_payments capability.
|
|
1579
1830
|
*/
|
|
1580
1831
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
1832
|
+
/**
|
|
1833
|
+
* The qris_payments capability.
|
|
1834
|
+
*/
|
|
1835
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
1836
|
+
/**
|
|
1837
|
+
* The rechnung_payments capability.
|
|
1838
|
+
*/
|
|
1839
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
1581
1840
|
/**
|
|
1582
1841
|
* The revolut_pay_payments capability.
|
|
1583
1842
|
*/
|
|
@@ -1598,10 +1857,18 @@ export declare namespace AccountCreateParams {
|
|
|
1598
1857
|
* The sepa_debit_payments capability.
|
|
1599
1858
|
*/
|
|
1600
1859
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
1860
|
+
/**
|
|
1861
|
+
* The shopeepay_payments capability.
|
|
1862
|
+
*/
|
|
1863
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
1601
1864
|
/**
|
|
1602
1865
|
* The sofort_payments capability.
|
|
1603
1866
|
*/
|
|
1604
1867
|
sofort_payments?: Capabilities.SofortPayments;
|
|
1868
|
+
/**
|
|
1869
|
+
* The stripe_balance_payments capability.
|
|
1870
|
+
*/
|
|
1871
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
1605
1872
|
/**
|
|
1606
1873
|
* The sunbit_payments capability.
|
|
1607
1874
|
*/
|
|
@@ -1626,6 +1893,18 @@ export declare namespace AccountCreateParams {
|
|
|
1626
1893
|
* The treasury capability.
|
|
1627
1894
|
*/
|
|
1628
1895
|
treasury?: Capabilities.Treasury;
|
|
1896
|
+
/**
|
|
1897
|
+
* The treasury_evolve capability.
|
|
1898
|
+
*/
|
|
1899
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
1900
|
+
/**
|
|
1901
|
+
* The treasury_fifth_third capability.
|
|
1902
|
+
*/
|
|
1903
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
1904
|
+
/**
|
|
1905
|
+
* The treasury_goldman_sachs capability.
|
|
1906
|
+
*/
|
|
1907
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
1629
1908
|
/**
|
|
1630
1909
|
* The twint_payments capability.
|
|
1631
1910
|
*/
|
|
@@ -1742,6 +2021,14 @@ export declare namespace AccountCreateParams {
|
|
|
1742
2021
|
verification?: Company.Verification;
|
|
1743
2022
|
}
|
|
1744
2023
|
interface Controller {
|
|
2024
|
+
/**
|
|
2025
|
+
* A hash of configuration describing the Connect application that controls the account.
|
|
2026
|
+
*/
|
|
2027
|
+
application?: Controller.Application;
|
|
2028
|
+
/**
|
|
2029
|
+
* Properties of the account's dashboard.
|
|
2030
|
+
*/
|
|
2031
|
+
dashboard?: Controller.Dashboard;
|
|
1745
2032
|
/**
|
|
1746
2033
|
* A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
1747
2034
|
*/
|
|
@@ -1918,6 +2205,14 @@ export declare namespace AccountCreateParams {
|
|
|
1918
2205
|
* Describes the person's relationship to the account.
|
|
1919
2206
|
*/
|
|
1920
2207
|
relationship?: Individual.Relationship;
|
|
2208
|
+
/**
|
|
2209
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
2210
|
+
*/
|
|
2211
|
+
self_reported_income?: Individual.SelfReportedIncome;
|
|
2212
|
+
/**
|
|
2213
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
2214
|
+
*/
|
|
2215
|
+
self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
|
|
1921
2216
|
/**
|
|
1922
2217
|
* The last four digits of the individual's Social Security Number (U.S. only).
|
|
1923
2218
|
*/
|
|
@@ -1927,15 +2222,33 @@ export declare namespace AccountCreateParams {
|
|
|
1927
2222
|
*/
|
|
1928
2223
|
verification?: Individual.Verification;
|
|
1929
2224
|
}
|
|
2225
|
+
interface RiskControls {
|
|
2226
|
+
/**
|
|
2227
|
+
* Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2228
|
+
*/
|
|
2229
|
+
charges?: RiskControls.Charges;
|
|
2230
|
+
/**
|
|
2231
|
+
* Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2232
|
+
*/
|
|
2233
|
+
payouts?: RiskControls.Payouts;
|
|
2234
|
+
}
|
|
1930
2235
|
interface Settings {
|
|
1931
2236
|
/**
|
|
1932
2237
|
* Settings specific to Bacs Direct Debit.
|
|
1933
2238
|
*/
|
|
1934
2239
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
2240
|
+
/**
|
|
2241
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
2242
|
+
*/
|
|
2243
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
1935
2244
|
/**
|
|
1936
2245
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
1937
2246
|
*/
|
|
1938
2247
|
branding?: Settings.Branding;
|
|
2248
|
+
/**
|
|
2249
|
+
* Settings specific to the account's use of the Capital product.
|
|
2250
|
+
*/
|
|
2251
|
+
capital?: Settings.Capital;
|
|
1939
2252
|
/**
|
|
1940
2253
|
* Settings specific to the account's use of the Card Issuing product.
|
|
1941
2254
|
*/
|
|
@@ -1956,6 +2269,18 @@ export declare namespace AccountCreateParams {
|
|
|
1956
2269
|
* Settings specific to the account's payouts.
|
|
1957
2270
|
*/
|
|
1958
2271
|
payouts?: Settings.Payouts;
|
|
2272
|
+
/**
|
|
2273
|
+
* Settings specific to the PayPay payments method.
|
|
2274
|
+
*/
|
|
2275
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
2276
|
+
/**
|
|
2277
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
2278
|
+
*/
|
|
2279
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
2280
|
+
/**
|
|
2281
|
+
* Settings specific to the account's tax forms.
|
|
2282
|
+
*/
|
|
2283
|
+
tax_forms?: Settings.TaxForms;
|
|
1959
2284
|
/**
|
|
1960
2285
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
1961
2286
|
*/
|
|
@@ -2050,6 +2375,12 @@ export declare namespace AccountCreateParams {
|
|
|
2050
2375
|
*/
|
|
2051
2376
|
requested?: boolean;
|
|
2052
2377
|
}
|
|
2378
|
+
interface AutomaticIndirectTax {
|
|
2379
|
+
/**
|
|
2380
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2381
|
+
*/
|
|
2382
|
+
requested?: boolean;
|
|
2383
|
+
}
|
|
2053
2384
|
interface BacsDebitPayments {
|
|
2054
2385
|
/**
|
|
2055
2386
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2140,12 +2471,30 @@ export declare namespace AccountCreateParams {
|
|
|
2140
2471
|
*/
|
|
2141
2472
|
requested?: boolean;
|
|
2142
2473
|
}
|
|
2474
|
+
interface GopayPayments {
|
|
2475
|
+
/**
|
|
2476
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2477
|
+
*/
|
|
2478
|
+
requested?: boolean;
|
|
2479
|
+
}
|
|
2143
2480
|
interface GrabpayPayments {
|
|
2144
2481
|
/**
|
|
2145
2482
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2146
2483
|
*/
|
|
2147
2484
|
requested?: boolean;
|
|
2148
2485
|
}
|
|
2486
|
+
interface IdBankTransferPayments {
|
|
2487
|
+
/**
|
|
2488
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2489
|
+
*/
|
|
2490
|
+
requested?: boolean;
|
|
2491
|
+
}
|
|
2492
|
+
interface IdBankTransferPaymentsBca {
|
|
2493
|
+
/**
|
|
2494
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2495
|
+
*/
|
|
2496
|
+
requested?: boolean;
|
|
2497
|
+
}
|
|
2149
2498
|
interface IdealPayments {
|
|
2150
2499
|
/**
|
|
2151
2500
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2272,6 +2621,18 @@ export declare namespace AccountCreateParams {
|
|
|
2272
2621
|
*/
|
|
2273
2622
|
requested?: boolean;
|
|
2274
2623
|
}
|
|
2624
|
+
interface PaypalPayments {
|
|
2625
|
+
/**
|
|
2626
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2627
|
+
*/
|
|
2628
|
+
requested?: boolean;
|
|
2629
|
+
}
|
|
2630
|
+
interface PaypayPayments {
|
|
2631
|
+
/**
|
|
2632
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2633
|
+
*/
|
|
2634
|
+
requested?: boolean;
|
|
2635
|
+
}
|
|
2275
2636
|
interface PaytoPayments {
|
|
2276
2637
|
/**
|
|
2277
2638
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2290,6 +2651,18 @@ export declare namespace AccountCreateParams {
|
|
|
2290
2651
|
*/
|
|
2291
2652
|
requested?: boolean;
|
|
2292
2653
|
}
|
|
2654
|
+
interface QrisPayments {
|
|
2655
|
+
/**
|
|
2656
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2657
|
+
*/
|
|
2658
|
+
requested?: boolean;
|
|
2659
|
+
}
|
|
2660
|
+
interface RechnungPayments {
|
|
2661
|
+
/**
|
|
2662
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2663
|
+
*/
|
|
2664
|
+
requested?: boolean;
|
|
2665
|
+
}
|
|
2293
2666
|
interface RevolutPayPayments {
|
|
2294
2667
|
/**
|
|
2295
2668
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2320,12 +2693,24 @@ export declare namespace AccountCreateParams {
|
|
|
2320
2693
|
*/
|
|
2321
2694
|
requested?: boolean;
|
|
2322
2695
|
}
|
|
2696
|
+
interface ShopeepayPayments {
|
|
2697
|
+
/**
|
|
2698
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2699
|
+
*/
|
|
2700
|
+
requested?: boolean;
|
|
2701
|
+
}
|
|
2323
2702
|
interface SofortPayments {
|
|
2324
2703
|
/**
|
|
2325
2704
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2326
2705
|
*/
|
|
2327
2706
|
requested?: boolean;
|
|
2328
2707
|
}
|
|
2708
|
+
interface StripeBalancePayments {
|
|
2709
|
+
/**
|
|
2710
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2711
|
+
*/
|
|
2712
|
+
requested?: boolean;
|
|
2713
|
+
}
|
|
2329
2714
|
interface SunbitPayments {
|
|
2330
2715
|
/**
|
|
2331
2716
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2362,6 +2747,24 @@ export declare namespace AccountCreateParams {
|
|
|
2362
2747
|
*/
|
|
2363
2748
|
requested?: boolean;
|
|
2364
2749
|
}
|
|
2750
|
+
interface TreasuryEvolve {
|
|
2751
|
+
/**
|
|
2752
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2753
|
+
*/
|
|
2754
|
+
requested?: boolean;
|
|
2755
|
+
}
|
|
2756
|
+
interface TreasuryFifthThird {
|
|
2757
|
+
/**
|
|
2758
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2759
|
+
*/
|
|
2760
|
+
requested?: boolean;
|
|
2761
|
+
}
|
|
2762
|
+
interface TreasuryGoldmanSachs {
|
|
2763
|
+
/**
|
|
2764
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2765
|
+
*/
|
|
2766
|
+
requested?: boolean;
|
|
2767
|
+
}
|
|
2365
2768
|
interface TwintPayments {
|
|
2366
2769
|
/**
|
|
2367
2770
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2472,6 +2875,26 @@ export declare namespace AccountCreateParams {
|
|
|
2472
2875
|
}
|
|
2473
2876
|
}
|
|
2474
2877
|
namespace Controller {
|
|
2878
|
+
interface Application {
|
|
2879
|
+
/**
|
|
2880
|
+
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
|
|
2881
|
+
*/
|
|
2882
|
+
loss_liable: boolean;
|
|
2883
|
+
/**
|
|
2884
|
+
* Whether the controller owns onboarding for this account.
|
|
2885
|
+
*/
|
|
2886
|
+
onboarding_owner?: boolean;
|
|
2887
|
+
/**
|
|
2888
|
+
* Whether the controller has pricing controls for this account.
|
|
2889
|
+
*/
|
|
2890
|
+
pricing_controls?: boolean;
|
|
2891
|
+
}
|
|
2892
|
+
interface Dashboard {
|
|
2893
|
+
/**
|
|
2894
|
+
* Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
|
|
2895
|
+
*/
|
|
2896
|
+
type?: Dashboard.Type;
|
|
2897
|
+
}
|
|
2475
2898
|
interface Fees {
|
|
2476
2899
|
/**
|
|
2477
2900
|
* A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -2491,6 +2914,9 @@ export declare namespace AccountCreateParams {
|
|
|
2491
2914
|
*/
|
|
2492
2915
|
type?: StripeDashboard.Type;
|
|
2493
2916
|
}
|
|
2917
|
+
namespace Dashboard {
|
|
2918
|
+
type Type = 'express' | 'full' | 'none';
|
|
2919
|
+
}
|
|
2494
2920
|
namespace Fees {
|
|
2495
2921
|
type Payer = 'account' | 'application';
|
|
2496
2922
|
}
|
|
@@ -2619,6 +3045,26 @@ export declare namespace AccountCreateParams {
|
|
|
2619
3045
|
*/
|
|
2620
3046
|
title?: string;
|
|
2621
3047
|
}
|
|
3048
|
+
interface SelfReportedIncome {
|
|
3049
|
+
/**
|
|
3050
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
3051
|
+
*/
|
|
3052
|
+
amount: number;
|
|
3053
|
+
/**
|
|
3054
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
3055
|
+
*/
|
|
3056
|
+
currency: string;
|
|
3057
|
+
}
|
|
3058
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
3059
|
+
/**
|
|
3060
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
3061
|
+
*/
|
|
3062
|
+
amount: number;
|
|
3063
|
+
/**
|
|
3064
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
3065
|
+
*/
|
|
3066
|
+
currency: string;
|
|
3067
|
+
}
|
|
2622
3068
|
interface Verification {
|
|
2623
3069
|
/**
|
|
2624
3070
|
* A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
|
@@ -2652,6 +3098,22 @@ export declare namespace AccountCreateParams {
|
|
|
2652
3098
|
}
|
|
2653
3099
|
}
|
|
2654
3100
|
}
|
|
3101
|
+
namespace RiskControls {
|
|
3102
|
+
interface Charges {
|
|
3103
|
+
/**
|
|
3104
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3105
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3106
|
+
*/
|
|
3107
|
+
pause_requested?: boolean;
|
|
3108
|
+
}
|
|
3109
|
+
interface Payouts {
|
|
3110
|
+
/**
|
|
3111
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3112
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3113
|
+
*/
|
|
3114
|
+
pause_requested?: boolean;
|
|
3115
|
+
}
|
|
3116
|
+
}
|
|
2655
3117
|
namespace Settings {
|
|
2656
3118
|
interface BacsDebitPayments {
|
|
2657
3119
|
/**
|
|
@@ -2659,6 +3121,16 @@ export declare namespace AccountCreateParams {
|
|
|
2659
3121
|
*/
|
|
2660
3122
|
display_name?: string;
|
|
2661
3123
|
}
|
|
3124
|
+
interface BankBcaOnboarding {
|
|
3125
|
+
/**
|
|
3126
|
+
* Bank BCA business account holder name
|
|
3127
|
+
*/
|
|
3128
|
+
account_holder_name?: string;
|
|
3129
|
+
/**
|
|
3130
|
+
* Bank BCA business account number
|
|
3131
|
+
*/
|
|
3132
|
+
business_account_number?: string;
|
|
3133
|
+
}
|
|
2662
3134
|
interface Branding {
|
|
2663
3135
|
/**
|
|
2664
3136
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -2677,6 +3149,20 @@ export declare namespace AccountCreateParams {
|
|
|
2677
3149
|
*/
|
|
2678
3150
|
secondary_color?: string;
|
|
2679
3151
|
}
|
|
3152
|
+
interface Capital {
|
|
3153
|
+
/**
|
|
3154
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
3155
|
+
*/
|
|
3156
|
+
payout_destination?: {
|
|
3157
|
+
[key: string]: string;
|
|
3158
|
+
};
|
|
3159
|
+
/**
|
|
3160
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3161
|
+
*/
|
|
3162
|
+
payout_destination_selector?: {
|
|
3163
|
+
[key: string]: Array<string>;
|
|
3164
|
+
};
|
|
3165
|
+
}
|
|
2680
3166
|
interface CardIssuing {
|
|
2681
3167
|
/**
|
|
2682
3168
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -2708,6 +3194,10 @@ export declare namespace AccountCreateParams {
|
|
|
2708
3194
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
2709
3195
|
}
|
|
2710
3196
|
interface Payments {
|
|
3197
|
+
/**
|
|
3198
|
+
* When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
3199
|
+
*/
|
|
3200
|
+
email_customers_on_successful_payment?: boolean;
|
|
2711
3201
|
/**
|
|
2712
3202
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
2713
3203
|
*/
|
|
@@ -2735,6 +3225,32 @@ export declare namespace AccountCreateParams {
|
|
|
2735
3225
|
*/
|
|
2736
3226
|
statement_descriptor?: string;
|
|
2737
3227
|
}
|
|
3228
|
+
interface PaypayPayments {
|
|
3229
|
+
/**
|
|
3230
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
3231
|
+
*/
|
|
3232
|
+
additional_files?: Array<string>;
|
|
3233
|
+
/**
|
|
3234
|
+
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
3235
|
+
*/
|
|
3236
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
3237
|
+
/**
|
|
3238
|
+
* Details regarding your business's website.
|
|
3239
|
+
*/
|
|
3240
|
+
site?: PaypayPayments.Site;
|
|
3241
|
+
}
|
|
3242
|
+
interface SmartDisputes {
|
|
3243
|
+
/**
|
|
3244
|
+
* Smart Disputes auto-respond settings for the account.
|
|
3245
|
+
*/
|
|
3246
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
3247
|
+
}
|
|
3248
|
+
interface TaxForms {
|
|
3249
|
+
/**
|
|
3250
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
3251
|
+
*/
|
|
3252
|
+
consented_to_paperless_delivery?: boolean;
|
|
3253
|
+
}
|
|
2738
3254
|
interface Treasury {
|
|
2739
3255
|
/**
|
|
2740
3256
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -2805,6 +3321,59 @@ export declare namespace AccountCreateParams {
|
|
|
2805
3321
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
2806
3322
|
}
|
|
2807
3323
|
}
|
|
3324
|
+
namespace PaypayPayments {
|
|
3325
|
+
type GoodsType = 'digital_content' | 'other';
|
|
3326
|
+
interface Site {
|
|
3327
|
+
/**
|
|
3328
|
+
* Additional information about your business's website.
|
|
3329
|
+
*/
|
|
3330
|
+
accessible?: Site.Accessible;
|
|
3331
|
+
/**
|
|
3332
|
+
* Additional information about your business's website.
|
|
3333
|
+
*/
|
|
3334
|
+
in_development?: Site.InDevelopment;
|
|
3335
|
+
/**
|
|
3336
|
+
* Additional information about your business's website.
|
|
3337
|
+
*/
|
|
3338
|
+
restricted?: Site.Restricted;
|
|
3339
|
+
/**
|
|
3340
|
+
* The status of your business's website.
|
|
3341
|
+
*/
|
|
3342
|
+
type?: Site.Type;
|
|
3343
|
+
}
|
|
3344
|
+
namespace Site {
|
|
3345
|
+
interface Accessible {
|
|
3346
|
+
}
|
|
3347
|
+
interface InDevelopment {
|
|
3348
|
+
/**
|
|
3349
|
+
* The password needed to access your business's website.
|
|
3350
|
+
*/
|
|
3351
|
+
password: string;
|
|
3352
|
+
/**
|
|
3353
|
+
* The username needed to access your business's website.
|
|
3354
|
+
*/
|
|
3355
|
+
username?: string;
|
|
3356
|
+
}
|
|
3357
|
+
interface Restricted {
|
|
3358
|
+
/**
|
|
3359
|
+
* The file explaining the payment flow for your business.
|
|
3360
|
+
*/
|
|
3361
|
+
payment_flow_file?: string;
|
|
3362
|
+
}
|
|
3363
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
namespace SmartDisputes {
|
|
3367
|
+
interface AutoRespond {
|
|
3368
|
+
/**
|
|
3369
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
3370
|
+
*/
|
|
3371
|
+
preference?: AutoRespond.Preference;
|
|
3372
|
+
}
|
|
3373
|
+
namespace AutoRespond {
|
|
3374
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
3375
|
+
}
|
|
3376
|
+
}
|
|
2808
3377
|
namespace Treasury {
|
|
2809
3378
|
interface TosAcceptance {
|
|
2810
3379
|
/**
|
|
@@ -2891,6 +3460,10 @@ export interface AccountUpdateParams {
|
|
|
2891
3460
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
2892
3461
|
*/
|
|
2893
3462
|
metadata?: Emptyable<MetadataParam>;
|
|
3463
|
+
/**
|
|
3464
|
+
* A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
3465
|
+
*/
|
|
3466
|
+
risk_controls?: AccountUpdateParams.RiskControls;
|
|
2894
3467
|
/**
|
|
2895
3468
|
* Options for customizing how the account functions within Stripe.
|
|
2896
3469
|
*/
|
|
@@ -2930,6 +3503,10 @@ export declare namespace AccountUpdateParams {
|
|
|
2930
3503
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
2931
3504
|
*/
|
|
2932
3505
|
product_description?: string;
|
|
3506
|
+
/**
|
|
3507
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
3508
|
+
*/
|
|
3509
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
2933
3510
|
/**
|
|
2934
3511
|
* A publicly available mailing address for sending support issues to.
|
|
2935
3512
|
*/
|
|
@@ -2981,6 +3558,10 @@ export declare namespace AccountUpdateParams {
|
|
|
2981
3558
|
* The au_becs_debit_payments capability.
|
|
2982
3559
|
*/
|
|
2983
3560
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
3561
|
+
/**
|
|
3562
|
+
* The automatic_indirect_tax capability.
|
|
3563
|
+
*/
|
|
3564
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
2984
3565
|
/**
|
|
2985
3566
|
* The bacs_debit_payments capability.
|
|
2986
3567
|
*/
|
|
@@ -3041,10 +3622,22 @@ export declare namespace AccountUpdateParams {
|
|
|
3041
3622
|
* The giropay_payments capability.
|
|
3042
3623
|
*/
|
|
3043
3624
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
3625
|
+
/**
|
|
3626
|
+
* The gopay_payments capability.
|
|
3627
|
+
*/
|
|
3628
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
3044
3629
|
/**
|
|
3045
3630
|
* The grabpay_payments capability.
|
|
3046
3631
|
*/
|
|
3047
3632
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
3633
|
+
/**
|
|
3634
|
+
* The id_bank_transfer_payments capability.
|
|
3635
|
+
*/
|
|
3636
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
3637
|
+
/**
|
|
3638
|
+
* The id_bank_transfer_payments_bca capability.
|
|
3639
|
+
*/
|
|
3640
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
3048
3641
|
/**
|
|
3049
3642
|
* The ideal_payments capability.
|
|
3050
3643
|
*/
|
|
@@ -3129,6 +3722,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3129
3722
|
* The paynow_payments capability.
|
|
3130
3723
|
*/
|
|
3131
3724
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
3725
|
+
/**
|
|
3726
|
+
* The paypal_payments capability.
|
|
3727
|
+
*/
|
|
3728
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
3729
|
+
/**
|
|
3730
|
+
* The paypay_payments capability.
|
|
3731
|
+
*/
|
|
3732
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
3132
3733
|
/**
|
|
3133
3734
|
* The payto_payments capability.
|
|
3134
3735
|
*/
|
|
@@ -3141,6 +3742,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3141
3742
|
* The promptpay_payments capability.
|
|
3142
3743
|
*/
|
|
3143
3744
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
3745
|
+
/**
|
|
3746
|
+
* The qris_payments capability.
|
|
3747
|
+
*/
|
|
3748
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
3749
|
+
/**
|
|
3750
|
+
* The rechnung_payments capability.
|
|
3751
|
+
*/
|
|
3752
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
3144
3753
|
/**
|
|
3145
3754
|
* The revolut_pay_payments capability.
|
|
3146
3755
|
*/
|
|
@@ -3161,10 +3770,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3161
3770
|
* The sepa_debit_payments capability.
|
|
3162
3771
|
*/
|
|
3163
3772
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
3773
|
+
/**
|
|
3774
|
+
* The shopeepay_payments capability.
|
|
3775
|
+
*/
|
|
3776
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
3164
3777
|
/**
|
|
3165
3778
|
* The sofort_payments capability.
|
|
3166
3779
|
*/
|
|
3167
3780
|
sofort_payments?: Capabilities.SofortPayments;
|
|
3781
|
+
/**
|
|
3782
|
+
* The stripe_balance_payments capability.
|
|
3783
|
+
*/
|
|
3784
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
3168
3785
|
/**
|
|
3169
3786
|
* The sunbit_payments capability.
|
|
3170
3787
|
*/
|
|
@@ -3189,6 +3806,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3189
3806
|
* The treasury capability.
|
|
3190
3807
|
*/
|
|
3191
3808
|
treasury?: Capabilities.Treasury;
|
|
3809
|
+
/**
|
|
3810
|
+
* The treasury_evolve capability.
|
|
3811
|
+
*/
|
|
3812
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
3813
|
+
/**
|
|
3814
|
+
* The treasury_fifth_third capability.
|
|
3815
|
+
*/
|
|
3816
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
3817
|
+
/**
|
|
3818
|
+
* The treasury_goldman_sachs capability.
|
|
3819
|
+
*/
|
|
3820
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
3192
3821
|
/**
|
|
3193
3822
|
* The twint_payments capability.
|
|
3194
3823
|
*/
|
|
@@ -3482,6 +4111,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3482
4111
|
* Describes the person's relationship to the account.
|
|
3483
4112
|
*/
|
|
3484
4113
|
relationship?: Individual.Relationship;
|
|
4114
|
+
/**
|
|
4115
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
4116
|
+
*/
|
|
4117
|
+
self_reported_income?: Individual.SelfReportedIncome;
|
|
4118
|
+
/**
|
|
4119
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
4120
|
+
*/
|
|
4121
|
+
self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
|
|
3485
4122
|
/**
|
|
3486
4123
|
* The last four digits of the individual's Social Security Number (U.S. only).
|
|
3487
4124
|
*/
|
|
@@ -3491,15 +4128,33 @@ export declare namespace AccountUpdateParams {
|
|
|
3491
4128
|
*/
|
|
3492
4129
|
verification?: Individual.Verification;
|
|
3493
4130
|
}
|
|
4131
|
+
interface RiskControls {
|
|
4132
|
+
/**
|
|
4133
|
+
* Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
4134
|
+
*/
|
|
4135
|
+
charges?: RiskControls.Charges;
|
|
4136
|
+
/**
|
|
4137
|
+
* Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
4138
|
+
*/
|
|
4139
|
+
payouts?: RiskControls.Payouts;
|
|
4140
|
+
}
|
|
3494
4141
|
interface Settings {
|
|
3495
4142
|
/**
|
|
3496
4143
|
* Settings specific to Bacs Direct Debit payments.
|
|
3497
4144
|
*/
|
|
3498
4145
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
4146
|
+
/**
|
|
4147
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
4148
|
+
*/
|
|
4149
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
3499
4150
|
/**
|
|
3500
4151
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
3501
4152
|
*/
|
|
3502
4153
|
branding?: Settings.Branding;
|
|
4154
|
+
/**
|
|
4155
|
+
* Settings specific to the account's use of the Capital product.
|
|
4156
|
+
*/
|
|
4157
|
+
capital?: Settings.Capital;
|
|
3503
4158
|
/**
|
|
3504
4159
|
* Settings specific to the account's use of the Card Issuing product.
|
|
3505
4160
|
*/
|
|
@@ -3520,6 +4175,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3520
4175
|
* Settings specific to the account's payouts.
|
|
3521
4176
|
*/
|
|
3522
4177
|
payouts?: Settings.Payouts;
|
|
4178
|
+
/**
|
|
4179
|
+
* Settings specific to the PayPay payments method.
|
|
4180
|
+
*/
|
|
4181
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
4182
|
+
/**
|
|
4183
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
4184
|
+
*/
|
|
4185
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
4186
|
+
/**
|
|
4187
|
+
* Settings specific to the account's tax forms.
|
|
4188
|
+
*/
|
|
4189
|
+
tax_forms?: Settings.TaxForms;
|
|
3523
4190
|
/**
|
|
3524
4191
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
3525
4192
|
*/
|
|
@@ -3616,6 +4283,12 @@ export declare namespace AccountUpdateParams {
|
|
|
3616
4283
|
*/
|
|
3617
4284
|
requested?: boolean;
|
|
3618
4285
|
}
|
|
4286
|
+
interface AutomaticIndirectTax {
|
|
4287
|
+
/**
|
|
4288
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4289
|
+
*/
|
|
4290
|
+
requested?: boolean;
|
|
4291
|
+
}
|
|
3619
4292
|
interface BacsDebitPayments {
|
|
3620
4293
|
/**
|
|
3621
4294
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3706,12 +4379,30 @@ export declare namespace AccountUpdateParams {
|
|
|
3706
4379
|
*/
|
|
3707
4380
|
requested?: boolean;
|
|
3708
4381
|
}
|
|
4382
|
+
interface GopayPayments {
|
|
4383
|
+
/**
|
|
4384
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4385
|
+
*/
|
|
4386
|
+
requested?: boolean;
|
|
4387
|
+
}
|
|
3709
4388
|
interface GrabpayPayments {
|
|
3710
4389
|
/**
|
|
3711
4390
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3712
4391
|
*/
|
|
3713
4392
|
requested?: boolean;
|
|
3714
4393
|
}
|
|
4394
|
+
interface IdBankTransferPayments {
|
|
4395
|
+
/**
|
|
4396
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4397
|
+
*/
|
|
4398
|
+
requested?: boolean;
|
|
4399
|
+
}
|
|
4400
|
+
interface IdBankTransferPaymentsBca {
|
|
4401
|
+
/**
|
|
4402
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4403
|
+
*/
|
|
4404
|
+
requested?: boolean;
|
|
4405
|
+
}
|
|
3715
4406
|
interface IdealPayments {
|
|
3716
4407
|
/**
|
|
3717
4408
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3838,6 +4529,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3838
4529
|
*/
|
|
3839
4530
|
requested?: boolean;
|
|
3840
4531
|
}
|
|
4532
|
+
interface PaypalPayments {
|
|
4533
|
+
/**
|
|
4534
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4535
|
+
*/
|
|
4536
|
+
requested?: boolean;
|
|
4537
|
+
}
|
|
4538
|
+
interface PaypayPayments {
|
|
4539
|
+
/**
|
|
4540
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4541
|
+
*/
|
|
4542
|
+
requested?: boolean;
|
|
4543
|
+
}
|
|
3841
4544
|
interface PaytoPayments {
|
|
3842
4545
|
/**
|
|
3843
4546
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3856,6 +4559,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3856
4559
|
*/
|
|
3857
4560
|
requested?: boolean;
|
|
3858
4561
|
}
|
|
4562
|
+
interface QrisPayments {
|
|
4563
|
+
/**
|
|
4564
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4565
|
+
*/
|
|
4566
|
+
requested?: boolean;
|
|
4567
|
+
}
|
|
4568
|
+
interface RechnungPayments {
|
|
4569
|
+
/**
|
|
4570
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4571
|
+
*/
|
|
4572
|
+
requested?: boolean;
|
|
4573
|
+
}
|
|
3859
4574
|
interface RevolutPayPayments {
|
|
3860
4575
|
/**
|
|
3861
4576
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3886,12 +4601,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3886
4601
|
*/
|
|
3887
4602
|
requested?: boolean;
|
|
3888
4603
|
}
|
|
4604
|
+
interface ShopeepayPayments {
|
|
4605
|
+
/**
|
|
4606
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4607
|
+
*/
|
|
4608
|
+
requested?: boolean;
|
|
4609
|
+
}
|
|
3889
4610
|
interface SofortPayments {
|
|
3890
4611
|
/**
|
|
3891
4612
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3892
4613
|
*/
|
|
3893
4614
|
requested?: boolean;
|
|
3894
4615
|
}
|
|
4616
|
+
interface StripeBalancePayments {
|
|
4617
|
+
/**
|
|
4618
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4619
|
+
*/
|
|
4620
|
+
requested?: boolean;
|
|
4621
|
+
}
|
|
3895
4622
|
interface SunbitPayments {
|
|
3896
4623
|
/**
|
|
3897
4624
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3928,6 +4655,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3928
4655
|
*/
|
|
3929
4656
|
requested?: boolean;
|
|
3930
4657
|
}
|
|
4658
|
+
interface TreasuryEvolve {
|
|
4659
|
+
/**
|
|
4660
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4661
|
+
*/
|
|
4662
|
+
requested?: boolean;
|
|
4663
|
+
}
|
|
4664
|
+
interface TreasuryFifthThird {
|
|
4665
|
+
/**
|
|
4666
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4667
|
+
*/
|
|
4668
|
+
requested?: boolean;
|
|
4669
|
+
}
|
|
4670
|
+
interface TreasuryGoldmanSachs {
|
|
4671
|
+
/**
|
|
4672
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4673
|
+
*/
|
|
4674
|
+
requested?: boolean;
|
|
4675
|
+
}
|
|
3931
4676
|
interface TwintPayments {
|
|
3932
4677
|
/**
|
|
3933
4678
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -4155,6 +4900,26 @@ export declare namespace AccountUpdateParams {
|
|
|
4155
4900
|
*/
|
|
4156
4901
|
title?: string;
|
|
4157
4902
|
}
|
|
4903
|
+
interface SelfReportedIncome {
|
|
4904
|
+
/**
|
|
4905
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
4906
|
+
*/
|
|
4907
|
+
amount: number;
|
|
4908
|
+
/**
|
|
4909
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
4910
|
+
*/
|
|
4911
|
+
currency: string;
|
|
4912
|
+
}
|
|
4913
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
4914
|
+
/**
|
|
4915
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
4916
|
+
*/
|
|
4917
|
+
amount: number;
|
|
4918
|
+
/**
|
|
4919
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
4920
|
+
*/
|
|
4921
|
+
currency: string;
|
|
4922
|
+
}
|
|
4158
4923
|
interface Verification {
|
|
4159
4924
|
/**
|
|
4160
4925
|
* A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
|
@@ -4188,6 +4953,22 @@ export declare namespace AccountUpdateParams {
|
|
|
4188
4953
|
}
|
|
4189
4954
|
}
|
|
4190
4955
|
}
|
|
4956
|
+
namespace RiskControls {
|
|
4957
|
+
interface Charges {
|
|
4958
|
+
/**
|
|
4959
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
4960
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
4961
|
+
*/
|
|
4962
|
+
pause_requested?: boolean;
|
|
4963
|
+
}
|
|
4964
|
+
interface Payouts {
|
|
4965
|
+
/**
|
|
4966
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
4967
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
4968
|
+
*/
|
|
4969
|
+
pause_requested?: boolean;
|
|
4970
|
+
}
|
|
4971
|
+
}
|
|
4191
4972
|
namespace Settings {
|
|
4192
4973
|
interface BacsDebitPayments {
|
|
4193
4974
|
/**
|
|
@@ -4195,6 +4976,16 @@ export declare namespace AccountUpdateParams {
|
|
|
4195
4976
|
*/
|
|
4196
4977
|
display_name?: string;
|
|
4197
4978
|
}
|
|
4979
|
+
interface BankBcaOnboarding {
|
|
4980
|
+
/**
|
|
4981
|
+
* Bank BCA business account holder name
|
|
4982
|
+
*/
|
|
4983
|
+
account_holder_name?: string;
|
|
4984
|
+
/**
|
|
4985
|
+
* Bank BCA business account number
|
|
4986
|
+
*/
|
|
4987
|
+
business_account_number?: string;
|
|
4988
|
+
}
|
|
4198
4989
|
interface Branding {
|
|
4199
4990
|
/**
|
|
4200
4991
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -4213,6 +5004,20 @@ export declare namespace AccountUpdateParams {
|
|
|
4213
5004
|
*/
|
|
4214
5005
|
secondary_color?: string;
|
|
4215
5006
|
}
|
|
5007
|
+
interface Capital {
|
|
5008
|
+
/**
|
|
5009
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
5010
|
+
*/
|
|
5011
|
+
payout_destination?: {
|
|
5012
|
+
[key: string]: string;
|
|
5013
|
+
};
|
|
5014
|
+
/**
|
|
5015
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
5016
|
+
*/
|
|
5017
|
+
payout_destination_selector?: {
|
|
5018
|
+
[key: string]: Array<string>;
|
|
5019
|
+
};
|
|
5020
|
+
}
|
|
4216
5021
|
interface CardIssuing {
|
|
4217
5022
|
/**
|
|
4218
5023
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -4248,6 +5053,10 @@ export declare namespace AccountUpdateParams {
|
|
|
4248
5053
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
4249
5054
|
}
|
|
4250
5055
|
interface Payments {
|
|
5056
|
+
/**
|
|
5057
|
+
* When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
5058
|
+
*/
|
|
5059
|
+
email_customers_on_successful_payment?: boolean;
|
|
4251
5060
|
/**
|
|
4252
5061
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
4253
5062
|
*/
|
|
@@ -4275,6 +5084,32 @@ export declare namespace AccountUpdateParams {
|
|
|
4275
5084
|
*/
|
|
4276
5085
|
statement_descriptor?: string;
|
|
4277
5086
|
}
|
|
5087
|
+
interface PaypayPayments {
|
|
5088
|
+
/**
|
|
5089
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
5090
|
+
*/
|
|
5091
|
+
additional_files?: Array<string>;
|
|
5092
|
+
/**
|
|
5093
|
+
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
5094
|
+
*/
|
|
5095
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
5096
|
+
/**
|
|
5097
|
+
* Details regarding your business's website.
|
|
5098
|
+
*/
|
|
5099
|
+
site?: PaypayPayments.Site;
|
|
5100
|
+
}
|
|
5101
|
+
interface SmartDisputes {
|
|
5102
|
+
/**
|
|
5103
|
+
* Smart Disputes auto-respond settings for the account.
|
|
5104
|
+
*/
|
|
5105
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
5106
|
+
}
|
|
5107
|
+
interface TaxForms {
|
|
5108
|
+
/**
|
|
5109
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
5110
|
+
*/
|
|
5111
|
+
consented_to_paperless_delivery?: boolean;
|
|
5112
|
+
}
|
|
4278
5113
|
interface Treasury {
|
|
4279
5114
|
/**
|
|
4280
5115
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -4345,6 +5180,59 @@ export declare namespace AccountUpdateParams {
|
|
|
4345
5180
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
4346
5181
|
}
|
|
4347
5182
|
}
|
|
5183
|
+
namespace PaypayPayments {
|
|
5184
|
+
type GoodsType = 'digital_content' | 'other';
|
|
5185
|
+
interface Site {
|
|
5186
|
+
/**
|
|
5187
|
+
* Additional information about your business's website.
|
|
5188
|
+
*/
|
|
5189
|
+
accessible?: Site.Accessible;
|
|
5190
|
+
/**
|
|
5191
|
+
* Additional information about your business's website.
|
|
5192
|
+
*/
|
|
5193
|
+
in_development?: Site.InDevelopment;
|
|
5194
|
+
/**
|
|
5195
|
+
* Additional information about your business's website.
|
|
5196
|
+
*/
|
|
5197
|
+
restricted?: Site.Restricted;
|
|
5198
|
+
/**
|
|
5199
|
+
* The status of your business's website.
|
|
5200
|
+
*/
|
|
5201
|
+
type?: Site.Type;
|
|
5202
|
+
}
|
|
5203
|
+
namespace Site {
|
|
5204
|
+
interface Accessible {
|
|
5205
|
+
}
|
|
5206
|
+
interface InDevelopment {
|
|
5207
|
+
/**
|
|
5208
|
+
* The password needed to access your business's website.
|
|
5209
|
+
*/
|
|
5210
|
+
password: string;
|
|
5211
|
+
/**
|
|
5212
|
+
* The username needed to access your business's website.
|
|
5213
|
+
*/
|
|
5214
|
+
username?: string;
|
|
5215
|
+
}
|
|
5216
|
+
interface Restricted {
|
|
5217
|
+
/**
|
|
5218
|
+
* The file explaining the payment flow for your business.
|
|
5219
|
+
*/
|
|
5220
|
+
payment_flow_file?: string;
|
|
5221
|
+
}
|
|
5222
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
5223
|
+
}
|
|
5224
|
+
}
|
|
5225
|
+
namespace SmartDisputes {
|
|
5226
|
+
interface AutoRespond {
|
|
5227
|
+
/**
|
|
5228
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
5229
|
+
*/
|
|
5230
|
+
preference?: AutoRespond.Preference;
|
|
5231
|
+
}
|
|
5232
|
+
namespace AutoRespond {
|
|
5233
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
5234
|
+
}
|
|
5235
|
+
}
|
|
4348
5236
|
namespace Treasury {
|
|
4349
5237
|
interface TosAcceptance {
|
|
4350
5238
|
/**
|
|
@@ -4560,6 +5448,14 @@ export interface AccountCreatePersonParams {
|
|
|
4560
5448
|
* The relationship that this person has with the account's legal entity.
|
|
4561
5449
|
*/
|
|
4562
5450
|
relationship?: AccountCreatePersonParams.Relationship;
|
|
5451
|
+
/**
|
|
5452
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
5453
|
+
*/
|
|
5454
|
+
self_reported_income?: AccountCreatePersonParams.SelfReportedIncome;
|
|
5455
|
+
/**
|
|
5456
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
5457
|
+
*/
|
|
5458
|
+
self_reported_monthly_housing_payment?: AccountCreatePersonParams.SelfReportedMonthlyHousingPayment;
|
|
4563
5459
|
/**
|
|
4564
5460
|
* The last four digits of the person's Social Security number (U.S. only).
|
|
4565
5461
|
*/
|
|
@@ -4643,6 +5539,26 @@ export declare namespace AccountCreatePersonParams {
|
|
|
4643
5539
|
*/
|
|
4644
5540
|
title?: string;
|
|
4645
5541
|
}
|
|
5542
|
+
interface SelfReportedIncome {
|
|
5543
|
+
/**
|
|
5544
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5545
|
+
*/
|
|
5546
|
+
amount: number;
|
|
5547
|
+
/**
|
|
5548
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
5549
|
+
*/
|
|
5550
|
+
currency: string;
|
|
5551
|
+
}
|
|
5552
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
5553
|
+
/**
|
|
5554
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5555
|
+
*/
|
|
5556
|
+
amount: number;
|
|
5557
|
+
/**
|
|
5558
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
5559
|
+
*/
|
|
5560
|
+
currency: string;
|
|
5561
|
+
}
|
|
4646
5562
|
interface UsCfpbData {
|
|
4647
5563
|
/**
|
|
4648
5564
|
* The persons ethnicity details
|
|
@@ -4849,6 +5765,14 @@ export interface AccountRetrievePersonParams {
|
|
|
4849
5765
|
*/
|
|
4850
5766
|
expand?: Array<string>;
|
|
4851
5767
|
}
|
|
5768
|
+
export interface AccountRetrieveSignalsParams {
|
|
5769
|
+
/**
|
|
5770
|
+
* Specifies which fields in the response should be expanded.
|
|
5771
|
+
*/
|
|
5772
|
+
expand?: Array<string>;
|
|
5773
|
+
}
|
|
5774
|
+
export interface AccountSerializeBatchUpdateParams {
|
|
5775
|
+
}
|
|
4852
5776
|
export interface AccountUpdateCapabilityParams {
|
|
4853
5777
|
/**
|
|
4854
5778
|
* Specifies which fields in the response should be expanded.
|
|
@@ -5050,6 +5974,14 @@ export interface AccountUpdatePersonParams {
|
|
|
5050
5974
|
* The relationship that this person has with the account's legal entity.
|
|
5051
5975
|
*/
|
|
5052
5976
|
relationship?: AccountUpdatePersonParams.Relationship;
|
|
5977
|
+
/**
|
|
5978
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
5979
|
+
*/
|
|
5980
|
+
self_reported_income?: AccountUpdatePersonParams.SelfReportedIncome;
|
|
5981
|
+
/**
|
|
5982
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
5983
|
+
*/
|
|
5984
|
+
self_reported_monthly_housing_payment?: AccountUpdatePersonParams.SelfReportedMonthlyHousingPayment;
|
|
5053
5985
|
/**
|
|
5054
5986
|
* The last four digits of the person's Social Security number (U.S. only).
|
|
5055
5987
|
*/
|
|
@@ -5133,6 +6065,26 @@ export declare namespace AccountUpdatePersonParams {
|
|
|
5133
6065
|
*/
|
|
5134
6066
|
title?: string;
|
|
5135
6067
|
}
|
|
6068
|
+
interface SelfReportedIncome {
|
|
6069
|
+
/**
|
|
6070
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
6071
|
+
*/
|
|
6072
|
+
amount: number;
|
|
6073
|
+
/**
|
|
6074
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
6075
|
+
*/
|
|
6076
|
+
currency: string;
|
|
6077
|
+
}
|
|
6078
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
6079
|
+
/**
|
|
6080
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
6081
|
+
*/
|
|
6082
|
+
amount: number;
|
|
6083
|
+
/**
|
|
6084
|
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
6085
|
+
*/
|
|
6086
|
+
currency: string;
|
|
6087
|
+
}
|
|
5136
6088
|
interface UsCfpbData {
|
|
5137
6089
|
/**
|
|
5138
6090
|
* The persons ethnicity details
|