stripe 22.2.0-beta.3 → 22.2.0
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 +84 -1730
- package/OPENAPI_VERSION +1 -1
- package/README.md +65 -57
- package/VERSION +1 -1
- package/cjs/Error.d.ts +0 -50
- package/cjs/Error.js +1 -125
- package/cjs/Error.js.map +1 -1
- package/cjs/RequestSender.d.ts +1 -0
- package/cjs/RequestSender.js +10 -2
- package/cjs/RequestSender.js.map +1 -1
- package/cjs/Types.d.ts +2 -4
- package/cjs/Types.js.map +1 -1
- package/cjs/apiVersion.d.ts +2 -1
- package/cjs/apiVersion.js +3 -2
- package/cjs/apiVersion.js.map +1 -1
- package/cjs/lib.d.ts +48 -3
- package/cjs/net/FetchHttpClient.js.map +1 -1
- package/cjs/net/HttpClient.js.map +1 -1
- package/cjs/platform/NodePlatformFunctions.d.ts +6 -0
- package/cjs/platform/NodePlatformFunctions.js +17 -0
- package/cjs/platform/NodePlatformFunctions.js.map +1 -1
- package/cjs/platform/PlatformFunctions.d.ts +13 -0
- package/cjs/platform/PlatformFunctions.js +21 -0
- package/cjs/platform/PlatformFunctions.js.map +1 -1
- package/cjs/resources/AccountLinks.d.ts +1 -1
- package/cjs/resources/AccountSessions.d.ts +0 -262
- package/cjs/resources/AccountSessions.js.map +1 -1
- package/cjs/resources/Accounts.d.ts +45 -819
- package/cjs/resources/Accounts.js +0 -15
- package/cjs/resources/Accounts.js.map +1 -1
- package/cjs/resources/Apps/index.d.ts +4 -4
- package/cjs/resources/Balance.d.ts +0 -67
- package/cjs/resources/BalanceSettings.d.ts +86 -0
- package/cjs/resources/BankAccounts.d.ts +2 -2
- package/cjs/resources/Billing/AlertTriggereds.d.ts +1 -2
- package/cjs/resources/Billing/index.d.ts +24 -27
- package/cjs/resources/Billing/index.js +0 -2
- package/cjs/resources/Billing/index.js.map +1 -1
- package/cjs/resources/BillingPortal/index.d.ts +5 -5
- package/cjs/resources/Capabilities.d.ts +2 -2
- package/cjs/resources/Cards.d.ts +0 -4
- package/cjs/resources/Charges.d.ts +92 -3064
- package/cjs/resources/Checkout/Sessions.d.ts +51 -414
- package/cjs/resources/Checkout/index.d.ts +6 -6
- package/cjs/resources/Climate/index.d.ts +9 -9
- package/cjs/resources/ConfirmationTokens.d.ts +7 -67
- package/cjs/resources/Coupons.d.ts +0 -47
- package/cjs/resources/CreditNoteLineItems.d.ts +1 -15
- package/cjs/resources/CreditNotes.d.ts +1 -7
- package/cjs/resources/CreditNotes.js +0 -14
- package/cjs/resources/CreditNotes.js.map +1 -1
- package/cjs/resources/CustomerSessions.d.ts +0 -68
- package/cjs/resources/Customers.d.ts +1 -7
- package/cjs/resources/Customers.js +0 -15
- package/cjs/resources/Customers.js.map +1 -1
- package/cjs/resources/Discounts.d.ts +4 -4
- package/cjs/resources/Disputes.d.ts +0 -29
- package/cjs/resources/Entitlements/index.d.ts +6 -6
- package/cjs/resources/Events.d.ts +2 -547
- package/cjs/resources/ExternalAccounts.d.ts +1 -212
- package/cjs/resources/ExternalAccounts.js +0 -44
- package/cjs/resources/ExternalAccounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/Accounts.d.ts +4 -74
- package/cjs/resources/FinancialConnections/Accounts.js +0 -8
- package/cjs/resources/FinancialConnections/Accounts.js.map +1 -1
- package/cjs/resources/FinancialConnections/Sessions.d.ts +7 -155
- package/cjs/resources/FinancialConnections/index.d.ts +13 -28
- package/cjs/resources/FinancialConnections/index.js +0 -4
- package/cjs/resources/FinancialConnections/index.js.map +1 -1
- package/cjs/resources/Forwarding/index.d.ts +3 -3
- package/cjs/resources/Identity/index.d.ts +8 -8
- package/cjs/resources/InvoiceItems.d.ts +28 -85
- package/cjs/resources/InvoiceItems.js.map +1 -1
- package/cjs/resources/InvoiceLineItems.d.ts +2 -40
- package/cjs/resources/Invoices.d.ts +26 -1348
- package/cjs/resources/Invoices.js +0 -70
- package/cjs/resources/Invoices.js.map +1 -1
- package/cjs/resources/Issuing/Cardholders.d.ts +1 -2
- package/cjs/resources/Issuing/Disputes.d.ts +1 -1
- package/cjs/resources/Issuing/PersonalizationDesigns.d.ts +1 -1
- package/cjs/resources/Issuing/Transactions.d.ts +0 -9
- package/cjs/resources/Issuing/Transactions.js.map +1 -1
- package/cjs/resources/Issuing/index.d.ts +35 -60
- package/cjs/resources/Issuing/index.js +0 -6
- package/cjs/resources/Issuing/index.js.map +1 -1
- package/cjs/resources/LineItems.d.ts +2 -29
- package/cjs/resources/Mandates.d.ts +4 -33
- package/cjs/resources/Mandates.js +0 -8
- package/cjs/resources/Mandates.js.map +1 -1
- package/cjs/resources/OAuth.d.ts +7 -8
- package/cjs/resources/PaymentAttemptRecords.d.ts +23 -92
- package/cjs/resources/PaymentIntents.d.ts +6510 -17236
- package/cjs/resources/PaymentIntents.js +3 -28
- package/cjs/resources/PaymentIntents.js.map +1 -1
- package/cjs/resources/PaymentLinks.d.ts +88 -20
- package/cjs/resources/PaymentMethodConfigurations.d.ts +93 -299
- package/cjs/resources/PaymentMethods.d.ts +22 -152
- package/cjs/resources/PaymentMethods.js.map +1 -1
- package/cjs/resources/PaymentRecords.d.ts +23 -92
- package/cjs/resources/Payouts.d.ts +1 -1
- package/cjs/resources/Persons.d.ts +2 -2
- package/cjs/resources/Plans.d.ts +0 -16
- package/cjs/resources/Prices.d.ts +0 -52
- package/cjs/resources/Products.d.ts +0 -42
- package/cjs/resources/PromotionCodes.d.ts +0 -12
- package/cjs/resources/PromotionCodes.js +0 -28
- package/cjs/resources/PromotionCodes.js.map +1 -1
- package/cjs/resources/Quotes.d.ts +160 -2369
- package/cjs/resources/Quotes.js +13 -1181
- package/cjs/resources/Quotes.js.map +1 -1
- package/cjs/resources/Radar/PaymentEvaluations.d.ts +2 -2
- package/cjs/resources/Radar/index.d.ts +12 -12
- package/cjs/resources/Refunds.d.ts +3 -11
- package/cjs/resources/Reporting/index.d.ts +5 -5
- package/cjs/resources/Reserve/Holds.d.ts +1 -53
- package/cjs/resources/Reserve/Holds.js +0 -19
- package/cjs/resources/Reserve/Holds.js.map +1 -1
- package/cjs/resources/Reserve/Plans.d.ts +0 -16
- package/cjs/resources/Reserve/Plans.js +0 -11
- package/cjs/resources/Reserve/Plans.js.map +1 -1
- package/cjs/resources/Reserve/Releases.d.ts +1 -41
- package/cjs/resources/Reserve/Releases.js +0 -19
- package/cjs/resources/Reserve/Releases.js.map +1 -1
- package/cjs/resources/Reserve/index.d.ts +3 -14
- package/cjs/resources/Reserve/index.js +2 -10
- package/cjs/resources/Reserve/index.js.map +1 -1
- package/cjs/resources/SetupAttempts.d.ts +3 -25
- package/cjs/resources/SetupIntents.d.ts +77 -336
- package/cjs/resources/Sigma/index.d.ts +2 -2
- package/cjs/resources/Sources.d.ts +1 -16
- package/cjs/resources/SubscriptionItems.d.ts +4 -165
- package/cjs/resources/SubscriptionSchedules.d.ts +16 -1174
- package/cjs/resources/SubscriptionSchedules.js +0 -48
- package/cjs/resources/SubscriptionSchedules.js.map +1 -1
- package/cjs/resources/Subscriptions.d.ts +32 -490
- package/cjs/resources/Subscriptions.js +2 -31
- package/cjs/resources/Subscriptions.js.map +1 -1
- package/cjs/resources/Tax/CalculationLineItems.d.ts +2 -6
- package/cjs/resources/Tax/Calculations.d.ts +3 -7
- package/cjs/resources/Tax/Registrations.d.ts +2 -138
- package/cjs/resources/Tax/Transactions.d.ts +2 -2
- package/cjs/resources/Tax/index.d.ts +17 -31
- package/cjs/resources/Tax/index.js +0 -4
- package/cjs/resources/Tax/index.js.map +1 -1
- package/cjs/resources/TaxCodes.d.ts +0 -15
- package/cjs/resources/Terminal/Configurations.d.ts +108 -27
- package/cjs/resources/Terminal/Readers.d.ts +143 -19
- package/cjs/resources/Terminal/Readers.js.map +1 -1
- package/cjs/resources/Terminal/index.d.ts +25 -30
- package/cjs/resources/Terminal/index.js +0 -2
- package/cjs/resources/Terminal/index.js.map +1 -1
- package/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +14 -79
- package/cjs/resources/TestHelpers/TestClocks.d.ts +4 -0
- package/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +0 -22
- package/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
- package/cjs/resources/TestHelpers/index.d.ts +5 -8
- package/cjs/resources/TestHelpers/index.js +4 -6
- package/cjs/resources/TestHelpers/index.js.map +1 -1
- package/cjs/resources/Transfers.d.ts +0 -8
- package/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +0 -5
- package/cjs/resources/Treasury/FinancialAccounts.d.ts +1 -34
- package/cjs/resources/Treasury/OutboundPayments.d.ts +0 -8
- package/cjs/resources/Treasury/OutboundTransfers.d.ts +0 -44
- package/cjs/resources/Treasury/ReceivedCredits.d.ts +0 -22
- package/cjs/resources/Treasury/ReceivedDebits.d.ts +0 -26
- package/cjs/resources/Treasury/index.d.ts +33 -33
- package/cjs/resources/V2/Billing/index.d.ts +6 -45
- package/cjs/resources/V2/Billing/index.js +0 -8
- package/cjs/resources/V2/Billing/index.js.map +1 -1
- package/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +2 -2
- package/cjs/resources/V2/Core/AccountLinks.d.ts +4 -4
- package/cjs/resources/V2/Core/AccountTokens.d.ts +32 -14
- package/cjs/resources/V2/Core/AccountTokens.js +5 -1
- package/cjs/resources/V2/Core/AccountTokens.js.map +1 -1
- package/cjs/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/cjs/resources/V2/Core/Accounts.d.ts +233 -1171
- package/cjs/resources/V2/Core/Accounts.js +1 -1
- package/cjs/resources/V2/Core/EventDestinations.d.ts +2 -2
- package/cjs/resources/V2/Core/Events.d.ts +8 -1126
- package/cjs/resources/V2/Core/Events.js +2 -1
- package/cjs/resources/V2/Core/Events.js.map +1 -1
- package/cjs/resources/V2/Core/index.d.ts +19 -29
- package/cjs/resources/V2/Core/index.js +0 -4
- package/cjs/resources/V2/Core/index.js.map +1 -1
- package/cjs/resources/V2/index.d.ts +0 -27
- package/cjs/resources/V2/index.js +0 -14
- package/cjs/resources/V2/index.js.map +1 -1
- package/cjs/resources/WebhookEndpoints.d.ts +3 -3
- package/cjs/resources.d.ts +0 -10
- package/cjs/resources.js +10 -146
- package/cjs/resources.js.map +1 -1
- package/cjs/stripe.core.d.ts +29 -69
- package/cjs/stripe.core.js +44 -61
- package/cjs/stripe.core.js.map +1 -1
- package/cjs/utils.d.ts +0 -2
- package/cjs/utils.js +1 -16
- package/cjs/utils.js.map +1 -1
- package/esm/Error.d.ts +0 -50
- package/esm/Error.js +0 -109
- package/esm/Error.js.map +1 -1
- package/esm/RequestSender.d.ts +1 -0
- package/esm/RequestSender.js +11 -3
- package/esm/RequestSender.js.map +1 -1
- package/esm/Types.d.ts +2 -4
- package/esm/Types.js.map +1 -1
- package/esm/apiVersion.d.ts +2 -1
- package/esm/apiVersion.js +2 -1
- package/esm/apiVersion.js.map +1 -1
- package/esm/lib.d.ts +48 -3
- package/esm/net/FetchHttpClient.js.map +1 -1
- package/esm/net/HttpClient.js.map +1 -1
- package/esm/platform/NodePlatformFunctions.d.ts +6 -0
- package/esm/platform/NodePlatformFunctions.js +17 -0
- package/esm/platform/NodePlatformFunctions.js.map +1 -1
- package/esm/platform/PlatformFunctions.d.ts +13 -0
- package/esm/platform/PlatformFunctions.js +21 -0
- package/esm/platform/PlatformFunctions.js.map +1 -1
- package/esm/resources/AccountLinks.d.ts +1 -1
- package/esm/resources/AccountSessions.d.ts +0 -262
- package/esm/resources/AccountSessions.js.map +1 -1
- package/esm/resources/Accounts.d.ts +45 -819
- package/esm/resources/Accounts.js +0 -15
- package/esm/resources/Accounts.js.map +1 -1
- package/esm/resources/Apps/index.d.ts +4 -4
- package/esm/resources/Balance.d.ts +0 -67
- package/esm/resources/BalanceSettings.d.ts +86 -0
- package/esm/resources/BankAccounts.d.ts +2 -2
- package/esm/resources/Billing/AlertTriggereds.d.ts +1 -2
- package/esm/resources/Billing/index.d.ts +24 -27
- package/esm/resources/Billing/index.js +0 -2
- package/esm/resources/Billing/index.js.map +1 -1
- package/esm/resources/BillingPortal/index.d.ts +5 -5
- package/esm/resources/Capabilities.d.ts +2 -2
- package/esm/resources/Cards.d.ts +0 -4
- package/esm/resources/Charges.d.ts +92 -3064
- package/esm/resources/Checkout/Sessions.d.ts +51 -414
- package/esm/resources/Checkout/index.d.ts +6 -6
- package/esm/resources/Climate/index.d.ts +9 -9
- package/esm/resources/ConfirmationTokens.d.ts +7 -67
- package/esm/resources/Coupons.d.ts +0 -47
- package/esm/resources/CreditNoteLineItems.d.ts +1 -15
- package/esm/resources/CreditNotes.d.ts +1 -7
- package/esm/resources/CreditNotes.js +0 -14
- package/esm/resources/CreditNotes.js.map +1 -1
- package/esm/resources/CustomerSessions.d.ts +0 -68
- package/esm/resources/Customers.d.ts +1 -7
- package/esm/resources/Customers.js +0 -15
- package/esm/resources/Customers.js.map +1 -1
- package/esm/resources/Discounts.d.ts +4 -4
- package/esm/resources/Disputes.d.ts +0 -29
- package/esm/resources/Entitlements/index.d.ts +6 -6
- package/esm/resources/Events.d.ts +2 -547
- package/esm/resources/ExternalAccounts.d.ts +1 -212
- package/esm/resources/ExternalAccounts.js +1 -42
- package/esm/resources/ExternalAccounts.js.map +1 -1
- package/esm/resources/FinancialConnections/Accounts.d.ts +4 -74
- package/esm/resources/FinancialConnections/Accounts.js +0 -8
- package/esm/resources/FinancialConnections/Accounts.js.map +1 -1
- package/esm/resources/FinancialConnections/Sessions.d.ts +7 -155
- package/esm/resources/FinancialConnections/index.d.ts +13 -28
- package/esm/resources/FinancialConnections/index.js +0 -4
- package/esm/resources/FinancialConnections/index.js.map +1 -1
- package/esm/resources/Forwarding/index.d.ts +3 -3
- package/esm/resources/Identity/index.d.ts +8 -8
- package/esm/resources/InvoiceItems.d.ts +28 -85
- package/esm/resources/InvoiceItems.js.map +1 -1
- package/esm/resources/InvoiceLineItems.d.ts +2 -40
- package/esm/resources/Invoices.d.ts +26 -1348
- package/esm/resources/Invoices.js +0 -70
- package/esm/resources/Invoices.js.map +1 -1
- package/esm/resources/Issuing/Cardholders.d.ts +1 -2
- package/esm/resources/Issuing/Disputes.d.ts +1 -1
- package/esm/resources/Issuing/PersonalizationDesigns.d.ts +1 -1
- package/esm/resources/Issuing/Transactions.d.ts +0 -9
- package/esm/resources/Issuing/Transactions.js.map +1 -1
- package/esm/resources/Issuing/index.d.ts +35 -60
- package/esm/resources/Issuing/index.js +0 -6
- package/esm/resources/Issuing/index.js.map +1 -1
- package/esm/resources/LineItems.d.ts +2 -29
- package/esm/resources/Mandates.d.ts +4 -33
- package/esm/resources/Mandates.js +0 -8
- package/esm/resources/Mandates.js.map +1 -1
- package/esm/resources/OAuth.d.ts +7 -8
- package/esm/resources/PaymentAttemptRecords.d.ts +23 -92
- package/esm/resources/PaymentIntents.d.ts +6510 -17236
- package/esm/resources/PaymentIntents.js +3 -28
- package/esm/resources/PaymentIntents.js.map +1 -1
- package/esm/resources/PaymentLinks.d.ts +88 -20
- package/esm/resources/PaymentMethodConfigurations.d.ts +93 -299
- package/esm/resources/PaymentMethods.d.ts +22 -152
- package/esm/resources/PaymentMethods.js.map +1 -1
- package/esm/resources/PaymentRecords.d.ts +23 -92
- package/esm/resources/Payouts.d.ts +1 -1
- package/esm/resources/Persons.d.ts +2 -2
- package/esm/resources/Plans.d.ts +0 -16
- package/esm/resources/Prices.d.ts +0 -52
- package/esm/resources/Products.d.ts +0 -42
- package/esm/resources/PromotionCodes.d.ts +0 -12
- package/esm/resources/PromotionCodes.js +0 -28
- package/esm/resources/PromotionCodes.js.map +1 -1
- package/esm/resources/Quotes.d.ts +160 -2369
- package/esm/resources/Quotes.js +13 -1181
- package/esm/resources/Quotes.js.map +1 -1
- package/esm/resources/Radar/PaymentEvaluations.d.ts +2 -2
- package/esm/resources/Radar/index.d.ts +12 -12
- package/esm/resources/Refunds.d.ts +3 -11
- package/esm/resources/Reporting/index.d.ts +5 -5
- package/esm/resources/Reserve/Holds.d.ts +1 -53
- package/esm/resources/Reserve/Holds.js +1 -17
- package/esm/resources/Reserve/Holds.js.map +1 -1
- package/esm/resources/Reserve/Plans.d.ts +0 -16
- package/esm/resources/Reserve/Plans.js +1 -9
- package/esm/resources/Reserve/Plans.js.map +1 -1
- package/esm/resources/Reserve/Releases.d.ts +1 -41
- package/esm/resources/Reserve/Releases.js +1 -17
- package/esm/resources/Reserve/Releases.js.map +1 -1
- package/esm/resources/Reserve/index.d.ts +3 -14
- package/esm/resources/Reserve/index.js +2 -10
- package/esm/resources/Reserve/index.js.map +1 -1
- package/esm/resources/SetupAttempts.d.ts +3 -25
- package/esm/resources/SetupIntents.d.ts +77 -336
- package/esm/resources/Sigma/index.d.ts +2 -2
- package/esm/resources/Sources.d.ts +1 -16
- package/esm/resources/SubscriptionItems.d.ts +4 -165
- package/esm/resources/SubscriptionSchedules.d.ts +16 -1174
- package/esm/resources/SubscriptionSchedules.js +0 -48
- package/esm/resources/SubscriptionSchedules.js.map +1 -1
- package/esm/resources/Subscriptions.d.ts +32 -490
- package/esm/resources/Subscriptions.js +2 -31
- package/esm/resources/Subscriptions.js.map +1 -1
- package/esm/resources/Tax/CalculationLineItems.d.ts +2 -6
- package/esm/resources/Tax/Calculations.d.ts +3 -7
- package/esm/resources/Tax/Registrations.d.ts +2 -138
- package/esm/resources/Tax/Transactions.d.ts +2 -2
- package/esm/resources/Tax/index.d.ts +17 -31
- package/esm/resources/Tax/index.js +0 -4
- package/esm/resources/Tax/index.js.map +1 -1
- package/esm/resources/TaxCodes.d.ts +0 -15
- package/esm/resources/Terminal/Configurations.d.ts +108 -27
- package/esm/resources/Terminal/Readers.d.ts +143 -19
- package/esm/resources/Terminal/Readers.js.map +1 -1
- package/esm/resources/Terminal/index.d.ts +25 -30
- package/esm/resources/Terminal/index.js +0 -2
- package/esm/resources/Terminal/index.js.map +1 -1
- package/esm/resources/TestHelpers/ConfirmationTokens.d.ts +14 -79
- package/esm/resources/TestHelpers/TestClocks.d.ts +4 -0
- package/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +0 -22
- package/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +0 -22
- package/esm/resources/TestHelpers/index.d.ts +5 -8
- package/esm/resources/TestHelpers/index.js +0 -2
- package/esm/resources/TestHelpers/index.js.map +1 -1
- package/esm/resources/Transfers.d.ts +0 -8
- package/esm/resources/Treasury/FinancialAccountFeatures.d.ts +0 -5
- package/esm/resources/Treasury/FinancialAccounts.d.ts +1 -34
- package/esm/resources/Treasury/OutboundPayments.d.ts +0 -8
- package/esm/resources/Treasury/OutboundTransfers.d.ts +0 -44
- package/esm/resources/Treasury/ReceivedCredits.d.ts +0 -22
- package/esm/resources/Treasury/ReceivedDebits.d.ts +0 -26
- package/esm/resources/Treasury/index.d.ts +33 -33
- package/esm/resources/V2/Billing/index.d.ts +6 -45
- package/esm/resources/V2/Billing/index.js +0 -8
- package/esm/resources/V2/Billing/index.js.map +1 -1
- package/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +2 -2
- package/esm/resources/V2/Core/AccountLinks.d.ts +4 -4
- package/esm/resources/V2/Core/AccountTokens.d.ts +32 -14
- package/esm/resources/V2/Core/AccountTokens.js +5 -1
- package/esm/resources/V2/Core/AccountTokens.js.map +1 -1
- package/esm/resources/V2/Core/Accounts/Persons.d.ts +2 -2
- package/esm/resources/V2/Core/Accounts.d.ts +233 -1171
- package/esm/resources/V2/Core/Accounts.js +1 -1
- package/esm/resources/V2/Core/EventDestinations.d.ts +2 -2
- package/esm/resources/V2/Core/Events.d.ts +8 -1126
- package/esm/resources/V2/Core/Events.js +2 -1
- package/esm/resources/V2/Core/Events.js.map +1 -1
- package/esm/resources/V2/Core/index.d.ts +19 -29
- package/esm/resources/V2/Core/index.js +0 -4
- package/esm/resources/V2/Core/index.js.map +1 -1
- package/esm/resources/V2/index.d.ts +0 -27
- package/esm/resources/V2/index.js +0 -14
- package/esm/resources/V2/index.js.map +1 -1
- package/esm/resources/WebhookEndpoints.d.ts +3 -3
- package/esm/resources.d.ts +0 -10
- package/esm/resources.js +0 -131
- package/esm/resources.js.map +1 -1
- package/esm/stripe.core.d.ts +29 -69
- package/esm/stripe.core.js +15 -32
- package/esm/stripe.core.js.map +1 -1
- package/esm/stripe.esm.node.d.ts +29 -70
- package/esm/stripe.esm.node.js +15 -32
- package/esm/stripe.esm.node.js.map +1 -1
- package/esm/utils.d.ts +0 -2
- package/esm/utils.js +0 -13
- package/esm/utils.js.map +1 -1
- package/package.json +1 -1
- package/cjs/StripeEventNotificationHandler.d.ts +0 -22
- package/cjs/StripeEventNotificationHandler.js +0 -147
- package/cjs/StripeEventNotificationHandler.js.map +0 -1
- package/cjs/resources/AccountNotices.d.ts +0 -140
- package/cjs/resources/AccountNotices.js +0 -29
- package/cjs/resources/AccountNotices.js.map +0 -1
- package/cjs/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
- package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -15
- package/cjs/resources/Billing/Analytics/MeterUsage.js.map +0 -1
- package/cjs/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js +0 -4
- package/cjs/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
- package/cjs/resources/Billing/Analytics/index.d.ts +0 -15
- package/cjs/resources/Billing/Analytics/index.js +0 -13
- package/cjs/resources/Billing/Analytics/index.js.map +0 -1
- package/cjs/resources/Capital/FinancingOffers.d.ts +0 -191
- package/cjs/resources/Capital/FinancingOffers.js +0 -30
- package/cjs/resources/Capital/FinancingOffers.js.map +0 -1
- package/cjs/resources/Capital/FinancingSummary.d.ts +0 -98
- package/cjs/resources/Capital/FinancingSummary.js +0 -15
- package/cjs/resources/Capital/FinancingSummary.js.map +0 -1
- package/cjs/resources/Capital/FinancingTransactions.d.ts +0 -143
- package/cjs/resources/Capital/FinancingTransactions.js +0 -24
- package/cjs/resources/Capital/FinancingTransactions.js.map +0 -1
- package/cjs/resources/Capital/index.d.ts +0 -25
- package/cjs/resources/Capital/index.js +0 -17
- package/cjs/resources/Capital/index.js.map +0 -1
- package/cjs/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js +0 -4
- package/cjs/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
- package/cjs/resources/FinancialConnections/Authorizations.d.ts +0 -87
- package/cjs/resources/FinancialConnections/Authorizations.js +0 -15
- package/cjs/resources/FinancialConnections/Authorizations.js.map +0 -1
- package/cjs/resources/FinancialConnections/Institutions.d.ts +0 -101
- package/cjs/resources/FinancialConnections/Institutions.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js.map +0 -1
- package/cjs/resources/FxQuotes.d.ts +0 -212
- package/cjs/resources/FxQuotes.js +0 -29
- package/cjs/resources/FxQuotes.js.map +0 -1
- package/cjs/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -640
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -47
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
- package/cjs/resources/Issuing/DisputeSettlementDetails.d.ts +0 -95
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -23
- package/cjs/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
- package/cjs/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -23
- package/cjs/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
- package/cjs/resources/Issuing/Settlements.d.ts +0 -85
- package/cjs/resources/Issuing/Settlements.js +0 -4
- package/cjs/resources/Issuing/Settlements.js.map +0 -1
- package/cjs/resources/Margins.d.ts +0 -115
- package/cjs/resources/Margins.js +0 -35
- package/cjs/resources/Margins.js.map +0 -1
- package/cjs/resources/Orders.d.ts +0 -4693
- package/cjs/resources/Orders.js +0 -457
- package/cjs/resources/Orders.js.map +0 -1
- package/cjs/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -37
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js +0 -4
- package/cjs/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
- package/cjs/resources/Privacy/RedactionJobs.d.ts +0 -229
- package/cjs/resources/Privacy/RedactionJobs.js +0 -73
- package/cjs/resources/Privacy/RedactionJobs.js.map +0 -1
- package/cjs/resources/Privacy/index.d.ts +0 -22
- package/cjs/resources/Privacy/index.js +0 -13
- package/cjs/resources/Privacy/index.js.map +0 -1
- package/cjs/resources/ProductCatalog/TrialOffers.d.ts +0 -127
- package/cjs/resources/ProductCatalog/TrialOffers.js +0 -15
- package/cjs/resources/ProductCatalog/TrialOffers.js.map +0 -1
- package/cjs/resources/ProductCatalog/index.d.ts +0 -12
- package/cjs/resources/ProductCatalog/index.js +0 -13
- package/cjs/resources/ProductCatalog/index.js.map +0 -1
- package/cjs/resources/QuoteLines.d.ts +0 -507
- package/cjs/resources/QuoteLines.js +0 -4
- package/cjs/resources/QuoteLines.js.map +0 -1
- package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1116
- package/cjs/resources/QuotePreviewInvoices.js +0 -4
- package/cjs/resources/QuotePreviewInvoices.js.map +0 -1
- package/cjs/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -733
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js +0 -4
- package/cjs/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
- package/cjs/resources/SharedPayment/GrantedTokens.d.ts +0 -1089
- package/cjs/resources/SharedPayment/GrantedTokens.js +0 -15
- package/cjs/resources/SharedPayment/GrantedTokens.js.map +0 -1
- package/cjs/resources/SharedPayment/IssuedTokens.d.ts +0 -308
- package/cjs/resources/SharedPayment/IssuedTokens.js +0 -27
- package/cjs/resources/SharedPayment/IssuedTokens.js.map +0 -1
- package/cjs/resources/SharedPayment/index.d.ts +0 -19
- package/cjs/resources/SharedPayment/index.js +0 -15
- package/cjs/resources/SharedPayment/index.js.map +0 -1
- package/cjs/resources/Tax/Forms.d.ts +0 -230
- package/cjs/resources/Tax/Forms.js +0 -32
- package/cjs/resources/Tax/Forms.js.map +0 -1
- package/cjs/resources/Tax/Locations.d.ts +0 -108
- package/cjs/resources/Tax/Locations.js +0 -33
- package/cjs/resources/Tax/Locations.js.map +0 -1
- package/cjs/resources/Terminal/ReaderCollectedData.d.ts +0 -52
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -15
- package/cjs/resources/Terminal/ReaderCollectedData.js.map +0 -1
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -21
- package/cjs/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
- package/cjs/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
- package/cjs/resources/TestHelpers/SharedPayment/index.js +0 -13
- package/cjs/resources/TestHelpers/SharedPayment/index.js.map +0 -1
- package/cjs/resources/V2/Billing/BillSettingVersions.d.ts +0 -75
- package/cjs/resources/V2/Billing/BillSettingVersions.js +0 -4
- package/cjs/resources/V2/Billing/BillSettingVersions.js.map +0 -1
- package/cjs/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -23
- package/cjs/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
- package/cjs/resources/V2/Billing/BillSettings.d.ts +0 -284
- package/cjs/resources/V2/Billing/BillSettings.js +0 -41
- package/cjs/resources/V2/Billing/BillSettings.js.map +0 -1
- package/cjs/resources/V2/Billing/Cadences.d.ts +0 -951
- package/cjs/resources/V2/Billing/Cadences.js +0 -198
- package/cjs/resources/V2/Billing/Cadences.js.map +0 -1
- package/cjs/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -240
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js +0 -4
- package/cjs/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -70
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
- package/cjs/resources/V2/Billing/CollectionSettings.d.ts +0 -779
- package/cjs/resources/V2/Billing/CollectionSettings.js +0 -166
- package/cjs/resources/V2/Billing/CollectionSettings.js.map +0 -1
- package/cjs/resources/V2/Billing/Profiles.d.ts +0 -166
- package/cjs/resources/V2/Billing/Profiles.js +0 -35
- package/cjs/resources/V2/Billing/Profiles.js.map +0 -1
- package/cjs/resources/V2/Core/BatchJobs.d.ts +0 -373
- package/cjs/resources/V2/Core/BatchJobs.js +0 -225
- package/cjs/resources/V2/Core/BatchJobs.js.map +0 -1
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -285
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -54
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -254
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -62
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
- package/cjs/resources/V2/Core/Vault/index.d.ts +0 -28
- package/cjs/resources/V2/Core/Vault/index.js +0 -15
- package/cjs/resources/V2/Core/Vault/index.js.map +0 -1
- package/cjs/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -156
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js +0 -46
- package/cjs/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
- package/cjs/resources/V2/Data/Reporting/index.d.ts +0 -13
- package/cjs/resources/V2/Data/Reporting/index.js +0 -13
- package/cjs/resources/V2/Data/Reporting/index.js.map +0 -1
- package/cjs/resources/V2/Data/index.d.ts +0 -10
- package/cjs/resources/V2/Data/index.js +0 -13
- package/cjs/resources/V2/Data/index.js.map +0 -1
- package/cjs/resources/V2/EventMisc.d.ts +0 -0
- package/cjs/resources/V2/EventMisc.js +0 -2
- package/cjs/resources/V2/EventMisc.js.map +0 -1
- package/cjs/resources/V2/Extend/WorkflowRuns.d.ts +0 -166
- package/cjs/resources/V2/Extend/WorkflowRuns.js +0 -23
- package/cjs/resources/V2/Extend/WorkflowRuns.js.map +0 -1
- package/cjs/resources/V2/Extend/Workflows.d.ts +0 -123
- package/cjs/resources/V2/Extend/Workflows.js +0 -30
- package/cjs/resources/V2/Extend/Workflows.js.map +0 -1
- package/cjs/resources/V2/Extend/index.d.ts +0 -20
- package/cjs/resources/V2/Extend/index.js +0 -15
- package/cjs/resources/V2/Extend/index.js.map +0 -1
- package/cjs/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js +0 -4
- package/cjs/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -4
- package/cjs/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
- package/cjs/resources/V2/Iam/ActivityLogs.d.ts +0 -204
- package/cjs/resources/V2/Iam/ActivityLogs.js +0 -17
- package/cjs/resources/V2/Iam/ActivityLogs.js.map +0 -1
- package/cjs/resources/V2/Iam/index.d.ts +0 -12
- package/cjs/resources/V2/Iam/index.js +0 -13
- package/cjs/resources/V2/Iam/index.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/Adjustments.d.ts +0 -135
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -23
- package/cjs/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -244
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -44
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -215
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -31
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -254
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -30
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -212
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -22
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -388
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -41
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -299
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -49
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -330
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -39
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -243
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -44
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -96
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -17
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -292
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -23
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -161
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -23
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -165
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -23
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +0 -196
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -23
- package/cjs/resources/V2/MoneyManagement/Transactions.js.map +0 -1
- package/cjs/resources/V2/MoneyManagement/index.d.ts +0 -104
- package/cjs/resources/V2/MoneyManagement/index.js +0 -39
- package/cjs/resources/V2/MoneyManagement/index.js.map +0 -1
- package/cjs/resources/V2/Network/BusinessProfiles.d.ts +0 -96
- package/cjs/resources/V2/Network/BusinessProfiles.js +0 -21
- package/cjs/resources/V2/Network/BusinessProfiles.js.map +0 -1
- package/cjs/resources/V2/Network/index.d.ts +0 -13
- package/cjs/resources/V2/Network/index.js +0 -13
- package/cjs/resources/V2/Network/index.js.map +0 -1
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -147
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js +0 -41
- package/cjs/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
- package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
- package/cjs/resources/V2/OrchestratedCommerce/index.js +0 -13
- package/cjs/resources/V2/OrchestratedCommerce/index.js.map +0 -1
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -23
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
- package/cjs/resources/V2/TestHelpers/index.d.ts +0 -8
- package/cjs/resources/V2/TestHelpers/index.js +0 -13
- package/cjs/resources/V2/TestHelpers/index.js.map +0 -1
- package/esm/StripeEventNotificationHandler.d.ts +0 -22
- package/esm/StripeEventNotificationHandler.js +0 -143
- package/esm/StripeEventNotificationHandler.js.map +0 -1
- package/esm/resources/AccountNotices.d.ts +0 -140
- package/esm/resources/AccountNotices.js +0 -25
- package/esm/resources/AccountNotices.js.map +0 -1
- package/esm/resources/Billing/Analytics/MeterUsage.d.ts +0 -84
- package/esm/resources/Billing/Analytics/MeterUsage.js +0 -11
- package/esm/resources/Billing/Analytics/MeterUsage.js.map +0 -1
- package/esm/resources/Billing/Analytics/MeterUsageRows.d.ts +0 -32
- package/esm/resources/Billing/Analytics/MeterUsageRows.js +0 -3
- package/esm/resources/Billing/Analytics/MeterUsageRows.js.map +0 -1
- package/esm/resources/Billing/Analytics/index.d.ts +0 -15
- package/esm/resources/Billing/Analytics/index.js +0 -9
- package/esm/resources/Billing/Analytics/index.js.map +0 -1
- package/esm/resources/Capital/FinancingOffers.d.ts +0 -191
- package/esm/resources/Capital/FinancingOffers.js +0 -26
- package/esm/resources/Capital/FinancingOffers.js.map +0 -1
- package/esm/resources/Capital/FinancingSummary.d.ts +0 -98
- package/esm/resources/Capital/FinancingSummary.js +0 -11
- package/esm/resources/Capital/FinancingSummary.js.map +0 -1
- package/esm/resources/Capital/FinancingTransactions.d.ts +0 -143
- package/esm/resources/Capital/FinancingTransactions.js +0 -20
- package/esm/resources/Capital/FinancingTransactions.js.map +0 -1
- package/esm/resources/Capital/index.d.ts +0 -25
- package/esm/resources/Capital/index.js +0 -13
- package/esm/resources/Capital/index.js.map +0 -1
- package/esm/resources/FinancialConnections/AccountInferredBalances.d.ts +0 -24
- package/esm/resources/FinancialConnections/AccountInferredBalances.js +0 -3
- package/esm/resources/FinancialConnections/AccountInferredBalances.js.map +0 -1
- package/esm/resources/FinancialConnections/Authorizations.d.ts +0 -87
- package/esm/resources/FinancialConnections/Authorizations.js +0 -11
- package/esm/resources/FinancialConnections/Authorizations.js.map +0 -1
- package/esm/resources/FinancialConnections/Institutions.d.ts +0 -101
- package/esm/resources/FinancialConnections/Institutions.js +0 -19
- package/esm/resources/FinancialConnections/Institutions.js.map +0 -1
- package/esm/resources/FxQuotes.d.ts +0 -212
- package/esm/resources/FxQuotes.js +0 -25
- package/esm/resources/FxQuotes.js.map +0 -1
- package/esm/resources/Issuing/CreditUnderwritingRecords.d.ts +0 -640
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -43
- package/esm/resources/Issuing/CreditUnderwritingRecords.js.map +0 -1
- package/esm/resources/Issuing/DisputeSettlementDetails.d.ts +0 -95
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -19
- package/esm/resources/Issuing/DisputeSettlementDetails.js.map +0 -1
- package/esm/resources/Issuing/FraudLiabilityDebits.d.ts +0 -68
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -19
- package/esm/resources/Issuing/FraudLiabilityDebits.js.map +0 -1
- package/esm/resources/Issuing/Settlements.d.ts +0 -85
- package/esm/resources/Issuing/Settlements.js +0 -3
- package/esm/resources/Issuing/Settlements.js.map +0 -1
- package/esm/resources/Margins.d.ts +0 -115
- package/esm/resources/Margins.js +0 -31
- package/esm/resources/Margins.js.map +0 -1
- package/esm/resources/Orders.d.ts +0 -4693
- package/esm/resources/Orders.js +0 -453
- package/esm/resources/Orders.js.map +0 -1
- package/esm/resources/Privacy/RedactionJobValidationErrors.d.ts +0 -37
- package/esm/resources/Privacy/RedactionJobValidationErrors.js +0 -3
- package/esm/resources/Privacy/RedactionJobValidationErrors.js.map +0 -1
- package/esm/resources/Privacy/RedactionJobs.d.ts +0 -229
- package/esm/resources/Privacy/RedactionJobs.js +0 -69
- package/esm/resources/Privacy/RedactionJobs.js.map +0 -1
- package/esm/resources/Privacy/index.d.ts +0 -22
- package/esm/resources/Privacy/index.js +0 -9
- package/esm/resources/Privacy/index.js.map +0 -1
- package/esm/resources/ProductCatalog/TrialOffers.d.ts +0 -127
- package/esm/resources/ProductCatalog/TrialOffers.js +0 -11
- package/esm/resources/ProductCatalog/TrialOffers.js.map +0 -1
- package/esm/resources/ProductCatalog/index.d.ts +0 -12
- package/esm/resources/ProductCatalog/index.js +0 -9
- package/esm/resources/ProductCatalog/index.js.map +0 -1
- package/esm/resources/QuoteLines.d.ts +0 -507
- package/esm/resources/QuoteLines.js +0 -3
- package/esm/resources/QuoteLines.js.map +0 -1
- package/esm/resources/QuotePreviewInvoices.d.ts +0 -1116
- package/esm/resources/QuotePreviewInvoices.js +0 -3
- package/esm/resources/QuotePreviewInvoices.js.map +0 -1
- package/esm/resources/QuotePreviewSubscriptionSchedules.d.ts +0 -733
- package/esm/resources/QuotePreviewSubscriptionSchedules.js +0 -3
- package/esm/resources/QuotePreviewSubscriptionSchedules.js.map +0 -1
- package/esm/resources/SharedPayment/GrantedTokens.d.ts +0 -1089
- package/esm/resources/SharedPayment/GrantedTokens.js +0 -11
- package/esm/resources/SharedPayment/GrantedTokens.js.map +0 -1
- package/esm/resources/SharedPayment/IssuedTokens.d.ts +0 -308
- package/esm/resources/SharedPayment/IssuedTokens.js +0 -23
- package/esm/resources/SharedPayment/IssuedTokens.js.map +0 -1
- package/esm/resources/SharedPayment/index.d.ts +0 -19
- package/esm/resources/SharedPayment/index.js +0 -11
- package/esm/resources/SharedPayment/index.js.map +0 -1
- package/esm/resources/Tax/Forms.d.ts +0 -230
- package/esm/resources/Tax/Forms.js +0 -28
- package/esm/resources/Tax/Forms.js.map +0 -1
- package/esm/resources/Tax/Locations.d.ts +0 -108
- package/esm/resources/Tax/Locations.js +0 -29
- package/esm/resources/Tax/Locations.js.map +0 -1
- package/esm/resources/Terminal/ReaderCollectedData.d.ts +0 -52
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -11
- package/esm/resources/Terminal/ReaderCollectedData.js.map +0 -1
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.d.ts +0 -68
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js +0 -17
- package/esm/resources/TestHelpers/SharedPayment/GrantedTokens.js.map +0 -1
- package/esm/resources/TestHelpers/SharedPayment/index.d.ts +0 -8
- package/esm/resources/TestHelpers/SharedPayment/index.js +0 -9
- package/esm/resources/TestHelpers/SharedPayment/index.js.map +0 -1
- package/esm/resources/V2/Billing/BillSettingVersions.d.ts +0 -75
- package/esm/resources/V2/Billing/BillSettingVersions.js +0 -3
- package/esm/resources/V2/Billing/BillSettingVersions.js.map +0 -1
- package/esm/resources/V2/Billing/BillSettings/Versions.d.ts +0 -33
- package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -19
- package/esm/resources/V2/Billing/BillSettings/Versions.js.map +0 -1
- package/esm/resources/V2/Billing/BillSettings.d.ts +0 -284
- package/esm/resources/V2/Billing/BillSettings.js +0 -37
- package/esm/resources/V2/Billing/BillSettings.js.map +0 -1
- package/esm/resources/V2/Billing/Cadences.d.ts +0 -951
- package/esm/resources/V2/Billing/Cadences.js +0 -194
- package/esm/resources/V2/Billing/Cadences.js.map +0 -1
- package/esm/resources/V2/Billing/CollectionSettingVersions.d.ts +0 -240
- package/esm/resources/V2/Billing/CollectionSettingVersions.js +0 -3
- package/esm/resources/V2/Billing/CollectionSettingVersions.js.map +0 -1
- package/esm/resources/V2/Billing/CollectionSettings/Versions.d.ts +0 -33
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -66
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js.map +0 -1
- package/esm/resources/V2/Billing/CollectionSettings.d.ts +0 -779
- package/esm/resources/V2/Billing/CollectionSettings.js +0 -162
- package/esm/resources/V2/Billing/CollectionSettings.js.map +0 -1
- package/esm/resources/V2/Billing/Profiles.d.ts +0 -166
- package/esm/resources/V2/Billing/Profiles.js +0 -31
- package/esm/resources/V2/Billing/Profiles.js.map +0 -1
- package/esm/resources/V2/Core/BatchJobs.d.ts +0 -373
- package/esm/resources/V2/Core/BatchJobs.js +0 -221
- package/esm/resources/V2/Core/BatchJobs.js.map +0 -1
- package/esm/resources/V2/Core/Vault/GbBankAccounts.d.ts +0 -285
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -50
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js.map +0 -1
- package/esm/resources/V2/Core/Vault/UsBankAccounts.d.ts +0 -254
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -58
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js.map +0 -1
- package/esm/resources/V2/Core/Vault/index.d.ts +0 -28
- package/esm/resources/V2/Core/Vault/index.js +0 -11
- package/esm/resources/V2/Core/Vault/index.js.map +0 -1
- package/esm/resources/V2/Data/Reporting/QueryRuns.d.ts +0 -156
- package/esm/resources/V2/Data/Reporting/QueryRuns.js +0 -42
- package/esm/resources/V2/Data/Reporting/QueryRuns.js.map +0 -1
- package/esm/resources/V2/Data/Reporting/index.d.ts +0 -13
- package/esm/resources/V2/Data/Reporting/index.js +0 -9
- package/esm/resources/V2/Data/Reporting/index.js.map +0 -1
- package/esm/resources/V2/Data/index.d.ts +0 -10
- package/esm/resources/V2/Data/index.js +0 -9
- package/esm/resources/V2/Data/index.js.map +0 -1
- package/esm/resources/V2/EventMisc.d.ts +0 -0
- package/esm/resources/V2/EventMisc.js +0 -2
- package/esm/resources/V2/EventMisc.js.map +0 -1
- package/esm/resources/V2/Extend/WorkflowRuns.d.ts +0 -166
- package/esm/resources/V2/Extend/WorkflowRuns.js +0 -19
- package/esm/resources/V2/Extend/WorkflowRuns.js.map +0 -1
- package/esm/resources/V2/Extend/Workflows.d.ts +0 -123
- package/esm/resources/V2/Extend/Workflows.js +0 -26
- package/esm/resources/V2/Extend/Workflows.js.map +0 -1
- package/esm/resources/V2/Extend/index.d.ts +0 -20
- package/esm/resources/V2/Extend/index.js +0 -11
- package/esm/resources/V2/Extend/index.js.map +0 -1
- package/esm/resources/V2/FinancialAddressCreditSimulations.d.ts +0 -14
- package/esm/resources/V2/FinancialAddressCreditSimulations.js +0 -3
- package/esm/resources/V2/FinancialAddressCreditSimulations.js.map +0 -1
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -19
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js +0 -3
- package/esm/resources/V2/FinancialAddressGeneratedMicrodeposits.js.map +0 -1
- package/esm/resources/V2/Iam/ActivityLogs.d.ts +0 -204
- package/esm/resources/V2/Iam/ActivityLogs.js +0 -13
- package/esm/resources/V2/Iam/ActivityLogs.js.map +0 -1
- package/esm/resources/V2/Iam/index.d.ts +0 -12
- package/esm/resources/V2/Iam/index.js +0 -9
- package/esm/resources/V2/Iam/index.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/Adjustments.d.ts +0 -135
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -19
- package/esm/resources/V2/MoneyManagement/Adjustments.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +0 -244
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -40
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.d.ts +0 -215
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -27
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/InboundTransfers.d.ts +0 -254
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -26
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -212
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundPayments.d.ts +0 -388
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -37
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -299
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -45
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.d.ts +0 -330
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -35
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/PayoutMethods.d.ts +0 -243
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -40
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -96
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -13
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.d.ts +0 -292
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -19
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +0 -161
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -19
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +0 -165
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -19
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/Transactions.d.ts +0 -196
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -19
- package/esm/resources/V2/MoneyManagement/Transactions.js.map +0 -1
- package/esm/resources/V2/MoneyManagement/index.d.ts +0 -104
- package/esm/resources/V2/MoneyManagement/index.js +0 -35
- package/esm/resources/V2/MoneyManagement/index.js.map +0 -1
- package/esm/resources/V2/Network/BusinessProfiles.d.ts +0 -96
- package/esm/resources/V2/Network/BusinessProfiles.js +0 -17
- package/esm/resources/V2/Network/BusinessProfiles.js.map +0 -1
- package/esm/resources/V2/Network/index.d.ts +0 -13
- package/esm/resources/V2/Network/index.js +0 -9
- package/esm/resources/V2/Network/index.js.map +0 -1
- package/esm/resources/V2/OrchestratedCommerce/Agreements.d.ts +0 -147
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js +0 -37
- package/esm/resources/V2/OrchestratedCommerce/Agreements.js.map +0 -1
- package/esm/resources/V2/OrchestratedCommerce/index.d.ts +0 -16
- package/esm/resources/V2/OrchestratedCommerce/index.js +0 -9
- package/esm/resources/V2/OrchestratedCommerce/index.js.map +0 -1
- package/esm/resources/V2/TestHelpers/FinancialAddresses.d.ts +0 -44
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -19
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js.map +0 -1
- package/esm/resources/V2/TestHelpers/index.d.ts +0 -8
- package/esm/resources/V2/TestHelpers/index.js +0 -9
- package/esm/resources/V2/TestHelpers/index.js.map +0 -1
|
@@ -61,10 +61,6 @@ export declare class AccountResource extends StripeResource {
|
|
|
61
61
|
* Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected. Test-mode accounts can be rejected at any time. Live-mode accounts can only be rejected after all balances are zero.
|
|
62
62
|
*/
|
|
63
63
|
reject(id: string, params: AccountRejectParams, options?: RequestOptions): Promise<Response<Account>>;
|
|
64
|
-
serializeBatchUpdate(account: string, params?: Record<string, unknown>, options?: {
|
|
65
|
-
apiVersion?: string;
|
|
66
|
-
stripeContext?: string;
|
|
67
|
-
}): string;
|
|
68
64
|
/**
|
|
69
65
|
* Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
|
|
70
66
|
*/
|
|
@@ -205,7 +201,6 @@ export interface Account {
|
|
|
205
201
|
*/
|
|
206
202
|
payouts_enabled: boolean;
|
|
207
203
|
requirements?: Account.Requirements;
|
|
208
|
-
risk_controls?: Account.RiskControls;
|
|
209
204
|
/**
|
|
210
205
|
* Options for customizing how the account functions within Stripe.
|
|
211
206
|
*/
|
|
@@ -257,10 +252,6 @@ export declare namespace Account {
|
|
|
257
252
|
* Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.
|
|
258
253
|
*/
|
|
259
254
|
product_description?: string | null;
|
|
260
|
-
/**
|
|
261
|
-
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
262
|
-
*/
|
|
263
|
-
specified_commercial_transactions_act_url?: string | null;
|
|
264
255
|
/**
|
|
265
256
|
* A publicly available mailing address for sending support issues to.
|
|
266
257
|
*/
|
|
@@ -312,10 +303,6 @@ export declare namespace Account {
|
|
|
312
303
|
* The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.
|
|
313
304
|
*/
|
|
314
305
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
315
|
-
/**
|
|
316
|
-
* The status of the automatic_indirect_tax capability of the account.
|
|
317
|
-
*/
|
|
318
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
319
306
|
/**
|
|
320
307
|
* The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
|
|
321
308
|
*/
|
|
@@ -332,6 +319,10 @@ export declare namespace Account {
|
|
|
332
319
|
* The status of the Billie capability of the account, or whether the account can directly process Billie payments.
|
|
333
320
|
*/
|
|
334
321
|
billie_payments?: Capabilities.BilliePayments;
|
|
322
|
+
/**
|
|
323
|
+
* The status of the Bizum capability of the account, or whether the account can directly process Bizum payments.
|
|
324
|
+
*/
|
|
325
|
+
bizum_payments?: Capabilities.BizumPayments;
|
|
335
326
|
/**
|
|
336
327
|
* The status of the blik payments capability of the account, or whether the account can directly process blik charges.
|
|
337
328
|
*/
|
|
@@ -376,22 +367,10 @@ export declare namespace Account {
|
|
|
376
367
|
* The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
|
|
377
368
|
*/
|
|
378
369
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
379
|
-
/**
|
|
380
|
-
* The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
|
|
381
|
-
*/
|
|
382
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
383
370
|
/**
|
|
384
371
|
* The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
|
|
385
372
|
*/
|
|
386
373
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
387
|
-
/**
|
|
388
|
-
* The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
|
|
389
|
-
*/
|
|
390
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
391
|
-
/**
|
|
392
|
-
* The status of Bank BCA onboarding of the account.
|
|
393
|
-
*/
|
|
394
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
395
374
|
/**
|
|
396
375
|
* The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
|
|
397
376
|
*/
|
|
@@ -476,14 +455,6 @@ export declare namespace Account {
|
|
|
476
455
|
* The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
|
|
477
456
|
*/
|
|
478
457
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
479
|
-
/**
|
|
480
|
-
* The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
|
|
481
|
-
*/
|
|
482
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
483
|
-
/**
|
|
484
|
-
* The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
|
|
485
|
-
*/
|
|
486
|
-
paypay_payments?: Capabilities.PaypayPayments;
|
|
487
458
|
/**
|
|
488
459
|
* The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
|
|
489
460
|
*/
|
|
@@ -496,14 +467,6 @@ export declare namespace Account {
|
|
|
496
467
|
* The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
|
|
497
468
|
*/
|
|
498
469
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
499
|
-
/**
|
|
500
|
-
* The status of the Qris capability of the account, or whether the account can directly process Qris payments.
|
|
501
|
-
*/
|
|
502
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
503
|
-
/**
|
|
504
|
-
* The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
|
|
505
|
-
*/
|
|
506
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
507
470
|
/**
|
|
508
471
|
* The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
|
|
509
472
|
*/
|
|
@@ -516,6 +479,10 @@ export declare namespace Account {
|
|
|
516
479
|
* The status of the Satispay capability of the account, or whether the account can directly process Satispay payments.
|
|
517
480
|
*/
|
|
518
481
|
satispay_payments?: Capabilities.SatispayPayments;
|
|
482
|
+
/**
|
|
483
|
+
* The status of the Scalapay capability of the account, or whether the account can directly process Scalapay payments.
|
|
484
|
+
*/
|
|
485
|
+
scalapay_payments?: Capabilities.ScalapayPayments;
|
|
519
486
|
/**
|
|
520
487
|
* The status of the SEPA customer_balance payments (EUR currency) capability of the account, or whether the account can directly process SEPA customer_balance charges.
|
|
521
488
|
*/
|
|
@@ -524,18 +491,10 @@ export declare namespace Account {
|
|
|
524
491
|
* The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
|
|
525
492
|
*/
|
|
526
493
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
527
|
-
/**
|
|
528
|
-
* The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
|
|
529
|
-
*/
|
|
530
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
531
494
|
/**
|
|
532
495
|
* The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
|
|
533
496
|
*/
|
|
534
497
|
sofort_payments?: Capabilities.SofortPayments;
|
|
535
|
-
/**
|
|
536
|
-
* The status of the stripe_balance payments capability of the account, or whether the account can directly process stripe_balance charges.
|
|
537
|
-
*/
|
|
538
|
-
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
539
498
|
/**
|
|
540
499
|
* The status of the Sunbit capability of the account, or whether the account can directly process Sunbit payments.
|
|
541
500
|
*/
|
|
@@ -560,18 +519,6 @@ export declare namespace Account {
|
|
|
560
519
|
* The status of the banking capability, or whether the account can have bank accounts.
|
|
561
520
|
*/
|
|
562
521
|
treasury?: Capabilities.Treasury;
|
|
563
|
-
/**
|
|
564
|
-
* The status of the treasury_evolve capability of the account.
|
|
565
|
-
*/
|
|
566
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
567
|
-
/**
|
|
568
|
-
* The status of the treasury_fifth_third capability of the account.
|
|
569
|
-
*/
|
|
570
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
571
|
-
/**
|
|
572
|
-
* The status of the treasury_goldman_sachs capability of the account.
|
|
573
|
-
*/
|
|
574
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
575
522
|
/**
|
|
576
523
|
* The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
|
|
577
524
|
*/
|
|
@@ -678,8 +625,6 @@ export declare namespace Account {
|
|
|
678
625
|
verification?: Company.Verification | null;
|
|
679
626
|
}
|
|
680
627
|
interface Controller {
|
|
681
|
-
application?: Controller.Application;
|
|
682
|
-
dashboard?: Controller.Dashboard;
|
|
683
628
|
fees?: Controller.Fees;
|
|
684
629
|
/**
|
|
685
630
|
* `true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://docs.stripe.com/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.
|
|
@@ -770,17 +715,8 @@ export declare namespace Account {
|
|
|
770
715
|
*/
|
|
771
716
|
pending_verification: Array<string> | null;
|
|
772
717
|
}
|
|
773
|
-
interface RiskControls {
|
|
774
|
-
charges: RiskControls.Charges;
|
|
775
|
-
payouts: RiskControls.Payouts;
|
|
776
|
-
/**
|
|
777
|
-
* Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://docs.stripe.com/connect/)
|
|
778
|
-
*/
|
|
779
|
-
rejected_reason?: RiskControls.RejectedReason | null;
|
|
780
|
-
}
|
|
781
718
|
interface Settings {
|
|
782
719
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
783
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
784
720
|
branding: Settings.Branding;
|
|
785
721
|
card_issuing?: Settings.CardIssuing;
|
|
786
722
|
card_payments: Settings.CardPayments;
|
|
@@ -788,10 +724,7 @@ export declare namespace Account {
|
|
|
788
724
|
invoices?: Settings.Invoices;
|
|
789
725
|
payments: Settings.Payments;
|
|
790
726
|
payouts?: Settings.Payouts;
|
|
791
|
-
paypay_payments?: Settings.PaypayPayments;
|
|
792
727
|
sepa_debit_payments?: Settings.SepaDebitPayments;
|
|
793
|
-
smart_disputes?: Settings.SmartDisputes;
|
|
794
|
-
tax_forms?: Settings.TaxForms;
|
|
795
728
|
treasury?: Settings.Treasury;
|
|
796
729
|
}
|
|
797
730
|
interface TosAcceptance {
|
|
@@ -848,11 +781,11 @@ export declare namespace Account {
|
|
|
848
781
|
type AmazonPayPayments = 'active' | 'inactive' | 'pending';
|
|
849
782
|
type AppDistribution = 'active' | 'inactive' | 'pending';
|
|
850
783
|
type AuBecsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
851
|
-
type AutomaticIndirectTax = 'active' | 'inactive' | 'pending';
|
|
852
784
|
type BacsDebitPayments = 'active' | 'inactive' | 'pending';
|
|
853
785
|
type BancontactPayments = 'active' | 'inactive' | 'pending';
|
|
854
786
|
type BankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
855
787
|
type BilliePayments = 'active' | 'inactive' | 'pending';
|
|
788
|
+
type BizumPayments = 'active' | 'inactive' | 'pending';
|
|
856
789
|
type BlikPayments = 'active' | 'inactive' | 'pending';
|
|
857
790
|
type BoletoPayments = 'active' | 'inactive' | 'pending';
|
|
858
791
|
type CardIssuing = 'active' | 'inactive' | 'pending';
|
|
@@ -864,10 +797,7 @@ export declare namespace Account {
|
|
|
864
797
|
type FpxPayments = 'active' | 'inactive' | 'pending';
|
|
865
798
|
type GbBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
866
799
|
type GiropayPayments = 'active' | 'inactive' | 'pending';
|
|
867
|
-
type GopayPayments = 'active' | 'inactive' | 'pending';
|
|
868
800
|
type GrabpayPayments = 'active' | 'inactive' | 'pending';
|
|
869
|
-
type IdBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
870
|
-
type IdBankTransferPaymentsBca = 'active' | 'inactive' | 'pending';
|
|
871
801
|
type IdealPayments = 'active' | 'inactive' | 'pending';
|
|
872
802
|
type IndiaInternationalPayments = 'active' | 'inactive' | 'pending';
|
|
873
803
|
type JcbPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -889,30 +819,22 @@ export declare namespace Account {
|
|
|
889
819
|
type PayByBankPayments = 'active' | 'inactive' | 'pending';
|
|
890
820
|
type PaycoPayments = 'active' | 'inactive' | 'pending';
|
|
891
821
|
type PaynowPayments = 'active' | 'inactive' | 'pending';
|
|
892
|
-
type PaypalPayments = 'active' | 'inactive' | 'pending';
|
|
893
|
-
type PaypayPayments = 'active' | 'inactive' | 'pending';
|
|
894
822
|
type PaytoPayments = 'active' | 'inactive' | 'pending';
|
|
895
823
|
type PixPayments = 'active' | 'inactive' | 'pending';
|
|
896
824
|
type PromptpayPayments = 'active' | 'inactive' | 'pending';
|
|
897
|
-
type QrisPayments = 'active' | 'inactive' | 'pending';
|
|
898
|
-
type RechnungPayments = 'active' | 'inactive' | 'pending';
|
|
899
825
|
type RevolutPayPayments = 'active' | 'inactive' | 'pending';
|
|
900
826
|
type SamsungPayPayments = 'active' | 'inactive' | 'pending';
|
|
901
827
|
type SatispayPayments = 'active' | 'inactive' | 'pending';
|
|
828
|
+
type ScalapayPayments = 'active' | 'inactive' | 'pending';
|
|
902
829
|
type SepaBankTransferPayments = 'active' | 'inactive' | 'pending';
|
|
903
830
|
type SepaDebitPayments = 'active' | 'inactive' | 'pending';
|
|
904
|
-
type ShopeepayPayments = 'active' | 'inactive' | 'pending';
|
|
905
831
|
type SofortPayments = 'active' | 'inactive' | 'pending';
|
|
906
|
-
type StripeBalancePayments = 'active' | 'inactive' | 'pending';
|
|
907
832
|
type SunbitPayments = 'active' | 'inactive' | 'pending';
|
|
908
833
|
type SwishPayments = 'active' | 'inactive' | 'pending';
|
|
909
834
|
type TaxReportingUs1099K = 'active' | 'inactive' | 'pending';
|
|
910
835
|
type TaxReportingUs1099Misc = 'active' | 'inactive' | 'pending';
|
|
911
836
|
type Transfers = 'active' | 'inactive' | 'pending';
|
|
912
837
|
type Treasury = 'active' | 'inactive' | 'pending';
|
|
913
|
-
type TreasuryEvolve = 'active' | 'inactive' | 'pending';
|
|
914
|
-
type TreasuryFifthThird = 'active' | 'inactive' | 'pending';
|
|
915
|
-
type TreasuryGoldmanSachs = 'active' | 'inactive' | 'pending';
|
|
916
838
|
type TwintPayments = 'active' | 'inactive' | 'pending';
|
|
917
839
|
type UpiPayments = 'active' | 'inactive' | 'pending';
|
|
918
840
|
type UsBankAccountAchPayments = 'active' | 'inactive' | 'pending';
|
|
@@ -1063,26 +985,6 @@ export declare namespace Account {
|
|
|
1063
985
|
}
|
|
1064
986
|
}
|
|
1065
987
|
namespace Controller {
|
|
1066
|
-
interface Application {
|
|
1067
|
-
/**
|
|
1068
|
-
* `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
|
|
1069
|
-
*/
|
|
1070
|
-
loss_liable: boolean;
|
|
1071
|
-
/**
|
|
1072
|
-
* `true` if the Connect application is responsible for onboarding the account.
|
|
1073
|
-
*/
|
|
1074
|
-
onboarding_owner: boolean;
|
|
1075
|
-
/**
|
|
1076
|
-
* `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
|
|
1077
|
-
*/
|
|
1078
|
-
pricing_controls: boolean;
|
|
1079
|
-
}
|
|
1080
|
-
interface Dashboard {
|
|
1081
|
-
/**
|
|
1082
|
-
* Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
|
|
1083
|
-
*/
|
|
1084
|
-
type: Dashboard.Type;
|
|
1085
|
-
}
|
|
1086
988
|
interface Fees {
|
|
1087
989
|
/**
|
|
1088
990
|
* A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -1103,11 +1005,8 @@ export declare namespace Account {
|
|
|
1103
1005
|
type: StripeDashboard.Type;
|
|
1104
1006
|
}
|
|
1105
1007
|
type Type = 'account' | 'application';
|
|
1106
|
-
namespace Dashboard {
|
|
1107
|
-
type Type = 'express' | 'full' | 'none';
|
|
1108
|
-
}
|
|
1109
1008
|
namespace Fees {
|
|
1110
|
-
type Payer = 'account' | 'application' | 'application_custom' | 'application_express'
|
|
1009
|
+
type Payer = 'account' | 'application' | 'application_custom' | 'application_express';
|
|
1111
1010
|
}
|
|
1112
1011
|
namespace Losses {
|
|
1113
1012
|
type Payments = 'application' | 'stripe';
|
|
@@ -1143,7 +1042,7 @@ export declare namespace Account {
|
|
|
1143
1042
|
requirement: string;
|
|
1144
1043
|
}
|
|
1145
1044
|
namespace Error {
|
|
1146
|
-
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | '
|
|
1045
|
+
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1147
1046
|
}
|
|
1148
1047
|
}
|
|
1149
1048
|
namespace Requirements {
|
|
@@ -1173,24 +1072,9 @@ export declare namespace Account {
|
|
|
1173
1072
|
requirement: string;
|
|
1174
1073
|
}
|
|
1175
1074
|
namespace Error {
|
|
1176
|
-
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | '
|
|
1075
|
+
type Code = 'external_request' | 'information_missing' | 'invalid_address_city_state_postal_code' | 'invalid_address_highway_contract_box' | 'invalid_address_private_mailbox' | 'invalid_business_profile_name' | 'invalid_business_profile_name_denylisted' | 'invalid_company_name_denylisted' | 'invalid_dob_age_over_maximum' | 'invalid_dob_age_under_18' | 'invalid_dob_age_under_minimum' | 'invalid_product_description_length' | 'invalid_product_description_url_match' | 'invalid_representative_country' | 'invalid_signator' | 'invalid_statement_descriptor_business_mismatch' | 'invalid_statement_descriptor_denylisted' | 'invalid_statement_descriptor_length' | 'invalid_statement_descriptor_prefix_denylisted' | 'invalid_statement_descriptor_prefix_mismatch' | 'invalid_street_address' | 'invalid_tax_id' | 'invalid_tax_id_format' | 'invalid_tos_acceptance' | 'invalid_url_denylisted' | 'invalid_url_format' | 'invalid_url_length' | 'invalid_url_web_presence_detected' | 'invalid_url_website_business_information_mismatch' | 'invalid_url_website_empty' | 'invalid_url_website_inaccessible' | 'invalid_url_website_inaccessible_geoblocked' | 'invalid_url_website_inaccessible_password_protected' | 'invalid_url_website_incomplete' | 'invalid_url_website_incomplete_cancellation_policy' | 'invalid_url_website_incomplete_customer_service_details' | 'invalid_url_website_incomplete_legal_restrictions' | 'invalid_url_website_incomplete_refund_policy' | 'invalid_url_website_incomplete_return_policy' | 'invalid_url_website_incomplete_terms_and_conditions' | 'invalid_url_website_incomplete_under_construction' | 'invalid_url_website_other' | 'invalid_value_other' | 'unsupported_business_type' | 'verification_directors_mismatch' | 'verification_document_address_mismatch' | 'verification_document_address_missing' | 'verification_document_corrupt' | 'verification_document_country_not_supported' | 'verification_document_directors_mismatch' | 'verification_document_dob_mismatch' | 'verification_document_duplicate_type' | 'verification_document_expired' | 'verification_document_failed_copy' | 'verification_document_failed_greyscale' | 'verification_document_failed_other' | 'verification_document_failed_test_mode' | 'verification_document_fraudulent' | 'verification_document_id_number_mismatch' | 'verification_document_id_number_missing' | 'verification_document_incomplete' | 'verification_document_invalid' | 'verification_document_issue_or_expiry_date_missing' | 'verification_document_manipulated' | 'verification_document_missing_back' | 'verification_document_missing_front' | 'verification_document_name_mismatch' | 'verification_document_name_missing' | 'verification_document_nationality_mismatch' | 'verification_document_not_readable' | 'verification_document_not_signed' | 'verification_document_not_uploaded' | 'verification_document_photo_mismatch' | 'verification_document_too_large' | 'verification_document_type_not_supported' | 'verification_extraneous_directors' | 'verification_failed_address_match' | 'verification_failed_authorizer_authority' | 'verification_failed_business_iec_number' | 'verification_failed_document_match' | 'verification_failed_id_number_match' | 'verification_failed_keyed_identity' | 'verification_failed_keyed_match' | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_representative_authority' | 'verification_failed_residential_address' | 'verification_failed_tax_id_match' | 'verification_failed_tax_id_not_issued' | 'verification_legal_entity_structure_mismatch' | 'verification_missing_directors' | 'verification_missing_executives' | 'verification_missing_owners' | 'verification_rejected_ownership_exemption_reason' | 'verification_requires_additional_memorandum_of_associations' | 'verification_requires_additional_proof_of_registration' | 'verification_supportability';
|
|
1177
1076
|
}
|
|
1178
1077
|
}
|
|
1179
|
-
namespace RiskControls {
|
|
1180
|
-
interface Charges {
|
|
1181
|
-
/**
|
|
1182
|
-
* Whether a pause of the risk control has been requested.
|
|
1183
|
-
*/
|
|
1184
|
-
pause_requested: boolean;
|
|
1185
|
-
}
|
|
1186
|
-
interface Payouts {
|
|
1187
|
-
/**
|
|
1188
|
-
* Whether a pause of the risk control has been requested.
|
|
1189
|
-
*/
|
|
1190
|
-
pause_requested: boolean;
|
|
1191
|
-
}
|
|
1192
|
-
type RejectedReason = 'credit' | 'fraud' | 'fraud_no_intent_to_fulfill' | 'fraud_other' | 'fraud_payment_method_casher' | 'fraud_payment_method_tester' | 'other' | 'terms_of_service';
|
|
1193
|
-
}
|
|
1194
1078
|
namespace Settings {
|
|
1195
1079
|
interface BacsDebitPayments {
|
|
1196
1080
|
/**
|
|
@@ -1202,16 +1086,6 @@ export declare namespace Account {
|
|
|
1202
1086
|
*/
|
|
1203
1087
|
service_user_number: string | null;
|
|
1204
1088
|
}
|
|
1205
|
-
interface BankBcaOnboarding {
|
|
1206
|
-
/**
|
|
1207
|
-
* Bank BCA business account holder name.
|
|
1208
|
-
*/
|
|
1209
|
-
account_holder_name?: string;
|
|
1210
|
-
/**
|
|
1211
|
-
* Bank BCA business account number.
|
|
1212
|
-
*/
|
|
1213
|
-
business_account_number?: string;
|
|
1214
|
-
}
|
|
1215
1089
|
interface Branding {
|
|
1216
1090
|
/**
|
|
1217
1091
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -1269,10 +1143,6 @@ export declare namespace Account {
|
|
|
1269
1143
|
hosted_payment_method_save: Invoices.HostedPaymentMethodSave | null;
|
|
1270
1144
|
}
|
|
1271
1145
|
interface Payments {
|
|
1272
|
-
/**
|
|
1273
|
-
* When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is `false`.
|
|
1274
|
-
*/
|
|
1275
|
-
email_customers_on_successful_payment?: boolean | null;
|
|
1276
1146
|
/**
|
|
1277
1147
|
* The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge.
|
|
1278
1148
|
*/
|
|
@@ -1305,32 +1175,12 @@ export declare namespace Account {
|
|
|
1305
1175
|
*/
|
|
1306
1176
|
statement_descriptor: string | null;
|
|
1307
1177
|
}
|
|
1308
|
-
interface PaypayPayments {
|
|
1309
|
-
/**
|
|
1310
|
-
* Additional files that are required to support the onboarding process of your business.
|
|
1311
|
-
*/
|
|
1312
|
-
additional_files?: Array<string>;
|
|
1313
|
-
/**
|
|
1314
|
-
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
1315
|
-
*/
|
|
1316
|
-
goods_type?: PaypayPayments.GoodsType;
|
|
1317
|
-
site?: PaypayPayments.Site;
|
|
1318
|
-
}
|
|
1319
1178
|
interface SepaDebitPayments {
|
|
1320
1179
|
/**
|
|
1321
1180
|
* SEPA creditor identifier that identifies the company making the payment.
|
|
1322
1181
|
*/
|
|
1323
1182
|
creditor_id?: string;
|
|
1324
1183
|
}
|
|
1325
|
-
interface SmartDisputes {
|
|
1326
|
-
auto_respond: SmartDisputes.AutoRespond;
|
|
1327
|
-
}
|
|
1328
|
-
interface TaxForms {
|
|
1329
|
-
/**
|
|
1330
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
1331
|
-
*/
|
|
1332
|
-
consented_to_paperless_delivery: boolean;
|
|
1333
|
-
}
|
|
1334
1184
|
interface Treasury {
|
|
1335
1185
|
tos_acceptance?: Treasury.TosAcceptance;
|
|
1336
1186
|
}
|
|
@@ -1396,55 +1246,6 @@ export declare namespace Account {
|
|
|
1396
1246
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
1397
1247
|
}
|
|
1398
1248
|
}
|
|
1399
|
-
namespace PaypayPayments {
|
|
1400
|
-
type GoodsType = 'digital_content' | 'other';
|
|
1401
|
-
interface Site {
|
|
1402
|
-
accessible?: Site.Accessible;
|
|
1403
|
-
in_development?: Site.InDevelopment;
|
|
1404
|
-
restricted?: Site.Restricted;
|
|
1405
|
-
/**
|
|
1406
|
-
* The status of your business's website.
|
|
1407
|
-
*/
|
|
1408
|
-
type?: Site.Type;
|
|
1409
|
-
}
|
|
1410
|
-
namespace Site {
|
|
1411
|
-
interface Accessible {
|
|
1412
|
-
}
|
|
1413
|
-
interface InDevelopment {
|
|
1414
|
-
/**
|
|
1415
|
-
* Field to indicate that the website password has been provided.
|
|
1416
|
-
*/
|
|
1417
|
-
password_provided?: boolean;
|
|
1418
|
-
/**
|
|
1419
|
-
* The username needed to access your business's website.
|
|
1420
|
-
*/
|
|
1421
|
-
username: string | null;
|
|
1422
|
-
}
|
|
1423
|
-
interface Restricted {
|
|
1424
|
-
/**
|
|
1425
|
-
* File explaining the payment flow for your business.
|
|
1426
|
-
*/
|
|
1427
|
-
payment_flow_file: string | null;
|
|
1428
|
-
}
|
|
1429
|
-
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
1430
|
-
}
|
|
1431
|
-
}
|
|
1432
|
-
namespace SmartDisputes {
|
|
1433
|
-
interface AutoRespond {
|
|
1434
|
-
/**
|
|
1435
|
-
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
1436
|
-
*/
|
|
1437
|
-
preference: AutoRespond.Preference;
|
|
1438
|
-
/**
|
|
1439
|
-
* The effective value for auto-respond. Can be 'on' or 'off'.
|
|
1440
|
-
*/
|
|
1441
|
-
value: AutoRespond.Value;
|
|
1442
|
-
}
|
|
1443
|
-
namespace AutoRespond {
|
|
1444
|
-
type Preference = 'inherit' | 'off' | 'on';
|
|
1445
|
-
type Value = 'off' | 'on';
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
1249
|
namespace Treasury {
|
|
1449
1250
|
interface TosAcceptance {
|
|
1450
1251
|
/**
|
|
@@ -1533,10 +1334,6 @@ export interface AccountCreateParams {
|
|
|
1533
1334
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
1534
1335
|
*/
|
|
1535
1336
|
metadata?: Emptyable<MetadataParam>;
|
|
1536
|
-
/**
|
|
1537
|
-
* A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1538
|
-
*/
|
|
1539
|
-
risk_controls?: AccountCreateParams.RiskControls;
|
|
1540
1337
|
/**
|
|
1541
1338
|
* Options for customizing how the account functions within Stripe.
|
|
1542
1339
|
*/
|
|
@@ -1580,10 +1377,6 @@ export declare namespace AccountCreateParams {
|
|
|
1580
1377
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
1581
1378
|
*/
|
|
1582
1379
|
product_description?: string;
|
|
1583
|
-
/**
|
|
1584
|
-
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Used by the Checkout product and for Japanese payment methods.
|
|
1585
|
-
*/
|
|
1586
|
-
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
1587
1380
|
/**
|
|
1588
1381
|
* A publicly available mailing address for sending support issues to.
|
|
1589
1382
|
*/
|
|
@@ -1635,10 +1428,6 @@ export declare namespace AccountCreateParams {
|
|
|
1635
1428
|
* The au_becs_debit_payments capability.
|
|
1636
1429
|
*/
|
|
1637
1430
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
1638
|
-
/**
|
|
1639
|
-
* The automatic_indirect_tax capability.
|
|
1640
|
-
*/
|
|
1641
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
1642
1431
|
/**
|
|
1643
1432
|
* The bacs_debit_payments capability.
|
|
1644
1433
|
*/
|
|
@@ -1655,6 +1444,10 @@ export declare namespace AccountCreateParams {
|
|
|
1655
1444
|
* The billie_payments capability.
|
|
1656
1445
|
*/
|
|
1657
1446
|
billie_payments?: Capabilities.BilliePayments;
|
|
1447
|
+
/**
|
|
1448
|
+
* The bizum_payments capability.
|
|
1449
|
+
*/
|
|
1450
|
+
bizum_payments?: Capabilities.BizumPayments;
|
|
1658
1451
|
/**
|
|
1659
1452
|
* The blik_payments capability.
|
|
1660
1453
|
*/
|
|
@@ -1699,22 +1492,10 @@ export declare namespace AccountCreateParams {
|
|
|
1699
1492
|
* The giropay_payments capability.
|
|
1700
1493
|
*/
|
|
1701
1494
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
1702
|
-
/**
|
|
1703
|
-
* The gopay_payments capability.
|
|
1704
|
-
*/
|
|
1705
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
1706
1495
|
/**
|
|
1707
1496
|
* The grabpay_payments capability.
|
|
1708
1497
|
*/
|
|
1709
1498
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
1710
|
-
/**
|
|
1711
|
-
* The id_bank_transfer_payments capability.
|
|
1712
|
-
*/
|
|
1713
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
1714
|
-
/**
|
|
1715
|
-
* The id_bank_transfer_payments_bca capability.
|
|
1716
|
-
*/
|
|
1717
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
1718
1499
|
/**
|
|
1719
1500
|
* The ideal_payments capability.
|
|
1720
1501
|
*/
|
|
@@ -1799,14 +1580,6 @@ export declare namespace AccountCreateParams {
|
|
|
1799
1580
|
* The paynow_payments capability.
|
|
1800
1581
|
*/
|
|
1801
1582
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
1802
|
-
/**
|
|
1803
|
-
* The paypal_payments capability.
|
|
1804
|
-
*/
|
|
1805
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
1806
|
-
/**
|
|
1807
|
-
* The paypay_payments capability.
|
|
1808
|
-
*/
|
|
1809
|
-
paypay_payments?: Capabilities.PaypayPayments;
|
|
1810
1583
|
/**
|
|
1811
1584
|
* The payto_payments capability.
|
|
1812
1585
|
*/
|
|
@@ -1819,14 +1592,6 @@ export declare namespace AccountCreateParams {
|
|
|
1819
1592
|
* The promptpay_payments capability.
|
|
1820
1593
|
*/
|
|
1821
1594
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
1822
|
-
/**
|
|
1823
|
-
* The qris_payments capability.
|
|
1824
|
-
*/
|
|
1825
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
1826
|
-
/**
|
|
1827
|
-
* The rechnung_payments capability.
|
|
1828
|
-
*/
|
|
1829
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
1830
1595
|
/**
|
|
1831
1596
|
* The revolut_pay_payments capability.
|
|
1832
1597
|
*/
|
|
@@ -1839,6 +1604,10 @@ export declare namespace AccountCreateParams {
|
|
|
1839
1604
|
* The satispay_payments capability.
|
|
1840
1605
|
*/
|
|
1841
1606
|
satispay_payments?: Capabilities.SatispayPayments;
|
|
1607
|
+
/**
|
|
1608
|
+
* The scalapay_payments capability.
|
|
1609
|
+
*/
|
|
1610
|
+
scalapay_payments?: Capabilities.ScalapayPayments;
|
|
1842
1611
|
/**
|
|
1843
1612
|
* The sepa_bank_transfer_payments capability.
|
|
1844
1613
|
*/
|
|
@@ -1847,18 +1616,10 @@ export declare namespace AccountCreateParams {
|
|
|
1847
1616
|
* The sepa_debit_payments capability.
|
|
1848
1617
|
*/
|
|
1849
1618
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
1850
|
-
/**
|
|
1851
|
-
* The shopeepay_payments capability.
|
|
1852
|
-
*/
|
|
1853
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
1854
1619
|
/**
|
|
1855
1620
|
* The sofort_payments capability.
|
|
1856
1621
|
*/
|
|
1857
1622
|
sofort_payments?: Capabilities.SofortPayments;
|
|
1858
|
-
/**
|
|
1859
|
-
* The stripe_balance_payments capability.
|
|
1860
|
-
*/
|
|
1861
|
-
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
1862
1623
|
/**
|
|
1863
1624
|
* The sunbit_payments capability.
|
|
1864
1625
|
*/
|
|
@@ -1883,18 +1644,6 @@ export declare namespace AccountCreateParams {
|
|
|
1883
1644
|
* The treasury capability.
|
|
1884
1645
|
*/
|
|
1885
1646
|
treasury?: Capabilities.Treasury;
|
|
1886
|
-
/**
|
|
1887
|
-
* The treasury_evolve capability.
|
|
1888
|
-
*/
|
|
1889
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
1890
|
-
/**
|
|
1891
|
-
* The treasury_fifth_third capability.
|
|
1892
|
-
*/
|
|
1893
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
1894
|
-
/**
|
|
1895
|
-
* The treasury_goldman_sachs capability.
|
|
1896
|
-
*/
|
|
1897
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
1898
1647
|
/**
|
|
1899
1648
|
* The twint_payments capability.
|
|
1900
1649
|
*/
|
|
@@ -2011,14 +1760,6 @@ export declare namespace AccountCreateParams {
|
|
|
2011
1760
|
verification?: Company.Verification;
|
|
2012
1761
|
}
|
|
2013
1762
|
interface Controller {
|
|
2014
|
-
/**
|
|
2015
|
-
* A hash of configuration describing the Connect application that controls the account.
|
|
2016
|
-
*/
|
|
2017
|
-
application?: Controller.Application;
|
|
2018
|
-
/**
|
|
2019
|
-
* Properties of the account's dashboard.
|
|
2020
|
-
*/
|
|
2021
|
-
dashboard?: Controller.Dashboard;
|
|
2022
1763
|
/**
|
|
2023
1764
|
* A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
2024
1765
|
*/
|
|
@@ -2204,33 +1945,15 @@ export declare namespace AccountCreateParams {
|
|
|
2204
1945
|
*/
|
|
2205
1946
|
verification?: Individual.Verification;
|
|
2206
1947
|
}
|
|
2207
|
-
interface RiskControls {
|
|
2208
|
-
/**
|
|
2209
|
-
* Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2210
|
-
*/
|
|
2211
|
-
charges?: RiskControls.Charges;
|
|
2212
|
-
/**
|
|
2213
|
-
* Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2214
|
-
*/
|
|
2215
|
-
payouts?: RiskControls.Payouts;
|
|
2216
|
-
}
|
|
2217
1948
|
interface Settings {
|
|
2218
1949
|
/**
|
|
2219
1950
|
* Settings specific to Bacs Direct Debit.
|
|
2220
1951
|
*/
|
|
2221
1952
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
2222
|
-
/**
|
|
2223
|
-
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
2224
|
-
*/
|
|
2225
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
2226
1953
|
/**
|
|
2227
1954
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
2228
1955
|
*/
|
|
2229
1956
|
branding?: Settings.Branding;
|
|
2230
|
-
/**
|
|
2231
|
-
* Settings specific to the account's use of the Capital product.
|
|
2232
|
-
*/
|
|
2233
|
-
capital?: Settings.Capital;
|
|
2234
1957
|
/**
|
|
2235
1958
|
* Settings specific to the account's use of the Card Issuing product.
|
|
2236
1959
|
*/
|
|
@@ -2251,18 +1974,6 @@ export declare namespace AccountCreateParams {
|
|
|
2251
1974
|
* Settings specific to the account's payouts.
|
|
2252
1975
|
*/
|
|
2253
1976
|
payouts?: Settings.Payouts;
|
|
2254
|
-
/**
|
|
2255
|
-
* Settings specific to the PayPay payments method.
|
|
2256
|
-
*/
|
|
2257
|
-
paypay_payments?: Settings.PaypayPayments;
|
|
2258
|
-
/**
|
|
2259
|
-
* Settings specific to the account's use of Smart Disputes.
|
|
2260
|
-
*/
|
|
2261
|
-
smart_disputes?: Settings.SmartDisputes;
|
|
2262
|
-
/**
|
|
2263
|
-
* Settings specific to the account's tax forms.
|
|
2264
|
-
*/
|
|
2265
|
-
tax_forms?: Settings.TaxForms;
|
|
2266
1977
|
/**
|
|
2267
1978
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
2268
1979
|
*/
|
|
@@ -2357,31 +2068,31 @@ export declare namespace AccountCreateParams {
|
|
|
2357
2068
|
*/
|
|
2358
2069
|
requested?: boolean;
|
|
2359
2070
|
}
|
|
2360
|
-
interface
|
|
2071
|
+
interface BacsDebitPayments {
|
|
2361
2072
|
/**
|
|
2362
2073
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2363
2074
|
*/
|
|
2364
2075
|
requested?: boolean;
|
|
2365
2076
|
}
|
|
2366
|
-
interface
|
|
2077
|
+
interface BancontactPayments {
|
|
2367
2078
|
/**
|
|
2368
2079
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2369
2080
|
*/
|
|
2370
2081
|
requested?: boolean;
|
|
2371
2082
|
}
|
|
2372
|
-
interface
|
|
2083
|
+
interface BankTransferPayments {
|
|
2373
2084
|
/**
|
|
2374
2085
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2375
2086
|
*/
|
|
2376
2087
|
requested?: boolean;
|
|
2377
2088
|
}
|
|
2378
|
-
interface
|
|
2089
|
+
interface BilliePayments {
|
|
2379
2090
|
/**
|
|
2380
2091
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2381
2092
|
*/
|
|
2382
2093
|
requested?: boolean;
|
|
2383
2094
|
}
|
|
2384
|
-
interface
|
|
2095
|
+
interface BizumPayments {
|
|
2385
2096
|
/**
|
|
2386
2097
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2387
2098
|
*/
|
|
@@ -2453,30 +2164,12 @@ export declare namespace AccountCreateParams {
|
|
|
2453
2164
|
*/
|
|
2454
2165
|
requested?: boolean;
|
|
2455
2166
|
}
|
|
2456
|
-
interface GopayPayments {
|
|
2457
|
-
/**
|
|
2458
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2459
|
-
*/
|
|
2460
|
-
requested?: boolean;
|
|
2461
|
-
}
|
|
2462
2167
|
interface GrabpayPayments {
|
|
2463
2168
|
/**
|
|
2464
2169
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2465
2170
|
*/
|
|
2466
2171
|
requested?: boolean;
|
|
2467
2172
|
}
|
|
2468
|
-
interface IdBankTransferPayments {
|
|
2469
|
-
/**
|
|
2470
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2471
|
-
*/
|
|
2472
|
-
requested?: boolean;
|
|
2473
|
-
}
|
|
2474
|
-
interface IdBankTransferPaymentsBca {
|
|
2475
|
-
/**
|
|
2476
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2477
|
-
*/
|
|
2478
|
-
requested?: boolean;
|
|
2479
|
-
}
|
|
2480
2173
|
interface IdealPayments {
|
|
2481
2174
|
/**
|
|
2482
2175
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2603,18 +2296,6 @@ export declare namespace AccountCreateParams {
|
|
|
2603
2296
|
*/
|
|
2604
2297
|
requested?: boolean;
|
|
2605
2298
|
}
|
|
2606
|
-
interface PaypalPayments {
|
|
2607
|
-
/**
|
|
2608
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2609
|
-
*/
|
|
2610
|
-
requested?: boolean;
|
|
2611
|
-
}
|
|
2612
|
-
interface PaypayPayments {
|
|
2613
|
-
/**
|
|
2614
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2615
|
-
*/
|
|
2616
|
-
requested?: boolean;
|
|
2617
|
-
}
|
|
2618
2299
|
interface PaytoPayments {
|
|
2619
2300
|
/**
|
|
2620
2301
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2633,18 +2314,6 @@ export declare namespace AccountCreateParams {
|
|
|
2633
2314
|
*/
|
|
2634
2315
|
requested?: boolean;
|
|
2635
2316
|
}
|
|
2636
|
-
interface QrisPayments {
|
|
2637
|
-
/**
|
|
2638
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2639
|
-
*/
|
|
2640
|
-
requested?: boolean;
|
|
2641
|
-
}
|
|
2642
|
-
interface RechnungPayments {
|
|
2643
|
-
/**
|
|
2644
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2645
|
-
*/
|
|
2646
|
-
requested?: boolean;
|
|
2647
|
-
}
|
|
2648
2317
|
interface RevolutPayPayments {
|
|
2649
2318
|
/**
|
|
2650
2319
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2663,19 +2332,19 @@ export declare namespace AccountCreateParams {
|
|
|
2663
2332
|
*/
|
|
2664
2333
|
requested?: boolean;
|
|
2665
2334
|
}
|
|
2666
|
-
interface
|
|
2335
|
+
interface ScalapayPayments {
|
|
2667
2336
|
/**
|
|
2668
2337
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2669
2338
|
*/
|
|
2670
2339
|
requested?: boolean;
|
|
2671
2340
|
}
|
|
2672
|
-
interface
|
|
2341
|
+
interface SepaBankTransferPayments {
|
|
2673
2342
|
/**
|
|
2674
2343
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2675
2344
|
*/
|
|
2676
2345
|
requested?: boolean;
|
|
2677
2346
|
}
|
|
2678
|
-
interface
|
|
2347
|
+
interface SepaDebitPayments {
|
|
2679
2348
|
/**
|
|
2680
2349
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2681
2350
|
*/
|
|
@@ -2687,12 +2356,6 @@ export declare namespace AccountCreateParams {
|
|
|
2687
2356
|
*/
|
|
2688
2357
|
requested?: boolean;
|
|
2689
2358
|
}
|
|
2690
|
-
interface StripeBalancePayments {
|
|
2691
|
-
/**
|
|
2692
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2693
|
-
*/
|
|
2694
|
-
requested?: boolean;
|
|
2695
|
-
}
|
|
2696
2359
|
interface SunbitPayments {
|
|
2697
2360
|
/**
|
|
2698
2361
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2729,24 +2392,6 @@ export declare namespace AccountCreateParams {
|
|
|
2729
2392
|
*/
|
|
2730
2393
|
requested?: boolean;
|
|
2731
2394
|
}
|
|
2732
|
-
interface TreasuryEvolve {
|
|
2733
|
-
/**
|
|
2734
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2735
|
-
*/
|
|
2736
|
-
requested?: boolean;
|
|
2737
|
-
}
|
|
2738
|
-
interface TreasuryFifthThird {
|
|
2739
|
-
/**
|
|
2740
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2741
|
-
*/
|
|
2742
|
-
requested?: boolean;
|
|
2743
|
-
}
|
|
2744
|
-
interface TreasuryGoldmanSachs {
|
|
2745
|
-
/**
|
|
2746
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
2747
|
-
*/
|
|
2748
|
-
requested?: boolean;
|
|
2749
|
-
}
|
|
2750
2395
|
interface TwintPayments {
|
|
2751
2396
|
/**
|
|
2752
2397
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -2857,26 +2502,6 @@ export declare namespace AccountCreateParams {
|
|
|
2857
2502
|
}
|
|
2858
2503
|
}
|
|
2859
2504
|
namespace Controller {
|
|
2860
|
-
interface Application {
|
|
2861
|
-
/**
|
|
2862
|
-
* Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
|
|
2863
|
-
*/
|
|
2864
|
-
loss_liable: boolean;
|
|
2865
|
-
/**
|
|
2866
|
-
* Whether the controller owns onboarding for this account.
|
|
2867
|
-
*/
|
|
2868
|
-
onboarding_owner?: boolean;
|
|
2869
|
-
/**
|
|
2870
|
-
* Whether the controller has pricing controls for this account.
|
|
2871
|
-
*/
|
|
2872
|
-
pricing_controls?: boolean;
|
|
2873
|
-
}
|
|
2874
|
-
interface Dashboard {
|
|
2875
|
-
/**
|
|
2876
|
-
* Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
|
|
2877
|
-
*/
|
|
2878
|
-
type?: Dashboard.Type;
|
|
2879
|
-
}
|
|
2880
2505
|
interface Fees {
|
|
2881
2506
|
/**
|
|
2882
2507
|
* A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
@@ -2896,9 +2521,6 @@ export declare namespace AccountCreateParams {
|
|
|
2896
2521
|
*/
|
|
2897
2522
|
type?: StripeDashboard.Type;
|
|
2898
2523
|
}
|
|
2899
|
-
namespace Dashboard {
|
|
2900
|
-
type Type = 'express' | 'full' | 'none';
|
|
2901
|
-
}
|
|
2902
2524
|
namespace Fees {
|
|
2903
2525
|
type Payer = 'account' | 'application';
|
|
2904
2526
|
}
|
|
@@ -3060,22 +2682,6 @@ export declare namespace AccountCreateParams {
|
|
|
3060
2682
|
}
|
|
3061
2683
|
}
|
|
3062
2684
|
}
|
|
3063
|
-
namespace RiskControls {
|
|
3064
|
-
interface Charges {
|
|
3065
|
-
/**
|
|
3066
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3067
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
3068
|
-
*/
|
|
3069
|
-
pause_requested?: boolean;
|
|
3070
|
-
}
|
|
3071
|
-
interface Payouts {
|
|
3072
|
-
/**
|
|
3073
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
3074
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
3075
|
-
*/
|
|
3076
|
-
pause_requested?: boolean;
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
2685
|
namespace Settings {
|
|
3080
2686
|
interface BacsDebitPayments {
|
|
3081
2687
|
/**
|
|
@@ -3083,16 +2689,6 @@ export declare namespace AccountCreateParams {
|
|
|
3083
2689
|
*/
|
|
3084
2690
|
display_name?: string;
|
|
3085
2691
|
}
|
|
3086
|
-
interface BankBcaOnboarding {
|
|
3087
|
-
/**
|
|
3088
|
-
* Bank BCA business account holder name
|
|
3089
|
-
*/
|
|
3090
|
-
account_holder_name?: string;
|
|
3091
|
-
/**
|
|
3092
|
-
* Bank BCA business account number
|
|
3093
|
-
*/
|
|
3094
|
-
business_account_number?: string;
|
|
3095
|
-
}
|
|
3096
2692
|
interface Branding {
|
|
3097
2693
|
/**
|
|
3098
2694
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -3111,20 +2707,6 @@ export declare namespace AccountCreateParams {
|
|
|
3111
2707
|
*/
|
|
3112
2708
|
secondary_color?: string;
|
|
3113
2709
|
}
|
|
3114
|
-
interface Capital {
|
|
3115
|
-
/**
|
|
3116
|
-
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
3117
|
-
*/
|
|
3118
|
-
payout_destination?: {
|
|
3119
|
-
[key: string]: string;
|
|
3120
|
-
};
|
|
3121
|
-
/**
|
|
3122
|
-
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
3123
|
-
*/
|
|
3124
|
-
payout_destination_selector?: {
|
|
3125
|
-
[key: string]: Array<string>;
|
|
3126
|
-
};
|
|
3127
|
-
}
|
|
3128
2710
|
interface CardIssuing {
|
|
3129
2711
|
/**
|
|
3130
2712
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -3156,10 +2738,6 @@ export declare namespace AccountCreateParams {
|
|
|
3156
2738
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
3157
2739
|
}
|
|
3158
2740
|
interface Payments {
|
|
3159
|
-
/**
|
|
3160
|
-
* When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
3161
|
-
*/
|
|
3162
|
-
email_customers_on_successful_payment?: boolean;
|
|
3163
2741
|
/**
|
|
3164
2742
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
3165
2743
|
*/
|
|
@@ -3187,32 +2765,6 @@ export declare namespace AccountCreateParams {
|
|
|
3187
2765
|
*/
|
|
3188
2766
|
statement_descriptor?: string;
|
|
3189
2767
|
}
|
|
3190
|
-
interface PaypayPayments {
|
|
3191
|
-
/**
|
|
3192
|
-
* Additional files that are required to support the onboarding process of your business.
|
|
3193
|
-
*/
|
|
3194
|
-
additional_files?: Array<string>;
|
|
3195
|
-
/**
|
|
3196
|
-
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
3197
|
-
*/
|
|
3198
|
-
goods_type?: PaypayPayments.GoodsType;
|
|
3199
|
-
/**
|
|
3200
|
-
* Details regarding your business's website.
|
|
3201
|
-
*/
|
|
3202
|
-
site?: PaypayPayments.Site;
|
|
3203
|
-
}
|
|
3204
|
-
interface SmartDisputes {
|
|
3205
|
-
/**
|
|
3206
|
-
* Smart Disputes auto-respond settings for the account.
|
|
3207
|
-
*/
|
|
3208
|
-
auto_respond?: SmartDisputes.AutoRespond;
|
|
3209
|
-
}
|
|
3210
|
-
interface TaxForms {
|
|
3211
|
-
/**
|
|
3212
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
3213
|
-
*/
|
|
3214
|
-
consented_to_paperless_delivery?: boolean;
|
|
3215
|
-
}
|
|
3216
2768
|
interface Treasury {
|
|
3217
2769
|
/**
|
|
3218
2770
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -3283,59 +2835,6 @@ export declare namespace AccountCreateParams {
|
|
|
3283
2835
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
3284
2836
|
}
|
|
3285
2837
|
}
|
|
3286
|
-
namespace PaypayPayments {
|
|
3287
|
-
type GoodsType = 'digital_content' | 'other';
|
|
3288
|
-
interface Site {
|
|
3289
|
-
/**
|
|
3290
|
-
* Additional information about your business's website.
|
|
3291
|
-
*/
|
|
3292
|
-
accessible?: Site.Accessible;
|
|
3293
|
-
/**
|
|
3294
|
-
* Additional information about your business's website.
|
|
3295
|
-
*/
|
|
3296
|
-
in_development?: Site.InDevelopment;
|
|
3297
|
-
/**
|
|
3298
|
-
* Additional information about your business's website.
|
|
3299
|
-
*/
|
|
3300
|
-
restricted?: Site.Restricted;
|
|
3301
|
-
/**
|
|
3302
|
-
* The status of your business's website.
|
|
3303
|
-
*/
|
|
3304
|
-
type?: Site.Type;
|
|
3305
|
-
}
|
|
3306
|
-
namespace Site {
|
|
3307
|
-
interface Accessible {
|
|
3308
|
-
}
|
|
3309
|
-
interface InDevelopment {
|
|
3310
|
-
/**
|
|
3311
|
-
* The password needed to access your business's website.
|
|
3312
|
-
*/
|
|
3313
|
-
password: string;
|
|
3314
|
-
/**
|
|
3315
|
-
* The username needed to access your business's website.
|
|
3316
|
-
*/
|
|
3317
|
-
username?: string;
|
|
3318
|
-
}
|
|
3319
|
-
interface Restricted {
|
|
3320
|
-
/**
|
|
3321
|
-
* The file explaining the payment flow for your business.
|
|
3322
|
-
*/
|
|
3323
|
-
payment_flow_file?: string;
|
|
3324
|
-
}
|
|
3325
|
-
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
3326
|
-
}
|
|
3327
|
-
}
|
|
3328
|
-
namespace SmartDisputes {
|
|
3329
|
-
interface AutoRespond {
|
|
3330
|
-
/**
|
|
3331
|
-
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
3332
|
-
*/
|
|
3333
|
-
preference?: AutoRespond.Preference;
|
|
3334
|
-
}
|
|
3335
|
-
namespace AutoRespond {
|
|
3336
|
-
type Preference = 'inherit' | 'off' | 'on';
|
|
3337
|
-
}
|
|
3338
|
-
}
|
|
3339
2838
|
namespace Treasury {
|
|
3340
2839
|
interface TosAcceptance {
|
|
3341
2840
|
/**
|
|
@@ -3422,10 +2921,6 @@ export interface AccountUpdateParams {
|
|
|
3422
2921
|
* Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
3423
2922
|
*/
|
|
3424
2923
|
metadata?: Emptyable<MetadataParam>;
|
|
3425
|
-
/**
|
|
3426
|
-
* A hash to configure risk controls on the account. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
3427
|
-
*/
|
|
3428
|
-
risk_controls?: AccountUpdateParams.RiskControls;
|
|
3429
2924
|
/**
|
|
3430
2925
|
* Options for customizing how the account functions within Stripe.
|
|
3431
2926
|
*/
|
|
@@ -3465,10 +2960,6 @@ export declare namespace AccountUpdateParams {
|
|
|
3465
2960
|
* Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
3466
2961
|
*/
|
|
3467
2962
|
product_description?: string;
|
|
3468
|
-
/**
|
|
3469
|
-
* A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Only used for accounts in Japan.
|
|
3470
|
-
*/
|
|
3471
|
-
specified_commercial_transactions_act_url?: Emptyable<string>;
|
|
3472
2963
|
/**
|
|
3473
2964
|
* A publicly available mailing address for sending support issues to.
|
|
3474
2965
|
*/
|
|
@@ -3520,10 +3011,6 @@ export declare namespace AccountUpdateParams {
|
|
|
3520
3011
|
* The au_becs_debit_payments capability.
|
|
3521
3012
|
*/
|
|
3522
3013
|
au_becs_debit_payments?: Capabilities.AuBecsDebitPayments;
|
|
3523
|
-
/**
|
|
3524
|
-
* The automatic_indirect_tax capability.
|
|
3525
|
-
*/
|
|
3526
|
-
automatic_indirect_tax?: Capabilities.AutomaticIndirectTax;
|
|
3527
3014
|
/**
|
|
3528
3015
|
* The bacs_debit_payments capability.
|
|
3529
3016
|
*/
|
|
@@ -3540,6 +3027,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3540
3027
|
* The billie_payments capability.
|
|
3541
3028
|
*/
|
|
3542
3029
|
billie_payments?: Capabilities.BilliePayments;
|
|
3030
|
+
/**
|
|
3031
|
+
* The bizum_payments capability.
|
|
3032
|
+
*/
|
|
3033
|
+
bizum_payments?: Capabilities.BizumPayments;
|
|
3543
3034
|
/**
|
|
3544
3035
|
* The blik_payments capability.
|
|
3545
3036
|
*/
|
|
@@ -3584,22 +3075,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3584
3075
|
* The giropay_payments capability.
|
|
3585
3076
|
*/
|
|
3586
3077
|
giropay_payments?: Capabilities.GiropayPayments;
|
|
3587
|
-
/**
|
|
3588
|
-
* The gopay_payments capability.
|
|
3589
|
-
*/
|
|
3590
|
-
gopay_payments?: Capabilities.GopayPayments;
|
|
3591
3078
|
/**
|
|
3592
3079
|
* The grabpay_payments capability.
|
|
3593
3080
|
*/
|
|
3594
3081
|
grabpay_payments?: Capabilities.GrabpayPayments;
|
|
3595
|
-
/**
|
|
3596
|
-
* The id_bank_transfer_payments capability.
|
|
3597
|
-
*/
|
|
3598
|
-
id_bank_transfer_payments?: Capabilities.IdBankTransferPayments;
|
|
3599
|
-
/**
|
|
3600
|
-
* The id_bank_transfer_payments_bca capability.
|
|
3601
|
-
*/
|
|
3602
|
-
id_bank_transfer_payments_bca?: Capabilities.IdBankTransferPaymentsBca;
|
|
3603
3082
|
/**
|
|
3604
3083
|
* The ideal_payments capability.
|
|
3605
3084
|
*/
|
|
@@ -3684,14 +3163,6 @@ export declare namespace AccountUpdateParams {
|
|
|
3684
3163
|
* The paynow_payments capability.
|
|
3685
3164
|
*/
|
|
3686
3165
|
paynow_payments?: Capabilities.PaynowPayments;
|
|
3687
|
-
/**
|
|
3688
|
-
* The paypal_payments capability.
|
|
3689
|
-
*/
|
|
3690
|
-
paypal_payments?: Capabilities.PaypalPayments;
|
|
3691
|
-
/**
|
|
3692
|
-
* The paypay_payments capability.
|
|
3693
|
-
*/
|
|
3694
|
-
paypay_payments?: Capabilities.PaypayPayments;
|
|
3695
3166
|
/**
|
|
3696
3167
|
* The payto_payments capability.
|
|
3697
3168
|
*/
|
|
@@ -3704,14 +3175,6 @@ export declare namespace AccountUpdateParams {
|
|
|
3704
3175
|
* The promptpay_payments capability.
|
|
3705
3176
|
*/
|
|
3706
3177
|
promptpay_payments?: Capabilities.PromptpayPayments;
|
|
3707
|
-
/**
|
|
3708
|
-
* The qris_payments capability.
|
|
3709
|
-
*/
|
|
3710
|
-
qris_payments?: Capabilities.QrisPayments;
|
|
3711
|
-
/**
|
|
3712
|
-
* The rechnung_payments capability.
|
|
3713
|
-
*/
|
|
3714
|
-
rechnung_payments?: Capabilities.RechnungPayments;
|
|
3715
3178
|
/**
|
|
3716
3179
|
* The revolut_pay_payments capability.
|
|
3717
3180
|
*/
|
|
@@ -3724,6 +3187,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3724
3187
|
* The satispay_payments capability.
|
|
3725
3188
|
*/
|
|
3726
3189
|
satispay_payments?: Capabilities.SatispayPayments;
|
|
3190
|
+
/**
|
|
3191
|
+
* The scalapay_payments capability.
|
|
3192
|
+
*/
|
|
3193
|
+
scalapay_payments?: Capabilities.ScalapayPayments;
|
|
3727
3194
|
/**
|
|
3728
3195
|
* The sepa_bank_transfer_payments capability.
|
|
3729
3196
|
*/
|
|
@@ -3732,18 +3199,10 @@ export declare namespace AccountUpdateParams {
|
|
|
3732
3199
|
* The sepa_debit_payments capability.
|
|
3733
3200
|
*/
|
|
3734
3201
|
sepa_debit_payments?: Capabilities.SepaDebitPayments;
|
|
3735
|
-
/**
|
|
3736
|
-
* The shopeepay_payments capability.
|
|
3737
|
-
*/
|
|
3738
|
-
shopeepay_payments?: Capabilities.ShopeepayPayments;
|
|
3739
3202
|
/**
|
|
3740
3203
|
* The sofort_payments capability.
|
|
3741
3204
|
*/
|
|
3742
3205
|
sofort_payments?: Capabilities.SofortPayments;
|
|
3743
|
-
/**
|
|
3744
|
-
* The stripe_balance_payments capability.
|
|
3745
|
-
*/
|
|
3746
|
-
stripe_balance_payments?: Capabilities.StripeBalancePayments;
|
|
3747
3206
|
/**
|
|
3748
3207
|
* The sunbit_payments capability.
|
|
3749
3208
|
*/
|
|
@@ -3768,18 +3227,6 @@ export declare namespace AccountUpdateParams {
|
|
|
3768
3227
|
* The treasury capability.
|
|
3769
3228
|
*/
|
|
3770
3229
|
treasury?: Capabilities.Treasury;
|
|
3771
|
-
/**
|
|
3772
|
-
* The treasury_evolve capability.
|
|
3773
|
-
*/
|
|
3774
|
-
treasury_evolve?: Capabilities.TreasuryEvolve;
|
|
3775
|
-
/**
|
|
3776
|
-
* The treasury_fifth_third capability.
|
|
3777
|
-
*/
|
|
3778
|
-
treasury_fifth_third?: Capabilities.TreasuryFifthThird;
|
|
3779
|
-
/**
|
|
3780
|
-
* The treasury_goldman_sachs capability.
|
|
3781
|
-
*/
|
|
3782
|
-
treasury_goldman_sachs?: Capabilities.TreasuryGoldmanSachs;
|
|
3783
3230
|
/**
|
|
3784
3231
|
* The twint_payments capability.
|
|
3785
3232
|
*/
|
|
@@ -4082,33 +3529,15 @@ export declare namespace AccountUpdateParams {
|
|
|
4082
3529
|
*/
|
|
4083
3530
|
verification?: Individual.Verification;
|
|
4084
3531
|
}
|
|
4085
|
-
interface RiskControls {
|
|
4086
|
-
/**
|
|
4087
|
-
* Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
4088
|
-
*/
|
|
4089
|
-
charges?: RiskControls.Charges;
|
|
4090
|
-
/**
|
|
4091
|
-
* Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
4092
|
-
*/
|
|
4093
|
-
payouts?: RiskControls.Payouts;
|
|
4094
|
-
}
|
|
4095
3532
|
interface Settings {
|
|
4096
3533
|
/**
|
|
4097
3534
|
* Settings specific to Bacs Direct Debit payments.
|
|
4098
3535
|
*/
|
|
4099
3536
|
bacs_debit_payments?: Settings.BacsDebitPayments;
|
|
4100
|
-
/**
|
|
4101
|
-
* Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
4102
|
-
*/
|
|
4103
|
-
bank_bca_onboarding?: Settings.BankBcaOnboarding;
|
|
4104
3537
|
/**
|
|
4105
3538
|
* Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
4106
3539
|
*/
|
|
4107
3540
|
branding?: Settings.Branding;
|
|
4108
|
-
/**
|
|
4109
|
-
* Settings specific to the account's use of the Capital product.
|
|
4110
|
-
*/
|
|
4111
|
-
capital?: Settings.Capital;
|
|
4112
3541
|
/**
|
|
4113
3542
|
* Settings specific to the account's use of the Card Issuing product.
|
|
4114
3543
|
*/
|
|
@@ -4129,18 +3558,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4129
3558
|
* Settings specific to the account's payouts.
|
|
4130
3559
|
*/
|
|
4131
3560
|
payouts?: Settings.Payouts;
|
|
4132
|
-
/**
|
|
4133
|
-
* Settings specific to the PayPay payments method.
|
|
4134
|
-
*/
|
|
4135
|
-
paypay_payments?: Settings.PaypayPayments;
|
|
4136
|
-
/**
|
|
4137
|
-
* Settings specific to the account's use of Smart Disputes.
|
|
4138
|
-
*/
|
|
4139
|
-
smart_disputes?: Settings.SmartDisputes;
|
|
4140
|
-
/**
|
|
4141
|
-
* Settings specific to the account's tax forms.
|
|
4142
|
-
*/
|
|
4143
|
-
tax_forms?: Settings.TaxForms;
|
|
4144
3561
|
/**
|
|
4145
3562
|
* Settings specific to the account's Treasury FinancialAccounts.
|
|
4146
3563
|
*/
|
|
@@ -4237,31 +3654,31 @@ export declare namespace AccountUpdateParams {
|
|
|
4237
3654
|
*/
|
|
4238
3655
|
requested?: boolean;
|
|
4239
3656
|
}
|
|
4240
|
-
interface
|
|
3657
|
+
interface BacsDebitPayments {
|
|
4241
3658
|
/**
|
|
4242
3659
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4243
3660
|
*/
|
|
4244
3661
|
requested?: boolean;
|
|
4245
3662
|
}
|
|
4246
|
-
interface
|
|
3663
|
+
interface BancontactPayments {
|
|
4247
3664
|
/**
|
|
4248
3665
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4249
3666
|
*/
|
|
4250
3667
|
requested?: boolean;
|
|
4251
3668
|
}
|
|
4252
|
-
interface
|
|
3669
|
+
interface BankTransferPayments {
|
|
4253
3670
|
/**
|
|
4254
3671
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4255
3672
|
*/
|
|
4256
3673
|
requested?: boolean;
|
|
4257
3674
|
}
|
|
4258
|
-
interface
|
|
3675
|
+
interface BilliePayments {
|
|
4259
3676
|
/**
|
|
4260
3677
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4261
3678
|
*/
|
|
4262
3679
|
requested?: boolean;
|
|
4263
3680
|
}
|
|
4264
|
-
interface
|
|
3681
|
+
interface BizumPayments {
|
|
4265
3682
|
/**
|
|
4266
3683
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4267
3684
|
*/
|
|
@@ -4333,30 +3750,12 @@ export declare namespace AccountUpdateParams {
|
|
|
4333
3750
|
*/
|
|
4334
3751
|
requested?: boolean;
|
|
4335
3752
|
}
|
|
4336
|
-
interface GopayPayments {
|
|
4337
|
-
/**
|
|
4338
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4339
|
-
*/
|
|
4340
|
-
requested?: boolean;
|
|
4341
|
-
}
|
|
4342
3753
|
interface GrabpayPayments {
|
|
4343
3754
|
/**
|
|
4344
3755
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4345
3756
|
*/
|
|
4346
3757
|
requested?: boolean;
|
|
4347
3758
|
}
|
|
4348
|
-
interface IdBankTransferPayments {
|
|
4349
|
-
/**
|
|
4350
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4351
|
-
*/
|
|
4352
|
-
requested?: boolean;
|
|
4353
|
-
}
|
|
4354
|
-
interface IdBankTransferPaymentsBca {
|
|
4355
|
-
/**
|
|
4356
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4357
|
-
*/
|
|
4358
|
-
requested?: boolean;
|
|
4359
|
-
}
|
|
4360
3759
|
interface IdealPayments {
|
|
4361
3760
|
/**
|
|
4362
3761
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -4483,18 +3882,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4483
3882
|
*/
|
|
4484
3883
|
requested?: boolean;
|
|
4485
3884
|
}
|
|
4486
|
-
interface PaypalPayments {
|
|
4487
|
-
/**
|
|
4488
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4489
|
-
*/
|
|
4490
|
-
requested?: boolean;
|
|
4491
|
-
}
|
|
4492
|
-
interface PaypayPayments {
|
|
4493
|
-
/**
|
|
4494
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4495
|
-
*/
|
|
4496
|
-
requested?: boolean;
|
|
4497
|
-
}
|
|
4498
3885
|
interface PaytoPayments {
|
|
4499
3886
|
/**
|
|
4500
3887
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -4513,18 +3900,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4513
3900
|
*/
|
|
4514
3901
|
requested?: boolean;
|
|
4515
3902
|
}
|
|
4516
|
-
interface QrisPayments {
|
|
4517
|
-
/**
|
|
4518
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4519
|
-
*/
|
|
4520
|
-
requested?: boolean;
|
|
4521
|
-
}
|
|
4522
|
-
interface RechnungPayments {
|
|
4523
|
-
/**
|
|
4524
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4525
|
-
*/
|
|
4526
|
-
requested?: boolean;
|
|
4527
|
-
}
|
|
4528
3903
|
interface RevolutPayPayments {
|
|
4529
3904
|
/**
|
|
4530
3905
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -4543,19 +3918,19 @@ export declare namespace AccountUpdateParams {
|
|
|
4543
3918
|
*/
|
|
4544
3919
|
requested?: boolean;
|
|
4545
3920
|
}
|
|
4546
|
-
interface
|
|
3921
|
+
interface ScalapayPayments {
|
|
4547
3922
|
/**
|
|
4548
3923
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4549
3924
|
*/
|
|
4550
3925
|
requested?: boolean;
|
|
4551
3926
|
}
|
|
4552
|
-
interface
|
|
3927
|
+
interface SepaBankTransferPayments {
|
|
4553
3928
|
/**
|
|
4554
3929
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4555
3930
|
*/
|
|
4556
3931
|
requested?: boolean;
|
|
4557
3932
|
}
|
|
4558
|
-
interface
|
|
3933
|
+
interface SepaDebitPayments {
|
|
4559
3934
|
/**
|
|
4560
3935
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4561
3936
|
*/
|
|
@@ -4567,12 +3942,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4567
3942
|
*/
|
|
4568
3943
|
requested?: boolean;
|
|
4569
3944
|
}
|
|
4570
|
-
interface StripeBalancePayments {
|
|
4571
|
-
/**
|
|
4572
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4573
|
-
*/
|
|
4574
|
-
requested?: boolean;
|
|
4575
|
-
}
|
|
4576
3945
|
interface SunbitPayments {
|
|
4577
3946
|
/**
|
|
4578
3947
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -4609,24 +3978,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4609
3978
|
*/
|
|
4610
3979
|
requested?: boolean;
|
|
4611
3980
|
}
|
|
4612
|
-
interface TreasuryEvolve {
|
|
4613
|
-
/**
|
|
4614
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4615
|
-
*/
|
|
4616
|
-
requested?: boolean;
|
|
4617
|
-
}
|
|
4618
|
-
interface TreasuryFifthThird {
|
|
4619
|
-
/**
|
|
4620
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4621
|
-
*/
|
|
4622
|
-
requested?: boolean;
|
|
4623
|
-
}
|
|
4624
|
-
interface TreasuryGoldmanSachs {
|
|
4625
|
-
/**
|
|
4626
|
-
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
4627
|
-
*/
|
|
4628
|
-
requested?: boolean;
|
|
4629
|
-
}
|
|
4630
3981
|
interface TwintPayments {
|
|
4631
3982
|
/**
|
|
4632
3983
|
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
@@ -4887,22 +4238,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4887
4238
|
}
|
|
4888
4239
|
}
|
|
4889
4240
|
}
|
|
4890
|
-
namespace RiskControls {
|
|
4891
|
-
interface Charges {
|
|
4892
|
-
/**
|
|
4893
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
4894
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
4895
|
-
*/
|
|
4896
|
-
pause_requested?: boolean;
|
|
4897
|
-
}
|
|
4898
|
-
interface Payouts {
|
|
4899
|
-
/**
|
|
4900
|
-
* To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
4901
|
-
* There can be a delay before the risk control is paused or unpaused.
|
|
4902
|
-
*/
|
|
4903
|
-
pause_requested?: boolean;
|
|
4904
|
-
}
|
|
4905
|
-
}
|
|
4906
4241
|
namespace Settings {
|
|
4907
4242
|
interface BacsDebitPayments {
|
|
4908
4243
|
/**
|
|
@@ -4910,16 +4245,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4910
4245
|
*/
|
|
4911
4246
|
display_name?: string;
|
|
4912
4247
|
}
|
|
4913
|
-
interface BankBcaOnboarding {
|
|
4914
|
-
/**
|
|
4915
|
-
* Bank BCA business account holder name
|
|
4916
|
-
*/
|
|
4917
|
-
account_holder_name?: string;
|
|
4918
|
-
/**
|
|
4919
|
-
* Bank BCA business account number
|
|
4920
|
-
*/
|
|
4921
|
-
business_account_number?: string;
|
|
4922
|
-
}
|
|
4923
4248
|
interface Branding {
|
|
4924
4249
|
/**
|
|
4925
4250
|
* (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
@@ -4938,20 +4263,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4938
4263
|
*/
|
|
4939
4264
|
secondary_color?: string;
|
|
4940
4265
|
}
|
|
4941
|
-
interface Capital {
|
|
4942
|
-
/**
|
|
4943
|
-
* Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
4944
|
-
*/
|
|
4945
|
-
payout_destination?: {
|
|
4946
|
-
[key: string]: string;
|
|
4947
|
-
};
|
|
4948
|
-
/**
|
|
4949
|
-
* Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
4950
|
-
*/
|
|
4951
|
-
payout_destination_selector?: {
|
|
4952
|
-
[key: string]: Array<string>;
|
|
4953
|
-
};
|
|
4954
|
-
}
|
|
4955
4266
|
interface CardIssuing {
|
|
4956
4267
|
/**
|
|
4957
4268
|
* Details on the account's acceptance of the [Stripe Issuing Terms and Disclosures](https://docs.stripe.com/issuing/connect/tos_acceptance).
|
|
@@ -4987,10 +4298,6 @@ export declare namespace AccountUpdateParams {
|
|
|
4987
4298
|
hosted_payment_method_save?: Invoices.HostedPaymentMethodSave;
|
|
4988
4299
|
}
|
|
4989
4300
|
interface Payments {
|
|
4990
|
-
/**
|
|
4991
|
-
* When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
4992
|
-
*/
|
|
4993
|
-
email_customers_on_successful_payment?: boolean;
|
|
4994
4301
|
/**
|
|
4995
4302
|
* The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
4996
4303
|
*/
|
|
@@ -5018,32 +4325,6 @@ export declare namespace AccountUpdateParams {
|
|
|
5018
4325
|
*/
|
|
5019
4326
|
statement_descriptor?: string;
|
|
5020
4327
|
}
|
|
5021
|
-
interface PaypayPayments {
|
|
5022
|
-
/**
|
|
5023
|
-
* Additional files that are required to support the onboarding process of your business.
|
|
5024
|
-
*/
|
|
5025
|
-
additional_files?: Array<string>;
|
|
5026
|
-
/**
|
|
5027
|
-
* The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
5028
|
-
*/
|
|
5029
|
-
goods_type?: PaypayPayments.GoodsType;
|
|
5030
|
-
/**
|
|
5031
|
-
* Details regarding your business's website.
|
|
5032
|
-
*/
|
|
5033
|
-
site?: PaypayPayments.Site;
|
|
5034
|
-
}
|
|
5035
|
-
interface SmartDisputes {
|
|
5036
|
-
/**
|
|
5037
|
-
* Smart Disputes auto-respond settings for the account.
|
|
5038
|
-
*/
|
|
5039
|
-
auto_respond?: SmartDisputes.AutoRespond;
|
|
5040
|
-
}
|
|
5041
|
-
interface TaxForms {
|
|
5042
|
-
/**
|
|
5043
|
-
* Whether the account opted out of receiving their tax forms by postal delivery.
|
|
5044
|
-
*/
|
|
5045
|
-
consented_to_paperless_delivery?: boolean;
|
|
5046
|
-
}
|
|
5047
4328
|
interface Treasury {
|
|
5048
4329
|
/**
|
|
5049
4330
|
* Details on the account's acceptance of the Stripe Treasury Services Agreement.
|
|
@@ -5114,59 +4395,6 @@ export declare namespace AccountUpdateParams {
|
|
|
5114
4395
|
type WeeklyPayoutDay = 'friday' | 'monday' | 'thursday' | 'tuesday' | 'wednesday';
|
|
5115
4396
|
}
|
|
5116
4397
|
}
|
|
5117
|
-
namespace PaypayPayments {
|
|
5118
|
-
type GoodsType = 'digital_content' | 'other';
|
|
5119
|
-
interface Site {
|
|
5120
|
-
/**
|
|
5121
|
-
* Additional information about your business's website.
|
|
5122
|
-
*/
|
|
5123
|
-
accessible?: Site.Accessible;
|
|
5124
|
-
/**
|
|
5125
|
-
* Additional information about your business's website.
|
|
5126
|
-
*/
|
|
5127
|
-
in_development?: Site.InDevelopment;
|
|
5128
|
-
/**
|
|
5129
|
-
* Additional information about your business's website.
|
|
5130
|
-
*/
|
|
5131
|
-
restricted?: Site.Restricted;
|
|
5132
|
-
/**
|
|
5133
|
-
* The status of your business's website.
|
|
5134
|
-
*/
|
|
5135
|
-
type?: Site.Type;
|
|
5136
|
-
}
|
|
5137
|
-
namespace Site {
|
|
5138
|
-
interface Accessible {
|
|
5139
|
-
}
|
|
5140
|
-
interface InDevelopment {
|
|
5141
|
-
/**
|
|
5142
|
-
* The password needed to access your business's website.
|
|
5143
|
-
*/
|
|
5144
|
-
password: string;
|
|
5145
|
-
/**
|
|
5146
|
-
* The username needed to access your business's website.
|
|
5147
|
-
*/
|
|
5148
|
-
username?: string;
|
|
5149
|
-
}
|
|
5150
|
-
interface Restricted {
|
|
5151
|
-
/**
|
|
5152
|
-
* The file explaining the payment flow for your business.
|
|
5153
|
-
*/
|
|
5154
|
-
payment_flow_file?: string;
|
|
5155
|
-
}
|
|
5156
|
-
type Type = 'accessible' | 'in_development' | 'restricted';
|
|
5157
|
-
}
|
|
5158
|
-
}
|
|
5159
|
-
namespace SmartDisputes {
|
|
5160
|
-
interface AutoRespond {
|
|
5161
|
-
/**
|
|
5162
|
-
* The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
5163
|
-
*/
|
|
5164
|
-
preference?: AutoRespond.Preference;
|
|
5165
|
-
}
|
|
5166
|
-
namespace AutoRespond {
|
|
5167
|
-
type Preference = 'inherit' | 'off' | 'on';
|
|
5168
|
-
}
|
|
5169
|
-
}
|
|
5170
4398
|
namespace Treasury {
|
|
5171
4399
|
interface TosAcceptance {
|
|
5172
4400
|
/**
|
|
@@ -5671,8 +4899,6 @@ export interface AccountRetrievePersonParams {
|
|
|
5671
4899
|
*/
|
|
5672
4900
|
expand?: Array<string>;
|
|
5673
4901
|
}
|
|
5674
|
-
export interface AccountSerializeBatchUpdateParams {
|
|
5675
|
-
}
|
|
5676
4902
|
export interface AccountUpdateCapabilityParams {
|
|
5677
4903
|
/**
|
|
5678
4904
|
* Specifies which fields in the response should be expanded.
|