stripe 20.1.0-beta.1 → 20.1.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 +49 -1499
- package/OPENAPI_VERSION +1 -1
- package/README.md +0 -1
- package/VERSION +1 -1
- package/cjs/Error.js +1 -115
- package/cjs/apiVersion.js +3 -2
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/Mandates.js +0 -5
- package/cjs/resources/PaymentIntents.js +0 -8
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Subscriptions.js +0 -4
- package/cjs/resources.js +2 -88
- package/cjs/stripe.core.js +1 -1
- package/esm/Error.js +0 -100
- package/esm/apiVersion.js +2 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/Mandates.js +0 -5
- package/esm/resources/PaymentIntents.js +0 -8
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Subscriptions.js +0 -4
- package/esm/resources.js +0 -81
- package/esm/stripe.core.js +1 -1
- package/package.json +3 -3
- package/types/AccountLinks.d.ts +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +2 -47
- package/types/AccountSessionsResource.d.ts +0 -264
- package/types/Accounts.d.ts +25 -249
- package/types/AccountsResource.d.ts +114 -620
- package/types/ApplicationFeesResource.d.ts +2 -2
- package/types/Apps/Secrets.d.ts +1 -1
- package/types/Balance.d.ts +2 -2
- package/types/BalanceSettings.d.ts +1 -1
- package/types/BalanceTransactions.d.ts +1 -1
- package/types/BankAccounts.d.ts +10 -12
- package/types/Billing/AlertTriggereds.d.ts +1 -1
- package/types/Billing/Alerts.d.ts +1 -1
- package/types/Billing/CreditBalanceSummary.d.ts +1 -1
- package/types/Billing/CreditBalanceSummaryResource.d.ts +2 -2
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +2 -2
- package/types/Billing/CreditGrants.d.ts +3 -3
- package/types/Billing/CreditGrantsResource.d.ts +3 -3
- package/types/Billing/MeterEvents.d.ts +1 -1
- package/types/Billing/MeterEventsResource.d.ts +1 -1
- package/types/BillingPortal/Configurations.d.ts +10 -3
- package/types/BillingPortal/ConfigurationsResource.d.ts +20 -6
- package/types/BillingPortal/Sessions.d.ts +7 -7
- package/types/BillingPortal/SessionsResource.d.ts +7 -7
- package/types/Capabilities.d.ts +16 -18
- package/types/Cards.d.ts +2 -7
- package/types/CashBalances.d.ts +3 -3
- package/types/Charges.d.ts +59 -179
- package/types/ChargesResource.d.ts +88 -3868
- package/types/Checkout/Sessions.d.ts +20 -297
- package/types/Checkout/SessionsResource.d.ts +59 -417
- package/types/Climate/Orders.d.ts +1 -1
- package/types/Climate/OrdersResource.d.ts +2 -2
- package/types/ConfirmationTokens.d.ts +8 -109
- package/types/Coupons.d.ts +3 -38
- package/types/CouponsResource.d.ts +2 -25
- package/types/CreditNoteLineItems.d.ts +3 -17
- package/types/CreditNotes.d.ts +8 -5
- package/types/CreditNotesResource.d.ts +5 -5
- package/types/CustomerBalanceTransactions.d.ts +9 -6
- package/types/CustomerCashBalanceTransactions.d.ts +13 -10
- package/types/CustomerSessions.d.ts +1 -42
- package/types/CustomerSessionsResource.d.ts +0 -41
- package/types/Customers.d.ts +8 -5
- package/types/CustomersResource.d.ts +21 -23
- package/types/Discounts.d.ts +6 -6
- package/types/Disputes.d.ts +3 -43
- package/types/DisputesResource.d.ts +1 -12
- package/types/Entitlements/ActiveEntitlements.d.ts +1 -1
- package/types/Errors.d.ts +0 -85
- package/types/EventTypes.d.ts +0 -630
- package/types/Events.d.ts +1 -97
- package/types/ExchangeRates.d.ts +2 -2
- package/types/FeeRefunds.d.ts +2 -2
- package/types/FileLinks.d.ts +1 -1
- package/types/FileLinksResource.d.ts +2 -2
- package/types/Files.d.ts +4 -4
- package/types/FilesResource.d.ts +3 -3
- package/types/FinancialConnections/Accounts.d.ts +4 -37
- package/types/FinancialConnections/AccountsResource.d.ts +6 -38
- package/types/FinancialConnections/Sessions.d.ts +3 -51
- package/types/FinancialConnections/SessionsResource.d.ts +4 -41
- package/types/Forwarding/Requests.d.ts +1 -1
- package/types/Forwarding/RequestsResource.d.ts +1 -1
- package/types/FundingInstructions.d.ts +2 -2
- package/types/Identity/VerificationReports.d.ts +8 -8
- package/types/Identity/VerificationSessions.d.ts +11 -11
- package/types/Identity/VerificationSessionsResource.d.ts +18 -12
- package/types/InvoiceItems.d.ts +8 -13
- package/types/InvoiceItemsResource.d.ts +16 -114
- package/types/InvoiceLineItems.d.ts +10 -46
- package/types/InvoicePayments.d.ts +1 -1
- package/types/InvoiceRenderingTemplates.d.ts +1 -1
- package/types/Invoices.d.ts +60 -204
- package/types/InvoicesResource.d.ts +132 -1651
- package/types/Issuing/Authorizations.d.ts +20 -20
- package/types/Issuing/AuthorizationsResource.d.ts +4 -4
- package/types/Issuing/Cardholders.d.ts +13 -13
- package/types/Issuing/CardholdersResource.d.ts +21 -22
- package/types/Issuing/Cards.d.ts +10 -10
- package/types/Issuing/CardsResource.d.ts +13 -13
- package/types/Issuing/Disputes.d.ts +7 -7
- package/types/Issuing/DisputesResource.d.ts +5 -5
- package/types/Issuing/PersonalizationDesigns.d.ts +1 -1
- package/types/Issuing/PersonalizationDesignsResource.d.ts +2 -2
- package/types/Issuing/Tokens.d.ts +1 -1
- package/types/Issuing/Transactions.d.ts +12 -17
- package/types/Issuing/TransactionsResource.d.ts +1 -6
- package/types/LineItems.d.ts +4 -48
- package/types/LoginLinks.d.ts +1 -1
- package/types/Mandates.d.ts +1 -69
- package/types/MandatesResource.d.ts +0 -31
- package/types/PaymentAttemptRecords.d.ts +119 -135
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +3 -3
- package/types/PaymentIntents.d.ts +48 -705
- package/types/PaymentIntentsResource.d.ts +6867 -19451
- package/types/PaymentLinks.d.ts +7 -12
- package/types/PaymentLinksResource.d.ts +28 -38
- package/types/PaymentMethodConfigurations.d.ts +4 -184
- package/types/PaymentMethodConfigurationsResource.d.ts +76 -326
- package/types/PaymentMethodDomains.d.ts +1 -1
- package/types/PaymentMethods.d.ts +10 -116
- package/types/PaymentMethodsResource.d.ts +7 -116
- package/types/PaymentRecords.d.ts +126 -135
- package/types/PaymentRecordsResource.d.ts +7 -7
- package/types/Payouts.d.ts +7 -7
- package/types/PayoutsResource.d.ts +3 -3
- package/types/Persons.d.ts +21 -23
- package/types/Plans.d.ts +5 -5
- package/types/PlansResource.d.ts +6 -6
- package/types/Prices.d.ts +6 -28
- package/types/PricesResource.d.ts +10 -32
- package/types/Products.d.ts +10 -10
- package/types/ProductsResource.d.ts +14 -14
- package/types/PromotionCodes.d.ts +5 -5
- package/types/PromotionCodesResource.d.ts +5 -5
- package/types/Quotes.d.ts +14 -602
- package/types/QuotesResource.d.ts +298 -2628
- package/types/Radar/EarlyFraudWarnings.d.ts +1 -1
- package/types/Radar/ValueListItems.d.ts +1 -1
- package/types/Radar/ValueLists.d.ts +2 -2
- package/types/Radar/ValueListsResource.d.ts +2 -2
- package/types/Refunds.d.ts +3 -17
- package/types/RefundsResource.d.ts +3 -3
- package/types/Reporting/ReportRuns.d.ts +3 -3
- package/types/Reporting/ReportRunsResource.d.ts +2 -2
- package/types/Reporting/ReportTypes.d.ts +3 -3
- package/types/Reviews.d.ts +1 -1
- package/types/SetupAttempts.d.ts +22 -60
- package/types/SetupIntents.d.ts +22 -157
- package/types/SetupIntentsResource.d.ts +50 -673
- package/types/ShippingRates.d.ts +3 -3
- package/types/ShippingRatesResource.d.ts +3 -3
- package/types/Sigma/ScheduledQueryRuns.d.ts +1 -1
- package/types/SourceMandateNotifications.d.ts +3 -3
- package/types/Sources.d.ts +5 -34
- package/types/SourcesResource.d.ts +2 -2
- package/types/SubscriptionItems.d.ts +7 -33
- package/types/SubscriptionItemsResource.d.ts +22 -131
- package/types/SubscriptionSchedules.d.ts +9 -209
- package/types/SubscriptionSchedulesResource.d.ts +39 -1257
- package/types/Subscriptions.d.ts +41 -251
- package/types/SubscriptionsResource.d.ts +94 -734
- package/types/Tax/Associations.d.ts +3 -3
- package/types/Tax/AssociationsResource.d.ts +1 -1
- package/types/Tax/CalculationLineItems.d.ts +7 -7
- package/types/Tax/Calculations.d.ts +12 -12
- package/types/Tax/CalculationsResource.d.ts +7 -7
- package/types/Tax/Registrations.d.ts +3 -3
- package/types/Tax/Settings.d.ts +1 -1
- package/types/Tax/SettingsResource.d.ts +1 -1
- package/types/Tax/TransactionLineItems.d.ts +5 -5
- package/types/Tax/Transactions.d.ts +9 -9
- package/types/Tax/TransactionsResource.d.ts +10 -10
- package/types/TaxIds.d.ts +6 -6
- package/types/TaxIdsResource.d.ts +4 -4
- package/types/TaxRates.d.ts +1 -1
- package/types/TaxRatesResource.d.ts +2 -2
- package/types/Terminal/Configurations.d.ts +0 -9
- package/types/Terminal/ConfigurationsResource.d.ts +0 -28
- package/types/Terminal/ConnectionTokens.d.ts +1 -1
- package/types/Terminal/Locations.d.ts +2 -2
- package/types/Terminal/LocationsResource.d.ts +3 -3
- package/types/Terminal/Readers.d.ts +10 -30
- package/types/Terminal/ReadersResource.d.ts +7 -7
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +5 -107
- package/types/TestHelpers/CustomersResource.d.ts +2 -2
- package/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +10 -10
- package/types/TestHelpers/Issuing/TransactionsResource.d.ts +5 -5
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +1 -27
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +1 -27
- package/types/Tokens.d.ts +4 -4
- package/types/TokensResource.d.ts +17 -17
- package/types/Topups.d.ts +3 -3
- package/types/TopupsResource.d.ts +3 -3
- package/types/TransferReversals.d.ts +4 -4
- package/types/Transfers.d.ts +5 -10
- package/types/TransfersResource.d.ts +6 -11
- package/types/Treasury/CreditReversals.d.ts +3 -3
- package/types/Treasury/CreditReversalsResource.d.ts +1 -1
- package/types/Treasury/DebitReversals.d.ts +3 -3
- package/types/Treasury/DebitReversalsResource.d.ts +1 -1
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +1 -6
- package/types/Treasury/FinancialAccountsResource.d.ts +2 -39
- package/types/Treasury/InboundTransfers.d.ts +4 -4
- package/types/Treasury/InboundTransfersResource.d.ts +2 -2
- package/types/Treasury/OutboundPayments.d.ts +5 -5
- package/types/Treasury/OutboundPaymentsResource.d.ts +4 -4
- package/types/Treasury/OutboundTransfers.d.ts +4 -30
- package/types/Treasury/OutboundTransfersResource.d.ts +3 -29
- package/types/Treasury/ReceivedCredits.d.ts +9 -35
- package/types/Treasury/ReceivedDebits.d.ts +6 -37
- package/types/Treasury/TransactionEntries.d.ts +11 -11
- package/types/Treasury/Transactions.d.ts +11 -11
- package/types/V2/Core/AccountLinks.d.ts +13 -21
- package/types/V2/Core/AccountLinksResource.d.ts +8 -16
- package/types/V2/Core/AccountPersons.d.ts +55 -10
- package/types/V2/Core/AccountTokensResource.d.ts +129 -24
- package/types/V2/Core/Accounts/PersonTokensResource.d.ts +48 -3
- package/types/V2/Core/Accounts/PersonsResource.d.ts +101 -11
- package/types/V2/Core/Accounts.d.ts +256 -1349
- package/types/V2/Core/AccountsResource.d.ts +282 -567
- package/types/V2/Core/EventTypes.d.ts +10 -1542
- package/types/WebhookEndpoints.d.ts +1 -1
- package/types/WebhookEndpointsResource.d.ts +5 -79
- package/types/apiVersion.d.ts +2 -1
- package/types/index.d.ts +0 -134
- package/types/lib.d.ts +0 -10
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -12
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/BillSettings.js +0 -27
- package/cjs/resources/V2/Billing/Cadences.js +0 -23
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/CollectionSettings.js +0 -30
- package/cjs/resources/V2/Billing/Profiles.js +0 -19
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -33
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -37
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -29
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/Billing/Analytics/MeterUsage.js +0 -9
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/BillSettings.js +0 -24
- package/esm/resources/V2/Billing/Cadences.js +0 -20
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/CollectionSettings.js +0 -27
- package/esm/resources/V2/Billing/Profiles.js +0 -16
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -30
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -34
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -26
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/Billing/Analytics/MeterUsage.d.ts +0 -31
- package/types/Billing/Analytics/MeterUsageResource.d.ts +0 -689
- package/types/Billing/Analytics/MeterUsageRows.d.ts +0 -51
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FxQuotes.d.ts +0 -155
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1163
- package/types/OrdersResource.d.ts +0 -5505
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -230
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1771
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -908
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/V2/Billing/BillSettingVersions.d.ts +0 -97
- package/types/V2/Billing/BillSettings/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/BillSettings.d.ts +0 -120
- package/types/V2/Billing/BillSettingsResource.d.ts +0 -241
- package/types/V2/Billing/Cadences.d.ts +0 -690
- package/types/V2/Billing/CadencesResource.d.ts +0 -487
- package/types/V2/Billing/CollectionSettingVersions.d.ts +0 -318
- package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +0 -62
- package/types/V2/Billing/CollectionSettings.d.ts +0 -341
- package/types/V2/Billing/CollectionSettingsResource.d.ts +0 -683
- package/types/V2/Billing/Profiles.d.ts +0 -70
- package/types/V2/Billing/ProfilesResource.d.ts +0 -150
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -194
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -116
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -198
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -148
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -172
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -175
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -109
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -212
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -170
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -208
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -160
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -93
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -302
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -162
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -177
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -68
|
@@ -19,17 +19,17 @@ declare module 'stripe' {
|
|
|
19
19
|
object: 'v2.core.account';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* The configurations that have been applied to this account.
|
|
23
23
|
*/
|
|
24
24
|
applied_configurations: Array<Account.AppliedConfiguration>;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Indicates whether the account has been closed.
|
|
28
28
|
*/
|
|
29
29
|
closed?: boolean;
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* An Account
|
|
32
|
+
* An Account represents a company, individual, or other entity that a user interacts with. Accounts store identity information and one or more configurations that enable product-specific capabilities. You can assign configurations at creation or add them later.
|
|
33
33
|
*/
|
|
34
34
|
configuration?: Account.Configuration;
|
|
35
35
|
|
|
@@ -49,7 +49,7 @@ declare module 'stripe' {
|
|
|
49
49
|
dashboard?: Account.Dashboard;
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Default values
|
|
52
|
+
* Default values for settings shared across Account configurations.
|
|
53
53
|
*/
|
|
54
54
|
defaults?: Account.Defaults;
|
|
55
55
|
|
|
@@ -85,11 +85,7 @@ declare module 'stripe' {
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
namespace Account {
|
|
88
|
-
type AppliedConfiguration =
|
|
89
|
-
| 'customer'
|
|
90
|
-
| 'merchant'
|
|
91
|
-
| 'recipient'
|
|
92
|
-
| 'storer';
|
|
88
|
+
type AppliedConfiguration = 'customer' | 'merchant' | 'recipient';
|
|
93
89
|
|
|
94
90
|
interface Configuration {
|
|
95
91
|
/**
|
|
@@ -98,35 +94,30 @@ declare module 'stripe' {
|
|
|
98
94
|
customer?: Configuration.Customer;
|
|
99
95
|
|
|
100
96
|
/**
|
|
101
|
-
*
|
|
97
|
+
* Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
102
98
|
*/
|
|
103
99
|
merchant?: Configuration.Merchant;
|
|
104
100
|
|
|
105
101
|
/**
|
|
106
|
-
* The Recipient Configuration allows the Account to receive funds.
|
|
102
|
+
* The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
107
103
|
*/
|
|
108
104
|
recipient?: Configuration.Recipient;
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
112
|
-
*/
|
|
113
|
-
storer?: Configuration.Storer;
|
|
114
105
|
}
|
|
115
106
|
|
|
116
107
|
namespace Configuration {
|
|
117
108
|
interface Customer {
|
|
118
109
|
/**
|
|
119
|
-
*
|
|
110
|
+
* Indicates whether the customer configuration is active. You can deactivate or reactivate the customer configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
|
|
120
111
|
*/
|
|
121
112
|
applied: boolean;
|
|
122
113
|
|
|
123
114
|
/**
|
|
124
|
-
*
|
|
115
|
+
* Settings for automatic indirect tax calculation on the customer's invoices, subscriptions, Checkout Sessions, and Payment Links. Available when automatic tax calculation is available for the customer account's location.
|
|
125
116
|
*/
|
|
126
117
|
automatic_indirect_tax?: Customer.AutomaticIndirectTax;
|
|
127
118
|
|
|
128
119
|
/**
|
|
129
|
-
* Billing settings
|
|
120
|
+
* Default Billing settings for the customer account, used in Invoices and Subscriptions.
|
|
130
121
|
*/
|
|
131
122
|
billing?: Customer.Billing;
|
|
132
123
|
|
|
@@ -149,7 +140,7 @@ declare module 'stripe' {
|
|
|
149
140
|
namespace Customer {
|
|
150
141
|
interface AutomaticIndirectTax {
|
|
151
142
|
/**
|
|
152
|
-
*
|
|
143
|
+
* The customer account's tax exemption status: `none`, `exempt`, or `reverse`. When `reverse`, invoice and receipt PDFs include "Reverse charge".
|
|
153
144
|
*/
|
|
154
145
|
exempt?: AutomaticIndirectTax.Exempt;
|
|
155
146
|
|
|
@@ -159,12 +150,12 @@ declare module 'stripe' {
|
|
|
159
150
|
ip_address?: string;
|
|
160
151
|
|
|
161
152
|
/**
|
|
162
|
-
* The
|
|
153
|
+
* The customer account's identified tax location, derived from `location_source`. Only rendered if the `automatic_indirect_tax` feature is requested and `active`.
|
|
163
154
|
*/
|
|
164
155
|
location?: AutomaticIndirectTax.Location;
|
|
165
156
|
|
|
166
157
|
/**
|
|
167
|
-
*
|
|
158
|
+
* Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
|
|
168
159
|
*/
|
|
169
160
|
location_source?: AutomaticIndirectTax.LocationSource;
|
|
170
161
|
}
|
|
@@ -193,12 +184,12 @@ declare module 'stripe' {
|
|
|
193
184
|
|
|
194
185
|
interface Billing {
|
|
195
186
|
/**
|
|
196
|
-
* ID of a
|
|
187
|
+
* ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.
|
|
197
188
|
*/
|
|
198
189
|
default_payment_method?: string;
|
|
199
190
|
|
|
200
191
|
/**
|
|
201
|
-
* Default settings
|
|
192
|
+
* Default invoice settings for the customer account.
|
|
202
193
|
*/
|
|
203
194
|
invoice?: Billing.Invoice;
|
|
204
195
|
}
|
|
@@ -211,22 +202,22 @@ declare module 'stripe' {
|
|
|
211
202
|
custom_fields: Array<Invoice.CustomField>;
|
|
212
203
|
|
|
213
204
|
/**
|
|
214
|
-
* Default footer
|
|
205
|
+
* Default invoice footer.
|
|
215
206
|
*/
|
|
216
207
|
footer?: string;
|
|
217
208
|
|
|
218
209
|
/**
|
|
219
|
-
*
|
|
210
|
+
* Sequence number to use on the customer account's next invoice. Defaults to 1.
|
|
220
211
|
*/
|
|
221
212
|
next_sequence?: number;
|
|
222
213
|
|
|
223
214
|
/**
|
|
224
|
-
*
|
|
215
|
+
* Prefix used to generate unique invoice numbers. Must be 3-12 uppercase letters or numbers.
|
|
225
216
|
*/
|
|
226
217
|
prefix?: string;
|
|
227
218
|
|
|
228
219
|
/**
|
|
229
|
-
* Default
|
|
220
|
+
* Default invoice PDF rendering options.
|
|
230
221
|
*/
|
|
231
222
|
rendering?: Invoice.Rendering;
|
|
232
223
|
}
|
|
@@ -246,7 +237,7 @@ declare module 'stripe' {
|
|
|
246
237
|
|
|
247
238
|
interface Rendering {
|
|
248
239
|
/**
|
|
249
|
-
*
|
|
240
|
+
* Indicates whether displayed line item prices and amounts on invoice PDFs include inclusive tax amounts. Must be either `include_inclusive_tax` or `exclude_tax`.
|
|
250
241
|
*/
|
|
251
242
|
amount_tax_display?: Rendering.AmountTaxDisplay;
|
|
252
243
|
|
|
@@ -273,18 +264,13 @@ declare module 'stripe' {
|
|
|
273
264
|
|
|
274
265
|
namespace Capabilities {
|
|
275
266
|
interface AutomaticIndirectTax {
|
|
276
|
-
/**
|
|
277
|
-
* Whether the Capability has been requested.
|
|
278
|
-
*/
|
|
279
|
-
requested: boolean;
|
|
280
|
-
|
|
281
267
|
/**
|
|
282
268
|
* The status of the Capability.
|
|
283
269
|
*/
|
|
284
270
|
status: AutomaticIndirectTax.Status;
|
|
285
271
|
|
|
286
272
|
/**
|
|
287
|
-
* Additional details
|
|
273
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
288
274
|
*/
|
|
289
275
|
status_details: Array<AutomaticIndirectTax.StatusDetail>;
|
|
290
276
|
}
|
|
@@ -380,12 +366,12 @@ declare module 'stripe' {
|
|
|
380
366
|
|
|
381
367
|
interface Merchant {
|
|
382
368
|
/**
|
|
383
|
-
*
|
|
369
|
+
* Indicates whether the merchant configuration is active. You can deactivate or reactivate the merchant configuration by updating this property. Deactivating the configuration by setting this value to false doesn't delete the configuration's properties.
|
|
384
370
|
*/
|
|
385
371
|
applied: boolean;
|
|
386
372
|
|
|
387
373
|
/**
|
|
388
|
-
* Settings
|
|
374
|
+
* Settings for Bacs Direct Debit payments.
|
|
389
375
|
*/
|
|
390
376
|
bacs_debit_payments?: Merchant.BacsDebitPayments;
|
|
391
377
|
|
|
@@ -410,7 +396,7 @@ declare module 'stripe' {
|
|
|
410
396
|
konbini_payments?: Merchant.KonbiniPayments;
|
|
411
397
|
|
|
412
398
|
/**
|
|
413
|
-
* The
|
|
399
|
+
* The Merchant Category Code (MCC) for the merchant. MCCs classify businesses based on the goods or services they provide.
|
|
414
400
|
*/
|
|
415
401
|
mcc?: string;
|
|
416
402
|
|
|
@@ -420,7 +406,7 @@ declare module 'stripe' {
|
|
|
420
406
|
script_statement_descriptor?: Merchant.ScriptStatementDescriptor;
|
|
421
407
|
|
|
422
408
|
/**
|
|
423
|
-
* Settings
|
|
409
|
+
* Settings for SEPA Direct Debit payments.
|
|
424
410
|
*/
|
|
425
411
|
sepa_debit_payments?: Merchant.SepaDebitPayments;
|
|
426
412
|
|
|
@@ -438,12 +424,12 @@ declare module 'stripe' {
|
|
|
438
424
|
namespace Merchant {
|
|
439
425
|
interface BacsDebitPayments {
|
|
440
426
|
/**
|
|
441
|
-
* Display name for Bacs
|
|
427
|
+
* Display name for Bacs Direct Debit payments.
|
|
442
428
|
*/
|
|
443
429
|
display_name?: string;
|
|
444
430
|
|
|
445
431
|
/**
|
|
446
|
-
* Service
|
|
432
|
+
* Service User Number (SUN) for Bacs Direct Debit payments.
|
|
447
433
|
*/
|
|
448
434
|
service_user_number?: string;
|
|
449
435
|
}
|
|
@@ -699,18 +685,13 @@ declare module 'stripe' {
|
|
|
699
685
|
|
|
700
686
|
namespace Capabilities {
|
|
701
687
|
interface AchDebitPayments {
|
|
702
|
-
/**
|
|
703
|
-
* Whether the Capability has been requested.
|
|
704
|
-
*/
|
|
705
|
-
requested: boolean;
|
|
706
|
-
|
|
707
688
|
/**
|
|
708
689
|
* The status of the Capability.
|
|
709
690
|
*/
|
|
710
691
|
status: AchDebitPayments.Status;
|
|
711
692
|
|
|
712
693
|
/**
|
|
713
|
-
* Additional details
|
|
694
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
714
695
|
*/
|
|
715
696
|
status_details: Array<AchDebitPayments.StatusDetail>;
|
|
716
697
|
}
|
|
@@ -752,18 +733,13 @@ declare module 'stripe' {
|
|
|
752
733
|
}
|
|
753
734
|
|
|
754
735
|
interface AcssDebitPayments {
|
|
755
|
-
/**
|
|
756
|
-
* Whether the Capability has been requested.
|
|
757
|
-
*/
|
|
758
|
-
requested: boolean;
|
|
759
|
-
|
|
760
736
|
/**
|
|
761
737
|
* The status of the Capability.
|
|
762
738
|
*/
|
|
763
739
|
status: AcssDebitPayments.Status;
|
|
764
740
|
|
|
765
741
|
/**
|
|
766
|
-
* Additional details
|
|
742
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
767
743
|
*/
|
|
768
744
|
status_details: Array<AcssDebitPayments.StatusDetail>;
|
|
769
745
|
}
|
|
@@ -805,18 +781,13 @@ declare module 'stripe' {
|
|
|
805
781
|
}
|
|
806
782
|
|
|
807
783
|
interface AffirmPayments {
|
|
808
|
-
/**
|
|
809
|
-
* Whether the Capability has been requested.
|
|
810
|
-
*/
|
|
811
|
-
requested: boolean;
|
|
812
|
-
|
|
813
784
|
/**
|
|
814
785
|
* The status of the Capability.
|
|
815
786
|
*/
|
|
816
787
|
status: AffirmPayments.Status;
|
|
817
788
|
|
|
818
789
|
/**
|
|
819
|
-
* Additional details
|
|
790
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
820
791
|
*/
|
|
821
792
|
status_details: Array<AffirmPayments.StatusDetail>;
|
|
822
793
|
}
|
|
@@ -858,18 +829,13 @@ declare module 'stripe' {
|
|
|
858
829
|
}
|
|
859
830
|
|
|
860
831
|
interface AfterpayClearpayPayments {
|
|
861
|
-
/**
|
|
862
|
-
* Whether the Capability has been requested.
|
|
863
|
-
*/
|
|
864
|
-
requested: boolean;
|
|
865
|
-
|
|
866
832
|
/**
|
|
867
833
|
* The status of the Capability.
|
|
868
834
|
*/
|
|
869
835
|
status: AfterpayClearpayPayments.Status;
|
|
870
836
|
|
|
871
837
|
/**
|
|
872
|
-
* Additional details
|
|
838
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
873
839
|
*/
|
|
874
840
|
status_details: Array<AfterpayClearpayPayments.StatusDetail>;
|
|
875
841
|
}
|
|
@@ -911,18 +877,13 @@ declare module 'stripe' {
|
|
|
911
877
|
}
|
|
912
878
|
|
|
913
879
|
interface AlmaPayments {
|
|
914
|
-
/**
|
|
915
|
-
* Whether the Capability has been requested.
|
|
916
|
-
*/
|
|
917
|
-
requested: boolean;
|
|
918
|
-
|
|
919
880
|
/**
|
|
920
881
|
* The status of the Capability.
|
|
921
882
|
*/
|
|
922
883
|
status: AlmaPayments.Status;
|
|
923
884
|
|
|
924
885
|
/**
|
|
925
|
-
* Additional details
|
|
886
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
926
887
|
*/
|
|
927
888
|
status_details: Array<AlmaPayments.StatusDetail>;
|
|
928
889
|
}
|
|
@@ -964,18 +925,13 @@ declare module 'stripe' {
|
|
|
964
925
|
}
|
|
965
926
|
|
|
966
927
|
interface AmazonPayPayments {
|
|
967
|
-
/**
|
|
968
|
-
* Whether the Capability has been requested.
|
|
969
|
-
*/
|
|
970
|
-
requested: boolean;
|
|
971
|
-
|
|
972
928
|
/**
|
|
973
929
|
* The status of the Capability.
|
|
974
930
|
*/
|
|
975
931
|
status: AmazonPayPayments.Status;
|
|
976
932
|
|
|
977
933
|
/**
|
|
978
|
-
* Additional details
|
|
934
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
979
935
|
*/
|
|
980
936
|
status_details: Array<AmazonPayPayments.StatusDetail>;
|
|
981
937
|
}
|
|
@@ -1017,18 +973,13 @@ declare module 'stripe' {
|
|
|
1017
973
|
}
|
|
1018
974
|
|
|
1019
975
|
interface AuBecsDebitPayments {
|
|
1020
|
-
/**
|
|
1021
|
-
* Whether the Capability has been requested.
|
|
1022
|
-
*/
|
|
1023
|
-
requested: boolean;
|
|
1024
|
-
|
|
1025
976
|
/**
|
|
1026
977
|
* The status of the Capability.
|
|
1027
978
|
*/
|
|
1028
979
|
status: AuBecsDebitPayments.Status;
|
|
1029
980
|
|
|
1030
981
|
/**
|
|
1031
|
-
* Additional details
|
|
982
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1032
983
|
*/
|
|
1033
984
|
status_details: Array<AuBecsDebitPayments.StatusDetail>;
|
|
1034
985
|
}
|
|
@@ -1070,18 +1021,13 @@ declare module 'stripe' {
|
|
|
1070
1021
|
}
|
|
1071
1022
|
|
|
1072
1023
|
interface BacsDebitPayments {
|
|
1073
|
-
/**
|
|
1074
|
-
* Whether the Capability has been requested.
|
|
1075
|
-
*/
|
|
1076
|
-
requested: boolean;
|
|
1077
|
-
|
|
1078
1024
|
/**
|
|
1079
1025
|
* The status of the Capability.
|
|
1080
1026
|
*/
|
|
1081
1027
|
status: BacsDebitPayments.Status;
|
|
1082
1028
|
|
|
1083
1029
|
/**
|
|
1084
|
-
* Additional details
|
|
1030
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1085
1031
|
*/
|
|
1086
1032
|
status_details: Array<BacsDebitPayments.StatusDetail>;
|
|
1087
1033
|
}
|
|
@@ -1123,18 +1069,13 @@ declare module 'stripe' {
|
|
|
1123
1069
|
}
|
|
1124
1070
|
|
|
1125
1071
|
interface BancontactPayments {
|
|
1126
|
-
/**
|
|
1127
|
-
* Whether the Capability has been requested.
|
|
1128
|
-
*/
|
|
1129
|
-
requested: boolean;
|
|
1130
|
-
|
|
1131
1072
|
/**
|
|
1132
1073
|
* The status of the Capability.
|
|
1133
1074
|
*/
|
|
1134
1075
|
status: BancontactPayments.Status;
|
|
1135
1076
|
|
|
1136
1077
|
/**
|
|
1137
|
-
* Additional details
|
|
1078
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1138
1079
|
*/
|
|
1139
1080
|
status_details: Array<BancontactPayments.StatusDetail>;
|
|
1140
1081
|
}
|
|
@@ -1176,18 +1117,13 @@ declare module 'stripe' {
|
|
|
1176
1117
|
}
|
|
1177
1118
|
|
|
1178
1119
|
interface BlikPayments {
|
|
1179
|
-
/**
|
|
1180
|
-
* Whether the Capability has been requested.
|
|
1181
|
-
*/
|
|
1182
|
-
requested: boolean;
|
|
1183
|
-
|
|
1184
1120
|
/**
|
|
1185
1121
|
* The status of the Capability.
|
|
1186
1122
|
*/
|
|
1187
1123
|
status: BlikPayments.Status;
|
|
1188
1124
|
|
|
1189
1125
|
/**
|
|
1190
|
-
* Additional details
|
|
1126
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1191
1127
|
*/
|
|
1192
1128
|
status_details: Array<BlikPayments.StatusDetail>;
|
|
1193
1129
|
}
|
|
@@ -1229,18 +1165,13 @@ declare module 'stripe' {
|
|
|
1229
1165
|
}
|
|
1230
1166
|
|
|
1231
1167
|
interface BoletoPayments {
|
|
1232
|
-
/**
|
|
1233
|
-
* Whether the Capability has been requested.
|
|
1234
|
-
*/
|
|
1235
|
-
requested: boolean;
|
|
1236
|
-
|
|
1237
1168
|
/**
|
|
1238
1169
|
* The status of the Capability.
|
|
1239
1170
|
*/
|
|
1240
1171
|
status: BoletoPayments.Status;
|
|
1241
1172
|
|
|
1242
1173
|
/**
|
|
1243
|
-
* Additional details
|
|
1174
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1244
1175
|
*/
|
|
1245
1176
|
status_details: Array<BoletoPayments.StatusDetail>;
|
|
1246
1177
|
}
|
|
@@ -1282,18 +1213,13 @@ declare module 'stripe' {
|
|
|
1282
1213
|
}
|
|
1283
1214
|
|
|
1284
1215
|
interface CardPayments {
|
|
1285
|
-
/**
|
|
1286
|
-
* Whether the Capability has been requested.
|
|
1287
|
-
*/
|
|
1288
|
-
requested: boolean;
|
|
1289
|
-
|
|
1290
1216
|
/**
|
|
1291
1217
|
* The status of the Capability.
|
|
1292
1218
|
*/
|
|
1293
1219
|
status: CardPayments.Status;
|
|
1294
1220
|
|
|
1295
1221
|
/**
|
|
1296
|
-
* Additional details
|
|
1222
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1297
1223
|
*/
|
|
1298
1224
|
status_details: Array<CardPayments.StatusDetail>;
|
|
1299
1225
|
}
|
|
@@ -1335,18 +1261,13 @@ declare module 'stripe' {
|
|
|
1335
1261
|
}
|
|
1336
1262
|
|
|
1337
1263
|
interface CartesBancairesPayments {
|
|
1338
|
-
/**
|
|
1339
|
-
* Whether the Capability has been requested.
|
|
1340
|
-
*/
|
|
1341
|
-
requested: boolean;
|
|
1342
|
-
|
|
1343
1264
|
/**
|
|
1344
1265
|
* The status of the Capability.
|
|
1345
1266
|
*/
|
|
1346
1267
|
status: CartesBancairesPayments.Status;
|
|
1347
1268
|
|
|
1348
1269
|
/**
|
|
1349
|
-
* Additional details
|
|
1270
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1350
1271
|
*/
|
|
1351
1272
|
status_details: Array<CartesBancairesPayments.StatusDetail>;
|
|
1352
1273
|
}
|
|
@@ -1388,18 +1309,13 @@ declare module 'stripe' {
|
|
|
1388
1309
|
}
|
|
1389
1310
|
|
|
1390
1311
|
interface CashappPayments {
|
|
1391
|
-
/**
|
|
1392
|
-
* Whether the Capability has been requested.
|
|
1393
|
-
*/
|
|
1394
|
-
requested: boolean;
|
|
1395
|
-
|
|
1396
1312
|
/**
|
|
1397
1313
|
* The status of the Capability.
|
|
1398
1314
|
*/
|
|
1399
1315
|
status: CashappPayments.Status;
|
|
1400
1316
|
|
|
1401
1317
|
/**
|
|
1402
|
-
* Additional details
|
|
1318
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1403
1319
|
*/
|
|
1404
1320
|
status_details: Array<CashappPayments.StatusDetail>;
|
|
1405
1321
|
}
|
|
@@ -1441,18 +1357,13 @@ declare module 'stripe' {
|
|
|
1441
1357
|
}
|
|
1442
1358
|
|
|
1443
1359
|
interface EpsPayments {
|
|
1444
|
-
/**
|
|
1445
|
-
* Whether the Capability has been requested.
|
|
1446
|
-
*/
|
|
1447
|
-
requested: boolean;
|
|
1448
|
-
|
|
1449
1360
|
/**
|
|
1450
1361
|
* The status of the Capability.
|
|
1451
1362
|
*/
|
|
1452
1363
|
status: EpsPayments.Status;
|
|
1453
1364
|
|
|
1454
1365
|
/**
|
|
1455
|
-
* Additional details
|
|
1366
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1456
1367
|
*/
|
|
1457
1368
|
status_details: Array<EpsPayments.StatusDetail>;
|
|
1458
1369
|
}
|
|
@@ -1494,18 +1405,13 @@ declare module 'stripe' {
|
|
|
1494
1405
|
}
|
|
1495
1406
|
|
|
1496
1407
|
interface FpxPayments {
|
|
1497
|
-
/**
|
|
1498
|
-
* Whether the Capability has been requested.
|
|
1499
|
-
*/
|
|
1500
|
-
requested: boolean;
|
|
1501
|
-
|
|
1502
1408
|
/**
|
|
1503
1409
|
* The status of the Capability.
|
|
1504
1410
|
*/
|
|
1505
1411
|
status: FpxPayments.Status;
|
|
1506
1412
|
|
|
1507
1413
|
/**
|
|
1508
|
-
* Additional details
|
|
1414
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1509
1415
|
*/
|
|
1510
1416
|
status_details: Array<FpxPayments.StatusDetail>;
|
|
1511
1417
|
}
|
|
@@ -1547,18 +1453,13 @@ declare module 'stripe' {
|
|
|
1547
1453
|
}
|
|
1548
1454
|
|
|
1549
1455
|
interface GbBankTransferPayments {
|
|
1550
|
-
/**
|
|
1551
|
-
* Whether the Capability has been requested.
|
|
1552
|
-
*/
|
|
1553
|
-
requested: boolean;
|
|
1554
|
-
|
|
1555
1456
|
/**
|
|
1556
1457
|
* The status of the Capability.
|
|
1557
1458
|
*/
|
|
1558
1459
|
status: GbBankTransferPayments.Status;
|
|
1559
1460
|
|
|
1560
1461
|
/**
|
|
1561
|
-
* Additional details
|
|
1462
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1562
1463
|
*/
|
|
1563
1464
|
status_details: Array<GbBankTransferPayments.StatusDetail>;
|
|
1564
1465
|
}
|
|
@@ -1600,18 +1501,13 @@ declare module 'stripe' {
|
|
|
1600
1501
|
}
|
|
1601
1502
|
|
|
1602
1503
|
interface GrabpayPayments {
|
|
1603
|
-
/**
|
|
1604
|
-
* Whether the Capability has been requested.
|
|
1605
|
-
*/
|
|
1606
|
-
requested: boolean;
|
|
1607
|
-
|
|
1608
1504
|
/**
|
|
1609
1505
|
* The status of the Capability.
|
|
1610
1506
|
*/
|
|
1611
1507
|
status: GrabpayPayments.Status;
|
|
1612
1508
|
|
|
1613
1509
|
/**
|
|
1614
|
-
* Additional details
|
|
1510
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1615
1511
|
*/
|
|
1616
1512
|
status_details: Array<GrabpayPayments.StatusDetail>;
|
|
1617
1513
|
}
|
|
@@ -1653,18 +1549,13 @@ declare module 'stripe' {
|
|
|
1653
1549
|
}
|
|
1654
1550
|
|
|
1655
1551
|
interface IdealPayments {
|
|
1656
|
-
/**
|
|
1657
|
-
* Whether the Capability has been requested.
|
|
1658
|
-
*/
|
|
1659
|
-
requested: boolean;
|
|
1660
|
-
|
|
1661
1552
|
/**
|
|
1662
1553
|
* The status of the Capability.
|
|
1663
1554
|
*/
|
|
1664
1555
|
status: IdealPayments.Status;
|
|
1665
1556
|
|
|
1666
1557
|
/**
|
|
1667
|
-
* Additional details
|
|
1558
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1668
1559
|
*/
|
|
1669
1560
|
status_details: Array<IdealPayments.StatusDetail>;
|
|
1670
1561
|
}
|
|
@@ -1706,18 +1597,13 @@ declare module 'stripe' {
|
|
|
1706
1597
|
}
|
|
1707
1598
|
|
|
1708
1599
|
interface JcbPayments {
|
|
1709
|
-
/**
|
|
1710
|
-
* Whether the Capability has been requested.
|
|
1711
|
-
*/
|
|
1712
|
-
requested: boolean;
|
|
1713
|
-
|
|
1714
1600
|
/**
|
|
1715
1601
|
* The status of the Capability.
|
|
1716
1602
|
*/
|
|
1717
1603
|
status: JcbPayments.Status;
|
|
1718
1604
|
|
|
1719
1605
|
/**
|
|
1720
|
-
* Additional details
|
|
1606
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1721
1607
|
*/
|
|
1722
1608
|
status_details: Array<JcbPayments.StatusDetail>;
|
|
1723
1609
|
}
|
|
@@ -1759,18 +1645,13 @@ declare module 'stripe' {
|
|
|
1759
1645
|
}
|
|
1760
1646
|
|
|
1761
1647
|
interface JpBankTransferPayments {
|
|
1762
|
-
/**
|
|
1763
|
-
* Whether the Capability has been requested.
|
|
1764
|
-
*/
|
|
1765
|
-
requested: boolean;
|
|
1766
|
-
|
|
1767
1648
|
/**
|
|
1768
1649
|
* The status of the Capability.
|
|
1769
1650
|
*/
|
|
1770
1651
|
status: JpBankTransferPayments.Status;
|
|
1771
1652
|
|
|
1772
1653
|
/**
|
|
1773
|
-
* Additional details
|
|
1654
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1774
1655
|
*/
|
|
1775
1656
|
status_details: Array<JpBankTransferPayments.StatusDetail>;
|
|
1776
1657
|
}
|
|
@@ -1812,18 +1693,13 @@ declare module 'stripe' {
|
|
|
1812
1693
|
}
|
|
1813
1694
|
|
|
1814
1695
|
interface KakaoPayPayments {
|
|
1815
|
-
/**
|
|
1816
|
-
* Whether the Capability has been requested.
|
|
1817
|
-
*/
|
|
1818
|
-
requested: boolean;
|
|
1819
|
-
|
|
1820
1696
|
/**
|
|
1821
1697
|
* The status of the Capability.
|
|
1822
1698
|
*/
|
|
1823
1699
|
status: KakaoPayPayments.Status;
|
|
1824
1700
|
|
|
1825
1701
|
/**
|
|
1826
|
-
* Additional details
|
|
1702
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1827
1703
|
*/
|
|
1828
1704
|
status_details: Array<KakaoPayPayments.StatusDetail>;
|
|
1829
1705
|
}
|
|
@@ -1865,18 +1741,13 @@ declare module 'stripe' {
|
|
|
1865
1741
|
}
|
|
1866
1742
|
|
|
1867
1743
|
interface KlarnaPayments {
|
|
1868
|
-
/**
|
|
1869
|
-
* Whether the Capability has been requested.
|
|
1870
|
-
*/
|
|
1871
|
-
requested: boolean;
|
|
1872
|
-
|
|
1873
1744
|
/**
|
|
1874
1745
|
* The status of the Capability.
|
|
1875
1746
|
*/
|
|
1876
1747
|
status: KlarnaPayments.Status;
|
|
1877
1748
|
|
|
1878
1749
|
/**
|
|
1879
|
-
* Additional details
|
|
1750
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1880
1751
|
*/
|
|
1881
1752
|
status_details: Array<KlarnaPayments.StatusDetail>;
|
|
1882
1753
|
}
|
|
@@ -1918,18 +1789,13 @@ declare module 'stripe' {
|
|
|
1918
1789
|
}
|
|
1919
1790
|
|
|
1920
1791
|
interface KonbiniPayments {
|
|
1921
|
-
/**
|
|
1922
|
-
* Whether the Capability has been requested.
|
|
1923
|
-
*/
|
|
1924
|
-
requested: boolean;
|
|
1925
|
-
|
|
1926
1792
|
/**
|
|
1927
1793
|
* The status of the Capability.
|
|
1928
1794
|
*/
|
|
1929
1795
|
status: KonbiniPayments.Status;
|
|
1930
1796
|
|
|
1931
1797
|
/**
|
|
1932
|
-
* Additional details
|
|
1798
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1933
1799
|
*/
|
|
1934
1800
|
status_details: Array<KonbiniPayments.StatusDetail>;
|
|
1935
1801
|
}
|
|
@@ -1971,18 +1837,13 @@ declare module 'stripe' {
|
|
|
1971
1837
|
}
|
|
1972
1838
|
|
|
1973
1839
|
interface KrCardPayments {
|
|
1974
|
-
/**
|
|
1975
|
-
* Whether the Capability has been requested.
|
|
1976
|
-
*/
|
|
1977
|
-
requested: boolean;
|
|
1978
|
-
|
|
1979
1840
|
/**
|
|
1980
1841
|
* The status of the Capability.
|
|
1981
1842
|
*/
|
|
1982
1843
|
status: KrCardPayments.Status;
|
|
1983
1844
|
|
|
1984
1845
|
/**
|
|
1985
|
-
* Additional details
|
|
1846
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
1986
1847
|
*/
|
|
1987
1848
|
status_details: Array<KrCardPayments.StatusDetail>;
|
|
1988
1849
|
}
|
|
@@ -2024,18 +1885,13 @@ declare module 'stripe' {
|
|
|
2024
1885
|
}
|
|
2025
1886
|
|
|
2026
1887
|
interface LinkPayments {
|
|
2027
|
-
/**
|
|
2028
|
-
* Whether the Capability has been requested.
|
|
2029
|
-
*/
|
|
2030
|
-
requested: boolean;
|
|
2031
|
-
|
|
2032
1888
|
/**
|
|
2033
1889
|
* The status of the Capability.
|
|
2034
1890
|
*/
|
|
2035
1891
|
status: LinkPayments.Status;
|
|
2036
1892
|
|
|
2037
1893
|
/**
|
|
2038
|
-
* Additional details
|
|
1894
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2039
1895
|
*/
|
|
2040
1896
|
status_details: Array<LinkPayments.StatusDetail>;
|
|
2041
1897
|
}
|
|
@@ -2077,18 +1933,13 @@ declare module 'stripe' {
|
|
|
2077
1933
|
}
|
|
2078
1934
|
|
|
2079
1935
|
interface MobilepayPayments {
|
|
2080
|
-
/**
|
|
2081
|
-
* Whether the Capability has been requested.
|
|
2082
|
-
*/
|
|
2083
|
-
requested: boolean;
|
|
2084
|
-
|
|
2085
1936
|
/**
|
|
2086
1937
|
* The status of the Capability.
|
|
2087
1938
|
*/
|
|
2088
1939
|
status: MobilepayPayments.Status;
|
|
2089
1940
|
|
|
2090
1941
|
/**
|
|
2091
|
-
* Additional details
|
|
1942
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2092
1943
|
*/
|
|
2093
1944
|
status_details: Array<MobilepayPayments.StatusDetail>;
|
|
2094
1945
|
}
|
|
@@ -2130,18 +1981,13 @@ declare module 'stripe' {
|
|
|
2130
1981
|
}
|
|
2131
1982
|
|
|
2132
1983
|
interface MultibancoPayments {
|
|
2133
|
-
/**
|
|
2134
|
-
* Whether the Capability has been requested.
|
|
2135
|
-
*/
|
|
2136
|
-
requested: boolean;
|
|
2137
|
-
|
|
2138
1984
|
/**
|
|
2139
1985
|
* The status of the Capability.
|
|
2140
1986
|
*/
|
|
2141
1987
|
status: MultibancoPayments.Status;
|
|
2142
1988
|
|
|
2143
1989
|
/**
|
|
2144
|
-
* Additional details
|
|
1990
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2145
1991
|
*/
|
|
2146
1992
|
status_details: Array<MultibancoPayments.StatusDetail>;
|
|
2147
1993
|
}
|
|
@@ -2183,18 +2029,13 @@ declare module 'stripe' {
|
|
|
2183
2029
|
}
|
|
2184
2030
|
|
|
2185
2031
|
interface MxBankTransferPayments {
|
|
2186
|
-
/**
|
|
2187
|
-
* Whether the Capability has been requested.
|
|
2188
|
-
*/
|
|
2189
|
-
requested: boolean;
|
|
2190
|
-
|
|
2191
2032
|
/**
|
|
2192
2033
|
* The status of the Capability.
|
|
2193
2034
|
*/
|
|
2194
2035
|
status: MxBankTransferPayments.Status;
|
|
2195
2036
|
|
|
2196
2037
|
/**
|
|
2197
|
-
* Additional details
|
|
2038
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2198
2039
|
*/
|
|
2199
2040
|
status_details: Array<MxBankTransferPayments.StatusDetail>;
|
|
2200
2041
|
}
|
|
@@ -2236,18 +2077,13 @@ declare module 'stripe' {
|
|
|
2236
2077
|
}
|
|
2237
2078
|
|
|
2238
2079
|
interface NaverPayPayments {
|
|
2239
|
-
/**
|
|
2240
|
-
* Whether the Capability has been requested.
|
|
2241
|
-
*/
|
|
2242
|
-
requested: boolean;
|
|
2243
|
-
|
|
2244
2080
|
/**
|
|
2245
2081
|
* The status of the Capability.
|
|
2246
2082
|
*/
|
|
2247
2083
|
status: NaverPayPayments.Status;
|
|
2248
2084
|
|
|
2249
2085
|
/**
|
|
2250
|
-
* Additional details
|
|
2086
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2251
2087
|
*/
|
|
2252
2088
|
status_details: Array<NaverPayPayments.StatusDetail>;
|
|
2253
2089
|
}
|
|
@@ -2289,18 +2125,13 @@ declare module 'stripe' {
|
|
|
2289
2125
|
}
|
|
2290
2126
|
|
|
2291
2127
|
interface OxxoPayments {
|
|
2292
|
-
/**
|
|
2293
|
-
* Whether the Capability has been requested.
|
|
2294
|
-
*/
|
|
2295
|
-
requested: boolean;
|
|
2296
|
-
|
|
2297
2128
|
/**
|
|
2298
2129
|
* The status of the Capability.
|
|
2299
2130
|
*/
|
|
2300
2131
|
status: OxxoPayments.Status;
|
|
2301
2132
|
|
|
2302
2133
|
/**
|
|
2303
|
-
* Additional details
|
|
2134
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2304
2135
|
*/
|
|
2305
2136
|
status_details: Array<OxxoPayments.StatusDetail>;
|
|
2306
2137
|
}
|
|
@@ -2342,18 +2173,13 @@ declare module 'stripe' {
|
|
|
2342
2173
|
}
|
|
2343
2174
|
|
|
2344
2175
|
interface P24Payments {
|
|
2345
|
-
/**
|
|
2346
|
-
* Whether the Capability has been requested.
|
|
2347
|
-
*/
|
|
2348
|
-
requested: boolean;
|
|
2349
|
-
|
|
2350
2176
|
/**
|
|
2351
2177
|
* The status of the Capability.
|
|
2352
2178
|
*/
|
|
2353
2179
|
status: P24Payments.Status;
|
|
2354
2180
|
|
|
2355
2181
|
/**
|
|
2356
|
-
* Additional details
|
|
2182
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2357
2183
|
*/
|
|
2358
2184
|
status_details: Array<P24Payments.StatusDetail>;
|
|
2359
2185
|
}
|
|
@@ -2395,18 +2221,13 @@ declare module 'stripe' {
|
|
|
2395
2221
|
}
|
|
2396
2222
|
|
|
2397
2223
|
interface PayByBankPayments {
|
|
2398
|
-
/**
|
|
2399
|
-
* Whether the Capability has been requested.
|
|
2400
|
-
*/
|
|
2401
|
-
requested: boolean;
|
|
2402
|
-
|
|
2403
2224
|
/**
|
|
2404
2225
|
* The status of the Capability.
|
|
2405
2226
|
*/
|
|
2406
2227
|
status: PayByBankPayments.Status;
|
|
2407
2228
|
|
|
2408
2229
|
/**
|
|
2409
|
-
* Additional details
|
|
2230
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2410
2231
|
*/
|
|
2411
2232
|
status_details: Array<PayByBankPayments.StatusDetail>;
|
|
2412
2233
|
}
|
|
@@ -2448,18 +2269,13 @@ declare module 'stripe' {
|
|
|
2448
2269
|
}
|
|
2449
2270
|
|
|
2450
2271
|
interface PaycoPayments {
|
|
2451
|
-
/**
|
|
2452
|
-
* Whether the Capability has been requested.
|
|
2453
|
-
*/
|
|
2454
|
-
requested: boolean;
|
|
2455
|
-
|
|
2456
2272
|
/**
|
|
2457
2273
|
* The status of the Capability.
|
|
2458
2274
|
*/
|
|
2459
2275
|
status: PaycoPayments.Status;
|
|
2460
2276
|
|
|
2461
2277
|
/**
|
|
2462
|
-
* Additional details
|
|
2278
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2463
2279
|
*/
|
|
2464
2280
|
status_details: Array<PaycoPayments.StatusDetail>;
|
|
2465
2281
|
}
|
|
@@ -2501,18 +2317,13 @@ declare module 'stripe' {
|
|
|
2501
2317
|
}
|
|
2502
2318
|
|
|
2503
2319
|
interface PaynowPayments {
|
|
2504
|
-
/**
|
|
2505
|
-
* Whether the Capability has been requested.
|
|
2506
|
-
*/
|
|
2507
|
-
requested: boolean;
|
|
2508
|
-
|
|
2509
2320
|
/**
|
|
2510
2321
|
* The status of the Capability.
|
|
2511
2322
|
*/
|
|
2512
2323
|
status: PaynowPayments.Status;
|
|
2513
2324
|
|
|
2514
2325
|
/**
|
|
2515
|
-
* Additional details
|
|
2326
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2516
2327
|
*/
|
|
2517
2328
|
status_details: Array<PaynowPayments.StatusDetail>;
|
|
2518
2329
|
}
|
|
@@ -2554,18 +2365,13 @@ declare module 'stripe' {
|
|
|
2554
2365
|
}
|
|
2555
2366
|
|
|
2556
2367
|
interface PromptpayPayments {
|
|
2557
|
-
/**
|
|
2558
|
-
* Whether the Capability has been requested.
|
|
2559
|
-
*/
|
|
2560
|
-
requested: boolean;
|
|
2561
|
-
|
|
2562
2368
|
/**
|
|
2563
2369
|
* The status of the Capability.
|
|
2564
2370
|
*/
|
|
2565
2371
|
status: PromptpayPayments.Status;
|
|
2566
2372
|
|
|
2567
2373
|
/**
|
|
2568
|
-
* Additional details
|
|
2374
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2569
2375
|
*/
|
|
2570
2376
|
status_details: Array<PromptpayPayments.StatusDetail>;
|
|
2571
2377
|
}
|
|
@@ -2607,18 +2413,13 @@ declare module 'stripe' {
|
|
|
2607
2413
|
}
|
|
2608
2414
|
|
|
2609
2415
|
interface RevolutPayPayments {
|
|
2610
|
-
/**
|
|
2611
|
-
* Whether the Capability has been requested.
|
|
2612
|
-
*/
|
|
2613
|
-
requested: boolean;
|
|
2614
|
-
|
|
2615
2416
|
/**
|
|
2616
2417
|
* The status of the Capability.
|
|
2617
2418
|
*/
|
|
2618
2419
|
status: RevolutPayPayments.Status;
|
|
2619
2420
|
|
|
2620
2421
|
/**
|
|
2621
|
-
* Additional details
|
|
2422
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2622
2423
|
*/
|
|
2623
2424
|
status_details: Array<RevolutPayPayments.StatusDetail>;
|
|
2624
2425
|
}
|
|
@@ -2660,18 +2461,13 @@ declare module 'stripe' {
|
|
|
2660
2461
|
}
|
|
2661
2462
|
|
|
2662
2463
|
interface SamsungPayPayments {
|
|
2663
|
-
/**
|
|
2664
|
-
* Whether the Capability has been requested.
|
|
2665
|
-
*/
|
|
2666
|
-
requested: boolean;
|
|
2667
|
-
|
|
2668
2464
|
/**
|
|
2669
2465
|
* The status of the Capability.
|
|
2670
2466
|
*/
|
|
2671
2467
|
status: SamsungPayPayments.Status;
|
|
2672
2468
|
|
|
2673
2469
|
/**
|
|
2674
|
-
* Additional details
|
|
2470
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2675
2471
|
*/
|
|
2676
2472
|
status_details: Array<SamsungPayPayments.StatusDetail>;
|
|
2677
2473
|
}
|
|
@@ -2713,18 +2509,13 @@ declare module 'stripe' {
|
|
|
2713
2509
|
}
|
|
2714
2510
|
|
|
2715
2511
|
interface SepaBankTransferPayments {
|
|
2716
|
-
/**
|
|
2717
|
-
* Whether the Capability has been requested.
|
|
2718
|
-
*/
|
|
2719
|
-
requested: boolean;
|
|
2720
|
-
|
|
2721
2512
|
/**
|
|
2722
2513
|
* The status of the Capability.
|
|
2723
2514
|
*/
|
|
2724
2515
|
status: SepaBankTransferPayments.Status;
|
|
2725
2516
|
|
|
2726
2517
|
/**
|
|
2727
|
-
* Additional details
|
|
2518
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2728
2519
|
*/
|
|
2729
2520
|
status_details: Array<SepaBankTransferPayments.StatusDetail>;
|
|
2730
2521
|
}
|
|
@@ -2766,18 +2557,13 @@ declare module 'stripe' {
|
|
|
2766
2557
|
}
|
|
2767
2558
|
|
|
2768
2559
|
interface SepaDebitPayments {
|
|
2769
|
-
/**
|
|
2770
|
-
* Whether the Capability has been requested.
|
|
2771
|
-
*/
|
|
2772
|
-
requested: boolean;
|
|
2773
|
-
|
|
2774
2560
|
/**
|
|
2775
2561
|
* The status of the Capability.
|
|
2776
2562
|
*/
|
|
2777
2563
|
status: SepaDebitPayments.Status;
|
|
2778
2564
|
|
|
2779
2565
|
/**
|
|
2780
|
-
* Additional details
|
|
2566
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2781
2567
|
*/
|
|
2782
2568
|
status_details: Array<SepaDebitPayments.StatusDetail>;
|
|
2783
2569
|
}
|
|
@@ -2820,25 +2606,20 @@ declare module 'stripe' {
|
|
|
2820
2606
|
|
|
2821
2607
|
interface StripeBalance {
|
|
2822
2608
|
/**
|
|
2823
|
-
*
|
|
2609
|
+
* Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
|
|
2824
2610
|
*/
|
|
2825
2611
|
payouts?: StripeBalance.Payouts;
|
|
2826
2612
|
}
|
|
2827
2613
|
|
|
2828
2614
|
namespace StripeBalance {
|
|
2829
2615
|
interface Payouts {
|
|
2830
|
-
/**
|
|
2831
|
-
* Whether the Capability has been requested.
|
|
2832
|
-
*/
|
|
2833
|
-
requested: boolean;
|
|
2834
|
-
|
|
2835
2616
|
/**
|
|
2836
2617
|
* The status of the Capability.
|
|
2837
2618
|
*/
|
|
2838
2619
|
status: Payouts.Status;
|
|
2839
2620
|
|
|
2840
2621
|
/**
|
|
2841
|
-
* Additional details
|
|
2622
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2842
2623
|
*/
|
|
2843
2624
|
status_details: Array<Payouts.StatusDetail>;
|
|
2844
2625
|
}
|
|
@@ -2881,18 +2662,13 @@ declare module 'stripe' {
|
|
|
2881
2662
|
}
|
|
2882
2663
|
|
|
2883
2664
|
interface SwishPayments {
|
|
2884
|
-
/**
|
|
2885
|
-
* Whether the Capability has been requested.
|
|
2886
|
-
*/
|
|
2887
|
-
requested: boolean;
|
|
2888
|
-
|
|
2889
2665
|
/**
|
|
2890
2666
|
* The status of the Capability.
|
|
2891
2667
|
*/
|
|
2892
2668
|
status: SwishPayments.Status;
|
|
2893
2669
|
|
|
2894
2670
|
/**
|
|
2895
|
-
* Additional details
|
|
2671
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2896
2672
|
*/
|
|
2897
2673
|
status_details: Array<SwishPayments.StatusDetail>;
|
|
2898
2674
|
}
|
|
@@ -2934,18 +2710,13 @@ declare module 'stripe' {
|
|
|
2934
2710
|
}
|
|
2935
2711
|
|
|
2936
2712
|
interface TwintPayments {
|
|
2937
|
-
/**
|
|
2938
|
-
* Whether the Capability has been requested.
|
|
2939
|
-
*/
|
|
2940
|
-
requested: boolean;
|
|
2941
|
-
|
|
2942
2713
|
/**
|
|
2943
2714
|
* The status of the Capability.
|
|
2944
2715
|
*/
|
|
2945
2716
|
status: TwintPayments.Status;
|
|
2946
2717
|
|
|
2947
2718
|
/**
|
|
2948
|
-
* Additional details
|
|
2719
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2949
2720
|
*/
|
|
2950
2721
|
status_details: Array<TwintPayments.StatusDetail>;
|
|
2951
2722
|
}
|
|
@@ -2987,18 +2758,13 @@ declare module 'stripe' {
|
|
|
2987
2758
|
}
|
|
2988
2759
|
|
|
2989
2760
|
interface UsBankTransferPayments {
|
|
2990
|
-
/**
|
|
2991
|
-
* Whether the Capability has been requested.
|
|
2992
|
-
*/
|
|
2993
|
-
requested: boolean;
|
|
2994
|
-
|
|
2995
2761
|
/**
|
|
2996
2762
|
* The status of the Capability.
|
|
2997
2763
|
*/
|
|
2998
2764
|
status: UsBankTransferPayments.Status;
|
|
2999
2765
|
|
|
3000
2766
|
/**
|
|
3001
|
-
* Additional details
|
|
2767
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
3002
2768
|
*/
|
|
3003
2769
|
status_details: Array<UsBankTransferPayments.StatusDetail>;
|
|
3004
2770
|
}
|
|
@@ -3040,18 +2806,13 @@ declare module 'stripe' {
|
|
|
3040
2806
|
}
|
|
3041
2807
|
|
|
3042
2808
|
interface ZipPayments {
|
|
3043
|
-
/**
|
|
3044
|
-
* Whether the Capability has been requested.
|
|
3045
|
-
*/
|
|
3046
|
-
requested: boolean;
|
|
3047
|
-
|
|
3048
2809
|
/**
|
|
3049
2810
|
* The status of the Capability.
|
|
3050
2811
|
*/
|
|
3051
2812
|
status: ZipPayments.Status;
|
|
3052
2813
|
|
|
3053
2814
|
/**
|
|
3054
|
-
* Additional details
|
|
2815
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
3055
2816
|
*/
|
|
3056
2817
|
status_details: Array<ZipPayments.StatusDetail>;
|
|
3057
2818
|
}
|
|
@@ -3194,7 +2955,7 @@ declare module 'stripe' {
|
|
|
3194
2955
|
|
|
3195
2956
|
interface SepaDebitPayments {
|
|
3196
2957
|
/**
|
|
3197
|
-
* Creditor ID for SEPA
|
|
2958
|
+
* Creditor ID for SEPA Direct Debit payments.
|
|
3198
2959
|
*/
|
|
3199
2960
|
creditor_id?: string;
|
|
3200
2961
|
}
|
|
@@ -3266,7 +3027,7 @@ declare module 'stripe' {
|
|
|
3266
3027
|
state?: string;
|
|
3267
3028
|
|
|
3268
3029
|
/**
|
|
3269
|
-
* Town or
|
|
3030
|
+
* Town or district.
|
|
3270
3031
|
*/
|
|
3271
3032
|
town?: string;
|
|
3272
3033
|
}
|
|
@@ -3275,7 +3036,7 @@ declare module 'stripe' {
|
|
|
3275
3036
|
|
|
3276
3037
|
interface Recipient {
|
|
3277
3038
|
/**
|
|
3278
|
-
*
|
|
3039
|
+
* Indicates whether the recipient configuration is active. You can deactivate or reactivate the recipient configuration by updating this property. Deactivating the configuration by setting this value to false unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
|
|
3279
3040
|
*/
|
|
3280
3041
|
applied: boolean;
|
|
3281
3042
|
|
|
@@ -3283,25 +3044,10 @@ declare module 'stripe' {
|
|
|
3283
3044
|
* Capabilities that have been requested on the Recipient Configuration.
|
|
3284
3045
|
*/
|
|
3285
3046
|
capabilities?: Recipient.Capabilities;
|
|
3286
|
-
|
|
3287
|
-
/**
|
|
3288
|
-
* The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard or APIs.
|
|
3289
|
-
*/
|
|
3290
|
-
default_outbound_destination?: Recipient.DefaultOutboundDestination;
|
|
3291
3047
|
}
|
|
3292
3048
|
|
|
3293
3049
|
namespace Recipient {
|
|
3294
3050
|
interface Capabilities {
|
|
3295
|
-
/**
|
|
3296
|
-
* Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
3297
|
-
*/
|
|
3298
|
-
bank_accounts?: Capabilities.BankAccounts;
|
|
3299
|
-
|
|
3300
|
-
/**
|
|
3301
|
-
* Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
3302
|
-
*/
|
|
3303
|
-
cards?: Capabilities.Cards;
|
|
3304
|
-
|
|
3305
3051
|
/**
|
|
3306
3052
|
* Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
3307
3053
|
*/
|
|
@@ -3309,37 +3055,32 @@ declare module 'stripe' {
|
|
|
3309
3055
|
}
|
|
3310
3056
|
|
|
3311
3057
|
namespace Capabilities {
|
|
3312
|
-
interface
|
|
3058
|
+
interface StripeBalance {
|
|
3313
3059
|
/**
|
|
3314
|
-
* Enables this Account to
|
|
3060
|
+
* Enables this Account to complete payouts from their Stripe Balance (/v1/balance).
|
|
3315
3061
|
*/
|
|
3316
|
-
|
|
3062
|
+
payouts?: StripeBalance.Payouts;
|
|
3317
3063
|
|
|
3318
3064
|
/**
|
|
3319
|
-
* Enables this Account to receive
|
|
3065
|
+
* Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
|
|
3320
3066
|
*/
|
|
3321
|
-
|
|
3067
|
+
stripe_transfers?: StripeBalance.StripeTransfers;
|
|
3322
3068
|
}
|
|
3323
3069
|
|
|
3324
|
-
namespace
|
|
3325
|
-
interface
|
|
3326
|
-
/**
|
|
3327
|
-
* Whether the Capability has been requested.
|
|
3328
|
-
*/
|
|
3329
|
-
requested: boolean;
|
|
3330
|
-
|
|
3070
|
+
namespace StripeBalance {
|
|
3071
|
+
interface Payouts {
|
|
3331
3072
|
/**
|
|
3332
3073
|
* The status of the Capability.
|
|
3333
3074
|
*/
|
|
3334
|
-
status:
|
|
3075
|
+
status: Payouts.Status;
|
|
3335
3076
|
|
|
3336
3077
|
/**
|
|
3337
|
-
* Additional details
|
|
3078
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
3338
3079
|
*/
|
|
3339
|
-
status_details: Array<
|
|
3080
|
+
status_details: Array<Payouts.StatusDetail>;
|
|
3340
3081
|
}
|
|
3341
3082
|
|
|
3342
|
-
namespace
|
|
3083
|
+
namespace Payouts {
|
|
3343
3084
|
type Status =
|
|
3344
3085
|
| 'active'
|
|
3345
3086
|
| 'pending'
|
|
@@ -3375,24 +3116,19 @@ declare module 'stripe' {
|
|
|
3375
3116
|
}
|
|
3376
3117
|
}
|
|
3377
3118
|
|
|
3378
|
-
interface
|
|
3379
|
-
/**
|
|
3380
|
-
* Whether the Capability has been requested.
|
|
3381
|
-
*/
|
|
3382
|
-
requested: boolean;
|
|
3383
|
-
|
|
3119
|
+
interface StripeTransfers {
|
|
3384
3120
|
/**
|
|
3385
3121
|
* The status of the Capability.
|
|
3386
3122
|
*/
|
|
3387
|
-
status:
|
|
3123
|
+
status: StripeTransfers.Status;
|
|
3388
3124
|
|
|
3389
3125
|
/**
|
|
3390
|
-
* Additional details
|
|
3126
|
+
* Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
3391
3127
|
*/
|
|
3392
|
-
status_details: Array<
|
|
3128
|
+
status_details: Array<StripeTransfers.StatusDetail>;
|
|
3393
3129
|
}
|
|
3394
3130
|
|
|
3395
|
-
namespace
|
|
3131
|
+
namespace StripeTransfers {
|
|
3396
3132
|
type Status =
|
|
3397
3133
|
| 'active'
|
|
3398
3134
|
| 'pending'
|
|
@@ -3428,926 +3164,33 @@ declare module 'stripe' {
|
|
|
3428
3164
|
}
|
|
3429
3165
|
}
|
|
3430
3166
|
}
|
|
3167
|
+
}
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3431
3170
|
|
|
3432
|
-
|
|
3433
|
-
/**
|
|
3434
|
-
* Whether the Capability has been requested.
|
|
3435
|
-
*/
|
|
3436
|
-
requested: boolean;
|
|
3437
|
-
|
|
3438
|
-
/**
|
|
3439
|
-
* The status of the Capability.
|
|
3440
|
-
*/
|
|
3441
|
-
status: Cards.Status;
|
|
3442
|
-
|
|
3443
|
-
/**
|
|
3444
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3445
|
-
*/
|
|
3446
|
-
status_details: Array<Cards.StatusDetail>;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
namespace Cards {
|
|
3450
|
-
type Status =
|
|
3451
|
-
| 'active'
|
|
3452
|
-
| 'pending'
|
|
3453
|
-
| 'restricted'
|
|
3454
|
-
| 'unsupported';
|
|
3455
|
-
|
|
3456
|
-
interface StatusDetail {
|
|
3457
|
-
/**
|
|
3458
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3459
|
-
*/
|
|
3460
|
-
code: StatusDetail.Code;
|
|
3461
|
-
|
|
3462
|
-
/**
|
|
3463
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3464
|
-
*/
|
|
3465
|
-
resolution: StatusDetail.Resolution;
|
|
3466
|
-
}
|
|
3467
|
-
|
|
3468
|
-
namespace StatusDetail {
|
|
3469
|
-
type Code =
|
|
3470
|
-
| 'determining_status'
|
|
3471
|
-
| 'requirements_past_due'
|
|
3472
|
-
| 'requirements_pending_verification'
|
|
3473
|
-
| 'restricted_other'
|
|
3474
|
-
| 'unsupported_business'
|
|
3475
|
-
| 'unsupported_country'
|
|
3476
|
-
| 'unsupported_entity_type';
|
|
3477
|
-
|
|
3478
|
-
type Resolution =
|
|
3479
|
-
| 'contact_stripe'
|
|
3480
|
-
| 'no_resolution'
|
|
3481
|
-
| 'provide_info';
|
|
3482
|
-
}
|
|
3483
|
-
}
|
|
3484
|
-
|
|
3485
|
-
interface StripeBalance {
|
|
3486
|
-
/**
|
|
3487
|
-
* Allows the account to do payouts using their Stripe Balance (/v1/balance).
|
|
3488
|
-
*/
|
|
3489
|
-
payouts?: StripeBalance.Payouts;
|
|
3171
|
+
type Dashboard = 'express' | 'full' | 'none';
|
|
3490
3172
|
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3173
|
+
interface Defaults {
|
|
3174
|
+
/**
|
|
3175
|
+
* 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).
|
|
3176
|
+
*/
|
|
3177
|
+
currency?: string;
|
|
3496
3178
|
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
*/
|
|
3502
|
-
requested: boolean;
|
|
3179
|
+
/**
|
|
3180
|
+
* The Account's preferred locales (languages), ordered by preference.
|
|
3181
|
+
*/
|
|
3182
|
+
locales?: Array<Defaults.Locale>;
|
|
3503
3183
|
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3184
|
+
/**
|
|
3185
|
+
* Account profile information.
|
|
3186
|
+
*/
|
|
3187
|
+
profile?: Defaults.Profile;
|
|
3508
3188
|
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
namespace Payouts {
|
|
3516
|
-
type Status =
|
|
3517
|
-
| 'active'
|
|
3518
|
-
| 'pending'
|
|
3519
|
-
| 'restricted'
|
|
3520
|
-
| 'unsupported';
|
|
3521
|
-
|
|
3522
|
-
interface StatusDetail {
|
|
3523
|
-
/**
|
|
3524
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3525
|
-
*/
|
|
3526
|
-
code: StatusDetail.Code;
|
|
3527
|
-
|
|
3528
|
-
/**
|
|
3529
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3530
|
-
*/
|
|
3531
|
-
resolution: StatusDetail.Resolution;
|
|
3532
|
-
}
|
|
3533
|
-
|
|
3534
|
-
namespace StatusDetail {
|
|
3535
|
-
type Code =
|
|
3536
|
-
| 'determining_status'
|
|
3537
|
-
| 'requirements_past_due'
|
|
3538
|
-
| 'requirements_pending_verification'
|
|
3539
|
-
| 'restricted_other'
|
|
3540
|
-
| 'unsupported_business'
|
|
3541
|
-
| 'unsupported_country'
|
|
3542
|
-
| 'unsupported_entity_type';
|
|
3543
|
-
|
|
3544
|
-
type Resolution =
|
|
3545
|
-
| 'contact_stripe'
|
|
3546
|
-
| 'no_resolution'
|
|
3547
|
-
| 'provide_info';
|
|
3548
|
-
}
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3551
|
-
interface StripeTransfers {
|
|
3552
|
-
/**
|
|
3553
|
-
* Whether the Capability has been requested.
|
|
3554
|
-
*/
|
|
3555
|
-
requested: boolean;
|
|
3556
|
-
|
|
3557
|
-
/**
|
|
3558
|
-
* The status of the Capability.
|
|
3559
|
-
*/
|
|
3560
|
-
status: StripeTransfers.Status;
|
|
3561
|
-
|
|
3562
|
-
/**
|
|
3563
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3564
|
-
*/
|
|
3565
|
-
status_details: Array<StripeTransfers.StatusDetail>;
|
|
3566
|
-
}
|
|
3567
|
-
|
|
3568
|
-
namespace StripeTransfers {
|
|
3569
|
-
type Status =
|
|
3570
|
-
| 'active'
|
|
3571
|
-
| 'pending'
|
|
3572
|
-
| 'restricted'
|
|
3573
|
-
| 'unsupported';
|
|
3574
|
-
|
|
3575
|
-
interface StatusDetail {
|
|
3576
|
-
/**
|
|
3577
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3578
|
-
*/
|
|
3579
|
-
code: StatusDetail.Code;
|
|
3580
|
-
|
|
3581
|
-
/**
|
|
3582
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3583
|
-
*/
|
|
3584
|
-
resolution: StatusDetail.Resolution;
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
|
-
namespace StatusDetail {
|
|
3588
|
-
type Code =
|
|
3589
|
-
| 'determining_status'
|
|
3590
|
-
| 'requirements_past_due'
|
|
3591
|
-
| 'requirements_pending_verification'
|
|
3592
|
-
| 'restricted_other'
|
|
3593
|
-
| 'unsupported_business'
|
|
3594
|
-
| 'unsupported_country'
|
|
3595
|
-
| 'unsupported_entity_type';
|
|
3596
|
-
|
|
3597
|
-
type Resolution =
|
|
3598
|
-
| 'contact_stripe'
|
|
3599
|
-
| 'no_resolution'
|
|
3600
|
-
| 'provide_info';
|
|
3601
|
-
}
|
|
3602
|
-
}
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
|
-
|
|
3606
|
-
interface DefaultOutboundDestination {
|
|
3607
|
-
/**
|
|
3608
|
-
* The payout method ID of the default outbound destination.
|
|
3609
|
-
*/
|
|
3610
|
-
id: string;
|
|
3611
|
-
|
|
3612
|
-
/**
|
|
3613
|
-
* Closed Enum. The payout method type of the default outbound destination.
|
|
3614
|
-
*/
|
|
3615
|
-
type: DefaultOutboundDestination.Type;
|
|
3616
|
-
}
|
|
3617
|
-
|
|
3618
|
-
namespace DefaultOutboundDestination {
|
|
3619
|
-
type Type =
|
|
3620
|
-
| 'at_bank_account'
|
|
3621
|
-
| 'au_bank_account'
|
|
3622
|
-
| 'ba_bank_account'
|
|
3623
|
-
| 'be_bank_account'
|
|
3624
|
-
| 'bg_bank_account'
|
|
3625
|
-
| 'bj_bank_account'
|
|
3626
|
-
| 'bs_bank_account'
|
|
3627
|
-
| 'card'
|
|
3628
|
-
| 'ca_bank_account'
|
|
3629
|
-
| 'ch_bank_account'
|
|
3630
|
-
| 'ci_bank_account'
|
|
3631
|
-
| 'crypto_wallet'
|
|
3632
|
-
| 'cy_bank_account'
|
|
3633
|
-
| 'cz_bank_account'
|
|
3634
|
-
| 'de_bank_account'
|
|
3635
|
-
| 'dk_bank_account'
|
|
3636
|
-
| 'ec_bank_account'
|
|
3637
|
-
| 'ee_bank_account'
|
|
3638
|
-
| 'es_bank_account'
|
|
3639
|
-
| 'et_bank_account'
|
|
3640
|
-
| 'fi_bank_account'
|
|
3641
|
-
| 'fr_bank_account'
|
|
3642
|
-
| 'gb_bank_account'
|
|
3643
|
-
| 'gr_bank_account'
|
|
3644
|
-
| 'hr_bank_account'
|
|
3645
|
-
| 'hu_bank_account'
|
|
3646
|
-
| 'id_bank_account'
|
|
3647
|
-
| 'ie_bank_account'
|
|
3648
|
-
| 'il_bank_account'
|
|
3649
|
-
| 'in_bank_account'
|
|
3650
|
-
| 'is_bank_account'
|
|
3651
|
-
| 'it_bank_account'
|
|
3652
|
-
| 'ke_bank_account'
|
|
3653
|
-
| 'li_bank_account'
|
|
3654
|
-
| 'lt_bank_account'
|
|
3655
|
-
| 'lu_bank_account'
|
|
3656
|
-
| 'lv_bank_account'
|
|
3657
|
-
| 'mn_bank_account'
|
|
3658
|
-
| 'mt_bank_account'
|
|
3659
|
-
| 'mu_bank_account'
|
|
3660
|
-
| 'mx_bank_account'
|
|
3661
|
-
| 'na_bank_account'
|
|
3662
|
-
| 'nl_bank_account'
|
|
3663
|
-
| 'no_bank_account'
|
|
3664
|
-
| 'nz_bank_account'
|
|
3665
|
-
| 'pa_bank_account'
|
|
3666
|
-
| 'ph_bank_account'
|
|
3667
|
-
| 'pl_bank_account'
|
|
3668
|
-
| 'pt_bank_account'
|
|
3669
|
-
| 'ro_bank_account'
|
|
3670
|
-
| 'rs_bank_account'
|
|
3671
|
-
| 'se_bank_account'
|
|
3672
|
-
| 'sg_bank_account'
|
|
3673
|
-
| 'si_bank_account'
|
|
3674
|
-
| 'sk_bank_account'
|
|
3675
|
-
| 'sn_bank_account'
|
|
3676
|
-
| 'sv_bank_account'
|
|
3677
|
-
| 'tn_bank_account'
|
|
3678
|
-
| 'tr_bank_account'
|
|
3679
|
-
| 'us_bank_account'
|
|
3680
|
-
| 'za_bank_account';
|
|
3681
|
-
}
|
|
3682
|
-
}
|
|
3683
|
-
|
|
3684
|
-
interface Storer {
|
|
3685
|
-
/**
|
|
3686
|
-
* Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
3687
|
-
*/
|
|
3688
|
-
applied: boolean;
|
|
3689
|
-
|
|
3690
|
-
/**
|
|
3691
|
-
* Capabilities that have been requested on the Storer Configuration.
|
|
3692
|
-
*/
|
|
3693
|
-
capabilities?: Storer.Capabilities;
|
|
3694
|
-
}
|
|
3695
|
-
|
|
3696
|
-
namespace Storer {
|
|
3697
|
-
interface Capabilities {
|
|
3698
|
-
/**
|
|
3699
|
-
* Can provision a financial address to credit/debit a FinancialAccount.
|
|
3700
|
-
*/
|
|
3701
|
-
financial_addresses?: Capabilities.FinancialAddresses;
|
|
3702
|
-
|
|
3703
|
-
/**
|
|
3704
|
-
* Can hold storage-type funds on Stripe.
|
|
3705
|
-
*/
|
|
3706
|
-
holds_currencies?: Capabilities.HoldsCurrencies;
|
|
3707
|
-
|
|
3708
|
-
/**
|
|
3709
|
-
* Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
3710
|
-
*/
|
|
3711
|
-
inbound_transfers?: Capabilities.InboundTransfers;
|
|
3712
|
-
|
|
3713
|
-
/**
|
|
3714
|
-
* Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
3715
|
-
*/
|
|
3716
|
-
outbound_payments?: Capabilities.OutboundPayments;
|
|
3717
|
-
|
|
3718
|
-
/**
|
|
3719
|
-
* Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
3720
|
-
*/
|
|
3721
|
-
outbound_transfers?: Capabilities.OutboundTransfers;
|
|
3722
|
-
}
|
|
3723
|
-
|
|
3724
|
-
namespace Capabilities {
|
|
3725
|
-
interface FinancialAddresses {
|
|
3726
|
-
/**
|
|
3727
|
-
* Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
3728
|
-
*/
|
|
3729
|
-
bank_accounts?: FinancialAddresses.BankAccounts;
|
|
3730
|
-
}
|
|
3731
|
-
|
|
3732
|
-
namespace FinancialAddresses {
|
|
3733
|
-
interface BankAccounts {
|
|
3734
|
-
/**
|
|
3735
|
-
* Whether the Capability has been requested.
|
|
3736
|
-
*/
|
|
3737
|
-
requested: boolean;
|
|
3738
|
-
|
|
3739
|
-
/**
|
|
3740
|
-
* The status of the Capability.
|
|
3741
|
-
*/
|
|
3742
|
-
status: BankAccounts.Status;
|
|
3743
|
-
|
|
3744
|
-
/**
|
|
3745
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3746
|
-
*/
|
|
3747
|
-
status_details: Array<BankAccounts.StatusDetail>;
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
namespace BankAccounts {
|
|
3751
|
-
type Status =
|
|
3752
|
-
| 'active'
|
|
3753
|
-
| 'pending'
|
|
3754
|
-
| 'restricted'
|
|
3755
|
-
| 'unsupported';
|
|
3756
|
-
|
|
3757
|
-
interface StatusDetail {
|
|
3758
|
-
/**
|
|
3759
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3760
|
-
*/
|
|
3761
|
-
code: StatusDetail.Code;
|
|
3762
|
-
|
|
3763
|
-
/**
|
|
3764
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3765
|
-
*/
|
|
3766
|
-
resolution: StatusDetail.Resolution;
|
|
3767
|
-
}
|
|
3768
|
-
|
|
3769
|
-
namespace StatusDetail {
|
|
3770
|
-
type Code =
|
|
3771
|
-
| 'determining_status'
|
|
3772
|
-
| 'requirements_past_due'
|
|
3773
|
-
| 'requirements_pending_verification'
|
|
3774
|
-
| 'restricted_other'
|
|
3775
|
-
| 'unsupported_business'
|
|
3776
|
-
| 'unsupported_country'
|
|
3777
|
-
| 'unsupported_entity_type';
|
|
3778
|
-
|
|
3779
|
-
type Resolution =
|
|
3780
|
-
| 'contact_stripe'
|
|
3781
|
-
| 'no_resolution'
|
|
3782
|
-
| 'provide_info';
|
|
3783
|
-
}
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3786
|
-
|
|
3787
|
-
interface HoldsCurrencies {
|
|
3788
|
-
/**
|
|
3789
|
-
* Can hold storage-type funds on Stripe in EUR.
|
|
3790
|
-
*/
|
|
3791
|
-
eur?: HoldsCurrencies.Eur;
|
|
3792
|
-
|
|
3793
|
-
/**
|
|
3794
|
-
* Can hold storage-type funds on Stripe in GBP.
|
|
3795
|
-
*/
|
|
3796
|
-
gbp?: HoldsCurrencies.Gbp;
|
|
3797
|
-
|
|
3798
|
-
/**
|
|
3799
|
-
* Can hold storage-type funds on Stripe in USD.
|
|
3800
|
-
*/
|
|
3801
|
-
usd?: HoldsCurrencies.Usd;
|
|
3802
|
-
}
|
|
3803
|
-
|
|
3804
|
-
namespace HoldsCurrencies {
|
|
3805
|
-
interface Eur {
|
|
3806
|
-
/**
|
|
3807
|
-
* Whether the Capability has been requested.
|
|
3808
|
-
*/
|
|
3809
|
-
requested: boolean;
|
|
3810
|
-
|
|
3811
|
-
/**
|
|
3812
|
-
* The status of the Capability.
|
|
3813
|
-
*/
|
|
3814
|
-
status: Eur.Status;
|
|
3815
|
-
|
|
3816
|
-
/**
|
|
3817
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3818
|
-
*/
|
|
3819
|
-
status_details: Array<Eur.StatusDetail>;
|
|
3820
|
-
}
|
|
3821
|
-
|
|
3822
|
-
namespace Eur {
|
|
3823
|
-
type Status =
|
|
3824
|
-
| 'active'
|
|
3825
|
-
| 'pending'
|
|
3826
|
-
| 'restricted'
|
|
3827
|
-
| 'unsupported';
|
|
3828
|
-
|
|
3829
|
-
interface StatusDetail {
|
|
3830
|
-
/**
|
|
3831
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3832
|
-
*/
|
|
3833
|
-
code: StatusDetail.Code;
|
|
3834
|
-
|
|
3835
|
-
/**
|
|
3836
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3837
|
-
*/
|
|
3838
|
-
resolution: StatusDetail.Resolution;
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
|
-
namespace StatusDetail {
|
|
3842
|
-
type Code =
|
|
3843
|
-
| 'determining_status'
|
|
3844
|
-
| 'requirements_past_due'
|
|
3845
|
-
| 'requirements_pending_verification'
|
|
3846
|
-
| 'restricted_other'
|
|
3847
|
-
| 'unsupported_business'
|
|
3848
|
-
| 'unsupported_country'
|
|
3849
|
-
| 'unsupported_entity_type';
|
|
3850
|
-
|
|
3851
|
-
type Resolution =
|
|
3852
|
-
| 'contact_stripe'
|
|
3853
|
-
| 'no_resolution'
|
|
3854
|
-
| 'provide_info';
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
|
-
interface Gbp {
|
|
3859
|
-
/**
|
|
3860
|
-
* Whether the Capability has been requested.
|
|
3861
|
-
*/
|
|
3862
|
-
requested: boolean;
|
|
3863
|
-
|
|
3864
|
-
/**
|
|
3865
|
-
* The status of the Capability.
|
|
3866
|
-
*/
|
|
3867
|
-
status: Gbp.Status;
|
|
3868
|
-
|
|
3869
|
-
/**
|
|
3870
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3871
|
-
*/
|
|
3872
|
-
status_details: Array<Gbp.StatusDetail>;
|
|
3873
|
-
}
|
|
3874
|
-
|
|
3875
|
-
namespace Gbp {
|
|
3876
|
-
type Status =
|
|
3877
|
-
| 'active'
|
|
3878
|
-
| 'pending'
|
|
3879
|
-
| 'restricted'
|
|
3880
|
-
| 'unsupported';
|
|
3881
|
-
|
|
3882
|
-
interface StatusDetail {
|
|
3883
|
-
/**
|
|
3884
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3885
|
-
*/
|
|
3886
|
-
code: StatusDetail.Code;
|
|
3887
|
-
|
|
3888
|
-
/**
|
|
3889
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3890
|
-
*/
|
|
3891
|
-
resolution: StatusDetail.Resolution;
|
|
3892
|
-
}
|
|
3893
|
-
|
|
3894
|
-
namespace StatusDetail {
|
|
3895
|
-
type Code =
|
|
3896
|
-
| 'determining_status'
|
|
3897
|
-
| 'requirements_past_due'
|
|
3898
|
-
| 'requirements_pending_verification'
|
|
3899
|
-
| 'restricted_other'
|
|
3900
|
-
| 'unsupported_business'
|
|
3901
|
-
| 'unsupported_country'
|
|
3902
|
-
| 'unsupported_entity_type';
|
|
3903
|
-
|
|
3904
|
-
type Resolution =
|
|
3905
|
-
| 'contact_stripe'
|
|
3906
|
-
| 'no_resolution'
|
|
3907
|
-
| 'provide_info';
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
|
|
3911
|
-
interface Usd {
|
|
3912
|
-
/**
|
|
3913
|
-
* Whether the Capability has been requested.
|
|
3914
|
-
*/
|
|
3915
|
-
requested: boolean;
|
|
3916
|
-
|
|
3917
|
-
/**
|
|
3918
|
-
* The status of the Capability.
|
|
3919
|
-
*/
|
|
3920
|
-
status: Usd.Status;
|
|
3921
|
-
|
|
3922
|
-
/**
|
|
3923
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3924
|
-
*/
|
|
3925
|
-
status_details: Array<Usd.StatusDetail>;
|
|
3926
|
-
}
|
|
3927
|
-
|
|
3928
|
-
namespace Usd {
|
|
3929
|
-
type Status =
|
|
3930
|
-
| 'active'
|
|
3931
|
-
| 'pending'
|
|
3932
|
-
| 'restricted'
|
|
3933
|
-
| 'unsupported';
|
|
3934
|
-
|
|
3935
|
-
interface StatusDetail {
|
|
3936
|
-
/**
|
|
3937
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3938
|
-
*/
|
|
3939
|
-
code: StatusDetail.Code;
|
|
3940
|
-
|
|
3941
|
-
/**
|
|
3942
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
3943
|
-
*/
|
|
3944
|
-
resolution: StatusDetail.Resolution;
|
|
3945
|
-
}
|
|
3946
|
-
|
|
3947
|
-
namespace StatusDetail {
|
|
3948
|
-
type Code =
|
|
3949
|
-
| 'determining_status'
|
|
3950
|
-
| 'requirements_past_due'
|
|
3951
|
-
| 'requirements_pending_verification'
|
|
3952
|
-
| 'restricted_other'
|
|
3953
|
-
| 'unsupported_business'
|
|
3954
|
-
| 'unsupported_country'
|
|
3955
|
-
| 'unsupported_entity_type';
|
|
3956
|
-
|
|
3957
|
-
type Resolution =
|
|
3958
|
-
| 'contact_stripe'
|
|
3959
|
-
| 'no_resolution'
|
|
3960
|
-
| 'provide_info';
|
|
3961
|
-
}
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
|
|
3965
|
-
interface InboundTransfers {
|
|
3966
|
-
/**
|
|
3967
|
-
* Can pull funds from an external bank account, owned by yourself, to a FinancialAccount.
|
|
3968
|
-
*/
|
|
3969
|
-
bank_accounts?: InboundTransfers.BankAccounts;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
|
-
namespace InboundTransfers {
|
|
3973
|
-
interface BankAccounts {
|
|
3974
|
-
/**
|
|
3975
|
-
* Whether the Capability has been requested.
|
|
3976
|
-
*/
|
|
3977
|
-
requested: boolean;
|
|
3978
|
-
|
|
3979
|
-
/**
|
|
3980
|
-
* The status of the Capability.
|
|
3981
|
-
*/
|
|
3982
|
-
status: BankAccounts.Status;
|
|
3983
|
-
|
|
3984
|
-
/**
|
|
3985
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3986
|
-
*/
|
|
3987
|
-
status_details: Array<BankAccounts.StatusDetail>;
|
|
3988
|
-
}
|
|
3989
|
-
|
|
3990
|
-
namespace BankAccounts {
|
|
3991
|
-
type Status =
|
|
3992
|
-
| 'active'
|
|
3993
|
-
| 'pending'
|
|
3994
|
-
| 'restricted'
|
|
3995
|
-
| 'unsupported';
|
|
3996
|
-
|
|
3997
|
-
interface StatusDetail {
|
|
3998
|
-
/**
|
|
3999
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
4000
|
-
*/
|
|
4001
|
-
code: StatusDetail.Code;
|
|
4002
|
-
|
|
4003
|
-
/**
|
|
4004
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
4005
|
-
*/
|
|
4006
|
-
resolution: StatusDetail.Resolution;
|
|
4007
|
-
}
|
|
4008
|
-
|
|
4009
|
-
namespace StatusDetail {
|
|
4010
|
-
type Code =
|
|
4011
|
-
| 'determining_status'
|
|
4012
|
-
| 'requirements_past_due'
|
|
4013
|
-
| 'requirements_pending_verification'
|
|
4014
|
-
| 'restricted_other'
|
|
4015
|
-
| 'unsupported_business'
|
|
4016
|
-
| 'unsupported_country'
|
|
4017
|
-
| 'unsupported_entity_type';
|
|
4018
|
-
|
|
4019
|
-
type Resolution =
|
|
4020
|
-
| 'contact_stripe'
|
|
4021
|
-
| 'no_resolution'
|
|
4022
|
-
| 'provide_info';
|
|
4023
|
-
}
|
|
4024
|
-
}
|
|
4025
|
-
}
|
|
4026
|
-
|
|
4027
|
-
interface OutboundPayments {
|
|
4028
|
-
/**
|
|
4029
|
-
* Can send funds from a FinancialAccount to a bank account, owned by someone else.
|
|
4030
|
-
*/
|
|
4031
|
-
bank_accounts?: OutboundPayments.BankAccounts;
|
|
4032
|
-
|
|
4033
|
-
/**
|
|
4034
|
-
* Can send funds from a FinancialAccount to a debit card, owned by someone else.
|
|
4035
|
-
*/
|
|
4036
|
-
cards?: OutboundPayments.Cards;
|
|
4037
|
-
|
|
4038
|
-
/**
|
|
4039
|
-
* Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.
|
|
4040
|
-
*/
|
|
4041
|
-
financial_accounts?: OutboundPayments.FinancialAccounts;
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
namespace OutboundPayments {
|
|
4045
|
-
interface BankAccounts {
|
|
4046
|
-
/**
|
|
4047
|
-
* Whether the Capability has been requested.
|
|
4048
|
-
*/
|
|
4049
|
-
requested: boolean;
|
|
4050
|
-
|
|
4051
|
-
/**
|
|
4052
|
-
* The status of the Capability.
|
|
4053
|
-
*/
|
|
4054
|
-
status: BankAccounts.Status;
|
|
4055
|
-
|
|
4056
|
-
/**
|
|
4057
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
4058
|
-
*/
|
|
4059
|
-
status_details: Array<BankAccounts.StatusDetail>;
|
|
4060
|
-
}
|
|
4061
|
-
|
|
4062
|
-
namespace BankAccounts {
|
|
4063
|
-
type Status =
|
|
4064
|
-
| 'active'
|
|
4065
|
-
| 'pending'
|
|
4066
|
-
| 'restricted'
|
|
4067
|
-
| 'unsupported';
|
|
4068
|
-
|
|
4069
|
-
interface StatusDetail {
|
|
4070
|
-
/**
|
|
4071
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
4072
|
-
*/
|
|
4073
|
-
code: StatusDetail.Code;
|
|
4074
|
-
|
|
4075
|
-
/**
|
|
4076
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
4077
|
-
*/
|
|
4078
|
-
resolution: StatusDetail.Resolution;
|
|
4079
|
-
}
|
|
4080
|
-
|
|
4081
|
-
namespace StatusDetail {
|
|
4082
|
-
type Code =
|
|
4083
|
-
| 'determining_status'
|
|
4084
|
-
| 'requirements_past_due'
|
|
4085
|
-
| 'requirements_pending_verification'
|
|
4086
|
-
| 'restricted_other'
|
|
4087
|
-
| 'unsupported_business'
|
|
4088
|
-
| 'unsupported_country'
|
|
4089
|
-
| 'unsupported_entity_type';
|
|
4090
|
-
|
|
4091
|
-
type Resolution =
|
|
4092
|
-
| 'contact_stripe'
|
|
4093
|
-
| 'no_resolution'
|
|
4094
|
-
| 'provide_info';
|
|
4095
|
-
}
|
|
4096
|
-
}
|
|
4097
|
-
|
|
4098
|
-
interface Cards {
|
|
4099
|
-
/**
|
|
4100
|
-
* Whether the Capability has been requested.
|
|
4101
|
-
*/
|
|
4102
|
-
requested: boolean;
|
|
4103
|
-
|
|
4104
|
-
/**
|
|
4105
|
-
* The status of the Capability.
|
|
4106
|
-
*/
|
|
4107
|
-
status: Cards.Status;
|
|
4108
|
-
|
|
4109
|
-
/**
|
|
4110
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
4111
|
-
*/
|
|
4112
|
-
status_details: Array<Cards.StatusDetail>;
|
|
4113
|
-
}
|
|
4114
|
-
|
|
4115
|
-
namespace Cards {
|
|
4116
|
-
type Status =
|
|
4117
|
-
| 'active'
|
|
4118
|
-
| 'pending'
|
|
4119
|
-
| 'restricted'
|
|
4120
|
-
| 'unsupported';
|
|
4121
|
-
|
|
4122
|
-
interface StatusDetail {
|
|
4123
|
-
/**
|
|
4124
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
4125
|
-
*/
|
|
4126
|
-
code: StatusDetail.Code;
|
|
4127
|
-
|
|
4128
|
-
/**
|
|
4129
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
4130
|
-
*/
|
|
4131
|
-
resolution: StatusDetail.Resolution;
|
|
4132
|
-
}
|
|
4133
|
-
|
|
4134
|
-
namespace StatusDetail {
|
|
4135
|
-
type Code =
|
|
4136
|
-
| 'determining_status'
|
|
4137
|
-
| 'requirements_past_due'
|
|
4138
|
-
| 'requirements_pending_verification'
|
|
4139
|
-
| 'restricted_other'
|
|
4140
|
-
| 'unsupported_business'
|
|
4141
|
-
| 'unsupported_country'
|
|
4142
|
-
| 'unsupported_entity_type';
|
|
4143
|
-
|
|
4144
|
-
type Resolution =
|
|
4145
|
-
| 'contact_stripe'
|
|
4146
|
-
| 'no_resolution'
|
|
4147
|
-
| 'provide_info';
|
|
4148
|
-
}
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
|
-
interface FinancialAccounts {
|
|
4152
|
-
/**
|
|
4153
|
-
* Whether the Capability has been requested.
|
|
4154
|
-
*/
|
|
4155
|
-
requested: boolean;
|
|
4156
|
-
|
|
4157
|
-
/**
|
|
4158
|
-
* The status of the Capability.
|
|
4159
|
-
*/
|
|
4160
|
-
status: FinancialAccounts.Status;
|
|
4161
|
-
|
|
4162
|
-
/**
|
|
4163
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
4164
|
-
*/
|
|
4165
|
-
status_details: Array<FinancialAccounts.StatusDetail>;
|
|
4166
|
-
}
|
|
4167
|
-
|
|
4168
|
-
namespace FinancialAccounts {
|
|
4169
|
-
type Status =
|
|
4170
|
-
| 'active'
|
|
4171
|
-
| 'pending'
|
|
4172
|
-
| 'restricted'
|
|
4173
|
-
| 'unsupported';
|
|
4174
|
-
|
|
4175
|
-
interface StatusDetail {
|
|
4176
|
-
/**
|
|
4177
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
4178
|
-
*/
|
|
4179
|
-
code: StatusDetail.Code;
|
|
4180
|
-
|
|
4181
|
-
/**
|
|
4182
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
4183
|
-
*/
|
|
4184
|
-
resolution: StatusDetail.Resolution;
|
|
4185
|
-
}
|
|
4186
|
-
|
|
4187
|
-
namespace StatusDetail {
|
|
4188
|
-
type Code =
|
|
4189
|
-
| 'determining_status'
|
|
4190
|
-
| 'requirements_past_due'
|
|
4191
|
-
| 'requirements_pending_verification'
|
|
4192
|
-
| 'restricted_other'
|
|
4193
|
-
| 'unsupported_business'
|
|
4194
|
-
| 'unsupported_country'
|
|
4195
|
-
| 'unsupported_entity_type';
|
|
4196
|
-
|
|
4197
|
-
type Resolution =
|
|
4198
|
-
| 'contact_stripe'
|
|
4199
|
-
| 'no_resolution'
|
|
4200
|
-
| 'provide_info';
|
|
4201
|
-
}
|
|
4202
|
-
}
|
|
4203
|
-
}
|
|
4204
|
-
|
|
4205
|
-
interface OutboundTransfers {
|
|
4206
|
-
/**
|
|
4207
|
-
* Can send funds from a FinancialAccount, to a bank account, owned by yourself.
|
|
4208
|
-
*/
|
|
4209
|
-
bank_accounts?: OutboundTransfers.BankAccounts;
|
|
4210
|
-
|
|
4211
|
-
/**
|
|
4212
|
-
* Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.
|
|
4213
|
-
*/
|
|
4214
|
-
financial_accounts?: OutboundTransfers.FinancialAccounts;
|
|
4215
|
-
}
|
|
4216
|
-
|
|
4217
|
-
namespace OutboundTransfers {
|
|
4218
|
-
interface BankAccounts {
|
|
4219
|
-
/**
|
|
4220
|
-
* Whether the Capability has been requested.
|
|
4221
|
-
*/
|
|
4222
|
-
requested: boolean;
|
|
4223
|
-
|
|
4224
|
-
/**
|
|
4225
|
-
* The status of the Capability.
|
|
4226
|
-
*/
|
|
4227
|
-
status: BankAccounts.Status;
|
|
4228
|
-
|
|
4229
|
-
/**
|
|
4230
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
4231
|
-
*/
|
|
4232
|
-
status_details: Array<BankAccounts.StatusDetail>;
|
|
4233
|
-
}
|
|
4234
|
-
|
|
4235
|
-
namespace BankAccounts {
|
|
4236
|
-
type Status =
|
|
4237
|
-
| 'active'
|
|
4238
|
-
| 'pending'
|
|
4239
|
-
| 'restricted'
|
|
4240
|
-
| 'unsupported';
|
|
4241
|
-
|
|
4242
|
-
interface StatusDetail {
|
|
4243
|
-
/**
|
|
4244
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
4245
|
-
*/
|
|
4246
|
-
code: StatusDetail.Code;
|
|
4247
|
-
|
|
4248
|
-
/**
|
|
4249
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
4250
|
-
*/
|
|
4251
|
-
resolution: StatusDetail.Resolution;
|
|
4252
|
-
}
|
|
4253
|
-
|
|
4254
|
-
namespace StatusDetail {
|
|
4255
|
-
type Code =
|
|
4256
|
-
| 'determining_status'
|
|
4257
|
-
| 'requirements_past_due'
|
|
4258
|
-
| 'requirements_pending_verification'
|
|
4259
|
-
| 'restricted_other'
|
|
4260
|
-
| 'unsupported_business'
|
|
4261
|
-
| 'unsupported_country'
|
|
4262
|
-
| 'unsupported_entity_type';
|
|
4263
|
-
|
|
4264
|
-
type Resolution =
|
|
4265
|
-
| 'contact_stripe'
|
|
4266
|
-
| 'no_resolution'
|
|
4267
|
-
| 'provide_info';
|
|
4268
|
-
}
|
|
4269
|
-
}
|
|
4270
|
-
|
|
4271
|
-
interface FinancialAccounts {
|
|
4272
|
-
/**
|
|
4273
|
-
* Whether the Capability has been requested.
|
|
4274
|
-
*/
|
|
4275
|
-
requested: boolean;
|
|
4276
|
-
|
|
4277
|
-
/**
|
|
4278
|
-
* The status of the Capability.
|
|
4279
|
-
*/
|
|
4280
|
-
status: FinancialAccounts.Status;
|
|
4281
|
-
|
|
4282
|
-
/**
|
|
4283
|
-
* Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
4284
|
-
*/
|
|
4285
|
-
status_details: Array<FinancialAccounts.StatusDetail>;
|
|
4286
|
-
}
|
|
4287
|
-
|
|
4288
|
-
namespace FinancialAccounts {
|
|
4289
|
-
type Status =
|
|
4290
|
-
| 'active'
|
|
4291
|
-
| 'pending'
|
|
4292
|
-
| 'restricted'
|
|
4293
|
-
| 'unsupported';
|
|
4294
|
-
|
|
4295
|
-
interface StatusDetail {
|
|
4296
|
-
/**
|
|
4297
|
-
* Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
4298
|
-
*/
|
|
4299
|
-
code: StatusDetail.Code;
|
|
4300
|
-
|
|
4301
|
-
/**
|
|
4302
|
-
* Machine-readable code explaining how to make the Capability active.
|
|
4303
|
-
*/
|
|
4304
|
-
resolution: StatusDetail.Resolution;
|
|
4305
|
-
}
|
|
4306
|
-
|
|
4307
|
-
namespace StatusDetail {
|
|
4308
|
-
type Code =
|
|
4309
|
-
| 'determining_status'
|
|
4310
|
-
| 'requirements_past_due'
|
|
4311
|
-
| 'requirements_pending_verification'
|
|
4312
|
-
| 'restricted_other'
|
|
4313
|
-
| 'unsupported_business'
|
|
4314
|
-
| 'unsupported_country'
|
|
4315
|
-
| 'unsupported_entity_type';
|
|
4316
|
-
|
|
4317
|
-
type Resolution =
|
|
4318
|
-
| 'contact_stripe'
|
|
4319
|
-
| 'no_resolution'
|
|
4320
|
-
| 'provide_info';
|
|
4321
|
-
}
|
|
4322
|
-
}
|
|
4323
|
-
}
|
|
4324
|
-
}
|
|
4325
|
-
}
|
|
4326
|
-
}
|
|
4327
|
-
|
|
4328
|
-
type Dashboard = 'express' | 'full' | 'none';
|
|
4329
|
-
|
|
4330
|
-
interface Defaults {
|
|
4331
|
-
/**
|
|
4332
|
-
* 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).
|
|
4333
|
-
*/
|
|
4334
|
-
currency?: string;
|
|
4335
|
-
|
|
4336
|
-
/**
|
|
4337
|
-
* The Account's preferred locales (languages), ordered by preference.
|
|
4338
|
-
*/
|
|
4339
|
-
locales?: Array<Defaults.Locale>;
|
|
4340
|
-
|
|
4341
|
-
/**
|
|
4342
|
-
* Account profile information.
|
|
4343
|
-
*/
|
|
4344
|
-
profile?: Defaults.Profile;
|
|
4345
|
-
|
|
4346
|
-
/**
|
|
4347
|
-
* Default responsibilities held by either Stripe or the platform.
|
|
4348
|
-
*/
|
|
4349
|
-
responsibilities?: Defaults.Responsibilities;
|
|
4350
|
-
}
|
|
3189
|
+
/**
|
|
3190
|
+
* Default responsibilities held by either Stripe or the platform.
|
|
3191
|
+
*/
|
|
3192
|
+
responsibilities: Defaults.Responsibilities;
|
|
3193
|
+
}
|
|
4351
3194
|
|
|
4352
3195
|
namespace Defaults {
|
|
4353
3196
|
type Locale =
|
|
@@ -4443,7 +3286,7 @@ declare module 'stripe' {
|
|
|
4443
3286
|
business_url?: string;
|
|
4444
3287
|
|
|
4445
3288
|
/**
|
|
4446
|
-
* The
|
|
3289
|
+
* The customer-facing business name.
|
|
4447
3290
|
*/
|
|
4448
3291
|
doing_business_as?: string;
|
|
4449
3292
|
|
|
@@ -4455,14 +3298,14 @@ declare module 'stripe' {
|
|
|
4455
3298
|
|
|
4456
3299
|
interface Responsibilities {
|
|
4457
3300
|
/**
|
|
4458
|
-
*
|
|
3301
|
+
* Indicates whether the platform or connected account is responsible for paying Stripe fees for pricing-control-eligible products.
|
|
4459
3302
|
*/
|
|
4460
|
-
fees_collector
|
|
3303
|
+
fees_collector?: Responsibilities.FeesCollector;
|
|
4461
3304
|
|
|
4462
3305
|
/**
|
|
4463
|
-
* A value indicating
|
|
3306
|
+
* A value indicating responsibility for collecting requirements on this account.
|
|
4464
3307
|
*/
|
|
4465
|
-
losses_collector
|
|
3308
|
+
losses_collector?: Responsibilities.LossesCollector;
|
|
4466
3309
|
|
|
4467
3310
|
/**
|
|
4468
3311
|
* A value indicating responsibility for collecting requirements on this account.
|
|
@@ -4503,7 +3346,7 @@ declare module 'stripe' {
|
|
|
4503
3346
|
namespace FutureRequirements {
|
|
4504
3347
|
interface Entry {
|
|
4505
3348
|
/**
|
|
4506
|
-
*
|
|
3349
|
+
* Indicates whether the platform or Stripe is currently responsible for taking action on the requirement. Value can be `user` or `stripe`.
|
|
4507
3350
|
*/
|
|
4508
3351
|
awaiting_action_from: Entry.AwaitingActionFrom;
|
|
4509
3352
|
|
|
@@ -4699,15 +3542,10 @@ declare module 'stripe' {
|
|
|
4699
3542
|
| 'cartes_bancaires_payments'
|
|
4700
3543
|
| 'cashapp_payments'
|
|
4701
3544
|
| 'eps_payments'
|
|
4702
|
-
| 'financial_addresses.bank_accounts'
|
|
4703
3545
|
| 'fpx_payments'
|
|
4704
3546
|
| 'gb_bank_transfer_payments'
|
|
4705
3547
|
| 'grabpay_payments'
|
|
4706
|
-
| 'holds_currencies.eur'
|
|
4707
|
-
| 'holds_currencies.gbp'
|
|
4708
|
-
| 'holds_currencies.usd'
|
|
4709
3548
|
| 'ideal_payments'
|
|
4710
|
-
| 'inbound_transfers.financial_accounts'
|
|
4711
3549
|
| 'jcb_payments'
|
|
4712
3550
|
| 'jp_bank_transfer_payments'
|
|
4713
3551
|
| 'kakao_pay_payments'
|
|
@@ -4719,11 +3557,6 @@ declare module 'stripe' {
|
|
|
4719
3557
|
| 'multibanco_payments'
|
|
4720
3558
|
| 'mx_bank_transfer_payments'
|
|
4721
3559
|
| 'naver_pay_payments'
|
|
4722
|
-
| 'outbound_payments.bank_accounts'
|
|
4723
|
-
| 'outbound_payments.cards'
|
|
4724
|
-
| 'outbound_payments.financial_accounts'
|
|
4725
|
-
| 'outbound_transfers.bank_accounts'
|
|
4726
|
-
| 'outbound_transfers.financial_accounts'
|
|
4727
3560
|
| 'oxxo_payments'
|
|
4728
3561
|
| 'p24_payments'
|
|
4729
3562
|
| 'payco_payments'
|
|
@@ -4741,11 +3574,7 @@ declare module 'stripe' {
|
|
|
4741
3574
|
| 'us_bank_transfer_payments'
|
|
4742
3575
|
| 'zip_payments';
|
|
4743
3576
|
|
|
4744
|
-
type Configuration =
|
|
4745
|
-
| 'customer'
|
|
4746
|
-
| 'merchant'
|
|
4747
|
-
| 'recipient'
|
|
4748
|
-
| 'storer';
|
|
3577
|
+
type Configuration = 'customer' | 'merchant' | 'recipient';
|
|
4749
3578
|
|
|
4750
3579
|
interface Deadline {
|
|
4751
3580
|
/**
|
|
@@ -4974,11 +3803,6 @@ declare module 'stripe' {
|
|
|
4974
3803
|
* Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
4975
3804
|
*/
|
|
4976
3805
|
account?: TermsOfService.Account;
|
|
4977
|
-
|
|
4978
|
-
/**
|
|
4979
|
-
* Details on the Account's acceptance of Treasury-specific terms of service.
|
|
4980
|
-
*/
|
|
4981
|
-
storer?: TermsOfService.Storer;
|
|
4982
3806
|
}
|
|
4983
3807
|
|
|
4984
3808
|
namespace TermsOfService {
|
|
@@ -4998,23 +3822,6 @@ declare module 'stripe' {
|
|
|
4998
3822
|
*/
|
|
4999
3823
|
user_agent?: string;
|
|
5000
3824
|
}
|
|
5001
|
-
|
|
5002
|
-
interface Storer {
|
|
5003
|
-
/**
|
|
5004
|
-
* The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
5005
|
-
*/
|
|
5006
|
-
date?: string;
|
|
5007
|
-
|
|
5008
|
-
/**
|
|
5009
|
-
* The IP address from which the Account's representative accepted the terms of service.
|
|
5010
|
-
*/
|
|
5011
|
-
ip?: string;
|
|
5012
|
-
|
|
5013
|
-
/**
|
|
5014
|
-
* The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
5015
|
-
*/
|
|
5016
|
-
user_agent?: string;
|
|
5017
|
-
}
|
|
5018
3825
|
}
|
|
5019
3826
|
}
|
|
5020
3827
|
|
|
@@ -5035,7 +3842,7 @@ declare module 'stripe' {
|
|
|
5035
3842
|
documents?: BusinessDetails.Documents;
|
|
5036
3843
|
|
|
5037
3844
|
/**
|
|
5038
|
-
*
|
|
3845
|
+
* Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|
|
5039
3846
|
*/
|
|
5040
3847
|
estimated_worker_count?: number;
|
|
5041
3848
|
|
|
@@ -5045,7 +3852,7 @@ declare module 'stripe' {
|
|
|
5045
3852
|
id_numbers?: Array<BusinessDetails.IdNumber>;
|
|
5046
3853
|
|
|
5047
3854
|
/**
|
|
5048
|
-
* An estimate of the monthly revenue of the business.
|
|
3855
|
+
* An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.
|
|
5049
3856
|
*/
|
|
5050
3857
|
monthly_estimated_revenue?: BusinessDetails.MonthlyEstimatedRevenue;
|
|
5051
3858
|
|
|
@@ -5108,16 +3915,16 @@ declare module 'stripe' {
|
|
|
5108
3915
|
state?: string;
|
|
5109
3916
|
|
|
5110
3917
|
/**
|
|
5111
|
-
* Town or
|
|
3918
|
+
* Town or district.
|
|
5112
3919
|
*/
|
|
5113
3920
|
town?: string;
|
|
5114
3921
|
}
|
|
5115
3922
|
|
|
5116
3923
|
interface AnnualRevenue {
|
|
5117
3924
|
/**
|
|
5118
|
-
*
|
|
3925
|
+
* Annual revenue amount in minor currency units (for example, '123' for 1.23 USD).
|
|
5119
3926
|
*/
|
|
5120
|
-
amount?: Amount;
|
|
3927
|
+
amount?: AnnualRevenue.Amount;
|
|
5121
3928
|
|
|
5122
3929
|
/**
|
|
5123
3930
|
* The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
|
|
@@ -5125,6 +3932,20 @@ declare module 'stripe' {
|
|
|
5125
3932
|
fiscal_year_end?: string;
|
|
5126
3933
|
}
|
|
5127
3934
|
|
|
3935
|
+
namespace AnnualRevenue {
|
|
3936
|
+
interface Amount {
|
|
3937
|
+
/**
|
|
3938
|
+
* A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#minor-units).
|
|
3939
|
+
*/
|
|
3940
|
+
value?: number;
|
|
3941
|
+
|
|
3942
|
+
/**
|
|
3943
|
+
* 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).
|
|
3944
|
+
*/
|
|
3945
|
+
currency?: string;
|
|
3946
|
+
}
|
|
3947
|
+
}
|
|
3948
|
+
|
|
5128
3949
|
interface Documents {
|
|
5129
3950
|
/**
|
|
5130
3951
|
* One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the account's primary active bank account that displays the last 4 digits of the account number, either a statement or a check.
|
|
@@ -5332,70 +4153,111 @@ declare module 'stripe' {
|
|
|
5332
4153
|
| 'ao_nif'
|
|
5333
4154
|
| 'ar_cuit'
|
|
5334
4155
|
| 'at_fn'
|
|
4156
|
+
| 'at_stn'
|
|
4157
|
+
| 'at_vat'
|
|
5335
4158
|
| 'au_abn'
|
|
5336
4159
|
| 'au_acn'
|
|
5337
4160
|
| 'au_in'
|
|
5338
4161
|
| 'az_tin'
|
|
5339
4162
|
| 'bd_etin'
|
|
5340
4163
|
| 'be_cbe'
|
|
4164
|
+
| 'be_vat'
|
|
5341
4165
|
| 'bg_uic'
|
|
4166
|
+
| 'bg_vat'
|
|
5342
4167
|
| 'br_cnpj'
|
|
5343
4168
|
| 'ca_cn'
|
|
5344
4169
|
| 'ca_crarr'
|
|
4170
|
+
| 'ca_gst_hst'
|
|
5345
4171
|
| 'ca_neq'
|
|
5346
4172
|
| 'ca_rid'
|
|
5347
4173
|
| 'ch_chid'
|
|
5348
4174
|
| 'ch_uid'
|
|
5349
4175
|
| 'cr_cpj'
|
|
5350
4176
|
| 'cr_nite'
|
|
4177
|
+
| 'cy_he'
|
|
5351
4178
|
| 'cy_tic'
|
|
4179
|
+
| 'cy_vat'
|
|
5352
4180
|
| 'cz_ico'
|
|
4181
|
+
| 'cz_vat'
|
|
5353
4182
|
| 'de_hrn'
|
|
4183
|
+
| 'de_stn'
|
|
5354
4184
|
| 'de_vat'
|
|
5355
4185
|
| 'dk_cvr'
|
|
4186
|
+
| 'dk_vat'
|
|
5356
4187
|
| 'do_rcn'
|
|
5357
4188
|
| 'ee_rk'
|
|
4189
|
+
| 'ee_vat'
|
|
5358
4190
|
| 'es_cif'
|
|
4191
|
+
| 'es_vat'
|
|
4192
|
+
| 'fi_vat'
|
|
5359
4193
|
| 'fi_yt'
|
|
4194
|
+
| 'fr_rna'
|
|
5360
4195
|
| 'fr_siren'
|
|
5361
4196
|
| 'fr_vat'
|
|
5362
4197
|
| 'gb_crn'
|
|
5363
4198
|
| 'gi_crn'
|
|
4199
|
+
| 'gr_afm'
|
|
5364
4200
|
| 'gr_gemi'
|
|
4201
|
+
| 'gr_vat'
|
|
5365
4202
|
| 'gt_nit'
|
|
5366
4203
|
| 'hk_br'
|
|
5367
4204
|
| 'hk_cr'
|
|
5368
|
-
| '
|
|
4205
|
+
| 'hr_mbs'
|
|
4206
|
+
| 'hr_oib'
|
|
4207
|
+
| 'hr_vat'
|
|
5369
4208
|
| 'hu_cjs'
|
|
4209
|
+
| 'hu_tin'
|
|
4210
|
+
| 'hu_vat'
|
|
5370
4211
|
| 'ie_crn'
|
|
4212
|
+
| 'ie_trn'
|
|
4213
|
+
| 'ie_vat'
|
|
5371
4214
|
| 'it_rea'
|
|
5372
4215
|
| 'it_vat'
|
|
5373
4216
|
| 'jp_cn'
|
|
5374
4217
|
| 'kz_bin'
|
|
5375
4218
|
| 'li_uid'
|
|
5376
4219
|
| 'lt_ccrn'
|
|
4220
|
+
| 'lt_vat'
|
|
4221
|
+
| 'lu_nif'
|
|
5377
4222
|
| 'lu_rcs'
|
|
4223
|
+
| 'lu_vat'
|
|
5378
4224
|
| 'lv_urn'
|
|
4225
|
+
| 'lv_vat'
|
|
5379
4226
|
| 'mt_crn'
|
|
4227
|
+
| 'mt_tin'
|
|
4228
|
+
| 'mt_vat'
|
|
5380
4229
|
| 'mx_rfc'
|
|
5381
4230
|
| 'my_brn'
|
|
5382
4231
|
| 'my_coid'
|
|
4232
|
+
| 'my_itn'
|
|
5383
4233
|
| 'my_sst'
|
|
5384
4234
|
| 'mz_nuit'
|
|
5385
4235
|
| 'nl_kvk'
|
|
4236
|
+
| 'nl_rsin'
|
|
4237
|
+
| 'nl_vat'
|
|
5386
4238
|
| 'no_orgnr'
|
|
5387
4239
|
| 'nz_bn'
|
|
4240
|
+
| 'nz_ird'
|
|
5388
4241
|
| 'pe_ruc'
|
|
5389
4242
|
| 'pk_ntn'
|
|
4243
|
+
| 'pl_nip'
|
|
5390
4244
|
| 'pl_regon'
|
|
4245
|
+
| 'pl_vat'
|
|
5391
4246
|
| 'pt_vat'
|
|
5392
4247
|
| 'ro_cui'
|
|
4248
|
+
| 'ro_orc'
|
|
4249
|
+
| 'ro_vat'
|
|
5393
4250
|
| 'sa_crn'
|
|
5394
4251
|
| 'sa_tin'
|
|
5395
4252
|
| 'se_orgnr'
|
|
4253
|
+
| 'se_vat'
|
|
5396
4254
|
| 'sg_uen'
|
|
5397
4255
|
| 'si_msp'
|
|
4256
|
+
| 'si_tin'
|
|
4257
|
+
| 'si_vat'
|
|
4258
|
+
| 'sk_dic'
|
|
5398
4259
|
| 'sk_ico'
|
|
4260
|
+
| 'sk_vat'
|
|
5399
4261
|
| 'th_crn'
|
|
5400
4262
|
| 'th_prn'
|
|
5401
4263
|
| 'th_tin'
|
|
@@ -5404,9 +4266,23 @@ declare module 'stripe' {
|
|
|
5404
4266
|
|
|
5405
4267
|
interface MonthlyEstimatedRevenue {
|
|
5406
4268
|
/**
|
|
5407
|
-
*
|
|
4269
|
+
* Estimated monthly revenue amount in minor currency units (for example, '123' for 1.23 USD).
|
|
5408
4270
|
*/
|
|
5409
|
-
amount?: Amount;
|
|
4271
|
+
amount?: MonthlyEstimatedRevenue.Amount;
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
namespace MonthlyEstimatedRevenue {
|
|
4275
|
+
interface Amount {
|
|
4276
|
+
/**
|
|
4277
|
+
* A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#minor-units).
|
|
4278
|
+
*/
|
|
4279
|
+
value?: number;
|
|
4280
|
+
|
|
4281
|
+
/**
|
|
4282
|
+
* 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).
|
|
4283
|
+
*/
|
|
4284
|
+
currency?: string;
|
|
4285
|
+
}
|
|
5410
4286
|
}
|
|
5411
4287
|
|
|
5412
4288
|
interface ScriptAddresses {
|
|
@@ -5454,7 +4330,7 @@ declare module 'stripe' {
|
|
|
5454
4330
|
state?: string;
|
|
5455
4331
|
|
|
5456
4332
|
/**
|
|
5457
|
-
* Town or
|
|
4333
|
+
* Town or district.
|
|
5458
4334
|
*/
|
|
5459
4335
|
town?: string;
|
|
5460
4336
|
}
|
|
@@ -5491,7 +4367,7 @@ declare module 'stripe' {
|
|
|
5491
4367
|
state?: string;
|
|
5492
4368
|
|
|
5493
4369
|
/**
|
|
5494
|
-
* Town or
|
|
4370
|
+
* Town or district.
|
|
5495
4371
|
*/
|
|
5496
4372
|
town?: string;
|
|
5497
4373
|
}
|
|
@@ -5716,7 +4592,7 @@ declare module 'stripe' {
|
|
|
5716
4592
|
state?: string;
|
|
5717
4593
|
|
|
5718
4594
|
/**
|
|
5719
|
-
* Town or
|
|
4595
|
+
* Town or district.
|
|
5720
4596
|
*/
|
|
5721
4597
|
town?: string;
|
|
5722
4598
|
}
|
|
@@ -5805,7 +4681,7 @@ declare module 'stripe' {
|
|
|
5805
4681
|
state?: string;
|
|
5806
4682
|
|
|
5807
4683
|
/**
|
|
5808
|
-
* Town or
|
|
4684
|
+
* Town or district.
|
|
5809
4685
|
*/
|
|
5810
4686
|
town?: string;
|
|
5811
4687
|
}
|
|
@@ -5955,36 +4831,81 @@ declare module 'stripe' {
|
|
|
5955
4831
|
type Type =
|
|
5956
4832
|
| 'ae_eid'
|
|
5957
4833
|
| 'ao_nif'
|
|
4834
|
+
| 'ar_cuil'
|
|
5958
4835
|
| 'ar_dni'
|
|
4836
|
+
| 'at_stn'
|
|
5959
4837
|
| 'az_tin'
|
|
5960
4838
|
| 'bd_brc'
|
|
5961
4839
|
| 'bd_etin'
|
|
5962
4840
|
| 'bd_nid'
|
|
4841
|
+
| 'be_nrn'
|
|
4842
|
+
| 'bg_ucn'
|
|
4843
|
+
| 'bn_nric'
|
|
5963
4844
|
| 'br_cpf'
|
|
4845
|
+
| 'ca_sin'
|
|
4846
|
+
| 'ch_oasi'
|
|
4847
|
+
| 'cl_rut'
|
|
4848
|
+
| 'cn_pp'
|
|
4849
|
+
| 'co_nuip'
|
|
4850
|
+
| 'cr_ci'
|
|
5964
4851
|
| 'cr_cpf'
|
|
5965
4852
|
| 'cr_dimex'
|
|
5966
4853
|
| 'cr_nite'
|
|
4854
|
+
| 'cy_tic'
|
|
4855
|
+
| 'cz_rc'
|
|
5967
4856
|
| 'de_stn'
|
|
4857
|
+
| 'dk_cpr'
|
|
4858
|
+
| 'do_cie'
|
|
5968
4859
|
| 'do_rcn'
|
|
4860
|
+
| 'ec_ci'
|
|
4861
|
+
| 'ee_ik'
|
|
4862
|
+
| 'es_nif'
|
|
4863
|
+
| 'fi_hetu'
|
|
4864
|
+
| 'fr_nir'
|
|
4865
|
+
| 'gb_nino'
|
|
4866
|
+
| 'gr_afm'
|
|
5969
4867
|
| 'gt_nit'
|
|
5970
4868
|
| 'hk_id'
|
|
4869
|
+
| 'hr_oib'
|
|
4870
|
+
| 'hu_ad'
|
|
4871
|
+
| 'id_nik'
|
|
4872
|
+
| 'ie_ppsn'
|
|
4873
|
+
| 'is_kt'
|
|
4874
|
+
| 'it_cf'
|
|
4875
|
+
| 'jp_inc'
|
|
4876
|
+
| 'ke_pin'
|
|
5971
4877
|
| 'kz_iin'
|
|
4878
|
+
| 'li_peid'
|
|
4879
|
+
| 'lt_ak'
|
|
4880
|
+
| 'lu_nif'
|
|
4881
|
+
| 'lv_pk'
|
|
5972
4882
|
| 'mx_rfc'
|
|
5973
4883
|
| 'my_nric'
|
|
5974
4884
|
| 'mz_nuit'
|
|
4885
|
+
| 'ng_nin'
|
|
5975
4886
|
| 'nl_bsn'
|
|
4887
|
+
| 'no_nin'
|
|
4888
|
+
| 'nz_ird'
|
|
5976
4889
|
| 'pe_dni'
|
|
5977
4890
|
| 'pk_cnic'
|
|
5978
4891
|
| 'pk_snic'
|
|
4892
|
+
| 'pl_pesel'
|
|
4893
|
+
| 'pt_nif'
|
|
4894
|
+
| 'ro_cnp'
|
|
5979
4895
|
| 'sa_tin'
|
|
4896
|
+
| 'se_pin'
|
|
5980
4897
|
| 'sg_fin'
|
|
5981
4898
|
| 'sg_nric'
|
|
4899
|
+
| 'sk_dic'
|
|
5982
4900
|
| 'th_lc'
|
|
5983
4901
|
| 'th_pin'
|
|
4902
|
+
| 'tr_tin'
|
|
5984
4903
|
| 'us_itin'
|
|
5985
4904
|
| 'us_itin_last_4'
|
|
5986
4905
|
| 'us_ssn'
|
|
5987
|
-
| 'us_ssn_last_4'
|
|
4906
|
+
| 'us_ssn_last_4'
|
|
4907
|
+
| 'uy_dni'
|
|
4908
|
+
| 'za_id';
|
|
5988
4909
|
}
|
|
5989
4910
|
|
|
5990
4911
|
type LegalGender = 'female' | 'male';
|
|
@@ -5993,12 +4914,12 @@ declare module 'stripe' {
|
|
|
5993
4914
|
|
|
5994
4915
|
interface Relationship {
|
|
5995
4916
|
/**
|
|
5996
|
-
* Whether the individual is an authorizer of the Account's
|
|
4917
|
+
* Whether the individual is an authorizer of the Account's identity.
|
|
5997
4918
|
*/
|
|
5998
4919
|
authorizer?: boolean;
|
|
5999
4920
|
|
|
6000
4921
|
/**
|
|
6001
|
-
* Whether the individual is a director of the Account's
|
|
4922
|
+
* Whether the individual is a director of the Account's identity. Directors are typically members of the governing board of the company or are responsible for making sure that the company meets its regulatory obligations.
|
|
6002
4923
|
*/
|
|
6003
4924
|
director?: boolean;
|
|
6004
4925
|
|
|
@@ -6013,12 +4934,12 @@ declare module 'stripe' {
|
|
|
6013
4934
|
legal_guardian?: boolean;
|
|
6014
4935
|
|
|
6015
4936
|
/**
|
|
6016
|
-
* Whether the individual is an owner of the Account's
|
|
4937
|
+
* Whether the individual is an owner of the Account's identity.
|
|
6017
4938
|
*/
|
|
6018
4939
|
owner?: boolean;
|
|
6019
4940
|
|
|
6020
4941
|
/**
|
|
6021
|
-
* The
|
|
4942
|
+
* The percentage of the Account's identity that the individual owns.
|
|
6022
4943
|
*/
|
|
6023
4944
|
percent_ownership?: string;
|
|
6024
4945
|
|
|
@@ -6078,7 +4999,7 @@ declare module 'stripe' {
|
|
|
6078
4999
|
state?: string;
|
|
6079
5000
|
|
|
6080
5001
|
/**
|
|
6081
|
-
* Town or
|
|
5002
|
+
* Town or district.
|
|
6082
5003
|
*/
|
|
6083
5004
|
town?: string;
|
|
6084
5005
|
}
|
|
@@ -6115,7 +5036,7 @@ declare module 'stripe' {
|
|
|
6115
5036
|
state?: string;
|
|
6116
5037
|
|
|
6117
5038
|
/**
|
|
6118
|
-
* Town or
|
|
5039
|
+
* Town or district.
|
|
6119
5040
|
*/
|
|
6120
5041
|
town?: string;
|
|
6121
5042
|
}
|
|
@@ -6176,7 +5097,7 @@ declare module 'stripe' {
|
|
|
6176
5097
|
namespace Requirements {
|
|
6177
5098
|
interface Entry {
|
|
6178
5099
|
/**
|
|
6179
|
-
*
|
|
5100
|
+
* Indicates whether the platform or Stripe is currently responsible for taking action on the requirement. Value can be `user` or `stripe`.
|
|
6180
5101
|
*/
|
|
6181
5102
|
awaiting_action_from: Entry.AwaitingActionFrom;
|
|
6182
5103
|
|
|
@@ -6372,15 +5293,10 @@ declare module 'stripe' {
|
|
|
6372
5293
|
| 'cartes_bancaires_payments'
|
|
6373
5294
|
| 'cashapp_payments'
|
|
6374
5295
|
| 'eps_payments'
|
|
6375
|
-
| 'financial_addresses.bank_accounts'
|
|
6376
5296
|
| 'fpx_payments'
|
|
6377
5297
|
| 'gb_bank_transfer_payments'
|
|
6378
5298
|
| 'grabpay_payments'
|
|
6379
|
-
| 'holds_currencies.eur'
|
|
6380
|
-
| 'holds_currencies.gbp'
|
|
6381
|
-
| 'holds_currencies.usd'
|
|
6382
5299
|
| 'ideal_payments'
|
|
6383
|
-
| 'inbound_transfers.financial_accounts'
|
|
6384
5300
|
| 'jcb_payments'
|
|
6385
5301
|
| 'jp_bank_transfer_payments'
|
|
6386
5302
|
| 'kakao_pay_payments'
|
|
@@ -6392,11 +5308,6 @@ declare module 'stripe' {
|
|
|
6392
5308
|
| 'multibanco_payments'
|
|
6393
5309
|
| 'mx_bank_transfer_payments'
|
|
6394
5310
|
| 'naver_pay_payments'
|
|
6395
|
-
| 'outbound_payments.bank_accounts'
|
|
6396
|
-
| 'outbound_payments.cards'
|
|
6397
|
-
| 'outbound_payments.financial_accounts'
|
|
6398
|
-
| 'outbound_transfers.bank_accounts'
|
|
6399
|
-
| 'outbound_transfers.financial_accounts'
|
|
6400
5311
|
| 'oxxo_payments'
|
|
6401
5312
|
| 'p24_payments'
|
|
6402
5313
|
| 'payco_payments'
|
|
@@ -6414,11 +5325,7 @@ declare module 'stripe' {
|
|
|
6414
5325
|
| 'us_bank_transfer_payments'
|
|
6415
5326
|
| 'zip_payments';
|
|
6416
5327
|
|
|
6417
|
-
type Configuration =
|
|
6418
|
-
| 'customer'
|
|
6419
|
-
| 'merchant'
|
|
6420
|
-
| 'recipient'
|
|
6421
|
-
| 'storer';
|
|
5328
|
+
type Configuration = 'customer' | 'merchant' | 'recipient';
|
|
6422
5329
|
|
|
6423
5330
|
interface Deadline {
|
|
6424
5331
|
/**
|