stripe 22.2.0 → 22.3.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 +2754 -12
- 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/RequestSender.d.ts +1 -1
- package/cjs/RequestSender.js +2 -2
- package/cjs/RequestSender.js.map +1 -1
- package/cjs/StripeEventNotificationHandler.d.ts +19 -0
- package/cjs/StripeEventNotificationHandler.js +471 -0
- package/cjs/StripeEventNotificationHandler.js.map +1 -0
- 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 +1020 -6
- package/cjs/resources/Accounts.js +47 -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 +408 -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 +25 -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 +3515 -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 +130 -1
- package/cjs/resources/ConfirmationTokens.js.map +1 -1
- package/cjs/resources/Coupons.d.ts +128 -2
- package/cjs/resources/Coupons.js +41 -0
- package/cjs/resources/Coupons.js.map +1 -1
- package/cjs/resources/CreditNoteLineItems.d.ts +15 -1
- package/cjs/resources/CreditNotes.d.ts +7 -1
- package/cjs/resources/CreditNotes.js +13 -0
- package/cjs/resources/CreditNotes.js.map +1 -1
- package/cjs/resources/CustomerSessions.d.ts +74 -0
- package/cjs/resources/CustomerSessions.js +13 -0
- package/cjs/resources/CustomerSessions.js.map +1 -1
- package/cjs/resources/Customers.d.ts +85 -1
- package/cjs/resources/Customers.js +195 -0
- package/cjs/resources/Customers.js.map +1 -1
- package/cjs/resources/DelegatedCheckout/OrderEvents.d.ts +130 -0
- package/cjs/resources/DelegatedCheckout/OrderEvents.js +4 -0
- package/cjs/resources/DelegatedCheckout/OrderEvents.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/Orders.d.ts +161 -0
- package/cjs/resources/DelegatedCheckout/Orders.js +15 -0
- package/cjs/resources/DelegatedCheckout/Orders.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +1418 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js +47 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/index.d.ts +25 -0
- package/cjs/resources/DelegatedCheckout/index.js +15 -0
- package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
- package/cjs/resources/Discounts.d.ts +19 -0
- package/cjs/resources/Disputes.d.ts +43 -0
- package/cjs/resources/Disputes.js +14 -0
- package/cjs/resources/Disputes.js.map +1 -1
- package/cjs/resources/Events.d.ts +573 -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 +203 -2
- package/cjs/resources/InvoiceItems.js +41 -0
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +174 -4
- package/cjs/resources/InvoiceRenderingTemplates.d.ts +12 -0
- package/cjs/resources/InvoiceRenderingTemplates.js +28 -0
- package/cjs/resources/InvoiceRenderingTemplates.js.map +1 -1
- package/cjs/resources/Invoices.d.ts +2063 -20
- package/cjs/resources/Invoices.js +221 -0
- package/cjs/resources/Invoices.js.map +1 -1
- package/cjs/resources/Issuing/Authorizations.d.ts +290 -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 +190 -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/Tokens.d.ts +22 -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 +453 -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 +16660 -3570
- 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/PaymentLocationCapabilities.d.ts +122 -0
- package/cjs/resources/PaymentLocationCapabilities.js +29 -0
- package/cjs/resources/PaymentLocationCapabilities.js.map +1 -0
- package/cjs/resources/PaymentLocations.d.ts +178 -0
- package/cjs/resources/PaymentLocations.js +41 -0
- package/cjs/resources/PaymentLocations.js.map +1 -0
- 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 +262 -3
- package/cjs/resources/PaymentMethods.js +20 -0
- package/cjs/resources/PaymentMethods.js.map +1 -1
- package/cjs/resources/PaymentRecords.d.ts +351 -21
- package/cjs/resources/PaymentRecords.js.map +1 -1
- package/cjs/resources/Persons.d.ts +25 -2
- package/cjs/resources/Plans.d.ts +16 -0
- package/cjs/resources/Prices.d.ts +76 -0
- package/cjs/resources/Prices.js +27 -0
- package/cjs/resources/Prices.js.map +1 -1
- 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 +171 -0
- package/cjs/resources/Products.js +69 -0
- package/cjs/resources/Products.js.map +1 -1
- 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 +27 -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 +1173 -0
- package/cjs/resources/QuotePreviewInvoices.js +4 -0
- package/cjs/resources/QuotePreviewInvoices.js.map +1 -0
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +901 -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 +214 -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/ValueListItems.d.ts +8 -0
- package/cjs/resources/Radar/ValueListItems.js +13 -0
- package/cjs/resources/Radar/ValueListItems.js.map +1 -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 +23 -0
- package/cjs/resources/Refunds.js +27 -0
- package/cjs/resources/Refunds.js.map +1 -1
- 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 +561 -11
- package/cjs/resources/SharedPayment/GrantedTokens.d.ts +1137 -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 +265 -0
- package/cjs/resources/SubscriptionItems.js +41 -0
- package/cjs/resources/SubscriptionItems.js.map +1 -1
- package/cjs/resources/SubscriptionSchedules.d.ts +1949 -19
- package/cjs/resources/SubscriptionSchedules.js +61 -0
- package/cjs/resources/SubscriptionSchedules.js.map +1 -1
- package/cjs/resources/Subscriptions.d.ts +965 -12
- package/cjs/resources/Subscriptions.js +289 -0
- package/cjs/resources/Subscriptions.js.map +1 -1
- package/cjs/resources/Tax/CalculationLineItems.d.ts +6 -2
- package/cjs/resources/Tax/Calculations.d.ts +7 -3
- package/cjs/resources/Tax/Forms.d.ts +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 +171 -2
- package/cjs/resources/Tax/Registrations.js +27 -0
- package/cjs/resources/Tax/Registrations.js.map +1 -1
- package/cjs/resources/Tax/Settings.d.ts +8 -0
- package/cjs/resources/Tax/Settings.js +13 -0
- package/cjs/resources/Tax/Settings.js.map +1 -1
- package/cjs/resources/Tax/Transactions.d.ts +10 -2
- package/cjs/resources/Tax/Transactions.js +13 -0
- package/cjs/resources/Tax/Transactions.js.map +1 -1
- 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/TaxIds.d.ts +6 -0
- package/cjs/resources/TaxIds.js +13 -0
- package/cjs/resources/TaxIds.js.map +1 -1
- package/cjs/resources/TaxRates.d.ts +12 -0
- package/cjs/resources/TaxRates.js +27 -0
- package/cjs/resources/TaxRates.js.map +1 -1
- 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 +17 -1
- package/cjs/resources/Terminal/index.d.ts +5 -0
- package/cjs/resources/Terminal/index.js +2 -0
- package/cjs/resources/Terminal/index.js.map +1 -1
- package/cjs/resources/TestHelpers/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 +88 -1
- package/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
- package/cjs/resources/TestHelpers/Issuing/Disputes.d.ts +104 -0
- package/cjs/resources/TestHelpers/Issuing/Disputes.js +33 -0
- package/cjs/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
- package/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
- package/cjs/resources/TestHelpers/Issuing/index.d.ts +2 -0
- package/cjs/resources/TestHelpers/Issuing/index.js +2 -0
- package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -1
- 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 +61 -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/ContractLicensePricingQuantityChanges.d.ts +45 -0
- package/cjs/resources/V2/Billing/ContractLicensePricingQuantityChanges.js +4 -0
- package/cjs/resources/V2/Billing/ContractLicensePricingQuantityChanges.js.map +1 -0
- package/cjs/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.d.ts +23 -0
- package/cjs/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js +17 -0
- package/cjs/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js.map +1 -0
- package/cjs/resources/V2/Billing/Contracts/LicensePricing.d.ts +8 -0
- package/cjs/resources/V2/Billing/Contracts/LicensePricing.js +15 -0
- package/cjs/resources/V2/Billing/Contracts/LicensePricing.js.map +1 -0
- package/cjs/resources/V2/Billing/Contracts.d.ts +2028 -0
- package/cjs/resources/V2/Billing/Contracts.js +376 -0
- package/cjs/resources/V2/Billing/Contracts.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 +364 -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/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 +173 -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 +340 -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 +174 -6
- package/cjs/resources/V2/Billing/index.js +32 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- 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 +220 -2
- package/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/cjs/resources/V2/Core/Accounts.d.ts +5570 -67
- 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/Events.d.ts +7601 -232
- package/cjs/resources/V2/Core/FeeBatches.d.ts +172 -0
- package/cjs/resources/V2/Core/FeeBatches.js +23 -0
- package/cjs/resources/V2/Core/FeeBatches.js.map +1 -0
- package/cjs/resources/V2/Core/FeeEntries.d.ts +178 -0
- package/cjs/resources/V2/Core/FeeEntries.js +23 -0
- package/cjs/resources/V2/Core/FeeEntries.js.map +1 -0
- 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 +63 -14
- package/cjs/resources/V2/Core/index.js +16 -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 +177 -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 +214 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js +23 -0
- package/cjs/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/cjs/resources/V2/Iam/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 +23 -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/DebitDisputes.d.ts +171 -0
- package/cjs/resources/V2/MoneyManagement/DebitDisputes.js +29 -0
- package/cjs/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js +4 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +53 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +417 -0
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +50 -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 +321 -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 +458 -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 +251 -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 +249 -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 +280 -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 +128 -0
- package/cjs/resources/V2/MoneyManagement/index.js +45 -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 +194 -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/Signals/AccountSignals.d.ts +176 -0
- package/cjs/resources/V2/Signals/AccountSignals.js +58 -0
- package/cjs/resources/V2/Signals/AccountSignals.js.map +1 -0
- package/cjs/resources/V2/Signals/index.d.ts +13 -0
- package/cjs/resources/V2/Signals/index.js +13 -0
- package/cjs/resources/V2/Signals/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 +22 -0
- package/cjs/resources/V2/index.js.map +1 -1
- package/cjs/resources/WebhookEndpoints.d.ts +2 -2
- package/cjs/resources.d.ts +16 -0
- package/cjs/resources.js +256 -14
- package/cjs/resources.js.map +1 -1
- package/cjs/stripe.core.d.ts +115 -50
- package/cjs/stripe.core.js +67 -31
- package/cjs/stripe.core.js.map +1 -1
- package/cjs/utils.d.ts +1 -1
- package/cjs/utils.js +13 -2
- package/cjs/utils.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/RequestSender.d.ts +1 -1
- package/esm/RequestSender.js +2 -2
- package/esm/RequestSender.js.map +1 -1
- package/esm/StripeEventNotificationHandler.d.ts +19 -0
- package/esm/StripeEventNotificationHandler.js +467 -0
- package/esm/StripeEventNotificationHandler.js.map +1 -0
- 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 +1020 -6
- package/esm/resources/Accounts.js +47 -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 +408 -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 +25 -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 +3515 -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 +130 -1
- package/esm/resources/ConfirmationTokens.js.map +1 -1
- package/esm/resources/Coupons.d.ts +128 -2
- package/esm/resources/Coupons.js +41 -0
- package/esm/resources/Coupons.js.map +1 -1
- package/esm/resources/CreditNoteLineItems.d.ts +15 -1
- package/esm/resources/CreditNotes.d.ts +7 -1
- package/esm/resources/CreditNotes.js +13 -0
- package/esm/resources/CreditNotes.js.map +1 -1
- package/esm/resources/CustomerSessions.d.ts +74 -0
- package/esm/resources/CustomerSessions.js +13 -0
- package/esm/resources/CustomerSessions.js.map +1 -1
- package/esm/resources/Customers.d.ts +85 -1
- package/esm/resources/Customers.js +195 -0
- package/esm/resources/Customers.js.map +1 -1
- package/esm/resources/DelegatedCheckout/OrderEvents.d.ts +130 -0
- package/esm/resources/DelegatedCheckout/OrderEvents.js +3 -0
- package/esm/resources/DelegatedCheckout/OrderEvents.js.map +1 -0
- package/esm/resources/DelegatedCheckout/Orders.d.ts +161 -0
- package/esm/resources/DelegatedCheckout/Orders.js +11 -0
- package/esm/resources/DelegatedCheckout/Orders.js.map +1 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +1418 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js +43 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/esm/resources/DelegatedCheckout/index.d.ts +25 -0
- package/esm/resources/DelegatedCheckout/index.js +11 -0
- package/esm/resources/DelegatedCheckout/index.js.map +1 -0
- package/esm/resources/Discounts.d.ts +19 -0
- package/esm/resources/Disputes.d.ts +43 -0
- package/esm/resources/Disputes.js +14 -0
- package/esm/resources/Disputes.js.map +1 -1
- package/esm/resources/Events.d.ts +573 -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 +203 -2
- package/esm/resources/InvoiceItems.js +41 -0
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +174 -4
- package/esm/resources/InvoiceRenderingTemplates.d.ts +12 -0
- package/esm/resources/InvoiceRenderingTemplates.js +28 -0
- package/esm/resources/InvoiceRenderingTemplates.js.map +1 -1
- package/esm/resources/Invoices.d.ts +2063 -20
- package/esm/resources/Invoices.js +221 -0
- package/esm/resources/Invoices.js.map +1 -1
- package/esm/resources/Issuing/Authorizations.d.ts +290 -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 +190 -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/Tokens.d.ts +22 -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 +453 -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 +16660 -3570
- 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/PaymentLocationCapabilities.d.ts +122 -0
- package/esm/resources/PaymentLocationCapabilities.js +25 -0
- package/esm/resources/PaymentLocationCapabilities.js.map +1 -0
- package/esm/resources/PaymentLocations.d.ts +178 -0
- package/esm/resources/PaymentLocations.js +37 -0
- package/esm/resources/PaymentLocations.js.map +1 -0
- 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 +262 -3
- package/esm/resources/PaymentMethods.js +20 -0
- package/esm/resources/PaymentMethods.js.map +1 -1
- package/esm/resources/PaymentRecords.d.ts +351 -21
- package/esm/resources/PaymentRecords.js.map +1 -1
- package/esm/resources/Persons.d.ts +25 -2
- package/esm/resources/Plans.d.ts +16 -0
- package/esm/resources/Prices.d.ts +76 -0
- package/esm/resources/Prices.js +27 -0
- package/esm/resources/Prices.js.map +1 -1
- 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 +171 -0
- package/esm/resources/Products.js +69 -0
- package/esm/resources/Products.js.map +1 -1
- 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 +27 -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 +1173 -0
- package/esm/resources/QuotePreviewInvoices.js +3 -0
- package/esm/resources/QuotePreviewInvoices.js.map +1 -0
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +901 -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 +214 -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/ValueListItems.d.ts +8 -0
- package/esm/resources/Radar/ValueListItems.js +13 -0
- package/esm/resources/Radar/ValueListItems.js.map +1 -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 +23 -0
- package/esm/resources/Refunds.js +27 -0
- package/esm/resources/Refunds.js.map +1 -1
- 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 +561 -11
- package/esm/resources/SharedPayment/GrantedTokens.d.ts +1137 -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 +265 -0
- package/esm/resources/SubscriptionItems.js +41 -0
- package/esm/resources/SubscriptionItems.js.map +1 -1
- package/esm/resources/SubscriptionSchedules.d.ts +1949 -19
- package/esm/resources/SubscriptionSchedules.js +61 -0
- package/esm/resources/SubscriptionSchedules.js.map +1 -1
- package/esm/resources/Subscriptions.d.ts +965 -12
- package/esm/resources/Subscriptions.js +289 -0
- package/esm/resources/Subscriptions.js.map +1 -1
- package/esm/resources/Tax/CalculationLineItems.d.ts +6 -2
- package/esm/resources/Tax/Calculations.d.ts +7 -3
- package/esm/resources/Tax/Forms.d.ts +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 +171 -2
- package/esm/resources/Tax/Registrations.js +27 -0
- package/esm/resources/Tax/Registrations.js.map +1 -1
- package/esm/resources/Tax/Settings.d.ts +8 -0
- package/esm/resources/Tax/Settings.js +13 -0
- package/esm/resources/Tax/Settings.js.map +1 -1
- package/esm/resources/Tax/Transactions.d.ts +10 -2
- package/esm/resources/Tax/Transactions.js +13 -0
- package/esm/resources/Tax/Transactions.js.map +1 -1
- 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/TaxIds.d.ts +6 -0
- package/esm/resources/TaxIds.js +13 -0
- package/esm/resources/TaxIds.js.map +1 -1
- package/esm/resources/TaxRates.d.ts +12 -0
- package/esm/resources/TaxRates.js +27 -0
- package/esm/resources/TaxRates.js.map +1 -1
- 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 +17 -1
- package/esm/resources/Terminal/index.d.ts +5 -0
- package/esm/resources/Terminal/index.js +2 -0
- package/esm/resources/Terminal/index.js.map +1 -1
- package/esm/resources/TestHelpers/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 +88 -1
- package/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +8 -0
- package/esm/resources/TestHelpers/Issuing/Disputes.d.ts +104 -0
- package/esm/resources/TestHelpers/Issuing/Disputes.js +29 -0
- package/esm/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
- package/esm/resources/TestHelpers/Issuing/Transactions.d.ts +16 -0
- package/esm/resources/TestHelpers/Issuing/index.d.ts +2 -0
- package/esm/resources/TestHelpers/Issuing/index.js +2 -0
- package/esm/resources/TestHelpers/Issuing/index.js.map +1 -1
- 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 +61 -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/ContractLicensePricingQuantityChanges.d.ts +45 -0
- package/esm/resources/V2/Billing/ContractLicensePricingQuantityChanges.js +3 -0
- package/esm/resources/V2/Billing/ContractLicensePricingQuantityChanges.js.map +1 -0
- package/esm/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.d.ts +23 -0
- package/esm/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js +13 -0
- package/esm/resources/V2/Billing/Contracts/LicensePricing/QuantityChanges.js.map +1 -0
- package/esm/resources/V2/Billing/Contracts/LicensePricing.d.ts +8 -0
- package/esm/resources/V2/Billing/Contracts/LicensePricing.js +11 -0
- package/esm/resources/V2/Billing/Contracts/LicensePricing.js.map +1 -0
- package/esm/resources/V2/Billing/Contracts.d.ts +2028 -0
- package/esm/resources/V2/Billing/Contracts.js +372 -0
- package/esm/resources/V2/Billing/Contracts.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 +364 -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/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 +173 -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 +340 -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 +174 -6
- package/esm/resources/V2/Billing/index.js +32 -0
- package/esm/resources/V2/Billing/index.js.map +1 -1
- 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 +220 -2
- package/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +1 -1
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/esm/resources/V2/Core/Accounts.d.ts +5570 -67
- 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/Events.d.ts +7601 -232
- package/esm/resources/V2/Core/FeeBatches.d.ts +172 -0
- package/esm/resources/V2/Core/FeeBatches.js +19 -0
- package/esm/resources/V2/Core/FeeBatches.js.map +1 -0
- package/esm/resources/V2/Core/FeeEntries.d.ts +178 -0
- package/esm/resources/V2/Core/FeeEntries.js +19 -0
- package/esm/resources/V2/Core/FeeEntries.js.map +1 -0
- 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 +63 -14
- package/esm/resources/V2/Core/index.js +16 -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 +177 -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 +214 -0
- package/esm/resources/V2/Iam/ActivityLogs.js +19 -0
- package/esm/resources/V2/Iam/ActivityLogs.js.map +1 -0
- package/esm/resources/V2/Iam/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 +23 -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/DebitDisputes.d.ts +171 -0
- package/esm/resources/V2/MoneyManagement/DebitDisputes.js +25 -0
- package/esm/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js +3 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +49 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +417 -0
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +46 -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 +321 -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 +458 -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 +251 -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 +249 -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 +280 -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 +128 -0
- package/esm/resources/V2/MoneyManagement/index.js +41 -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 +194 -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/Signals/AccountSignals.d.ts +176 -0
- package/esm/resources/V2/Signals/AccountSignals.js +54 -0
- package/esm/resources/V2/Signals/AccountSignals.js.map +1 -0
- package/esm/resources/V2/Signals/index.d.ts +13 -0
- package/esm/resources/V2/Signals/index.js +9 -0
- package/esm/resources/V2/Signals/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 +16 -0
- package/esm/resources.js +233 -0
- package/esm/resources.js.map +1 -1
- package/esm/stripe.core.d.ts +115 -50
- package/esm/stripe.core.js +37 -1
- package/esm/stripe.core.js.map +1 -1
- package/esm/stripe.esm.node.d.ts +115 -50
- package/esm/stripe.esm.node.js +37 -1
- package/esm/stripe.esm.node.js.map +1 -1
- package/esm/utils.d.ts +1 -1
- package/esm/utils.js +13 -2
- package/esm/utils.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,18 @@ 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
|
+
serializeBatchDelete(account: string, params?: Record<string, unknown>, options?: {
|
|
67
|
+
apiVersion?: string;
|
|
68
|
+
stripeContext?: string;
|
|
69
|
+
}): string;
|
|
70
|
+
serializeBatchUpdate(account: string, params?: Record<string, unknown>, options?: {
|
|
71
|
+
apiVersion?: string;
|
|
72
|
+
stripeContext?: string;
|
|
73
|
+
}): string;
|
|
74
|
+
serializeBatchCreate(params?: Record<string, unknown>, options?: {
|
|
75
|
+
apiVersion?: string;
|
|
76
|
+
stripeContext?: string;
|
|
77
|
+
}): string;
|
|
64
78
|
/**
|
|
65
79
|
* 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
80
|
*/
|
|
@@ -126,6 +140,10 @@ export declare class AccountResource extends StripeResource {
|
|
|
126
140
|
* Creates a new person.
|
|
127
141
|
*/
|
|
128
142
|
createPerson(id: string, params?: AccountCreatePersonParams, options?: RequestOptions): Promise<Response<Person>>;
|
|
143
|
+
/**
|
|
144
|
+
* Retrieves the account's Signal objects
|
|
145
|
+
*/
|
|
146
|
+
retrieveSignals(id: string, params?: AccountRetrieveSignalsParams, options?: RequestOptions): Promise<Response<AccountSignals>>;
|
|
129
147
|
}
|
|
130
148
|
export interface Account {
|
|
131
149
|
/**
|
|
@@ -201,6 +219,11 @@ export interface Account {
|
|
|
201
219
|
*/
|
|
202
220
|
payouts_enabled: boolean;
|
|
203
221
|
requirements?: Account.Requirements;
|
|
222
|
+
risk_controls?: Account.RiskControls;
|
|
223
|
+
/**
|
|
224
|
+
* A hash containing information about risk signal collection
|
|
225
|
+
*/
|
|
226
|
+
risk_signals?: RiskSignals | null;
|
|
204
227
|
/**
|
|
205
228
|
* Options for customizing how the account functions within Stripe.
|
|
206
229
|
*/
|
|
@@ -252,6 +275,10 @@ export declare namespace Account {
|
|
|
252
275
|
* Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
|
|
253
276
|
*/
|
|
254
277
|
product_description?: string | null;
|
|
278
|
+
/**
|
|
279
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
280
|
+
*/
|
|
281
|
+
specified_commercial_transactions_act_url?: string | null;
|
|
255
282
|
/**
|
|
256
283
|
* A publicly available mailing address for sending support issues to.
|
|
257
284
|
*/
|
|
@@ -303,6 +330,10 @@ export declare namespace Account {
|
|
|
303
330
|
* 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
331
|
*/
|
|
305
332
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
333
|
+
/**
|
|
334
|
+
* The status of the automatic_indirect_tax capability of the account.
|
|
335
|
+
*/
|
|
336
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
306
337
|
/**
|
|
307
338
|
* The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
|
|
308
339
|
*/
|
|
@@ -367,10 +398,22 @@ export declare namespace Account {
|
|
|
367
398
|
* The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
|
|
368
399
|
*/
|
|
369
400
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
401
|
+
/**
|
|
402
|
+
* The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
|
|
403
|
+
*/
|
|
404
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
370
405
|
/**
|
|
371
406
|
* The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
|
|
372
407
|
*/
|
|
373
408
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
409
|
+
/**
|
|
410
|
+
* The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
|
|
411
|
+
*/
|
|
412
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
413
|
+
/**
|
|
414
|
+
* The status of Bank BCA onboarding of the account.
|
|
415
|
+
*/
|
|
416
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
374
417
|
/**
|
|
375
418
|
* The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
|
|
376
419
|
*/
|
|
@@ -455,6 +498,14 @@ export declare namespace Account {
|
|
|
455
498
|
* The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
|
|
456
499
|
*/
|
|
457
500
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
501
|
+
/**
|
|
502
|
+
* The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
|
|
503
|
+
*/
|
|
504
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
505
|
+
/**
|
|
506
|
+
* The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
|
|
507
|
+
*/
|
|
508
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
458
509
|
/**
|
|
459
510
|
* The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
|
|
460
511
|
*/
|
|
@@ -467,6 +518,14 @@ export declare namespace Account {
|
|
|
467
518
|
* The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
|
|
468
519
|
*/
|
|
469
520
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
521
|
+
/**
|
|
522
|
+
* The status of the Qris capability of the account, or whether the account can directly process Qris payments.
|
|
523
|
+
*/
|
|
524
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
525
|
+
/**
|
|
526
|
+
* The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
|
|
527
|
+
*/
|
|
528
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
470
529
|
/**
|
|
471
530
|
* The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
|
|
472
531
|
*/
|
|
@@ -491,10 +550,18 @@ export declare namespace Account {
|
|
|
491
550
|
* The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
|
|
492
551
|
*/
|
|
493
552
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
553
|
+
/**
|
|
554
|
+
* The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
|
|
555
|
+
*/
|
|
556
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
494
557
|
/**
|
|
495
558
|
* The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
|
|
496
559
|
*/
|
|
497
560
|
sofort_payments?: Capabilities.SofortPayments;
|
|
561
|
+
/**
|
|
562
|
+
* The status of the stripe_balance payments capability of the account, or whether the account can directly process stripe_balance charges.
|
|
563
|
+
*/
|
|
564
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
498
565
|
/**
|
|
499
566
|
* The status of the Sunbit capability of the account, or whether the account can directly process Sunbit payments.
|
|
500
567
|
*/
|
|
@@ -519,6 +586,18 @@ export declare namespace Account {
|
|
|
519
586
|
* The status of the banking capability, or whether the account can have bank accounts.
|
|
520
587
|
*/
|
|
521
588
|
treasury?: Capabilities.Treasury;
|
|
589
|
+
/**
|
|
590
|
+
* The status of the treasury_evolve capability of the account.
|
|
591
|
+
*/
|
|
592
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
593
|
+
/**
|
|
594
|
+
* The status of the treasury_fifth_third capability of the account.
|
|
595
|
+
*/
|
|
596
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
597
|
+
/**
|
|
598
|
+
* The status of the treasury_goldman_sachs capability of the account.
|
|
599
|
+
*/
|
|
600
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
522
601
|
/**
|
|
523
602
|
* The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
|
|
524
603
|
*/
|
|
@@ -625,6 +704,8 @@ export declare namespace Account {
|
|
|
625
704
|
verification?: Company.Verification | null;
|
|
626
705
|
}
|
|
627
706
|
interface Controller {
|
|
707
|
+
application?: Controller.Application;
|
|
708
|
+
dashboard?: Controller.Dashboard;
|
|
628
709
|
fees?: Controller.Fees;
|
|
629
710
|
/**
|
|
630
711
|
* `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.
|
|
@@ -715,8 +796,17 @@ export declare namespace Account {
|
|
|
715
796
|
*/
|
|
716
797
|
pending_verification: Array<string> | null;
|
|
717
798
|
}
|
|
799
|
+
interface RiskControls {
|
|
800
|
+
charges: RiskControls.Charges;
|
|
801
|
+
payouts: RiskControls.Payouts;
|
|
802
|
+
/**
|
|
803
|
+
* 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/)
|
|
804
|
+
*/
|
|
805
|
+
rejected_reason?: RiskControls.RejectedReason | null;
|
|
806
|
+
}
|
|
718
807
|
interface Settings {
|
|
719
808
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
809
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
720
810
|
branding: Settings.Branding;
|
|
721
811
|
card_issuing?: Settings.CardIssuing;
|
|
722
812
|
card_payments: Settings.CardPayments;
|
|
@@ -724,7 +814,10 @@ export declare namespace Account {
|
|
|
724
814
|
invoices?: Settings.Invoices;
|
|
725
815
|
payments: Settings.Payments;
|
|
726
816
|
payouts?: Settings.Payouts;
|
|
817
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
727
818
|
sepa_debit_payments?: Settings.SepaDebitPayments;
|
|
819
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
820
|
+
tax_forms?: Settings.TaxForms;
|
|
728
821
|
treasury?: Settings.Treasury;
|
|
729
822
|
}
|
|
730
823
|
interface TosAcceptance {
|
|
@@ -781,6 +874,7 @@ export declare namespace Account {
|
|
|
781
874
|
type AmazonPayPayments = 'active' | 'inactive' | 'pending';
|
|
782
875
|
type AppDistribution = 'active' | 'inactive' | 'pending';
|
|
783
876
|
type AuBecsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
877
|
+
type AutomaticIndirectTax = 'active' | 'inactive' | 'pending';
|
|
784
878
|
type BacsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
785
879
|
type BancontactPayments = 'active' | 'inactive' | 'pending';
|
|
786
880
|
type BankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -797,7 +891,10 @@ export declare namespace Account {
|
|
|
797
891
|
type FpxPayments = 'active' | 'inactive' | 'pending';
|
|
798
892
|
type GbBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
799
893
|
type GiropayPayments = 'active' | 'inactive' | 'pending';
|
|
894
|
+
type GopayPayments = 'active' | 'inactive' | 'pending';
|
|
800
895
|
type GrabpayPayments = 'active' | 'inactive' | 'pending';
|
|
896
|
+
type IdBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
897
|
+
type IdBankTransferPaymentsBca = 'active' | 'inactive' | 'pending';
|
|
801
898
|
type IdealPayments = 'active' | 'inactive' | 'pending';
|
|
802
899
|
type IndiaInternationalPayments = 'active' | 'inactive' | 'pending';
|
|
803
900
|
type JcbPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -819,22 +916,31 @@ export declare namespace Account {
|
|
|
819
916
|
type PayByBankPayments = 'active' | 'inactive' | 'pending';
|
|
820
917
|
type PaycoPayments = 'active' | 'inactive' | 'pending';
|
|
821
918
|
type PaynowPayments = 'active' | 'inactive' | 'pending';
|
|
919
|
+
type PaypalPayments = 'active' | 'inactive' | 'pending';
|
|
920
|
+
type PaypayPayments = 'active' | 'inactive' | 'pending';
|
|
822
921
|
type PaytoPayments = 'active' | 'inactive' | 'pending';
|
|
823
922
|
type PixPayments = 'active' | 'inactive' | 'pending';
|
|
824
923
|
type PromptpayPayments = 'active' | 'inactive' | 'pending';
|
|
924
|
+
type QrisPayments = 'active' | 'inactive' | 'pending';
|
|
925
|
+
type RechnungPayments = 'active' | 'inactive' | 'pending';
|
|
825
926
|
type RevolutPayPayments = 'active' | 'inactive' | 'pending';
|
|
826
927
|
type SamsungPayPayments = 'active' | 'inactive' | 'pending';
|
|
827
928
|
type SatispayPayments = 'active' | 'inactive' | 'pending';
|
|
828
929
|
type ScalapayPayments = 'active' | 'inactive' | 'pending';
|
|
829
930
|
type SepaBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
830
931
|
type SepaDebitPayments = 'active' | 'inactive' | 'pending';
|
|
932
|
+
type ShopeepayPayments = 'active' | 'inactive' | 'pending';
|
|
831
933
|
type SofortPayments = 'active' | 'inactive' | 'pending';
|
|
934
|
+
type StripeBalancePayments = 'active' | 'inactive' | 'pending';
|
|
832
935
|
type SunbitPayments = 'active' | 'inactive' | 'pending';
|
|
833
936
|
type SwishPayments = 'active' | 'inactive' | 'pending';
|
|
834
937
|
type TaxReportingUs1099K = 'active' | 'inactive' | 'pending';
|
|
835
938
|
type TaxReportingUs1099Misc = 'active' | 'inactive' | 'pending';
|
|
836
939
|
type Transfers = 'active' | 'inactive' | 'pending';
|
|
837
940
|
type Treasury = 'active' | 'inactive' | 'pending';
|
|
941
|
+
type TreasuryEvolve = 'active' | 'inactive' | 'pending';
|
|
942
|
+
type TreasuryFifthThird = 'active' | 'inactive' | 'pending';
|
|
943
|
+
type TreasuryGoldmanSachs = 'active' | 'inactive' | 'pending';
|
|
838
944
|
type TwintPayments = 'active' | 'inactive' | 'pending';
|
|
839
945
|
type UpiPayments = 'active' | 'inactive' | 'pending';
|
|
840
946
|
type UsBankAccountAchPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -985,6 +1091,26 @@ export declare namespace Account {
|
|
|
985
1091
|
}
|
|
986
1092
|
}
|
|
987
1093
|
namespace Controller {
|
|
1094
|
+
interface Application {
|
|
1095
|
+
/**
|
|
1096
|
+
* `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
|
|
1097
|
+
*/
|
|
1098
|
+
loss_liable: boolean;
|
|
1099
|
+
/**
|
|
1100
|
+
* `true` if the Connect application is responsible for onboarding the account.
|
|
1101
|
+
*/
|
|
1102
|
+
onboarding_owner: boolean;
|
|
1103
|
+
/**
|
|
1104
|
+
* `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
|
|
1105
|
+
*/
|
|
1106
|
+
pricing_controls: boolean;
|
|
1107
|
+
}
|
|
1108
|
+
interface Dashboard {
|
|
1109
|
+
/**
|
|
1110
|
+
* Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
|
|
1111
|
+
*/
|
|
1112
|
+
type: Dashboard.Type;
|
|
1113
|
+
}
|
|
988
1114
|
interface Fees {
|
|
989
1115
|
/**
|
|
990
1116
|
* 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).
|
|
@@ -1005,8 +1131,11 @@ export declare namespace Account {
|
|
|
1005
1131
|
type: StripeDashboard.Type;
|
|
1006
1132
|
}
|
|
1007
1133
|
type Type = 'account' | 'application';
|
|
1134
|
+
namespace Dashboard {
|
|
1135
|
+
type Type = 'express' | 'full' | 'none';
|
|
1136
|
+
}
|
|
1008
1137
|
namespace Fees {
|
|
1009
|
-
type Payer = 'account' | 'application' | 'application_custom' | 'application_express';
|
|
1138
|
+
type Payer = 'account' | 'application' | 'application_custom' | 'application_express' | 'application_unified_accounts_beta';
|
|
1010
1139
|
}
|
|
1011
1140
|
namespace Losses {
|
|
1012
1141
|
type Payments = 'application' | 'stripe';
|
|
@@ -1042,7 +1171,7 @@ export declare namespace Account {
|
|
|
1042
1171
|
requirement: string;
|
|
1043
1172
|
}
|
|
1044
1173
|
namespace Error {
|
|
1045
|
-
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';
|
|
1174
|
+
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';
|
|
1046
1175
|
}
|
|
1047
1176
|
}
|
|
1048
1177
|
namespace Requirements {
|
|
@@ -1072,9 +1201,24 @@ export declare namespace Account {
|
|
|
1072
1201
|
requirement: string;
|
|
1073
1202
|
}
|
|
1074
1203
|
namespace Error {
|
|
1075
|
-
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';
|
|
1204
|
+
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';
|
|
1076
1205
|
}
|
|
1077
1206
|
}
|
|
1207
|
+
namespace RiskControls {
|
|
1208
|
+
interface Charges {
|
|
1209
|
+
/**
|
|
1210
|
+
* Whether a pause of the risk control has been requested.
|
|
1211
|
+
*/
|
|
1212
|
+
pause_requested: boolean;
|
|
1213
|
+
}
|
|
1214
|
+
interface Payouts {
|
|
1215
|
+
/**
|
|
1216
|
+
* Whether a pause of the risk control has been requested.
|
|
1217
|
+
*/
|
|
1218
|
+
pause_requested: boolean;
|
|
1219
|
+
}
|
|
1220
|
+
type RejectedReason = 'credit' | 'fraud' | 'fraud_no_intent_to_fulfill' | 'fraud_other' | 'fraud_payment_method_casher' | 'fraud_payment_method_tester' | 'other' | 'terms_of_service';
|
|
1221
|
+
}
|
|
1078
1222
|
namespace Settings {
|
|
1079
1223
|
interface BacsDebitPayments {
|
|
1080
1224
|
/**
|
|
@@ -1086,6 +1230,16 @@ export declare namespace Account {
|
|
|
1086
1230
|
*/
|
|
1087
1231
|
service_user_number: string | null;
|
|
1088
1232
|
}
|
|
1233
|
+
interface BankBcaOnboarding {
|
|
1234
|
+
/**
|
|
1235
|
+
* Bank BCA business account holder name.
|
|
1236
|
+
*/
|
|
1237
|
+
account_holder_name?: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* Bank BCA business account number.
|
|
1240
|
+
*/
|
|
1241
|
+
business_account_number?: string;
|
|
1242
|
+
}
|
|
1089
1243
|
interface Branding {
|
|
1090
1244
|
/**
|
|
1091
1245
|
* (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.
|
|
@@ -1143,6 +1297,10 @@ export declare namespace Account {
|
|
|
1143
1297
|
hosted_payment_method_save: Invoices.HostedPaymentMethodSave | null;
|
|
1144
1298
|
}
|
|
1145
1299
|
interface Payments {
|
|
1300
|
+
/**
|
|
1301
|
+
* 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`.
|
|
1302
|
+
*/
|
|
1303
|
+
email_customers_on_successful_payment?: boolean | null;
|
|
1146
1304
|
/**
|
|
1147
1305
|
* 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.
|
|
1148
1306
|
*/
|
|
@@ -1175,12 +1333,32 @@ export declare namespace Account {
|
|
|
1175
1333
|
*/
|
|
1176
1334
|
statement_descriptor: string | null;
|
|
1177
1335
|
}
|
|
1336
|
+
interface PaypayPayments {
|
|
1337
|
+
/**
|
|
1338
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
1339
|
+
*/
|
|
1340
|
+
additional_files?: Array<string>;
|
|
1341
|
+
/**
|
|
1342
|
+
* 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.
|
|
1343
|
+
*/
|
|
1344
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
1345
|
+
site?: PaypayPayments.Site;
|
|
1346
|
+
}
|
|
1178
1347
|
interface SepaDebitPayments {
|
|
1179
1348
|
/**
|
|
1180
1349
|
* SEPA creditor identifier that identifies the company making the payment.
|
|
1181
1350
|
*/
|
|
1182
1351
|
creditor_id?: string;
|
|
1183
1352
|
}
|
|
1353
|
+
interface SmartDisputes {
|
|
1354
|
+
auto_respond: SmartDisputes.AutoRespond;
|
|
1355
|
+
}
|
|
1356
|
+
interface TaxForms {
|
|
1357
|
+
/**
|
|
1358
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
1359
|
+
*/
|
|
1360
|
+
consented_to_paperless_delivery: boolean;
|
|
1361
|
+
}
|
|
1184
1362
|
interface Treasury {
|
|
1185
1363
|
tos_acceptance?: Treasury.TosAcceptance;
|
|
1186
1364
|
}
|
|
@@ -1246,6 +1424,55 @@ export declare namespace Account {
|
|
|
1246
1424
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
1247
1425
|
}
|
|
1248
1426
|
}
|
|
1427
|
+
namespace PaypayPayments {
|
|
1428
|
+
type GoodsType = 'digital_content' | 'other';
|
|
1429
|
+
interface Site {
|
|
1430
|
+
accessible?: Site.Accessible;
|
|
1431
|
+
in_development?: Site.InDevelopment;
|
|
1432
|
+
restricted?: Site.Restricted;
|
|
1433
|
+
/**
|
|
1434
|
+
* The status of your business's website.
|
|
1435
|
+
*/
|
|
1436
|
+
type?: Site.Type;
|
|
1437
|
+
}
|
|
1438
|
+
namespace Site {
|
|
1439
|
+
interface Accessible {
|
|
1440
|
+
}
|
|
1441
|
+
interface InDevelopment {
|
|
1442
|
+
/**
|
|
1443
|
+
* Field to indicate that the website password has been provided.
|
|
1444
|
+
*/
|
|
1445
|
+
password_provided?: boolean;
|
|
1446
|
+
/**
|
|
1447
|
+
* The username needed to access your business's website.
|
|
1448
|
+
*/
|
|
1449
|
+
username: string | null;
|
|
1450
|
+
}
|
|
1451
|
+
interface Restricted {
|
|
1452
|
+
/**
|
|
1453
|
+
* File explaining the payment flow for your business.
|
|
1454
|
+
*/
|
|
1455
|
+
payment_flow_file: string | null;
|
|
1456
|
+
}
|
|
1457
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
namespace SmartDisputes {
|
|
1461
|
+
interface AutoRespond {
|
|
1462
|
+
/**
|
|
1463
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
1464
|
+
*/
|
|
1465
|
+
preference: AutoRespond.Preference;
|
|
1466
|
+
/**
|
|
1467
|
+
* The effective value for auto-respond. Can be 'on' or 'off'.
|
|
1468
|
+
*/
|
|
1469
|
+
value: AutoRespond.Value;
|
|
1470
|
+
}
|
|
1471
|
+
namespace AutoRespond {
|
|
1472
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
1473
|
+
type Value = 'off' | 'on';
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1249
1476
|
namespace Treasury {
|
|
1250
1477
|
interface TosAcceptance {
|
|
1251
1478
|
/**
|
|
@@ -1334,6 +1561,10 @@ export interface AccountCreateParams {
|
|
|
1334
1561
|
* 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`.
|
|
1335
1562
|
*/
|
|
1336
1563
|
metadata?: Emptyable<MetadataParam>;
|
|
1564
|
+
/**
|
|
1565
|
+
* 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).
|
|
1566
|
+
*/
|
|
1567
|
+
risk_controls?: AccountCreateParams.RiskControls;
|
|
1337
1568
|
/**
|
|
1338
1569
|
* Options for customizing how the account functions within Stripe.
|
|
1339
1570
|
*/
|
|
@@ -1377,6 +1608,10 @@ export declare namespace AccountCreateParams {
|
|
|
1377
1608
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
1378
1609
|
*/
|
|
1379
1610
|
product_description?: string;
|
|
1611
|
+
/**
|
|
1612
|
+
* 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.
|
|
1613
|
+
*/
|
|
1614
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
1380
1615
|
/**
|
|
1381
1616
|
* A publicly available mailing address for sending support issues to.
|
|
1382
1617
|
*/
|
|
@@ -1428,6 +1663,10 @@ export declare namespace AccountCreateParams {
|
|
|
1428
1663
|
* The au_becs_debit_payments capability.
|
|
1429
1664
|
*/
|
|
1430
1665
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
1666
|
+
/**
|
|
1667
|
+
* The automatic_indirect_tax capability.
|
|
1668
|
+
*/
|
|
1669
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
1431
1670
|
/**
|
|
1432
1671
|
* The bacs_debit_payments capability.
|
|
1433
1672
|
*/
|
|
@@ -1492,10 +1731,22 @@ export declare namespace AccountCreateParams {
|
|
|
1492
1731
|
* The giropay_payments capability.
|
|
1493
1732
|
*/
|
|
1494
1733
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
1734
|
+
/**
|
|
1735
|
+
* The gopay_payments capability.
|
|
1736
|
+
*/
|
|
1737
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
1495
1738
|
/**
|
|
1496
1739
|
* The grabpay_payments capability.
|
|
1497
1740
|
*/
|
|
1498
1741
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
1742
|
+
/**
|
|
1743
|
+
* The id_bank_transfer_payments capability.
|
|
1744
|
+
*/
|
|
1745
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
1746
|
+
/**
|
|
1747
|
+
* The id_bank_transfer_payments_bca capability.
|
|
1748
|
+
*/
|
|
1749
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
1499
1750
|
/**
|
|
1500
1751
|
* The ideal_payments capability.
|
|
1501
1752
|
*/
|
|
@@ -1580,6 +1831,14 @@ export declare namespace AccountCreateParams {
|
|
|
1580
1831
|
* The paynow_payments capability.
|
|
1581
1832
|
*/
|
|
1582
1833
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
1834
|
+
/**
|
|
1835
|
+
* The paypal_payments capability.
|
|
1836
|
+
*/
|
|
1837
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
1838
|
+
/**
|
|
1839
|
+
* The paypay_payments capability.
|
|
1840
|
+
*/
|
|
1841
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
1583
1842
|
/**
|
|
1584
1843
|
* The payto_payments capability.
|
|
1585
1844
|
*/
|
|
@@ -1592,6 +1851,14 @@ export declare namespace AccountCreateParams {
|
|
|
1592
1851
|
* The promptpay_payments capability.
|
|
1593
1852
|
*/
|
|
1594
1853
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
1854
|
+
/**
|
|
1855
|
+
* The qris_payments capability.
|
|
1856
|
+
*/
|
|
1857
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
1858
|
+
/**
|
|
1859
|
+
* The rechnung_payments capability.
|
|
1860
|
+
*/
|
|
1861
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
1595
1862
|
/**
|
|
1596
1863
|
* The revolut_pay_payments capability.
|
|
1597
1864
|
*/
|
|
@@ -1616,10 +1883,18 @@ export declare namespace AccountCreateParams {
|
|
|
1616
1883
|
* The sepa_debit_payments capability.
|
|
1617
1884
|
*/
|
|
1618
1885
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
1886
|
+
/**
|
|
1887
|
+
* The shopeepay_payments capability.
|
|
1888
|
+
*/
|
|
1889
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
1619
1890
|
/**
|
|
1620
1891
|
* The sofort_payments capability.
|
|
1621
1892
|
*/
|
|
1622
1893
|
sofort_payments?: Capabilities.SofortPayments;
|
|
1894
|
+
/**
|
|
1895
|
+
* The stripe_balance_payments capability.
|
|
1896
|
+
*/
|
|
1897
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
1623
1898
|
/**
|
|
1624
1899
|
* The sunbit_payments capability.
|
|
1625
1900
|
*/
|
|
@@ -1644,6 +1919,18 @@ export declare namespace AccountCreateParams {
|
|
|
1644
1919
|
* The treasury capability.
|
|
1645
1920
|
*/
|
|
1646
1921
|
treasury?: Capabilities.Treasury;
|
|
1922
|
+
/**
|
|
1923
|
+
* The treasury_evolve capability.
|
|
1924
|
+
*/
|
|
1925
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
1926
|
+
/**
|
|
1927
|
+
* The treasury_fifth_third capability.
|
|
1928
|
+
*/
|
|
1929
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
1930
|
+
/**
|
|
1931
|
+
* The treasury_goldman_sachs capability.
|
|
1932
|
+
*/
|
|
1933
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
1647
1934
|
/**
|
|
1648
1935
|
* The twint_payments capability.
|
|
1649
1936
|
*/
|
|
@@ -1760,6 +2047,14 @@ export declare namespace AccountCreateParams {
|
|
|
1760
2047
|
verification?: Company.Verification;
|
|
1761
2048
|
}
|
|
1762
2049
|
interface Controller {
|
|
2050
|
+
/**
|
|
2051
|
+
* A hash of configuration describing the Connect application that controls the account.
|
|
2052
|
+
*/
|
|
2053
|
+
application?: Controller.Application;
|
|
2054
|
+
/**
|
|
2055
|
+
* Properties of the account's dashboard.
|
|
2056
|
+
*/
|
|
2057
|
+
dashboard?: Controller.Dashboard;
|
|
1763
2058
|
/**
|
|
1764
2059
|
* A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
1765
2060
|
*/
|
|
@@ -1864,6 +2159,7 @@ export declare namespace AccountCreateParams {
|
|
|
1864
2159
|
* The Kanji variation of the individual's primary address (Japan only).
|
|
1865
2160
|
*/
|
|
1866
2161
|
address_kanji?: JapanAddressParam;
|
|
2162
|
+
birth_address?: AddressParam;
|
|
1867
2163
|
/**
|
|
1868
2164
|
* The individual's date of birth.
|
|
1869
2165
|
*/
|
|
@@ -1936,6 +2232,14 @@ export declare namespace AccountCreateParams {
|
|
|
1936
2232
|
* Describes the person's relationship to the account.
|
|
1937
2233
|
*/
|
|
1938
2234
|
relationship?: Individual.Relationship;
|
|
2235
|
+
/**
|
|
2236
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
2237
|
+
*/
|
|
2238
|
+
self_reported_income?: Individual.SelfReportedIncome;
|
|
2239
|
+
/**
|
|
2240
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
2241
|
+
*/
|
|
2242
|
+
self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
|
|
1939
2243
|
/**
|
|
1940
2244
|
* The last four digits of the individual's Social Security Number (U.S. only).
|
|
1941
2245
|
*/
|
|
@@ -1945,15 +2249,33 @@ export declare namespace AccountCreateParams {
|
|
|
1945
2249
|
*/
|
|
1946
2250
|
verification?: Individual.Verification;
|
|
1947
2251
|
}
|
|
2252
|
+
interface RiskControls {
|
|
2253
|
+
/**
|
|
2254
|
+
* 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).
|
|
2255
|
+
*/
|
|
2256
|
+
charges?: RiskControls.Charges;
|
|
2257
|
+
/**
|
|
2258
|
+
* 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).
|
|
2259
|
+
*/
|
|
2260
|
+
payouts?: RiskControls.Payouts;
|
|
2261
|
+
}
|
|
1948
2262
|
interface Settings {
|
|
1949
2263
|
/**
|
|
1950
2264
|
* Settings specific to Bacs Direct Debit.
|
|
1951
2265
|
*/
|
|
1952
2266
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
2267
|
+
/**
|
|
2268
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
2269
|
+
*/
|
|
2270
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
1953
2271
|
/**
|
|
1954
2272
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
1955
2273
|
*/
|
|
1956
2274
|
branding?: Settings.Branding;
|
|
2275
|
+
/**
|
|
2276
|
+
* Settings specific to the account's use of the Capital product.
|
|
2277
|
+
*/
|
|
2278
|
+
capital?: Settings.Capital;
|
|
1957
2279
|
/**
|
|
1958
2280
|
* Settings specific to the account's use of the Card Issuing product.
|
|
1959
2281
|
*/
|
|
@@ -1974,6 +2296,18 @@ export declare namespace AccountCreateParams {
|
|
|
1974
2296
|
* Settings specific to the account's payouts.
|
|
1975
2297
|
*/
|
|
1976
2298
|
payouts?: Settings.Payouts;
|
|
2299
|
+
/**
|
|
2300
|
+
* Settings specific to the PayPay payments method.
|
|
2301
|
+
*/
|
|
2302
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
2303
|
+
/**
|
|
2304
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
2305
|
+
*/
|
|
2306
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
2307
|
+
/**
|
|
2308
|
+
* Settings specific to the account's tax forms.
|
|
2309
|
+
*/
|
|
2310
|
+
tax_forms?: Settings.TaxForms;
|
|
1977
2311
|
/**
|
|
1978
2312
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
1979
2313
|
*/
|
|
@@ -2068,6 +2402,12 @@ export declare namespace AccountCreateParams {
|
|
|
2068
2402
|
*/
|
|
2069
2403
|
requested?: boolean;
|
|
2070
2404
|
}
|
|
2405
|
+
interface AutomaticIndirectTax {
|
|
2406
|
+
/**
|
|
2407
|
+
* 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.
|
|
2408
|
+
*/
|
|
2409
|
+
requested?: boolean;
|
|
2410
|
+
}
|
|
2071
2411
|
interface BacsDebitPayments {
|
|
2072
2412
|
/**
|
|
2073
2413
|
* 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.
|
|
@@ -2117,6 +2457,10 @@ export declare namespace AccountCreateParams {
|
|
|
2117
2457
|
requested?: boolean;
|
|
2118
2458
|
}
|
|
2119
2459
|
interface CardPayments {
|
|
2460
|
+
/**
|
|
2461
|
+
* Protections to apply to this capability.
|
|
2462
|
+
*/
|
|
2463
|
+
protections?: CardPayments.Protections;
|
|
2120
2464
|
/**
|
|
2121
2465
|
* 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.
|
|
2122
2466
|
*/
|
|
@@ -2164,12 +2508,30 @@ export declare namespace AccountCreateParams {
|
|
|
2164
2508
|
*/
|
|
2165
2509
|
requested?: boolean;
|
|
2166
2510
|
}
|
|
2511
|
+
interface GopayPayments {
|
|
2512
|
+
/**
|
|
2513
|
+
* 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.
|
|
2514
|
+
*/
|
|
2515
|
+
requested?: boolean;
|
|
2516
|
+
}
|
|
2167
2517
|
interface GrabpayPayments {
|
|
2168
2518
|
/**
|
|
2169
2519
|
* 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.
|
|
2170
2520
|
*/
|
|
2171
2521
|
requested?: boolean;
|
|
2172
2522
|
}
|
|
2523
|
+
interface IdBankTransferPayments {
|
|
2524
|
+
/**
|
|
2525
|
+
* 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.
|
|
2526
|
+
*/
|
|
2527
|
+
requested?: boolean;
|
|
2528
|
+
}
|
|
2529
|
+
interface IdBankTransferPaymentsBca {
|
|
2530
|
+
/**
|
|
2531
|
+
* 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.
|
|
2532
|
+
*/
|
|
2533
|
+
requested?: boolean;
|
|
2534
|
+
}
|
|
2173
2535
|
interface IdealPayments {
|
|
2174
2536
|
/**
|
|
2175
2537
|
* 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.
|
|
@@ -2296,6 +2658,18 @@ export declare namespace AccountCreateParams {
|
|
|
2296
2658
|
*/
|
|
2297
2659
|
requested?: boolean;
|
|
2298
2660
|
}
|
|
2661
|
+
interface PaypalPayments {
|
|
2662
|
+
/**
|
|
2663
|
+
* 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.
|
|
2664
|
+
*/
|
|
2665
|
+
requested?: boolean;
|
|
2666
|
+
}
|
|
2667
|
+
interface PaypayPayments {
|
|
2668
|
+
/**
|
|
2669
|
+
* 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.
|
|
2670
|
+
*/
|
|
2671
|
+
requested?: boolean;
|
|
2672
|
+
}
|
|
2299
2673
|
interface PaytoPayments {
|
|
2300
2674
|
/**
|
|
2301
2675
|
* 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.
|
|
@@ -2314,6 +2688,18 @@ export declare namespace AccountCreateParams {
|
|
|
2314
2688
|
*/
|
|
2315
2689
|
requested?: boolean;
|
|
2316
2690
|
}
|
|
2691
|
+
interface QrisPayments {
|
|
2692
|
+
/**
|
|
2693
|
+
* 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.
|
|
2694
|
+
*/
|
|
2695
|
+
requested?: boolean;
|
|
2696
|
+
}
|
|
2697
|
+
interface RechnungPayments {
|
|
2698
|
+
/**
|
|
2699
|
+
* 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.
|
|
2700
|
+
*/
|
|
2701
|
+
requested?: boolean;
|
|
2702
|
+
}
|
|
2317
2703
|
interface RevolutPayPayments {
|
|
2318
2704
|
/**
|
|
2319
2705
|
* 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.
|
|
@@ -2350,12 +2736,24 @@ export declare namespace AccountCreateParams {
|
|
|
2350
2736
|
*/
|
|
2351
2737
|
requested?: boolean;
|
|
2352
2738
|
}
|
|
2739
|
+
interface ShopeepayPayments {
|
|
2740
|
+
/**
|
|
2741
|
+
* 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.
|
|
2742
|
+
*/
|
|
2743
|
+
requested?: boolean;
|
|
2744
|
+
}
|
|
2353
2745
|
interface SofortPayments {
|
|
2354
2746
|
/**
|
|
2355
2747
|
* 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.
|
|
2356
2748
|
*/
|
|
2357
2749
|
requested?: boolean;
|
|
2358
2750
|
}
|
|
2751
|
+
interface StripeBalancePayments {
|
|
2752
|
+
/**
|
|
2753
|
+
* 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.
|
|
2754
|
+
*/
|
|
2755
|
+
requested?: boolean;
|
|
2756
|
+
}
|
|
2359
2757
|
interface SunbitPayments {
|
|
2360
2758
|
/**
|
|
2361
2759
|
* 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.
|
|
@@ -2392,6 +2790,24 @@ export declare namespace AccountCreateParams {
|
|
|
2392
2790
|
*/
|
|
2393
2791
|
requested?: boolean;
|
|
2394
2792
|
}
|
|
2793
|
+
interface TreasuryEvolve {
|
|
2794
|
+
/**
|
|
2795
|
+
* 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.
|
|
2796
|
+
*/
|
|
2797
|
+
requested?: boolean;
|
|
2798
|
+
}
|
|
2799
|
+
interface TreasuryFifthThird {
|
|
2800
|
+
/**
|
|
2801
|
+
* 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.
|
|
2802
|
+
*/
|
|
2803
|
+
requested?: boolean;
|
|
2804
|
+
}
|
|
2805
|
+
interface TreasuryGoldmanSachs {
|
|
2806
|
+
/**
|
|
2807
|
+
* 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.
|
|
2808
|
+
*/
|
|
2809
|
+
requested?: boolean;
|
|
2810
|
+
}
|
|
2395
2811
|
interface TwintPayments {
|
|
2396
2812
|
/**
|
|
2397
2813
|
* 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.
|
|
@@ -2422,6 +2838,22 @@ export declare namespace AccountCreateParams {
|
|
|
2422
2838
|
*/
|
|
2423
2839
|
requested?: boolean;
|
|
2424
2840
|
}
|
|
2841
|
+
namespace CardPayments {
|
|
2842
|
+
interface Protections {
|
|
2843
|
+
/**
|
|
2844
|
+
* Protection for connected accounts migrating from another PSP.
|
|
2845
|
+
*/
|
|
2846
|
+
psp_migration: Protections.PspMigration;
|
|
2847
|
+
}
|
|
2848
|
+
namespace Protections {
|
|
2849
|
+
interface PspMigration {
|
|
2850
|
+
/**
|
|
2851
|
+
* Passing true requests the protection.
|
|
2852
|
+
*/
|
|
2853
|
+
requested: boolean;
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2425
2857
|
}
|
|
2426
2858
|
namespace Company {
|
|
2427
2859
|
interface DirectorshipDeclaration {
|
|
@@ -2502,6 +2934,26 @@ export declare namespace AccountCreateParams {
|
|
|
2502
2934
|
}
|
|
2503
2935
|
}
|
|
2504
2936
|
namespace Controller {
|
|
2937
|
+
interface Application {
|
|
2938
|
+
/**
|
|
2939
|
+
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
|
|
2940
|
+
*/
|
|
2941
|
+
loss_liable: boolean;
|
|
2942
|
+
/**
|
|
2943
|
+
* Whether the controller owns onboarding for this account.
|
|
2944
|
+
*/
|
|
2945
|
+
onboarding_owner?: boolean;
|
|
2946
|
+
/**
|
|
2947
|
+
* Whether the controller has pricing controls for this account.
|
|
2948
|
+
*/
|
|
2949
|
+
pricing_controls?: boolean;
|
|
2950
|
+
}
|
|
2951
|
+
interface Dashboard {
|
|
2952
|
+
/**
|
|
2953
|
+
* 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`.
|
|
2954
|
+
*/
|
|
2955
|
+
type?: Dashboard.Type;
|
|
2956
|
+
}
|
|
2505
2957
|
interface Fees {
|
|
2506
2958
|
/**
|
|
2507
2959
|
* 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).
|
|
@@ -2521,6 +2973,9 @@ export declare namespace AccountCreateParams {
|
|
|
2521
2973
|
*/
|
|
2522
2974
|
type?: StripeDashboard.Type;
|
|
2523
2975
|
}
|
|
2976
|
+
namespace Dashboard {
|
|
2977
|
+
type Type = 'express' | 'full' | 'none';
|
|
2978
|
+
}
|
|
2524
2979
|
namespace Fees {
|
|
2525
2980
|
type Payer = 'account' | 'application';
|
|
2526
2981
|
}
|
|
@@ -2649,6 +3104,26 @@ export declare namespace AccountCreateParams {
|
|
|
2649
3104
|
*/
|
|
2650
3105
|
title?: string;
|
|
2651
3106
|
}
|
|
3107
|
+
interface SelfReportedIncome {
|
|
3108
|
+
/**
|
|
3109
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
3110
|
+
*/
|
|
3111
|
+
amount: number;
|
|
3112
|
+
/**
|
|
3113
|
+
* 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).
|
|
3114
|
+
*/
|
|
3115
|
+
currency: string;
|
|
3116
|
+
}
|
|
3117
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
3118
|
+
/**
|
|
3119
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
3120
|
+
*/
|
|
3121
|
+
amount: number;
|
|
3122
|
+
/**
|
|
3123
|
+
* 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).
|
|
3124
|
+
*/
|
|
3125
|
+
currency: string;
|
|
3126
|
+
}
|
|
2652
3127
|
interface Verification {
|
|
2653
3128
|
/**
|
|
2654
3129
|
* A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
|
@@ -2682,6 +3157,22 @@ export declare namespace AccountCreateParams {
|
|
|
2682
3157
|
}
|
|
2683
3158
|
}
|
|
2684
3159
|
}
|
|
3160
|
+
namespace RiskControls {
|
|
3161
|
+
interface Charges {
|
|
3162
|
+
/**
|
|
3163
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3164
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3165
|
+
*/
|
|
3166
|
+
pause_requested?: boolean;
|
|
3167
|
+
}
|
|
3168
|
+
interface Payouts {
|
|
3169
|
+
/**
|
|
3170
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3171
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3172
|
+
*/
|
|
3173
|
+
pause_requested?: boolean;
|
|
3174
|
+
}
|
|
3175
|
+
}
|
|
2685
3176
|
namespace Settings {
|
|
2686
3177
|
interface BacsDebitPayments {
|
|
2687
3178
|
/**
|
|
@@ -2689,6 +3180,16 @@ export declare namespace AccountCreateParams {
|
|
|
2689
3180
|
*/
|
|
2690
3181
|
display_name?: string;
|
|
2691
3182
|
}
|
|
3183
|
+
interface BankBcaOnboarding {
|
|
3184
|
+
/**
|
|
3185
|
+
* Bank BCA business account holder name
|
|
3186
|
+
*/
|
|
3187
|
+
account_holder_name?: string;
|
|
3188
|
+
/**
|
|
3189
|
+
* Bank BCA business account number
|
|
3190
|
+
*/
|
|
3191
|
+
business_account_number?: string;
|
|
3192
|
+
}
|
|
2692
3193
|
interface Branding {
|
|
2693
3194
|
/**
|
|
2694
3195
|
* (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.
|
|
@@ -2707,11 +3208,25 @@ export declare namespace AccountCreateParams {
|
|
|
2707
3208
|
*/
|
|
2708
3209
|
secondary_color?: string;
|
|
2709
3210
|
}
|
|
2710
|
-
interface
|
|
3211
|
+
interface Capital {
|
|
2711
3212
|
/**
|
|
2712
|
-
*
|
|
3213
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
2713
3214
|
*/
|
|
2714
|
-
|
|
3215
|
+
payout_destination?: {
|
|
3216
|
+
[key: string]: string;
|
|
3217
|
+
};
|
|
3218
|
+
/**
|
|
3219
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3220
|
+
*/
|
|
3221
|
+
payout_destination_selector?: {
|
|
3222
|
+
[key: string]: Array<string>;
|
|
3223
|
+
};
|
|
3224
|
+
}
|
|
3225
|
+
interface CardIssuing {
|
|
3226
|
+
/**
|
|
3227
|
+
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
3228
|
+
*/
|
|
3229
|
+
tos_acceptance?: CardIssuing.TosAcceptance;
|
|
2715
3230
|
}
|
|
2716
3231
|
interface CardPayments {
|
|
2717
3232
|
/**
|
|
@@ -2738,6 +3253,10 @@ export declare namespace AccountCreateParams {
|
|
|
2738
3253
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
2739
3254
|
}
|
|
2740
3255
|
interface Payments {
|
|
3256
|
+
/**
|
|
3257
|
+
* 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`.
|
|
3258
|
+
*/
|
|
3259
|
+
email_customers_on_successful_payment?: boolean;
|
|
2741
3260
|
/**
|
|
2742
3261
|
* 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).
|
|
2743
3262
|
*/
|
|
@@ -2765,6 +3284,32 @@ export declare namespace AccountCreateParams {
|
|
|
2765
3284
|
*/
|
|
2766
3285
|
statement_descriptor?: string;
|
|
2767
3286
|
}
|
|
3287
|
+
interface PaypayPayments {
|
|
3288
|
+
/**
|
|
3289
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
3290
|
+
*/
|
|
3291
|
+
additional_files?: Array<string>;
|
|
3292
|
+
/**
|
|
3293
|
+
* 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.
|
|
3294
|
+
*/
|
|
3295
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
3296
|
+
/**
|
|
3297
|
+
* Details regarding your business's website.
|
|
3298
|
+
*/
|
|
3299
|
+
site?: PaypayPayments.Site;
|
|
3300
|
+
}
|
|
3301
|
+
interface SmartDisputes {
|
|
3302
|
+
/**
|
|
3303
|
+
* Smart Disputes auto-respond settings for the account.
|
|
3304
|
+
*/
|
|
3305
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
3306
|
+
}
|
|
3307
|
+
interface TaxForms {
|
|
3308
|
+
/**
|
|
3309
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
3310
|
+
*/
|
|
3311
|
+
consented_to_paperless_delivery?: boolean;
|
|
3312
|
+
}
|
|
2768
3313
|
interface Treasury {
|
|
2769
3314
|
/**
|
|
2770
3315
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -2835,6 +3380,59 @@ export declare namespace AccountCreateParams {
|
|
|
2835
3380
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
2836
3381
|
}
|
|
2837
3382
|
}
|
|
3383
|
+
namespace PaypayPayments {
|
|
3384
|
+
type GoodsType = 'digital_content' | 'other';
|
|
3385
|
+
interface Site {
|
|
3386
|
+
/**
|
|
3387
|
+
* Additional information about your business's website.
|
|
3388
|
+
*/
|
|
3389
|
+
accessible?: Site.Accessible;
|
|
3390
|
+
/**
|
|
3391
|
+
* Additional information about your business's website.
|
|
3392
|
+
*/
|
|
3393
|
+
in_development?: Site.InDevelopment;
|
|
3394
|
+
/**
|
|
3395
|
+
* Additional information about your business's website.
|
|
3396
|
+
*/
|
|
3397
|
+
restricted?: Site.Restricted;
|
|
3398
|
+
/**
|
|
3399
|
+
* The status of your business's website.
|
|
3400
|
+
*/
|
|
3401
|
+
type?: Site.Type;
|
|
3402
|
+
}
|
|
3403
|
+
namespace Site {
|
|
3404
|
+
interface Accessible {
|
|
3405
|
+
}
|
|
3406
|
+
interface InDevelopment {
|
|
3407
|
+
/**
|
|
3408
|
+
* The password needed to access your business's website.
|
|
3409
|
+
*/
|
|
3410
|
+
password: string;
|
|
3411
|
+
/**
|
|
3412
|
+
* The username needed to access your business's website.
|
|
3413
|
+
*/
|
|
3414
|
+
username?: string;
|
|
3415
|
+
}
|
|
3416
|
+
interface Restricted {
|
|
3417
|
+
/**
|
|
3418
|
+
* The file explaining the payment flow for your business.
|
|
3419
|
+
*/
|
|
3420
|
+
payment_flow_file?: string;
|
|
3421
|
+
}
|
|
3422
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
namespace SmartDisputes {
|
|
3426
|
+
interface AutoRespond {
|
|
3427
|
+
/**
|
|
3428
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
3429
|
+
*/
|
|
3430
|
+
preference?: AutoRespond.Preference;
|
|
3431
|
+
}
|
|
3432
|
+
namespace AutoRespond {
|
|
3433
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
3434
|
+
}
|
|
3435
|
+
}
|
|
2838
3436
|
namespace Treasury {
|
|
2839
3437
|
interface TosAcceptance {
|
|
2840
3438
|
/**
|
|
@@ -2921,6 +3519,10 @@ export interface AccountUpdateParams {
|
|
|
2921
3519
|
* 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`.
|
|
2922
3520
|
*/
|
|
2923
3521
|
metadata?: Emptyable<MetadataParam>;
|
|
3522
|
+
/**
|
|
3523
|
+
* 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).
|
|
3524
|
+
*/
|
|
3525
|
+
risk_controls?: AccountUpdateParams.RiskControls;
|
|
2924
3526
|
/**
|
|
2925
3527
|
* Options for customizing how the account functions within Stripe.
|
|
2926
3528
|
*/
|
|
@@ -2960,6 +3562,10 @@ export declare namespace AccountUpdateParams {
|
|
|
2960
3562
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
2961
3563
|
*/
|
|
2962
3564
|
product_description?: string;
|
|
3565
|
+
/**
|
|
3566
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
3567
|
+
*/
|
|
3568
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
2963
3569
|
/**
|
|
2964
3570
|
* A publicly available mailing address for sending support issues to.
|
|
2965
3571
|
*/
|
|
@@ -3011,6 +3617,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3011
3617
|
* The au_becs_debit_payments capability.
|
|
3012
3618
|
*/
|
|
3013
3619
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
3620
|
+
/**
|
|
3621
|
+
* The automatic_indirect_tax capability.
|
|
3622
|
+
*/
|
|
3623
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
3014
3624
|
/**
|
|
3015
3625
|
* The bacs_debit_payments capability.
|
|
3016
3626
|
*/
|
|
@@ -3075,10 +3685,22 @@ export declare namespace AccountUpdateParams {
|
|
|
3075
3685
|
* The giropay_payments capability.
|
|
3076
3686
|
*/
|
|
3077
3687
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
3688
|
+
/**
|
|
3689
|
+
* The gopay_payments capability.
|
|
3690
|
+
*/
|
|
3691
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
3078
3692
|
/**
|
|
3079
3693
|
* The grabpay_payments capability.
|
|
3080
3694
|
*/
|
|
3081
3695
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
3696
|
+
/**
|
|
3697
|
+
* The id_bank_transfer_payments capability.
|
|
3698
|
+
*/
|
|
3699
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
3700
|
+
/**
|
|
3701
|
+
* The id_bank_transfer_payments_bca capability.
|
|
3702
|
+
*/
|
|
3703
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
3082
3704
|
/**
|
|
3083
3705
|
* The ideal_payments capability.
|
|
3084
3706
|
*/
|
|
@@ -3163,6 +3785,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3163
3785
|
* The paynow_payments capability.
|
|
3164
3786
|
*/
|
|
3165
3787
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
3788
|
+
/**
|
|
3789
|
+
* The paypal_payments capability.
|
|
3790
|
+
*/
|
|
3791
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
3792
|
+
/**
|
|
3793
|
+
* The paypay_payments capability.
|
|
3794
|
+
*/
|
|
3795
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
3166
3796
|
/**
|
|
3167
3797
|
* The payto_payments capability.
|
|
3168
3798
|
*/
|
|
@@ -3175,6 +3805,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3175
3805
|
* The promptpay_payments capability.
|
|
3176
3806
|
*/
|
|
3177
3807
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
3808
|
+
/**
|
|
3809
|
+
* The qris_payments capability.
|
|
3810
|
+
*/
|
|
3811
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
3812
|
+
/**
|
|
3813
|
+
* The rechnung_payments capability.
|
|
3814
|
+
*/
|
|
3815
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
3178
3816
|
/**
|
|
3179
3817
|
* The revolut_pay_payments capability.
|
|
3180
3818
|
*/
|
|
@@ -3199,10 +3837,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3199
3837
|
* The sepa_debit_payments capability.
|
|
3200
3838
|
*/
|
|
3201
3839
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
3840
|
+
/**
|
|
3841
|
+
* The shopeepay_payments capability.
|
|
3842
|
+
*/
|
|
3843
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
3202
3844
|
/**
|
|
3203
3845
|
* The sofort_payments capability.
|
|
3204
3846
|
*/
|
|
3205
3847
|
sofort_payments?: Capabilities.SofortPayments;
|
|
3848
|
+
/**
|
|
3849
|
+
* The stripe_balance_payments capability.
|
|
3850
|
+
*/
|
|
3851
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
3206
3852
|
/**
|
|
3207
3853
|
* The sunbit_payments capability.
|
|
3208
3854
|
*/
|
|
@@ -3227,6 +3873,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3227
3873
|
* The treasury capability.
|
|
3228
3874
|
*/
|
|
3229
3875
|
treasury?: Capabilities.Treasury;
|
|
3876
|
+
/**
|
|
3877
|
+
* The treasury_evolve capability.
|
|
3878
|
+
*/
|
|
3879
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
3880
|
+
/**
|
|
3881
|
+
* The treasury_fifth_third capability.
|
|
3882
|
+
*/
|
|
3883
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
3884
|
+
/**
|
|
3885
|
+
* The treasury_goldman_sachs capability.
|
|
3886
|
+
*/
|
|
3887
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
3230
3888
|
/**
|
|
3231
3889
|
* The twint_payments capability.
|
|
3232
3890
|
*/
|
|
@@ -3448,6 +4106,7 @@ export declare namespace AccountUpdateParams {
|
|
|
3448
4106
|
* The Kanji variation of the individual's primary address (Japan only).
|
|
3449
4107
|
*/
|
|
3450
4108
|
address_kanji?: JapanAddressParam;
|
|
4109
|
+
birth_address?: AddressParam;
|
|
3451
4110
|
/**
|
|
3452
4111
|
* The individual's date of birth.
|
|
3453
4112
|
*/
|
|
@@ -3520,6 +4179,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3520
4179
|
* Describes the person's relationship to the account.
|
|
3521
4180
|
*/
|
|
3522
4181
|
relationship?: Individual.Relationship;
|
|
4182
|
+
/**
|
|
4183
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
4184
|
+
*/
|
|
4185
|
+
self_reported_income?: Individual.SelfReportedIncome;
|
|
4186
|
+
/**
|
|
4187
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
4188
|
+
*/
|
|
4189
|
+
self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
|
|
3523
4190
|
/**
|
|
3524
4191
|
* The last four digits of the individual's Social Security Number (U.S. only).
|
|
3525
4192
|
*/
|
|
@@ -3529,15 +4196,33 @@ export declare namespace AccountUpdateParams {
|
|
|
3529
4196
|
*/
|
|
3530
4197
|
verification?: Individual.Verification;
|
|
3531
4198
|
}
|
|
4199
|
+
interface RiskControls {
|
|
4200
|
+
/**
|
|
4201
|
+
* 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).
|
|
4202
|
+
*/
|
|
4203
|
+
charges?: RiskControls.Charges;
|
|
4204
|
+
/**
|
|
4205
|
+
* 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).
|
|
4206
|
+
*/
|
|
4207
|
+
payouts?: RiskControls.Payouts;
|
|
4208
|
+
}
|
|
3532
4209
|
interface Settings {
|
|
3533
4210
|
/**
|
|
3534
4211
|
* Settings specific to Bacs Direct Debit payments.
|
|
3535
4212
|
*/
|
|
3536
4213
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
4214
|
+
/**
|
|
4215
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
4216
|
+
*/
|
|
4217
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
3537
4218
|
/**
|
|
3538
4219
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
3539
4220
|
*/
|
|
3540
4221
|
branding?: Settings.Branding;
|
|
4222
|
+
/**
|
|
4223
|
+
* Settings specific to the account's use of the Capital product.
|
|
4224
|
+
*/
|
|
4225
|
+
capital?: Settings.Capital;
|
|
3541
4226
|
/**
|
|
3542
4227
|
* Settings specific to the account's use of the Card Issuing product.
|
|
3543
4228
|
*/
|
|
@@ -3558,6 +4243,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3558
4243
|
* Settings specific to the account's payouts.
|
|
3559
4244
|
*/
|
|
3560
4245
|
payouts?: Settings.Payouts;
|
|
4246
|
+
/**
|
|
4247
|
+
* Settings specific to the PayPay payments method.
|
|
4248
|
+
*/
|
|
4249
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
4250
|
+
/**
|
|
4251
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
4252
|
+
*/
|
|
4253
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
4254
|
+
/**
|
|
4255
|
+
* Settings specific to the account's tax forms.
|
|
4256
|
+
*/
|
|
4257
|
+
tax_forms?: Settings.TaxForms;
|
|
3561
4258
|
/**
|
|
3562
4259
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
3563
4260
|
*/
|
|
@@ -3654,6 +4351,12 @@ export declare namespace AccountUpdateParams {
|
|
|
3654
4351
|
*/
|
|
3655
4352
|
requested?: boolean;
|
|
3656
4353
|
}
|
|
4354
|
+
interface AutomaticIndirectTax {
|
|
4355
|
+
/**
|
|
4356
|
+
* 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.
|
|
4357
|
+
*/
|
|
4358
|
+
requested?: boolean;
|
|
4359
|
+
}
|
|
3657
4360
|
interface BacsDebitPayments {
|
|
3658
4361
|
/**
|
|
3659
4362
|
* 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.
|
|
@@ -3703,6 +4406,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3703
4406
|
requested?: boolean;
|
|
3704
4407
|
}
|
|
3705
4408
|
interface CardPayments {
|
|
4409
|
+
/**
|
|
4410
|
+
* Protections to apply to this capability.
|
|
4411
|
+
*/
|
|
4412
|
+
protections?: CardPayments.Protections;
|
|
3706
4413
|
/**
|
|
3707
4414
|
* 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.
|
|
3708
4415
|
*/
|
|
@@ -3750,12 +4457,30 @@ export declare namespace AccountUpdateParams {
|
|
|
3750
4457
|
*/
|
|
3751
4458
|
requested?: boolean;
|
|
3752
4459
|
}
|
|
4460
|
+
interface GopayPayments {
|
|
4461
|
+
/**
|
|
4462
|
+
* 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.
|
|
4463
|
+
*/
|
|
4464
|
+
requested?: boolean;
|
|
4465
|
+
}
|
|
3753
4466
|
interface GrabpayPayments {
|
|
3754
4467
|
/**
|
|
3755
4468
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3756
4469
|
*/
|
|
3757
4470
|
requested?: boolean;
|
|
3758
4471
|
}
|
|
4472
|
+
interface IdBankTransferPayments {
|
|
4473
|
+
/**
|
|
4474
|
+
* 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.
|
|
4475
|
+
*/
|
|
4476
|
+
requested?: boolean;
|
|
4477
|
+
}
|
|
4478
|
+
interface IdBankTransferPaymentsBca {
|
|
4479
|
+
/**
|
|
4480
|
+
* 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.
|
|
4481
|
+
*/
|
|
4482
|
+
requested?: boolean;
|
|
4483
|
+
}
|
|
3759
4484
|
interface IdealPayments {
|
|
3760
4485
|
/**
|
|
3761
4486
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3882,6 +4607,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3882
4607
|
*/
|
|
3883
4608
|
requested?: boolean;
|
|
3884
4609
|
}
|
|
4610
|
+
interface PaypalPayments {
|
|
4611
|
+
/**
|
|
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.
|
|
4613
|
+
*/
|
|
4614
|
+
requested?: boolean;
|
|
4615
|
+
}
|
|
4616
|
+
interface PaypayPayments {
|
|
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
|
+
}
|
|
3885
4622
|
interface PaytoPayments {
|
|
3886
4623
|
/**
|
|
3887
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.
|
|
@@ -3900,6 +4637,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3900
4637
|
*/
|
|
3901
4638
|
requested?: boolean;
|
|
3902
4639
|
}
|
|
4640
|
+
interface QrisPayments {
|
|
4641
|
+
/**
|
|
4642
|
+
* 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.
|
|
4643
|
+
*/
|
|
4644
|
+
requested?: boolean;
|
|
4645
|
+
}
|
|
4646
|
+
interface RechnungPayments {
|
|
4647
|
+
/**
|
|
4648
|
+
* 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.
|
|
4649
|
+
*/
|
|
4650
|
+
requested?: boolean;
|
|
4651
|
+
}
|
|
3903
4652
|
interface RevolutPayPayments {
|
|
3904
4653
|
/**
|
|
3905
4654
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3936,12 +4685,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3936
4685
|
*/
|
|
3937
4686
|
requested?: boolean;
|
|
3938
4687
|
}
|
|
4688
|
+
interface ShopeepayPayments {
|
|
4689
|
+
/**
|
|
4690
|
+
* 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.
|
|
4691
|
+
*/
|
|
4692
|
+
requested?: boolean;
|
|
4693
|
+
}
|
|
3939
4694
|
interface SofortPayments {
|
|
3940
4695
|
/**
|
|
3941
4696
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
3942
4697
|
*/
|
|
3943
4698
|
requested?: boolean;
|
|
3944
4699
|
}
|
|
4700
|
+
interface StripeBalancePayments {
|
|
4701
|
+
/**
|
|
4702
|
+
* 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.
|
|
4703
|
+
*/
|
|
4704
|
+
requested?: boolean;
|
|
4705
|
+
}
|
|
3945
4706
|
interface SunbitPayments {
|
|
3946
4707
|
/**
|
|
3947
4708
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3978,6 +4739,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3978
4739
|
*/
|
|
3979
4740
|
requested?: boolean;
|
|
3980
4741
|
}
|
|
4742
|
+
interface TreasuryEvolve {
|
|
4743
|
+
/**
|
|
4744
|
+
* 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.
|
|
4745
|
+
*/
|
|
4746
|
+
requested?: boolean;
|
|
4747
|
+
}
|
|
4748
|
+
interface TreasuryFifthThird {
|
|
4749
|
+
/**
|
|
4750
|
+
* 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.
|
|
4751
|
+
*/
|
|
4752
|
+
requested?: boolean;
|
|
4753
|
+
}
|
|
4754
|
+
interface TreasuryGoldmanSachs {
|
|
4755
|
+
/**
|
|
4756
|
+
* 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.
|
|
4757
|
+
*/
|
|
4758
|
+
requested?: boolean;
|
|
4759
|
+
}
|
|
3981
4760
|
interface TwintPayments {
|
|
3982
4761
|
/**
|
|
3983
4762
|
* 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.
|
|
@@ -4008,6 +4787,22 @@ export declare namespace AccountUpdateParams {
|
|
|
4008
4787
|
*/
|
|
4009
4788
|
requested?: boolean;
|
|
4010
4789
|
}
|
|
4790
|
+
namespace CardPayments {
|
|
4791
|
+
interface Protections {
|
|
4792
|
+
/**
|
|
4793
|
+
* Protection for connected accounts migrating from another PSP.
|
|
4794
|
+
*/
|
|
4795
|
+
psp_migration: Protections.PspMigration;
|
|
4796
|
+
}
|
|
4797
|
+
namespace Protections {
|
|
4798
|
+
interface PspMigration {
|
|
4799
|
+
/**
|
|
4800
|
+
* Passing true requests the protection.
|
|
4801
|
+
*/
|
|
4802
|
+
requested: boolean;
|
|
4803
|
+
}
|
|
4804
|
+
}
|
|
4805
|
+
}
|
|
4011
4806
|
}
|
|
4012
4807
|
namespace Company {
|
|
4013
4808
|
interface DirectorshipDeclaration {
|
|
@@ -4205,6 +5000,26 @@ export declare namespace AccountUpdateParams {
|
|
|
4205
5000
|
*/
|
|
4206
5001
|
title?: string;
|
|
4207
5002
|
}
|
|
5003
|
+
interface SelfReportedIncome {
|
|
5004
|
+
/**
|
|
5005
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5006
|
+
*/
|
|
5007
|
+
amount: number;
|
|
5008
|
+
/**
|
|
5009
|
+
* 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).
|
|
5010
|
+
*/
|
|
5011
|
+
currency: string;
|
|
5012
|
+
}
|
|
5013
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
5014
|
+
/**
|
|
5015
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5016
|
+
*/
|
|
5017
|
+
amount: number;
|
|
5018
|
+
/**
|
|
5019
|
+
* 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).
|
|
5020
|
+
*/
|
|
5021
|
+
currency: string;
|
|
5022
|
+
}
|
|
4208
5023
|
interface Verification {
|
|
4209
5024
|
/**
|
|
4210
5025
|
* A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
|
@@ -4238,6 +5053,22 @@ export declare namespace AccountUpdateParams {
|
|
|
4238
5053
|
}
|
|
4239
5054
|
}
|
|
4240
5055
|
}
|
|
5056
|
+
namespace RiskControls {
|
|
5057
|
+
interface Charges {
|
|
5058
|
+
/**
|
|
5059
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
5060
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
5061
|
+
*/
|
|
5062
|
+
pause_requested?: boolean;
|
|
5063
|
+
}
|
|
5064
|
+
interface Payouts {
|
|
5065
|
+
/**
|
|
5066
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
5067
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
5068
|
+
*/
|
|
5069
|
+
pause_requested?: boolean;
|
|
5070
|
+
}
|
|
5071
|
+
}
|
|
4241
5072
|
namespace Settings {
|
|
4242
5073
|
interface BacsDebitPayments {
|
|
4243
5074
|
/**
|
|
@@ -4245,6 +5076,16 @@ export declare namespace AccountUpdateParams {
|
|
|
4245
5076
|
*/
|
|
4246
5077
|
display_name?: string;
|
|
4247
5078
|
}
|
|
5079
|
+
interface BankBcaOnboarding {
|
|
5080
|
+
/**
|
|
5081
|
+
* Bank BCA business account holder name
|
|
5082
|
+
*/
|
|
5083
|
+
account_holder_name?: string;
|
|
5084
|
+
/**
|
|
5085
|
+
* Bank BCA business account number
|
|
5086
|
+
*/
|
|
5087
|
+
business_account_number?: string;
|
|
5088
|
+
}
|
|
4248
5089
|
interface Branding {
|
|
4249
5090
|
/**
|
|
4250
5091
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -4263,6 +5104,20 @@ export declare namespace AccountUpdateParams {
|
|
|
4263
5104
|
*/
|
|
4264
5105
|
secondary_color?: string;
|
|
4265
5106
|
}
|
|
5107
|
+
interface Capital {
|
|
5108
|
+
/**
|
|
5109
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
5110
|
+
*/
|
|
5111
|
+
payout_destination?: {
|
|
5112
|
+
[key: string]: string;
|
|
5113
|
+
};
|
|
5114
|
+
/**
|
|
5115
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
5116
|
+
*/
|
|
5117
|
+
payout_destination_selector?: {
|
|
5118
|
+
[key: string]: Array<string>;
|
|
5119
|
+
};
|
|
5120
|
+
}
|
|
4266
5121
|
interface CardIssuing {
|
|
4267
5122
|
/**
|
|
4268
5123
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -4298,6 +5153,10 @@ export declare namespace AccountUpdateParams {
|
|
|
4298
5153
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
4299
5154
|
}
|
|
4300
5155
|
interface Payments {
|
|
5156
|
+
/**
|
|
5157
|
+
* 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`.
|
|
5158
|
+
*/
|
|
5159
|
+
email_customers_on_successful_payment?: boolean;
|
|
4301
5160
|
/**
|
|
4302
5161
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
4303
5162
|
*/
|
|
@@ -4325,6 +5184,32 @@ export declare namespace AccountUpdateParams {
|
|
|
4325
5184
|
*/
|
|
4326
5185
|
statement_descriptor?: string;
|
|
4327
5186
|
}
|
|
5187
|
+
interface PaypayPayments {
|
|
5188
|
+
/**
|
|
5189
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
5190
|
+
*/
|
|
5191
|
+
additional_files?: Array<string>;
|
|
5192
|
+
/**
|
|
5193
|
+
* 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.
|
|
5194
|
+
*/
|
|
5195
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
5196
|
+
/**
|
|
5197
|
+
* Details regarding your business's website.
|
|
5198
|
+
*/
|
|
5199
|
+
site?: PaypayPayments.Site;
|
|
5200
|
+
}
|
|
5201
|
+
interface SmartDisputes {
|
|
5202
|
+
/**
|
|
5203
|
+
* Smart Disputes auto-respond settings for the account.
|
|
5204
|
+
*/
|
|
5205
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
5206
|
+
}
|
|
5207
|
+
interface TaxForms {
|
|
5208
|
+
/**
|
|
5209
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
5210
|
+
*/
|
|
5211
|
+
consented_to_paperless_delivery?: boolean;
|
|
5212
|
+
}
|
|
4328
5213
|
interface Treasury {
|
|
4329
5214
|
/**
|
|
4330
5215
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -4395,6 +5280,59 @@ export declare namespace AccountUpdateParams {
|
|
|
4395
5280
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
4396
5281
|
}
|
|
4397
5282
|
}
|
|
5283
|
+
namespace PaypayPayments {
|
|
5284
|
+
type GoodsType = 'digital_content' | 'other';
|
|
5285
|
+
interface Site {
|
|
5286
|
+
/**
|
|
5287
|
+
* Additional information about your business's website.
|
|
5288
|
+
*/
|
|
5289
|
+
accessible?: Site.Accessible;
|
|
5290
|
+
/**
|
|
5291
|
+
* Additional information about your business's website.
|
|
5292
|
+
*/
|
|
5293
|
+
in_development?: Site.InDevelopment;
|
|
5294
|
+
/**
|
|
5295
|
+
* Additional information about your business's website.
|
|
5296
|
+
*/
|
|
5297
|
+
restricted?: Site.Restricted;
|
|
5298
|
+
/**
|
|
5299
|
+
* The status of your business's website.
|
|
5300
|
+
*/
|
|
5301
|
+
type?: Site.Type;
|
|
5302
|
+
}
|
|
5303
|
+
namespace Site {
|
|
5304
|
+
interface Accessible {
|
|
5305
|
+
}
|
|
5306
|
+
interface InDevelopment {
|
|
5307
|
+
/**
|
|
5308
|
+
* The password needed to access your business's website.
|
|
5309
|
+
*/
|
|
5310
|
+
password: string;
|
|
5311
|
+
/**
|
|
5312
|
+
* The username needed to access your business's website.
|
|
5313
|
+
*/
|
|
5314
|
+
username?: string;
|
|
5315
|
+
}
|
|
5316
|
+
interface Restricted {
|
|
5317
|
+
/**
|
|
5318
|
+
* The file explaining the payment flow for your business.
|
|
5319
|
+
*/
|
|
5320
|
+
payment_flow_file?: string;
|
|
5321
|
+
}
|
|
5322
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
5323
|
+
}
|
|
5324
|
+
}
|
|
5325
|
+
namespace SmartDisputes {
|
|
5326
|
+
interface AutoRespond {
|
|
5327
|
+
/**
|
|
5328
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
5329
|
+
*/
|
|
5330
|
+
preference?: AutoRespond.Preference;
|
|
5331
|
+
}
|
|
5332
|
+
namespace AutoRespond {
|
|
5333
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
5334
|
+
}
|
|
5335
|
+
}
|
|
4398
5336
|
namespace Treasury {
|
|
4399
5337
|
interface TosAcceptance {
|
|
4400
5338
|
/**
|
|
@@ -4522,6 +5460,10 @@ export interface AccountCreatePersonParams {
|
|
|
4522
5460
|
* The Kanji variation of the person's address (Japan only).
|
|
4523
5461
|
*/
|
|
4524
5462
|
address_kanji?: JapanAddressParam;
|
|
5463
|
+
/**
|
|
5464
|
+
* The person's place of birth.
|
|
5465
|
+
*/
|
|
5466
|
+
birth_address?: AddressParam;
|
|
4525
5467
|
/**
|
|
4526
5468
|
* The person's date of birth.
|
|
4527
5469
|
*/
|
|
@@ -4610,6 +5552,14 @@ export interface AccountCreatePersonParams {
|
|
|
4610
5552
|
* The relationship that this person has with the account's legal entity.
|
|
4611
5553
|
*/
|
|
4612
5554
|
relationship?: AccountCreatePersonParams.Relationship;
|
|
5555
|
+
/**
|
|
5556
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
5557
|
+
*/
|
|
5558
|
+
self_reported_income?: AccountCreatePersonParams.SelfReportedIncome;
|
|
5559
|
+
/**
|
|
5560
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
5561
|
+
*/
|
|
5562
|
+
self_reported_monthly_housing_payment?: AccountCreatePersonParams.SelfReportedMonthlyHousingPayment;
|
|
4613
5563
|
/**
|
|
4614
5564
|
* The last four digits of the person's Social Security number (U.S. only).
|
|
4615
5565
|
*/
|
|
@@ -4693,6 +5643,26 @@ export declare namespace AccountCreatePersonParams {
|
|
|
4693
5643
|
*/
|
|
4694
5644
|
title?: string;
|
|
4695
5645
|
}
|
|
5646
|
+
interface SelfReportedIncome {
|
|
5647
|
+
/**
|
|
5648
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5649
|
+
*/
|
|
5650
|
+
amount: number;
|
|
5651
|
+
/**
|
|
5652
|
+
* 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).
|
|
5653
|
+
*/
|
|
5654
|
+
currency: string;
|
|
5655
|
+
}
|
|
5656
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
5657
|
+
/**
|
|
5658
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5659
|
+
*/
|
|
5660
|
+
amount: number;
|
|
5661
|
+
/**
|
|
5662
|
+
* 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).
|
|
5663
|
+
*/
|
|
5664
|
+
currency: string;
|
|
5665
|
+
}
|
|
4696
5666
|
interface UsCfpbData {
|
|
4697
5667
|
/**
|
|
4698
5668
|
* The persons ethnicity details
|
|
@@ -4899,6 +5869,18 @@ export interface AccountRetrievePersonParams {
|
|
|
4899
5869
|
*/
|
|
4900
5870
|
expand?: Array<string>;
|
|
4901
5871
|
}
|
|
5872
|
+
export interface AccountRetrieveSignalsParams {
|
|
5873
|
+
/**
|
|
5874
|
+
* Specifies which fields in the response should be expanded.
|
|
5875
|
+
*/
|
|
5876
|
+
expand?: Array<string>;
|
|
5877
|
+
}
|
|
5878
|
+
export interface AccountSerializeBatchCreateParams {
|
|
5879
|
+
}
|
|
5880
|
+
export interface AccountSerializeBatchDeleteParams {
|
|
5881
|
+
}
|
|
5882
|
+
export interface AccountSerializeBatchUpdateParams {
|
|
5883
|
+
}
|
|
4902
5884
|
export interface AccountUpdateCapabilityParams {
|
|
4903
5885
|
/**
|
|
4904
5886
|
* Specifies which fields in the response should be expanded.
|
|
@@ -5012,6 +5994,10 @@ export interface AccountUpdatePersonParams {
|
|
|
5012
5994
|
* The Kanji variation of the person's address (Japan only).
|
|
5013
5995
|
*/
|
|
5014
5996
|
address_kanji?: JapanAddressParam;
|
|
5997
|
+
/**
|
|
5998
|
+
* The person's place of birth.
|
|
5999
|
+
*/
|
|
6000
|
+
birth_address?: AddressParam;
|
|
5015
6001
|
/**
|
|
5016
6002
|
* The person's date of birth.
|
|
5017
6003
|
*/
|
|
@@ -5100,6 +6086,14 @@ export interface AccountUpdatePersonParams {
|
|
|
5100
6086
|
* The relationship that this person has with the account's legal entity.
|
|
5101
6087
|
*/
|
|
5102
6088
|
relationship?: AccountUpdatePersonParams.Relationship;
|
|
6089
|
+
/**
|
|
6090
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
6091
|
+
*/
|
|
6092
|
+
self_reported_income?: AccountUpdatePersonParams.SelfReportedIncome;
|
|
6093
|
+
/**
|
|
6094
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
6095
|
+
*/
|
|
6096
|
+
self_reported_monthly_housing_payment?: AccountUpdatePersonParams.SelfReportedMonthlyHousingPayment;
|
|
5103
6097
|
/**
|
|
5104
6098
|
* The last four digits of the person's Social Security number (U.S. only).
|
|
5105
6099
|
*/
|
|
@@ -5183,6 +6177,26 @@ export declare namespace AccountUpdatePersonParams {
|
|
|
5183
6177
|
*/
|
|
5184
6178
|
title?: string;
|
|
5185
6179
|
}
|
|
6180
|
+
interface SelfReportedIncome {
|
|
6181
|
+
/**
|
|
6182
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
6183
|
+
*/
|
|
6184
|
+
amount: number;
|
|
6185
|
+
/**
|
|
6186
|
+
* 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).
|
|
6187
|
+
*/
|
|
6188
|
+
currency: string;
|
|
6189
|
+
}
|
|
6190
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
6191
|
+
/**
|
|
6192
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
6193
|
+
*/
|
|
6194
|
+
amount: number;
|
|
6195
|
+
/**
|
|
6196
|
+
* 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).
|
|
6197
|
+
*/
|
|
6198
|
+
currency: string;
|
|
6199
|
+
}
|
|
5186
6200
|
interface UsCfpbData {
|
|
5187
6201
|
/**
|
|
5188
6202
|
* The persons ethnicity details
|