stripe 22.2.0 → 22.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2722 -74
- 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 +0 -1
- package/cjs/RequestSender.js +0 -8
- package/cjs/RequestSender.js.map +1 -1
- package/cjs/StripeEventNotificationHandler.d.ts +19 -0
- package/cjs/StripeEventNotificationHandler.js +470 -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 +1010 -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 +3513 -70
- package/cjs/resources/Charges.js.map +1 -1
- package/cjs/resources/Checkout/Sessions.d.ts +792 -9
- package/cjs/resources/Checkout/Sessions.js +88 -0
- package/cjs/resources/Checkout/Sessions.js.map +1 -1
- package/cjs/resources/Checkout/index.d.ts +1 -0
- package/cjs/resources/ConfirmationTokens.d.ts +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/RequestedSessions.d.ts +1405 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js +39 -0
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/cjs/resources/DelegatedCheckout/index.d.ts +16 -0
- package/cjs/resources/DelegatedCheckout/index.js +13 -0
- package/cjs/resources/DelegatedCheckout/index.js.map +1 -0
- package/cjs/resources/Discounts.d.ts +19 -0
- package/cjs/resources/Disputes.d.ts +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 +273 -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/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 +16623 -3576
- 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 +24 -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 +56 -0
- package/cjs/resources/Transfers.d.ts +12 -0
- package/cjs/resources/Transfers.js.map +1 -1
- package/cjs/resources/TransitBalances.d.ts +25 -0
- package/cjs/resources/TransitBalances.js +4 -0
- package/cjs/resources/TransitBalances.js.map +1 -0
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +34 -1
- package/cjs/resources/Treasury/OutboundPayments.d.ts +8 -0
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +44 -0
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +22 -0
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +26 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +23 -0
- package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/BillSettings.d.ts +284 -0
- package/cjs/resources/V2/Billing/BillSettings.js +41 -0
- package/cjs/resources/V2/Billing/BillSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.js +4 -0
- package/cjs/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js +23 -0
- package/cjs/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
- package/cjs/resources/V2/Billing/Cadences.d.ts +1015 -0
- package/cjs/resources/V2/Billing/Cadences.js +264 -0
- package/cjs/resources/V2/Billing/Cadences.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js +4 -0
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +70 -0
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/CollectionSettings.d.ts +779 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js +166 -0
- package/cjs/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js +35 -0
- package/cjs/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
- package/cjs/resources/V2/Billing/IntentActions.d.ts +607 -0
- package/cjs/resources/V2/Billing/IntentActions.js +4 -0
- package/cjs/resources/V2/Billing/IntentActions.js.map +1 -0
- package/cjs/resources/V2/Billing/Intents/Actions.d.ts +33 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js +70 -0
- package/cjs/resources/V2/Billing/Intents/Actions.js.map +1 -0
- package/cjs/resources/V2/Billing/Intents.d.ts +1257 -0
- package/cjs/resources/V2/Billing/Intents.js +87 -0
- package/cjs/resources/V2/Billing/Intents.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.js +4 -0
- package/cjs/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js +64 -0
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
- package/cjs/resources/V2/Billing/LicenseFees.d.ts +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 +161 -6
- package/cjs/resources/V2/Billing/index.js +30 -0
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- package/cjs/resources/V2/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 +5551 -58
- 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 +7586 -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 +156 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js +46 -0
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
- package/cjs/resources/V2/Data/Reporting/index.d.ts +13 -0
- package/cjs/resources/V2/Data/Reporting/index.js +13 -0
- package/cjs/resources/V2/Data/Reporting/index.js.map +1 -0
- package/cjs/resources/V2/Data/index.d.ts +13 -0
- package/cjs/resources/V2/Data/index.js +15 -0
- package/cjs/resources/V2/Data/index.js.map +1 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.js +23 -0
- package/cjs/resources/V2/Extend/WorkflowRuns.js.map +1 -0
- package/cjs/resources/V2/Extend/Workflows.d.ts +123 -0
- package/cjs/resources/V2/Extend/Workflows.js +30 -0
- package/cjs/resources/V2/Extend/Workflows.js.map +1 -0
- package/cjs/resources/V2/Extend/index.d.ts +20 -0
- package/cjs/resources/V2/Extend/index.js +15 -0
- package/cjs/resources/V2/Extend/index.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js +4 -0
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +4 -0
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/cjs/resources/V2/Iam/ActivityLogs.d.ts +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 +173 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js +50 -0
- package/cjs/resources/V2/Reporting/ReportRuns.js.map +1 -0
- package/cjs/resources/V2/Reporting/Reports.d.ts +110 -0
- package/cjs/resources/V2/Reporting/Reports.js +17 -0
- package/cjs/resources/V2/Reporting/Reports.js.map +1 -0
- package/cjs/resources/V2/Reporting/index.d.ts +18 -0
- package/cjs/resources/V2/Reporting/index.js +15 -0
- package/cjs/resources/V2/Reporting/index.js.map +1 -0
- package/cjs/resources/V2/Tax/ManualRules.d.ts +335 -0
- package/cjs/resources/V2/Tax/ManualRules.js +193 -0
- package/cjs/resources/V2/Tax/ManualRules.js.map +1 -0
- package/cjs/resources/V2/Tax/index.d.ts +16 -0
- package/cjs/resources/V2/Tax/index.js +13 -0
- package/cjs/resources/V2/Tax/index.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +23 -0
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js +15 -0
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
- package/cjs/resources/V2/TestHelpers/index.d.ts +10 -0
- package/cjs/resources/V2/TestHelpers/index.js +15 -0
- package/cjs/resources/V2/TestHelpers/index.js.map +1 -0
- package/cjs/resources/V2/index.d.ts +36 -0
- package/cjs/resources/V2/index.js +20 -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 +248 -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/esm/Error.d.ts +53 -0
- package/esm/Error.js +117 -0
- package/esm/Error.js.map +1 -1
- package/esm/RequestSender.d.ts +0 -1
- package/esm/RequestSender.js +0 -8
- package/esm/RequestSender.js.map +1 -1
- package/esm/StripeEventNotificationHandler.d.ts +19 -0
- package/esm/StripeEventNotificationHandler.js +466 -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 +1010 -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 +3513 -70
- package/esm/resources/Charges.js.map +1 -1
- package/esm/resources/Checkout/Sessions.d.ts +792 -9
- package/esm/resources/Checkout/Sessions.js +88 -0
- package/esm/resources/Checkout/Sessions.js.map +1 -1
- package/esm/resources/Checkout/index.d.ts +1 -0
- package/esm/resources/ConfirmationTokens.d.ts +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/RequestedSessions.d.ts +1405 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js +35 -0
- package/esm/resources/DelegatedCheckout/RequestedSessions.js.map +1 -0
- package/esm/resources/DelegatedCheckout/index.d.ts +16 -0
- package/esm/resources/DelegatedCheckout/index.js +9 -0
- package/esm/resources/DelegatedCheckout/index.js.map +1 -0
- package/esm/resources/Discounts.d.ts +19 -0
- package/esm/resources/Disputes.d.ts +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 +273 -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/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 +16623 -3576
- 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 +24 -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 +56 -0
- package/esm/resources/Transfers.d.ts +12 -0
- package/esm/resources/Transfers.js.map +1 -1
- package/esm/resources/TransitBalances.d.ts +25 -0
- package/esm/resources/TransitBalances.js +3 -0
- package/esm/resources/TransitBalances.js.map +1 -0
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +5 -0
- package/esm/resources/Treasury/FinancialAccounts.d.ts +34 -1
- package/esm/resources/Treasury/OutboundPayments.d.ts +8 -0
- package/esm/resources/Treasury/OutboundTransfers.d.ts +44 -0
- package/esm/resources/Treasury/ReceivedCredits.d.ts +22 -0
- package/esm/resources/Treasury/ReceivedDebits.d.ts +26 -0
- package/esm/resources/V2/Billing/BillSettingVersions.d.ts +75 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/BillSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js +19 -0
- package/esm/resources/V2/Billing/BillSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/BillSettings.d.ts +284 -0
- package/esm/resources/V2/Billing/BillSettings.js +37 -0
- package/esm/resources/V2/Billing/BillSettings.js.map +1 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.d.ts +88 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.js +3 -0
- package/esm/resources/V2/Billing/CadenceSpendModifiers.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.d.ts +37 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js +19 -0
- package/esm/resources/V2/Billing/Cadences/SpendModifierRules.js.map +1 -0
- package/esm/resources/V2/Billing/Cadences.d.ts +1015 -0
- package/esm/resources/V2/Billing/Cadences.js +260 -0
- package/esm/resources/V2/Billing/Cadences.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +240 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js +3 -0
- package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +66 -0
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/CollectionSettings.d.ts +779 -0
- package/esm/resources/V2/Billing/CollectionSettings.js +162 -0
- package/esm/resources/V2/Billing/CollectionSettings.js.map +1 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.d.ts +125 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js +31 -0
- package/esm/resources/V2/Billing/CustomPricingUnits.js.map +1 -0
- package/esm/resources/V2/Billing/IntentActions.d.ts +607 -0
- package/esm/resources/V2/Billing/IntentActions.js +3 -0
- package/esm/resources/V2/Billing/IntentActions.js.map +1 -0
- package/esm/resources/V2/Billing/Intents/Actions.d.ts +33 -0
- package/esm/resources/V2/Billing/Intents/Actions.js +66 -0
- package/esm/resources/V2/Billing/Intents/Actions.js.map +1 -0
- package/esm/resources/V2/Billing/Intents.d.ts +1257 -0
- package/esm/resources/V2/Billing/Intents.js +83 -0
- package/esm/resources/V2/Billing/Intents.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.d.ts +82 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.js +3 -0
- package/esm/resources/V2/Billing/LicenseFeeVersions.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.d.ts +33 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js +60 -0
- package/esm/resources/V2/Billing/LicenseFees/Versions.js.map +1 -0
- package/esm/resources/V2/Billing/LicenseFees.d.ts +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 +161 -6
- package/esm/resources/V2/Billing/index.js +30 -0
- package/esm/resources/V2/Billing/index.js.map +1 -1
- package/esm/resources/V2/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 +5551 -58
- 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 +7586 -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 +156 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.js +42 -0
- package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +1 -0
- package/esm/resources/V2/Data/Reporting/index.d.ts +13 -0
- package/esm/resources/V2/Data/Reporting/index.js +9 -0
- package/esm/resources/V2/Data/Reporting/index.js.map +1 -0
- package/esm/resources/V2/Data/index.d.ts +13 -0
- package/esm/resources/V2/Data/index.js +11 -0
- package/esm/resources/V2/Data/index.js.map +1 -0
- package/esm/resources/V2/Extend/WorkflowRuns.d.ts +166 -0
- package/esm/resources/V2/Extend/WorkflowRuns.js +19 -0
- package/esm/resources/V2/Extend/WorkflowRuns.js.map +1 -0
- package/esm/resources/V2/Extend/Workflows.d.ts +123 -0
- package/esm/resources/V2/Extend/Workflows.js +26 -0
- package/esm/resources/V2/Extend/Workflows.js.map +1 -0
- package/esm/resources/V2/Extend/index.d.ts +20 -0
- package/esm/resources/V2/Extend/index.js +11 -0
- package/esm/resources/V2/Extend/index.js.map +1 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +14 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js +3 -0
- package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +1 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +19 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +3 -0
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +1 -0
- package/esm/resources/V2/Iam/ActivityLogs.d.ts +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 +173 -0
- package/esm/resources/V2/Reporting/ReportRuns.js +46 -0
- package/esm/resources/V2/Reporting/ReportRuns.js.map +1 -0
- package/esm/resources/V2/Reporting/Reports.d.ts +110 -0
- package/esm/resources/V2/Reporting/Reports.js +13 -0
- package/esm/resources/V2/Reporting/Reports.js.map +1 -0
- package/esm/resources/V2/Reporting/index.d.ts +18 -0
- package/esm/resources/V2/Reporting/index.js +11 -0
- package/esm/resources/V2/Reporting/index.js.map +1 -0
- package/esm/resources/V2/Tax/ManualRules.d.ts +335 -0
- package/esm/resources/V2/Tax/ManualRules.js +189 -0
- package/esm/resources/V2/Tax/ManualRules.js.map +1 -0
- package/esm/resources/V2/Tax/index.d.ts +16 -0
- package/esm/resources/V2/Tax/index.js +9 -0
- package/esm/resources/V2/Tax/index.js.map +1 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +44 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +19 -0
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +1 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.d.ts +31 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js +11 -0
- package/esm/resources/V2/TestHelpers/MoneyManagement.js.map +1 -0
- package/esm/resources/V2/TestHelpers/index.d.ts +10 -0
- package/esm/resources/V2/TestHelpers/index.js +11 -0
- package/esm/resources/V2/TestHelpers/index.js.map +1 -0
- package/esm/resources/V2/index.d.ts +36 -0
- package/esm/resources/V2/index.js +20 -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 +225 -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/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
|
*/
|
|
@@ -1936,6 +2231,14 @@ export declare namespace AccountCreateParams {
|
|
|
1936
2231
|
* Describes the person's relationship to the account.
|
|
1937
2232
|
*/
|
|
1938
2233
|
relationship?: Individual.Relationship;
|
|
2234
|
+
/**
|
|
2235
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
2236
|
+
*/
|
|
2237
|
+
self_reported_income?: Individual.SelfReportedIncome;
|
|
2238
|
+
/**
|
|
2239
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
2240
|
+
*/
|
|
2241
|
+
self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
|
|
1939
2242
|
/**
|
|
1940
2243
|
* The last four digits of the individual's Social Security Number (U.S. only).
|
|
1941
2244
|
*/
|
|
@@ -1945,15 +2248,33 @@ export declare namespace AccountCreateParams {
|
|
|
1945
2248
|
*/
|
|
1946
2249
|
verification?: Individual.Verification;
|
|
1947
2250
|
}
|
|
2251
|
+
interface RiskControls {
|
|
2252
|
+
/**
|
|
2253
|
+
* 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).
|
|
2254
|
+
*/
|
|
2255
|
+
charges?: RiskControls.Charges;
|
|
2256
|
+
/**
|
|
2257
|
+
* 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).
|
|
2258
|
+
*/
|
|
2259
|
+
payouts?: RiskControls.Payouts;
|
|
2260
|
+
}
|
|
1948
2261
|
interface Settings {
|
|
1949
2262
|
/**
|
|
1950
2263
|
* Settings specific to Bacs Direct Debit.
|
|
1951
2264
|
*/
|
|
1952
2265
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
2266
|
+
/**
|
|
2267
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
2268
|
+
*/
|
|
2269
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
1953
2270
|
/**
|
|
1954
2271
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
1955
2272
|
*/
|
|
1956
2273
|
branding?: Settings.Branding;
|
|
2274
|
+
/**
|
|
2275
|
+
* Settings specific to the account's use of the Capital product.
|
|
2276
|
+
*/
|
|
2277
|
+
capital?: Settings.Capital;
|
|
1957
2278
|
/**
|
|
1958
2279
|
* Settings specific to the account's use of the Card Issuing product.
|
|
1959
2280
|
*/
|
|
@@ -1974,6 +2295,18 @@ export declare namespace AccountCreateParams {
|
|
|
1974
2295
|
* Settings specific to the account's payouts.
|
|
1975
2296
|
*/
|
|
1976
2297
|
payouts?: Settings.Payouts;
|
|
2298
|
+
/**
|
|
2299
|
+
* Settings specific to the PayPay payments method.
|
|
2300
|
+
*/
|
|
2301
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
2302
|
+
/**
|
|
2303
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
2304
|
+
*/
|
|
2305
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
2306
|
+
/**
|
|
2307
|
+
* Settings specific to the account's tax forms.
|
|
2308
|
+
*/
|
|
2309
|
+
tax_forms?: Settings.TaxForms;
|
|
1977
2310
|
/**
|
|
1978
2311
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
1979
2312
|
*/
|
|
@@ -2068,6 +2401,12 @@ export declare namespace AccountCreateParams {
|
|
|
2068
2401
|
*/
|
|
2069
2402
|
requested?: boolean;
|
|
2070
2403
|
}
|
|
2404
|
+
interface AutomaticIndirectTax {
|
|
2405
|
+
/**
|
|
2406
|
+
* 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.
|
|
2407
|
+
*/
|
|
2408
|
+
requested?: boolean;
|
|
2409
|
+
}
|
|
2071
2410
|
interface BacsDebitPayments {
|
|
2072
2411
|
/**
|
|
2073
2412
|
* 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 +2456,10 @@ export declare namespace AccountCreateParams {
|
|
|
2117
2456
|
requested?: boolean;
|
|
2118
2457
|
}
|
|
2119
2458
|
interface CardPayments {
|
|
2459
|
+
/**
|
|
2460
|
+
* Protections to apply to this capability.
|
|
2461
|
+
*/
|
|
2462
|
+
protections?: CardPayments.Protections;
|
|
2120
2463
|
/**
|
|
2121
2464
|
* 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
2465
|
*/
|
|
@@ -2164,12 +2507,30 @@ export declare namespace AccountCreateParams {
|
|
|
2164
2507
|
*/
|
|
2165
2508
|
requested?: boolean;
|
|
2166
2509
|
}
|
|
2510
|
+
interface GopayPayments {
|
|
2511
|
+
/**
|
|
2512
|
+
* 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.
|
|
2513
|
+
*/
|
|
2514
|
+
requested?: boolean;
|
|
2515
|
+
}
|
|
2167
2516
|
interface GrabpayPayments {
|
|
2168
2517
|
/**
|
|
2169
2518
|
* 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
2519
|
*/
|
|
2171
2520
|
requested?: boolean;
|
|
2172
2521
|
}
|
|
2522
|
+
interface IdBankTransferPayments {
|
|
2523
|
+
/**
|
|
2524
|
+
* 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.
|
|
2525
|
+
*/
|
|
2526
|
+
requested?: boolean;
|
|
2527
|
+
}
|
|
2528
|
+
interface IdBankTransferPaymentsBca {
|
|
2529
|
+
/**
|
|
2530
|
+
* 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.
|
|
2531
|
+
*/
|
|
2532
|
+
requested?: boolean;
|
|
2533
|
+
}
|
|
2173
2534
|
interface IdealPayments {
|
|
2174
2535
|
/**
|
|
2175
2536
|
* 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 +2657,18 @@ export declare namespace AccountCreateParams {
|
|
|
2296
2657
|
*/
|
|
2297
2658
|
requested?: boolean;
|
|
2298
2659
|
}
|
|
2660
|
+
interface PaypalPayments {
|
|
2661
|
+
/**
|
|
2662
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2663
|
+
*/
|
|
2664
|
+
requested?: boolean;
|
|
2665
|
+
}
|
|
2666
|
+
interface PaypayPayments {
|
|
2667
|
+
/**
|
|
2668
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2669
|
+
*/
|
|
2670
|
+
requested?: boolean;
|
|
2671
|
+
}
|
|
2299
2672
|
interface PaytoPayments {
|
|
2300
2673
|
/**
|
|
2301
2674
|
* 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 +2687,18 @@ export declare namespace AccountCreateParams {
|
|
|
2314
2687
|
*/
|
|
2315
2688
|
requested?: boolean;
|
|
2316
2689
|
}
|
|
2690
|
+
interface QrisPayments {
|
|
2691
|
+
/**
|
|
2692
|
+
* 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.
|
|
2693
|
+
*/
|
|
2694
|
+
requested?: boolean;
|
|
2695
|
+
}
|
|
2696
|
+
interface RechnungPayments {
|
|
2697
|
+
/**
|
|
2698
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2699
|
+
*/
|
|
2700
|
+
requested?: boolean;
|
|
2701
|
+
}
|
|
2317
2702
|
interface RevolutPayPayments {
|
|
2318
2703
|
/**
|
|
2319
2704
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2350,12 +2735,24 @@ export declare namespace AccountCreateParams {
|
|
|
2350
2735
|
*/
|
|
2351
2736
|
requested?: boolean;
|
|
2352
2737
|
}
|
|
2738
|
+
interface ShopeepayPayments {
|
|
2739
|
+
/**
|
|
2740
|
+
* 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.
|
|
2741
|
+
*/
|
|
2742
|
+
requested?: boolean;
|
|
2743
|
+
}
|
|
2353
2744
|
interface SofortPayments {
|
|
2354
2745
|
/**
|
|
2355
2746
|
* 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
2747
|
*/
|
|
2357
2748
|
requested?: boolean;
|
|
2358
2749
|
}
|
|
2750
|
+
interface StripeBalancePayments {
|
|
2751
|
+
/**
|
|
2752
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2753
|
+
*/
|
|
2754
|
+
requested?: boolean;
|
|
2755
|
+
}
|
|
2359
2756
|
interface SunbitPayments {
|
|
2360
2757
|
/**
|
|
2361
2758
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2392,6 +2789,24 @@ export declare namespace AccountCreateParams {
|
|
|
2392
2789
|
*/
|
|
2393
2790
|
requested?: boolean;
|
|
2394
2791
|
}
|
|
2792
|
+
interface TreasuryEvolve {
|
|
2793
|
+
/**
|
|
2794
|
+
* 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.
|
|
2795
|
+
*/
|
|
2796
|
+
requested?: boolean;
|
|
2797
|
+
}
|
|
2798
|
+
interface TreasuryFifthThird {
|
|
2799
|
+
/**
|
|
2800
|
+
* 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.
|
|
2801
|
+
*/
|
|
2802
|
+
requested?: boolean;
|
|
2803
|
+
}
|
|
2804
|
+
interface TreasuryGoldmanSachs {
|
|
2805
|
+
/**
|
|
2806
|
+
* 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.
|
|
2807
|
+
*/
|
|
2808
|
+
requested?: boolean;
|
|
2809
|
+
}
|
|
2395
2810
|
interface TwintPayments {
|
|
2396
2811
|
/**
|
|
2397
2812
|
* 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 +2837,22 @@ export declare namespace AccountCreateParams {
|
|
|
2422
2837
|
*/
|
|
2423
2838
|
requested?: boolean;
|
|
2424
2839
|
}
|
|
2840
|
+
namespace CardPayments {
|
|
2841
|
+
interface Protections {
|
|
2842
|
+
/**
|
|
2843
|
+
* Protection for connected accounts migrating from another PSP.
|
|
2844
|
+
*/
|
|
2845
|
+
psp_migration: Protections.PspMigration;
|
|
2846
|
+
}
|
|
2847
|
+
namespace Protections {
|
|
2848
|
+
interface PspMigration {
|
|
2849
|
+
/**
|
|
2850
|
+
* Passing true requests the protection.
|
|
2851
|
+
*/
|
|
2852
|
+
requested: boolean;
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2425
2856
|
}
|
|
2426
2857
|
namespace Company {
|
|
2427
2858
|
interface DirectorshipDeclaration {
|
|
@@ -2502,6 +2933,26 @@ export declare namespace AccountCreateParams {
|
|
|
2502
2933
|
}
|
|
2503
2934
|
}
|
|
2504
2935
|
namespace Controller {
|
|
2936
|
+
interface Application {
|
|
2937
|
+
/**
|
|
2938
|
+
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
|
|
2939
|
+
*/
|
|
2940
|
+
loss_liable: boolean;
|
|
2941
|
+
/**
|
|
2942
|
+
* Whether the controller owns onboarding for this account.
|
|
2943
|
+
*/
|
|
2944
|
+
onboarding_owner?: boolean;
|
|
2945
|
+
/**
|
|
2946
|
+
* Whether the controller has pricing controls for this account.
|
|
2947
|
+
*/
|
|
2948
|
+
pricing_controls?: boolean;
|
|
2949
|
+
}
|
|
2950
|
+
interface Dashboard {
|
|
2951
|
+
/**
|
|
2952
|
+
* 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`.
|
|
2953
|
+
*/
|
|
2954
|
+
type?: Dashboard.Type;
|
|
2955
|
+
}
|
|
2505
2956
|
interface Fees {
|
|
2506
2957
|
/**
|
|
2507
2958
|
* 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 +2972,9 @@ export declare namespace AccountCreateParams {
|
|
|
2521
2972
|
*/
|
|
2522
2973
|
type?: StripeDashboard.Type;
|
|
2523
2974
|
}
|
|
2975
|
+
namespace Dashboard {
|
|
2976
|
+
type Type = 'express' | 'full' | 'none';
|
|
2977
|
+
}
|
|
2524
2978
|
namespace Fees {
|
|
2525
2979
|
type Payer = 'account' | 'application';
|
|
2526
2980
|
}
|
|
@@ -2649,6 +3103,26 @@ export declare namespace AccountCreateParams {
|
|
|
2649
3103
|
*/
|
|
2650
3104
|
title?: string;
|
|
2651
3105
|
}
|
|
3106
|
+
interface SelfReportedIncome {
|
|
3107
|
+
/**
|
|
3108
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
3109
|
+
*/
|
|
3110
|
+
amount: number;
|
|
3111
|
+
/**
|
|
3112
|
+
* 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).
|
|
3113
|
+
*/
|
|
3114
|
+
currency: string;
|
|
3115
|
+
}
|
|
3116
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
3117
|
+
/**
|
|
3118
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
3119
|
+
*/
|
|
3120
|
+
amount: number;
|
|
3121
|
+
/**
|
|
3122
|
+
* 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).
|
|
3123
|
+
*/
|
|
3124
|
+
currency: string;
|
|
3125
|
+
}
|
|
2652
3126
|
interface Verification {
|
|
2653
3127
|
/**
|
|
2654
3128
|
* A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
|
@@ -2682,6 +3156,22 @@ export declare namespace AccountCreateParams {
|
|
|
2682
3156
|
}
|
|
2683
3157
|
}
|
|
2684
3158
|
}
|
|
3159
|
+
namespace RiskControls {
|
|
3160
|
+
interface Charges {
|
|
3161
|
+
/**
|
|
3162
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3163
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3164
|
+
*/
|
|
3165
|
+
pause_requested?: boolean;
|
|
3166
|
+
}
|
|
3167
|
+
interface Payouts {
|
|
3168
|
+
/**
|
|
3169
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3170
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
3171
|
+
*/
|
|
3172
|
+
pause_requested?: boolean;
|
|
3173
|
+
}
|
|
3174
|
+
}
|
|
2685
3175
|
namespace Settings {
|
|
2686
3176
|
interface BacsDebitPayments {
|
|
2687
3177
|
/**
|
|
@@ -2689,6 +3179,16 @@ export declare namespace AccountCreateParams {
|
|
|
2689
3179
|
*/
|
|
2690
3180
|
display_name?: string;
|
|
2691
3181
|
}
|
|
3182
|
+
interface BankBcaOnboarding {
|
|
3183
|
+
/**
|
|
3184
|
+
* Bank BCA business account holder name
|
|
3185
|
+
*/
|
|
3186
|
+
account_holder_name?: string;
|
|
3187
|
+
/**
|
|
3188
|
+
* Bank BCA business account number
|
|
3189
|
+
*/
|
|
3190
|
+
business_account_number?: string;
|
|
3191
|
+
}
|
|
2692
3192
|
interface Branding {
|
|
2693
3193
|
/**
|
|
2694
3194
|
* (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 +3207,25 @@ export declare namespace AccountCreateParams {
|
|
|
2707
3207
|
*/
|
|
2708
3208
|
secondary_color?: string;
|
|
2709
3209
|
}
|
|
2710
|
-
interface
|
|
3210
|
+
interface Capital {
|
|
2711
3211
|
/**
|
|
2712
|
-
*
|
|
3212
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
2713
3213
|
*/
|
|
2714
|
-
|
|
3214
|
+
payout_destination?: {
|
|
3215
|
+
[key: string]: string;
|
|
3216
|
+
};
|
|
3217
|
+
/**
|
|
3218
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3219
|
+
*/
|
|
3220
|
+
payout_destination_selector?: {
|
|
3221
|
+
[key: string]: Array<string>;
|
|
3222
|
+
};
|
|
3223
|
+
}
|
|
3224
|
+
interface CardIssuing {
|
|
3225
|
+
/**
|
|
3226
|
+
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
3227
|
+
*/
|
|
3228
|
+
tos_acceptance?: CardIssuing.TosAcceptance;
|
|
2715
3229
|
}
|
|
2716
3230
|
interface CardPayments {
|
|
2717
3231
|
/**
|
|
@@ -2738,6 +3252,10 @@ export declare namespace AccountCreateParams {
|
|
|
2738
3252
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
2739
3253
|
}
|
|
2740
3254
|
interface Payments {
|
|
3255
|
+
/**
|
|
3256
|
+
* 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`.
|
|
3257
|
+
*/
|
|
3258
|
+
email_customers_on_successful_payment?: boolean;
|
|
2741
3259
|
/**
|
|
2742
3260
|
* 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
3261
|
*/
|
|
@@ -2765,6 +3283,32 @@ export declare namespace AccountCreateParams {
|
|
|
2765
3283
|
*/
|
|
2766
3284
|
statement_descriptor?: string;
|
|
2767
3285
|
}
|
|
3286
|
+
interface PaypayPayments {
|
|
3287
|
+
/**
|
|
3288
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
3289
|
+
*/
|
|
3290
|
+
additional_files?: Array<string>;
|
|
3291
|
+
/**
|
|
3292
|
+
* 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.
|
|
3293
|
+
*/
|
|
3294
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
3295
|
+
/**
|
|
3296
|
+
* Details regarding your business's website.
|
|
3297
|
+
*/
|
|
3298
|
+
site?: PaypayPayments.Site;
|
|
3299
|
+
}
|
|
3300
|
+
interface SmartDisputes {
|
|
3301
|
+
/**
|
|
3302
|
+
* Smart Disputes auto-respond settings for the account.
|
|
3303
|
+
*/
|
|
3304
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
3305
|
+
}
|
|
3306
|
+
interface TaxForms {
|
|
3307
|
+
/**
|
|
3308
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
3309
|
+
*/
|
|
3310
|
+
consented_to_paperless_delivery?: boolean;
|
|
3311
|
+
}
|
|
2768
3312
|
interface Treasury {
|
|
2769
3313
|
/**
|
|
2770
3314
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -2835,6 +3379,59 @@ export declare namespace AccountCreateParams {
|
|
|
2835
3379
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
2836
3380
|
}
|
|
2837
3381
|
}
|
|
3382
|
+
namespace PaypayPayments {
|
|
3383
|
+
type GoodsType = 'digital_content' | 'other';
|
|
3384
|
+
interface Site {
|
|
3385
|
+
/**
|
|
3386
|
+
* Additional information about your business's website.
|
|
3387
|
+
*/
|
|
3388
|
+
accessible?: Site.Accessible;
|
|
3389
|
+
/**
|
|
3390
|
+
* Additional information about your business's website.
|
|
3391
|
+
*/
|
|
3392
|
+
in_development?: Site.InDevelopment;
|
|
3393
|
+
/**
|
|
3394
|
+
* Additional information about your business's website.
|
|
3395
|
+
*/
|
|
3396
|
+
restricted?: Site.Restricted;
|
|
3397
|
+
/**
|
|
3398
|
+
* The status of your business's website.
|
|
3399
|
+
*/
|
|
3400
|
+
type?: Site.Type;
|
|
3401
|
+
}
|
|
3402
|
+
namespace Site {
|
|
3403
|
+
interface Accessible {
|
|
3404
|
+
}
|
|
3405
|
+
interface InDevelopment {
|
|
3406
|
+
/**
|
|
3407
|
+
* The password needed to access your business's website.
|
|
3408
|
+
*/
|
|
3409
|
+
password: string;
|
|
3410
|
+
/**
|
|
3411
|
+
* The username needed to access your business's website.
|
|
3412
|
+
*/
|
|
3413
|
+
username?: string;
|
|
3414
|
+
}
|
|
3415
|
+
interface Restricted {
|
|
3416
|
+
/**
|
|
3417
|
+
* The file explaining the payment flow for your business.
|
|
3418
|
+
*/
|
|
3419
|
+
payment_flow_file?: string;
|
|
3420
|
+
}
|
|
3421
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
namespace SmartDisputes {
|
|
3425
|
+
interface AutoRespond {
|
|
3426
|
+
/**
|
|
3427
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
3428
|
+
*/
|
|
3429
|
+
preference?: AutoRespond.Preference;
|
|
3430
|
+
}
|
|
3431
|
+
namespace AutoRespond {
|
|
3432
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
2838
3435
|
namespace Treasury {
|
|
2839
3436
|
interface TosAcceptance {
|
|
2840
3437
|
/**
|
|
@@ -2921,6 +3518,10 @@ export interface AccountUpdateParams {
|
|
|
2921
3518
|
* 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
3519
|
*/
|
|
2923
3520
|
metadata?: Emptyable<MetadataParam>;
|
|
3521
|
+
/**
|
|
3522
|
+
* 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).
|
|
3523
|
+
*/
|
|
3524
|
+
risk_controls?: AccountUpdateParams.RiskControls;
|
|
2924
3525
|
/**
|
|
2925
3526
|
* Options for customizing how the account functions within Stripe.
|
|
2926
3527
|
*/
|
|
@@ -2960,6 +3561,10 @@ export declare namespace AccountUpdateParams {
|
|
|
2960
3561
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
2961
3562
|
*/
|
|
2962
3563
|
product_description?: string;
|
|
3564
|
+
/**
|
|
3565
|
+
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
3566
|
+
*/
|
|
3567
|
+
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
2963
3568
|
/**
|
|
2964
3569
|
* A publicly available mailing address for sending support issues to.
|
|
2965
3570
|
*/
|
|
@@ -3011,6 +3616,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3011
3616
|
* The au_becs_debit_payments capability.
|
|
3012
3617
|
*/
|
|
3013
3618
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
3619
|
+
/**
|
|
3620
|
+
* The automatic_indirect_tax capability.
|
|
3621
|
+
*/
|
|
3622
|
+
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
3014
3623
|
/**
|
|
3015
3624
|
* The bacs_debit_payments capability.
|
|
3016
3625
|
*/
|
|
@@ -3075,10 +3684,22 @@ export declare namespace AccountUpdateParams {
|
|
|
3075
3684
|
* The giropay_payments capability.
|
|
3076
3685
|
*/
|
|
3077
3686
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
3687
|
+
/**
|
|
3688
|
+
* The gopay_payments capability.
|
|
3689
|
+
*/
|
|
3690
|
+
gopay_payments?: Capabilities.GopayPayments;
|
|
3078
3691
|
/**
|
|
3079
3692
|
* The grabpay_payments capability.
|
|
3080
3693
|
*/
|
|
3081
3694
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
3695
|
+
/**
|
|
3696
|
+
* The id_bank_transfer_payments capability.
|
|
3697
|
+
*/
|
|
3698
|
+
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
3699
|
+
/**
|
|
3700
|
+
* The id_bank_transfer_payments_bca capability.
|
|
3701
|
+
*/
|
|
3702
|
+
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
3082
3703
|
/**
|
|
3083
3704
|
* The ideal_payments capability.
|
|
3084
3705
|
*/
|
|
@@ -3163,6 +3784,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3163
3784
|
* The paynow_payments capability.
|
|
3164
3785
|
*/
|
|
3165
3786
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
3787
|
+
/**
|
|
3788
|
+
* The paypal_payments capability.
|
|
3789
|
+
*/
|
|
3790
|
+
paypal_payments?: Capabilities.PaypalPayments;
|
|
3791
|
+
/**
|
|
3792
|
+
* The paypay_payments capability.
|
|
3793
|
+
*/
|
|
3794
|
+
paypay_payments?: Capabilities.PaypayPayments;
|
|
3166
3795
|
/**
|
|
3167
3796
|
* The payto_payments capability.
|
|
3168
3797
|
*/
|
|
@@ -3175,6 +3804,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3175
3804
|
* The promptpay_payments capability.
|
|
3176
3805
|
*/
|
|
3177
3806
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
3807
|
+
/**
|
|
3808
|
+
* The qris_payments capability.
|
|
3809
|
+
*/
|
|
3810
|
+
qris_payments?: Capabilities.QrisPayments;
|
|
3811
|
+
/**
|
|
3812
|
+
* The rechnung_payments capability.
|
|
3813
|
+
*/
|
|
3814
|
+
rechnung_payments?: Capabilities.RechnungPayments;
|
|
3178
3815
|
/**
|
|
3179
3816
|
* The revolut_pay_payments capability.
|
|
3180
3817
|
*/
|
|
@@ -3199,10 +3836,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3199
3836
|
* The sepa_debit_payments capability.
|
|
3200
3837
|
*/
|
|
3201
3838
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
3839
|
+
/**
|
|
3840
|
+
* The shopeepay_payments capability.
|
|
3841
|
+
*/
|
|
3842
|
+
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
3202
3843
|
/**
|
|
3203
3844
|
* The sofort_payments capability.
|
|
3204
3845
|
*/
|
|
3205
3846
|
sofort_payments?: Capabilities.SofortPayments;
|
|
3847
|
+
/**
|
|
3848
|
+
* The stripe_balance_payments capability.
|
|
3849
|
+
*/
|
|
3850
|
+
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
3206
3851
|
/**
|
|
3207
3852
|
* The sunbit_payments capability.
|
|
3208
3853
|
*/
|
|
@@ -3227,6 +3872,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3227
3872
|
* The treasury capability.
|
|
3228
3873
|
*/
|
|
3229
3874
|
treasury?: Capabilities.Treasury;
|
|
3875
|
+
/**
|
|
3876
|
+
* The treasury_evolve capability.
|
|
3877
|
+
*/
|
|
3878
|
+
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
3879
|
+
/**
|
|
3880
|
+
* The treasury_fifth_third capability.
|
|
3881
|
+
*/
|
|
3882
|
+
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
3883
|
+
/**
|
|
3884
|
+
* The treasury_goldman_sachs capability.
|
|
3885
|
+
*/
|
|
3886
|
+
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
3230
3887
|
/**
|
|
3231
3888
|
* The twint_payments capability.
|
|
3232
3889
|
*/
|
|
@@ -3520,6 +4177,14 @@ export declare namespace AccountUpdateParams {
|
|
|
3520
4177
|
* Describes the person's relationship to the account.
|
|
3521
4178
|
*/
|
|
3522
4179
|
relationship?: Individual.Relationship;
|
|
4180
|
+
/**
|
|
4181
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
4182
|
+
*/
|
|
4183
|
+
self_reported_income?: Individual.SelfReportedIncome;
|
|
4184
|
+
/**
|
|
4185
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
4186
|
+
*/
|
|
4187
|
+
self_reported_monthly_housing_payment?: Individual.SelfReportedMonthlyHousingPayment;
|
|
3523
4188
|
/**
|
|
3524
4189
|
* The last four digits of the individual's Social Security Number (U.S. only).
|
|
3525
4190
|
*/
|
|
@@ -3529,15 +4194,33 @@ export declare namespace AccountUpdateParams {
|
|
|
3529
4194
|
*/
|
|
3530
4195
|
verification?: Individual.Verification;
|
|
3531
4196
|
}
|
|
4197
|
+
interface RiskControls {
|
|
4198
|
+
/**
|
|
4199
|
+
* 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).
|
|
4200
|
+
*/
|
|
4201
|
+
charges?: RiskControls.Charges;
|
|
4202
|
+
/**
|
|
4203
|
+
* 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).
|
|
4204
|
+
*/
|
|
4205
|
+
payouts?: RiskControls.Payouts;
|
|
4206
|
+
}
|
|
3532
4207
|
interface Settings {
|
|
3533
4208
|
/**
|
|
3534
4209
|
* Settings specific to Bacs Direct Debit payments.
|
|
3535
4210
|
*/
|
|
3536
4211
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
4212
|
+
/**
|
|
4213
|
+
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
4214
|
+
*/
|
|
4215
|
+
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
3537
4216
|
/**
|
|
3538
4217
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
3539
4218
|
*/
|
|
3540
4219
|
branding?: Settings.Branding;
|
|
4220
|
+
/**
|
|
4221
|
+
* Settings specific to the account's use of the Capital product.
|
|
4222
|
+
*/
|
|
4223
|
+
capital?: Settings.Capital;
|
|
3541
4224
|
/**
|
|
3542
4225
|
* Settings specific to the account's use of the Card Issuing product.
|
|
3543
4226
|
*/
|
|
@@ -3558,6 +4241,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3558
4241
|
* Settings specific to the account's payouts.
|
|
3559
4242
|
*/
|
|
3560
4243
|
payouts?: Settings.Payouts;
|
|
4244
|
+
/**
|
|
4245
|
+
* Settings specific to the PayPay payments method.
|
|
4246
|
+
*/
|
|
4247
|
+
paypay_payments?: Settings.PaypayPayments;
|
|
4248
|
+
/**
|
|
4249
|
+
* Settings specific to the account's use of Smart Disputes.
|
|
4250
|
+
*/
|
|
4251
|
+
smart_disputes?: Settings.SmartDisputes;
|
|
4252
|
+
/**
|
|
4253
|
+
* Settings specific to the account's tax forms.
|
|
4254
|
+
*/
|
|
4255
|
+
tax_forms?: Settings.TaxForms;
|
|
3561
4256
|
/**
|
|
3562
4257
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
3563
4258
|
*/
|
|
@@ -3654,6 +4349,12 @@ export declare namespace AccountUpdateParams {
|
|
|
3654
4349
|
*/
|
|
3655
4350
|
requested?: boolean;
|
|
3656
4351
|
}
|
|
4352
|
+
interface AutomaticIndirectTax {
|
|
4353
|
+
/**
|
|
4354
|
+
* 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.
|
|
4355
|
+
*/
|
|
4356
|
+
requested?: boolean;
|
|
4357
|
+
}
|
|
3657
4358
|
interface BacsDebitPayments {
|
|
3658
4359
|
/**
|
|
3659
4360
|
* 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 +4404,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3703
4404
|
requested?: boolean;
|
|
3704
4405
|
}
|
|
3705
4406
|
interface CardPayments {
|
|
4407
|
+
/**
|
|
4408
|
+
* Protections to apply to this capability.
|
|
4409
|
+
*/
|
|
4410
|
+
protections?: CardPayments.Protections;
|
|
3706
4411
|
/**
|
|
3707
4412
|
* 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
4413
|
*/
|
|
@@ -3750,12 +4455,30 @@ export declare namespace AccountUpdateParams {
|
|
|
3750
4455
|
*/
|
|
3751
4456
|
requested?: boolean;
|
|
3752
4457
|
}
|
|
4458
|
+
interface GopayPayments {
|
|
4459
|
+
/**
|
|
4460
|
+
* 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.
|
|
4461
|
+
*/
|
|
4462
|
+
requested?: boolean;
|
|
4463
|
+
}
|
|
3753
4464
|
interface GrabpayPayments {
|
|
3754
4465
|
/**
|
|
3755
4466
|
* 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
4467
|
*/
|
|
3757
4468
|
requested?: boolean;
|
|
3758
4469
|
}
|
|
4470
|
+
interface IdBankTransferPayments {
|
|
4471
|
+
/**
|
|
4472
|
+
* 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.
|
|
4473
|
+
*/
|
|
4474
|
+
requested?: boolean;
|
|
4475
|
+
}
|
|
4476
|
+
interface IdBankTransferPaymentsBca {
|
|
4477
|
+
/**
|
|
4478
|
+
* 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.
|
|
4479
|
+
*/
|
|
4480
|
+
requested?: boolean;
|
|
4481
|
+
}
|
|
3759
4482
|
interface IdealPayments {
|
|
3760
4483
|
/**
|
|
3761
4484
|
* 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 +4605,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3882
4605
|
*/
|
|
3883
4606
|
requested?: boolean;
|
|
3884
4607
|
}
|
|
4608
|
+
interface PaypalPayments {
|
|
4609
|
+
/**
|
|
4610
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4611
|
+
*/
|
|
4612
|
+
requested?: boolean;
|
|
4613
|
+
}
|
|
4614
|
+
interface PaypayPayments {
|
|
4615
|
+
/**
|
|
4616
|
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4617
|
+
*/
|
|
4618
|
+
requested?: boolean;
|
|
4619
|
+
}
|
|
3885
4620
|
interface PaytoPayments {
|
|
3886
4621
|
/**
|
|
3887
4622
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -3900,6 +4635,18 @@ export declare namespace AccountUpdateParams {
|
|
|
3900
4635
|
*/
|
|
3901
4636
|
requested?: boolean;
|
|
3902
4637
|
}
|
|
4638
|
+
interface QrisPayments {
|
|
4639
|
+
/**
|
|
4640
|
+
* 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.
|
|
4641
|
+
*/
|
|
4642
|
+
requested?: boolean;
|
|
4643
|
+
}
|
|
4644
|
+
interface RechnungPayments {
|
|
4645
|
+
/**
|
|
4646
|
+
* 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.
|
|
4647
|
+
*/
|
|
4648
|
+
requested?: boolean;
|
|
4649
|
+
}
|
|
3903
4650
|
interface RevolutPayPayments {
|
|
3904
4651
|
/**
|
|
3905
4652
|
* 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 +4683,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3936
4683
|
*/
|
|
3937
4684
|
requested?: boolean;
|
|
3938
4685
|
}
|
|
4686
|
+
interface ShopeepayPayments {
|
|
4687
|
+
/**
|
|
4688
|
+
* 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.
|
|
4689
|
+
*/
|
|
4690
|
+
requested?: boolean;
|
|
4691
|
+
}
|
|
3939
4692
|
interface SofortPayments {
|
|
3940
4693
|
/**
|
|
3941
4694
|
* 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
4695
|
*/
|
|
3943
4696
|
requested?: boolean;
|
|
3944
4697
|
}
|
|
4698
|
+
interface StripeBalancePayments {
|
|
4699
|
+
/**
|
|
4700
|
+
* 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.
|
|
4701
|
+
*/
|
|
4702
|
+
requested?: boolean;
|
|
4703
|
+
}
|
|
3945
4704
|
interface SunbitPayments {
|
|
3946
4705
|
/**
|
|
3947
4706
|
* 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 +4737,24 @@ export declare namespace AccountUpdateParams {
|
|
|
3978
4737
|
*/
|
|
3979
4738
|
requested?: boolean;
|
|
3980
4739
|
}
|
|
4740
|
+
interface TreasuryEvolve {
|
|
4741
|
+
/**
|
|
4742
|
+
* 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.
|
|
4743
|
+
*/
|
|
4744
|
+
requested?: boolean;
|
|
4745
|
+
}
|
|
4746
|
+
interface TreasuryFifthThird {
|
|
4747
|
+
/**
|
|
4748
|
+
* 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.
|
|
4749
|
+
*/
|
|
4750
|
+
requested?: boolean;
|
|
4751
|
+
}
|
|
4752
|
+
interface TreasuryGoldmanSachs {
|
|
4753
|
+
/**
|
|
4754
|
+
* 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.
|
|
4755
|
+
*/
|
|
4756
|
+
requested?: boolean;
|
|
4757
|
+
}
|
|
3981
4758
|
interface TwintPayments {
|
|
3982
4759
|
/**
|
|
3983
4760
|
* 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 +4785,22 @@ export declare namespace AccountUpdateParams {
|
|
|
4008
4785
|
*/
|
|
4009
4786
|
requested?: boolean;
|
|
4010
4787
|
}
|
|
4788
|
+
namespace CardPayments {
|
|
4789
|
+
interface Protections {
|
|
4790
|
+
/**
|
|
4791
|
+
* Protection for connected accounts migrating from another PSP.
|
|
4792
|
+
*/
|
|
4793
|
+
psp_migration: Protections.PspMigration;
|
|
4794
|
+
}
|
|
4795
|
+
namespace Protections {
|
|
4796
|
+
interface PspMigration {
|
|
4797
|
+
/**
|
|
4798
|
+
* Passing true requests the protection.
|
|
4799
|
+
*/
|
|
4800
|
+
requested: boolean;
|
|
4801
|
+
}
|
|
4802
|
+
}
|
|
4803
|
+
}
|
|
4011
4804
|
}
|
|
4012
4805
|
namespace Company {
|
|
4013
4806
|
interface DirectorshipDeclaration {
|
|
@@ -4205,6 +4998,26 @@ export declare namespace AccountUpdateParams {
|
|
|
4205
4998
|
*/
|
|
4206
4999
|
title?: string;
|
|
4207
5000
|
}
|
|
5001
|
+
interface SelfReportedIncome {
|
|
5002
|
+
/**
|
|
5003
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5004
|
+
*/
|
|
5005
|
+
amount: number;
|
|
5006
|
+
/**
|
|
5007
|
+
* 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).
|
|
5008
|
+
*/
|
|
5009
|
+
currency: string;
|
|
5010
|
+
}
|
|
5011
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
5012
|
+
/**
|
|
5013
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5014
|
+
*/
|
|
5015
|
+
amount: number;
|
|
5016
|
+
/**
|
|
5017
|
+
* 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).
|
|
5018
|
+
*/
|
|
5019
|
+
currency: string;
|
|
5020
|
+
}
|
|
4208
5021
|
interface Verification {
|
|
4209
5022
|
/**
|
|
4210
5023
|
* A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
|
@@ -4238,6 +5051,22 @@ export declare namespace AccountUpdateParams {
|
|
|
4238
5051
|
}
|
|
4239
5052
|
}
|
|
4240
5053
|
}
|
|
5054
|
+
namespace RiskControls {
|
|
5055
|
+
interface Charges {
|
|
5056
|
+
/**
|
|
5057
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
5058
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
5059
|
+
*/
|
|
5060
|
+
pause_requested?: boolean;
|
|
5061
|
+
}
|
|
5062
|
+
interface Payouts {
|
|
5063
|
+
/**
|
|
5064
|
+
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
5065
|
+
* There can be a delay before the risk control is paused or unpaused.
|
|
5066
|
+
*/
|
|
5067
|
+
pause_requested?: boolean;
|
|
5068
|
+
}
|
|
5069
|
+
}
|
|
4241
5070
|
namespace Settings {
|
|
4242
5071
|
interface BacsDebitPayments {
|
|
4243
5072
|
/**
|
|
@@ -4245,6 +5074,16 @@ export declare namespace AccountUpdateParams {
|
|
|
4245
5074
|
*/
|
|
4246
5075
|
display_name?: string;
|
|
4247
5076
|
}
|
|
5077
|
+
interface BankBcaOnboarding {
|
|
5078
|
+
/**
|
|
5079
|
+
* Bank BCA business account holder name
|
|
5080
|
+
*/
|
|
5081
|
+
account_holder_name?: string;
|
|
5082
|
+
/**
|
|
5083
|
+
* Bank BCA business account number
|
|
5084
|
+
*/
|
|
5085
|
+
business_account_number?: string;
|
|
5086
|
+
}
|
|
4248
5087
|
interface Branding {
|
|
4249
5088
|
/**
|
|
4250
5089
|
* (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 +5102,20 @@ export declare namespace AccountUpdateParams {
|
|
|
4263
5102
|
*/
|
|
4264
5103
|
secondary_color?: string;
|
|
4265
5104
|
}
|
|
5105
|
+
interface Capital {
|
|
5106
|
+
/**
|
|
5107
|
+
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
5108
|
+
*/
|
|
5109
|
+
payout_destination?: {
|
|
5110
|
+
[key: string]: string;
|
|
5111
|
+
};
|
|
5112
|
+
/**
|
|
5113
|
+
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
5114
|
+
*/
|
|
5115
|
+
payout_destination_selector?: {
|
|
5116
|
+
[key: string]: Array<string>;
|
|
5117
|
+
};
|
|
5118
|
+
}
|
|
4266
5119
|
interface CardIssuing {
|
|
4267
5120
|
/**
|
|
4268
5121
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -4298,6 +5151,10 @@ export declare namespace AccountUpdateParams {
|
|
|
4298
5151
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
4299
5152
|
}
|
|
4300
5153
|
interface Payments {
|
|
5154
|
+
/**
|
|
5155
|
+
* 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`.
|
|
5156
|
+
*/
|
|
5157
|
+
email_customers_on_successful_payment?: boolean;
|
|
4301
5158
|
/**
|
|
4302
5159
|
* 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
5160
|
*/
|
|
@@ -4325,6 +5182,32 @@ export declare namespace AccountUpdateParams {
|
|
|
4325
5182
|
*/
|
|
4326
5183
|
statement_descriptor?: string;
|
|
4327
5184
|
}
|
|
5185
|
+
interface PaypayPayments {
|
|
5186
|
+
/**
|
|
5187
|
+
* Additional files that are required to support the onboarding process of your business.
|
|
5188
|
+
*/
|
|
5189
|
+
additional_files?: Array<string>;
|
|
5190
|
+
/**
|
|
5191
|
+
* 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.
|
|
5192
|
+
*/
|
|
5193
|
+
goods_type?: PaypayPayments.GoodsType;
|
|
5194
|
+
/**
|
|
5195
|
+
* Details regarding your business's website.
|
|
5196
|
+
*/
|
|
5197
|
+
site?: PaypayPayments.Site;
|
|
5198
|
+
}
|
|
5199
|
+
interface SmartDisputes {
|
|
5200
|
+
/**
|
|
5201
|
+
* Smart Disputes auto-respond settings for the account.
|
|
5202
|
+
*/
|
|
5203
|
+
auto_respond?: SmartDisputes.AutoRespond;
|
|
5204
|
+
}
|
|
5205
|
+
interface TaxForms {
|
|
5206
|
+
/**
|
|
5207
|
+
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
5208
|
+
*/
|
|
5209
|
+
consented_to_paperless_delivery?: boolean;
|
|
5210
|
+
}
|
|
4328
5211
|
interface Treasury {
|
|
4329
5212
|
/**
|
|
4330
5213
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -4395,6 +5278,59 @@ export declare namespace AccountUpdateParams {
|
|
|
4395
5278
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
4396
5279
|
}
|
|
4397
5280
|
}
|
|
5281
|
+
namespace PaypayPayments {
|
|
5282
|
+
type GoodsType = 'digital_content' | 'other';
|
|
5283
|
+
interface Site {
|
|
5284
|
+
/**
|
|
5285
|
+
* Additional information about your business's website.
|
|
5286
|
+
*/
|
|
5287
|
+
accessible?: Site.Accessible;
|
|
5288
|
+
/**
|
|
5289
|
+
* Additional information about your business's website.
|
|
5290
|
+
*/
|
|
5291
|
+
in_development?: Site.InDevelopment;
|
|
5292
|
+
/**
|
|
5293
|
+
* Additional information about your business's website.
|
|
5294
|
+
*/
|
|
5295
|
+
restricted?: Site.Restricted;
|
|
5296
|
+
/**
|
|
5297
|
+
* The status of your business's website.
|
|
5298
|
+
*/
|
|
5299
|
+
type?: Site.Type;
|
|
5300
|
+
}
|
|
5301
|
+
namespace Site {
|
|
5302
|
+
interface Accessible {
|
|
5303
|
+
}
|
|
5304
|
+
interface InDevelopment {
|
|
5305
|
+
/**
|
|
5306
|
+
* The password needed to access your business's website.
|
|
5307
|
+
*/
|
|
5308
|
+
password: string;
|
|
5309
|
+
/**
|
|
5310
|
+
* The username needed to access your business's website.
|
|
5311
|
+
*/
|
|
5312
|
+
username?: string;
|
|
5313
|
+
}
|
|
5314
|
+
interface Restricted {
|
|
5315
|
+
/**
|
|
5316
|
+
* The file explaining the payment flow for your business.
|
|
5317
|
+
*/
|
|
5318
|
+
payment_flow_file?: string;
|
|
5319
|
+
}
|
|
5320
|
+
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
5321
|
+
}
|
|
5322
|
+
}
|
|
5323
|
+
namespace SmartDisputes {
|
|
5324
|
+
interface AutoRespond {
|
|
5325
|
+
/**
|
|
5326
|
+
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
5327
|
+
*/
|
|
5328
|
+
preference?: AutoRespond.Preference;
|
|
5329
|
+
}
|
|
5330
|
+
namespace AutoRespond {
|
|
5331
|
+
type Preference = 'inherit' | 'off' | 'on';
|
|
5332
|
+
}
|
|
5333
|
+
}
|
|
4398
5334
|
namespace Treasury {
|
|
4399
5335
|
interface TosAcceptance {
|
|
4400
5336
|
/**
|
|
@@ -4610,6 +5546,14 @@ export interface AccountCreatePersonParams {
|
|
|
4610
5546
|
* The relationship that this person has with the account's legal entity.
|
|
4611
5547
|
*/
|
|
4612
5548
|
relationship?: AccountCreatePersonParams.Relationship;
|
|
5549
|
+
/**
|
|
5550
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
5551
|
+
*/
|
|
5552
|
+
self_reported_income?: AccountCreatePersonParams.SelfReportedIncome;
|
|
5553
|
+
/**
|
|
5554
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
5555
|
+
*/
|
|
5556
|
+
self_reported_monthly_housing_payment?: AccountCreatePersonParams.SelfReportedMonthlyHousingPayment;
|
|
4613
5557
|
/**
|
|
4614
5558
|
* The last four digits of the person's Social Security number (U.S. only).
|
|
4615
5559
|
*/
|
|
@@ -4693,6 +5637,26 @@ export declare namespace AccountCreatePersonParams {
|
|
|
4693
5637
|
*/
|
|
4694
5638
|
title?: string;
|
|
4695
5639
|
}
|
|
5640
|
+
interface SelfReportedIncome {
|
|
5641
|
+
/**
|
|
5642
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5643
|
+
*/
|
|
5644
|
+
amount: number;
|
|
5645
|
+
/**
|
|
5646
|
+
* 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).
|
|
5647
|
+
*/
|
|
5648
|
+
currency: string;
|
|
5649
|
+
}
|
|
5650
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
5651
|
+
/**
|
|
5652
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
5653
|
+
*/
|
|
5654
|
+
amount: number;
|
|
5655
|
+
/**
|
|
5656
|
+
* 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).
|
|
5657
|
+
*/
|
|
5658
|
+
currency: string;
|
|
5659
|
+
}
|
|
4696
5660
|
interface UsCfpbData {
|
|
4697
5661
|
/**
|
|
4698
5662
|
* The persons ethnicity details
|
|
@@ -4899,6 +5863,18 @@ export interface AccountRetrievePersonParams {
|
|
|
4899
5863
|
*/
|
|
4900
5864
|
expand?: Array<string>;
|
|
4901
5865
|
}
|
|
5866
|
+
export interface AccountRetrieveSignalsParams {
|
|
5867
|
+
/**
|
|
5868
|
+
* Specifies which fields in the response should be expanded.
|
|
5869
|
+
*/
|
|
5870
|
+
expand?: Array<string>;
|
|
5871
|
+
}
|
|
5872
|
+
export interface AccountSerializeBatchCreateParams {
|
|
5873
|
+
}
|
|
5874
|
+
export interface AccountSerializeBatchDeleteParams {
|
|
5875
|
+
}
|
|
5876
|
+
export interface AccountSerializeBatchUpdateParams {
|
|
5877
|
+
}
|
|
4902
5878
|
export interface AccountUpdateCapabilityParams {
|
|
4903
5879
|
/**
|
|
4904
5880
|
* Specifies which fields in the response should be expanded.
|
|
@@ -5100,6 +6076,14 @@ export interface AccountUpdatePersonParams {
|
|
|
5100
6076
|
* The relationship that this person has with the account's legal entity.
|
|
5101
6077
|
*/
|
|
5102
6078
|
relationship?: AccountUpdatePersonParams.Relationship;
|
|
6079
|
+
/**
|
|
6080
|
+
* The credit applicant's self-reported yearly income in minor units.
|
|
6081
|
+
*/
|
|
6082
|
+
self_reported_income?: AccountUpdatePersonParams.SelfReportedIncome;
|
|
6083
|
+
/**
|
|
6084
|
+
* The credit applicant's self-reported monthly housing payment in minor units.
|
|
6085
|
+
*/
|
|
6086
|
+
self_reported_monthly_housing_payment?: AccountUpdatePersonParams.SelfReportedMonthlyHousingPayment;
|
|
5103
6087
|
/**
|
|
5104
6088
|
* The last four digits of the person's Social Security number (U.S. only).
|
|
5105
6089
|
*/
|
|
@@ -5183,6 +6167,26 @@ export declare namespace AccountUpdatePersonParams {
|
|
|
5183
6167
|
*/
|
|
5184
6168
|
title?: string;
|
|
5185
6169
|
}
|
|
6170
|
+
interface SelfReportedIncome {
|
|
6171
|
+
/**
|
|
6172
|
+
* The amount in the minor currency unit (for example, cents for USD).
|
|
6173
|
+
*/
|
|
6174
|
+
amount: number;
|
|
6175
|
+
/**
|
|
6176
|
+
* 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).
|
|
6177
|
+
*/
|
|
6178
|
+
currency: string;
|
|
6179
|
+
}
|
|
6180
|
+
interface SelfReportedMonthlyHousingPayment {
|
|
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
|
+
}
|
|
5186
6190
|
interface UsCfpbData {
|
|
5187
6191
|
/**
|
|
5188
6192
|
* The persons ethnicity details
|