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
|
@@ -198,7 +198,7 @@ export declare namespace SetupIntent {
|
|
|
198
198
|
enabled: boolean | null;
|
|
199
199
|
}
|
|
200
200
|
type CancellationReason = 'abandoned' | 'duplicate' | 'requested_by_customer';
|
|
201
|
-
type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | '
|
|
201
|
+
type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
|
|
202
202
|
type FlowDirection = 'inbound' | 'outbound';
|
|
203
203
|
interface LastSetupError {
|
|
204
204
|
/**
|
|
@@ -304,6 +304,7 @@ export declare namespace SetupIntent {
|
|
|
304
304
|
enabled: boolean;
|
|
305
305
|
}
|
|
306
306
|
interface NextAction {
|
|
307
|
+
blik_authorize?: NextAction.BlikAuthorize;
|
|
307
308
|
cashapp_handle_redirect_or_display_qr_code?: NextAction.CashappHandleRedirectOrDisplayQrCode;
|
|
308
309
|
pix_display_qr_code?: NextAction.PixDisplayQrCode;
|
|
309
310
|
redirect_to_url?: NextAction.RedirectToUrl;
|
|
@@ -332,6 +333,7 @@ export declare namespace SetupIntent {
|
|
|
332
333
|
acss_debit?: PaymentMethodOptions.AcssDebit;
|
|
333
334
|
amazon_pay?: PaymentMethodOptions.AmazonPay;
|
|
334
335
|
bacs_debit?: PaymentMethodOptions.BacsDebit;
|
|
336
|
+
bizum?: PaymentMethodOptions.Bizum;
|
|
335
337
|
card?: PaymentMethodOptions.Card;
|
|
336
338
|
card_present?: PaymentMethodOptions.CardPresent;
|
|
337
339
|
klarna?: PaymentMethodOptions.Klarna;
|
|
@@ -348,10 +350,12 @@ export declare namespace SetupIntent {
|
|
|
348
350
|
type AllowRedirects = 'always' | 'never';
|
|
349
351
|
}
|
|
350
352
|
namespace LastSetupError {
|
|
351
|
-
type Code = 'account_closed' | 'account_country_invalid_address' | 'account_error_country_change_requires_additional_steps' | 'account_information_mismatch' | 'account_invalid' | 'account_number_invalid' | 'account_token_required_for_v2_account' | 'acss_debit_session_incomplete' | 'action_blocked' | 'alipay_upgrade_required' | 'amount_too_large' | 'amount_too_small' | 'api_key_expired' | 'application_fees_not_allowed' | 'approval_required' | 'authentication_required' | 'balance_insufficient' | 'balance_invalid_parameter' | 'bank_account_bad_routing_numbers' | 'bank_account_declined' | 'bank_account_exists' | 'bank_account_restricted' | 'bank_account_unusable' | 'bank_account_unverified' | 'bank_account_verification_failed' | 'billing_invalid_mandate' | 'bitcoin_upgrade_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'card_declined' | 'cardholder_phone_number_required' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_exceeds_transaction_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'clearing_code_unsupported' | 'country_code_invalid' | 'country_unsupported' | 'coupon_expired' | 'customer_max_payment_methods' | 'customer_max_subscriptions' | 'customer_session_expired' | 'customer_tax_location_invalid' | 'debit_not_authorized' | 'email_invalid' | 'expired_card' | 'financial_connections_account_inactive' | 'financial_connections_account_pending_account_numbers' | 'financial_connections_account_unavailable_account_numbers' | '
|
|
353
|
+
type Code = 'account_closed' | 'account_country_invalid_address' | 'account_error_country_change_requires_additional_steps' | 'account_information_mismatch' | 'account_invalid' | 'account_number_invalid' | 'account_token_required_for_v2_account' | 'acss_debit_session_incomplete' | 'action_blocked' | 'alipay_upgrade_required' | 'amount_too_large' | 'amount_too_small' | 'api_key_expired' | 'application_fees_not_allowed' | 'approval_required' | 'authentication_required' | 'balance_insufficient' | 'balance_invalid_parameter' | 'bank_account_bad_routing_numbers' | 'bank_account_declined' | 'bank_account_exists' | 'bank_account_restricted' | 'bank_account_unusable' | 'bank_account_unverified' | 'bank_account_verification_failed' | 'billing_invalid_mandate' | 'bitcoin_upgrade_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'card_declined' | 'cardholder_phone_number_required' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_exceeds_transaction_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'clearing_code_unsupported' | 'country_code_invalid' | 'country_unsupported' | 'coupon_expired' | 'customer_max_payment_methods' | 'customer_max_subscriptions' | 'customer_session_expired' | 'customer_tax_location_invalid' | 'debit_not_authorized' | 'email_invalid' | 'expired_card' | 'financial_connections_account_inactive' | 'financial_connections_account_pending_account_numbers' | 'financial_connections_account_unavailable_account_numbers' | 'financial_connections_no_successful_transaction_refresh' | 'forwarding_api_inactive' | 'forwarding_api_invalid_parameter' | 'forwarding_api_retryable_upstream_error' | 'forwarding_api_upstream_connection_error' | 'forwarding_api_upstream_connection_timeout' | 'forwarding_api_upstream_error' | 'idempotency_key_in_use' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_number' | 'incorrect_zip' | 'india_recurring_payment_mandate_canceled' | 'instant_payouts_config_disabled' | 'instant_payouts_currency_disabled' | 'instant_payouts_limit_exceeded' | 'instant_payouts_unsupported' | 'insufficient_funds' | 'intent_invalid_state' | 'intent_verification_method_missing' | 'invalid_card_type' | 'invalid_characters' | 'invalid_charge_amount' | 'invalid_cvc' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_mandate_reference_prefix_format' | 'invalid_number' | 'invalid_source_usage' | 'invalid_tax_location' | 'invoice_no_customer_line_items' | 'invoice_no_payment_method_types' | 'invoice_no_subscription_line_items' | 'invoice_not_editable' | 'invoice_on_behalf_of_not_editable' | 'invoice_payment_intent_requires_action' | 'invoice_upcoming_none' | 'livemode_mismatch' | 'lock_timeout' | 'missing' | 'no_account' | 'not_allowed_on_standard_account' | 'out_of_inventory' | 'ownership_declaration_not_allowed' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_invalid_parameter' | 'payment_intent_konbini_rejected_confirmation_number' | 'payment_intent_mandate_invalid' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_rate_limit_exceeded' | 'payment_intent_unexpected_state' | 'payment_method_bank_account_already_verified' | 'payment_method_bank_account_blocked' | 'payment_method_billing_details_address_missing' | 'payment_method_configuration_failures' | 'payment_method_currency_mismatch' | 'payment_method_customer_decline' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_microdeposit_failed' | 'payment_method_microdeposit_processing_error' | 'payment_method_microdeposit_verification_amounts_invalid' | 'payment_method_microdeposit_verification_amounts_mismatch' | 'payment_method_microdeposit_verification_attempts_exceeded' | 'payment_method_microdeposit_verification_descriptor_code_mismatch' | 'payment_method_microdeposit_verification_timeout' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'payout_reconciliation_not_ready' | 'payouts_limit_exceeded' | 'payouts_not_allowed' | 'platform_account_required' | 'platform_api_key_expired' | 'postal_code_invalid' | 'processing_error' | 'product_inactive' | 'progressive_onboarding_limit_exceeded' | 'rate_limit' | 'refer_to_customer' | 'refund_disputed_payment' | 'request_blocked' | 'resource_already_exists' | 'resource_missing' | 'return_intent_already_processed' | 'routing_number_invalid' | 'secret_key_required' | 'sepa_unsupported_account' | 'service_period_coupon_with_metered_tiered_item_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_mandate_invalid' | 'setup_intent_mobile_wallet_unsupported' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state' | 'shipping_address_invalid' | 'shipping_calculation_failed' | 'siret_invalid' | 'sku_inactive' | 'state_unsupported' | 'status_transition_invalid' | 'storer_capability_missing' | 'storer_capability_not_active' | 'stripe_tax_inactive' | 'tax_id_invalid' | 'tax_id_prohibited' | 'taxes_calculation_failed' | 'terminal_location_country_unsupported' | 'terminal_reader_busy' | 'terminal_reader_hardware_fault' | 'terminal_reader_invalid_location_for_activation' | 'terminal_reader_invalid_location_for_payment' | 'terminal_reader_offline' | 'terminal_reader_timeout' | 'testmode_charges_only' | 'tls_version_unsupported' | 'token_already_used' | 'token_card_network_invalid' | 'token_in_use' | 'transfer_source_balance_parameters_mismatch' | 'transfers_not_allowed' | 'url_invalid';
|
|
352
354
|
type Type = 'api_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error';
|
|
353
355
|
}
|
|
354
356
|
namespace NextAction {
|
|
357
|
+
interface BlikAuthorize {
|
|
358
|
+
}
|
|
355
359
|
interface CashappHandleRedirectOrDisplayQrCode {
|
|
356
360
|
/**
|
|
357
361
|
* The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration.
|
|
@@ -472,6 +476,8 @@ export declare namespace SetupIntent {
|
|
|
472
476
|
interface BacsDebit {
|
|
473
477
|
mandate_options?: BacsDebit.MandateOptions;
|
|
474
478
|
}
|
|
479
|
+
interface Bizum {
|
|
480
|
+
}
|
|
475
481
|
interface Card {
|
|
476
482
|
/**
|
|
477
483
|
* Configuration options for setting up an eMandate for cards issued in India.
|
|
@@ -510,14 +516,6 @@ export declare namespace SetupIntent {
|
|
|
510
516
|
* The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
|
511
517
|
*/
|
|
512
518
|
billing_agreement_id: string | null;
|
|
513
|
-
/**
|
|
514
|
-
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
515
|
-
*/
|
|
516
|
-
currency?: string | null;
|
|
517
|
-
/**
|
|
518
|
-
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
|
519
|
-
*/
|
|
520
|
-
subsellers?: Array<string>;
|
|
521
519
|
}
|
|
522
520
|
interface Payto {
|
|
523
521
|
mandate_options?: Payto.MandateOptions;
|
|
@@ -740,7 +738,6 @@ export declare namespace SetupIntent {
|
|
|
740
738
|
namespace UsBankAccount {
|
|
741
739
|
interface FinancialConnections {
|
|
742
740
|
filters?: FinancialConnections.Filters;
|
|
743
|
-
manual_entry?: FinancialConnections.ManualEntry;
|
|
744
741
|
/**
|
|
745
742
|
* The list of permissions to request. The `payment_method` permission must be included.
|
|
746
743
|
*/
|
|
@@ -767,25 +764,12 @@ export declare namespace SetupIntent {
|
|
|
767
764
|
* The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
|
768
765
|
*/
|
|
769
766
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
770
|
-
/**
|
|
771
|
-
* The institution to use to filter for possible accounts to link.
|
|
772
|
-
*/
|
|
773
|
-
institution?: string;
|
|
774
|
-
}
|
|
775
|
-
interface ManualEntry {
|
|
776
|
-
/**
|
|
777
|
-
* Settings for configuring manual entry of account details.
|
|
778
|
-
*/
|
|
779
|
-
mode?: ManualEntry.Mode;
|
|
780
767
|
}
|
|
781
768
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
782
|
-
type Prefetch = 'balances' | '
|
|
769
|
+
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
783
770
|
namespace Filters {
|
|
784
771
|
type AccountSubcategory = 'checking' | 'savings';
|
|
785
772
|
}
|
|
786
|
-
namespace ManualEntry {
|
|
787
|
-
type Mode = 'automatic' | 'custom';
|
|
788
|
-
}
|
|
789
773
|
}
|
|
790
774
|
}
|
|
791
775
|
}
|
|
@@ -906,7 +890,7 @@ export declare namespace SetupIntentCreateParams {
|
|
|
906
890
|
*/
|
|
907
891
|
enabled: boolean;
|
|
908
892
|
}
|
|
909
|
-
type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | '
|
|
893
|
+
type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
|
|
910
894
|
type FlowDirection = 'inbound' | 'outbound';
|
|
911
895
|
interface MandateData {
|
|
912
896
|
/**
|
|
@@ -963,6 +947,10 @@ export declare namespace SetupIntentCreateParams {
|
|
|
963
947
|
* Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
|
|
964
948
|
*/
|
|
965
949
|
billing_details?: PaymentMethodData.BillingDetails;
|
|
950
|
+
/**
|
|
951
|
+
* If this is a `bizum` PaymentMethod, this hash contains details about the Bizum payment method.
|
|
952
|
+
*/
|
|
953
|
+
bizum?: PaymentMethodData.Bizum;
|
|
966
954
|
/**
|
|
967
955
|
* If this is a `blik` PaymentMethod, this hash contains details about the BLIK payment method.
|
|
968
956
|
*/
|
|
@@ -995,18 +983,10 @@ export declare namespace SetupIntentCreateParams {
|
|
|
995
983
|
* If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
|
996
984
|
*/
|
|
997
985
|
giropay?: PaymentMethodData.Giropay;
|
|
998
|
-
/**
|
|
999
|
-
* If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
1000
|
-
*/
|
|
1001
|
-
gopay?: PaymentMethodData.Gopay;
|
|
1002
986
|
/**
|
|
1003
987
|
* If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
1004
988
|
*/
|
|
1005
989
|
grabpay?: PaymentMethodData.Grabpay;
|
|
1006
|
-
/**
|
|
1007
|
-
* If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
1008
|
-
*/
|
|
1009
|
-
id_bank_transfer?: PaymentMethodData.IdBankTransfer;
|
|
1010
990
|
/**
|
|
1011
991
|
* If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
1012
992
|
*/
|
|
@@ -1032,7 +1012,7 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1032
1012
|
*/
|
|
1033
1013
|
kr_card?: PaymentMethodData.KrCard;
|
|
1034
1014
|
/**
|
|
1035
|
-
* If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
|
1015
|
+
* If this is an `Link` PaymentMethod, this hash contains details about the Link payment method (Link is also known as Onelink in the UK).
|
|
1036
1016
|
*/
|
|
1037
1017
|
link?: PaymentMethodData.Link;
|
|
1038
1018
|
/**
|
|
@@ -1083,10 +1063,6 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1083
1063
|
* If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
|
1084
1064
|
*/
|
|
1085
1065
|
paypal?: PaymentMethodData.Paypal;
|
|
1086
|
-
/**
|
|
1087
|
-
* If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
|
1088
|
-
*/
|
|
1089
|
-
paypay?: PaymentMethodData.Paypay;
|
|
1090
1066
|
/**
|
|
1091
1067
|
* If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
1092
1068
|
*/
|
|
@@ -1099,18 +1075,10 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1099
1075
|
* If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
|
1100
1076
|
*/
|
|
1101
1077
|
promptpay?: PaymentMethodData.Promptpay;
|
|
1102
|
-
/**
|
|
1103
|
-
* If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
|
1104
|
-
*/
|
|
1105
|
-
qris?: PaymentMethodData.Qris;
|
|
1106
1078
|
/**
|
|
1107
1079
|
* Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
|
|
1108
1080
|
*/
|
|
1109
1081
|
radar_options?: PaymentMethodData.RadarOptions;
|
|
1110
|
-
/**
|
|
1111
|
-
* If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
1112
|
-
*/
|
|
1113
|
-
rechnung?: PaymentMethodData.Rechnung;
|
|
1114
1082
|
/**
|
|
1115
1083
|
* If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
1116
1084
|
*/
|
|
@@ -1124,25 +1092,17 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1124
1092
|
*/
|
|
1125
1093
|
satispay?: PaymentMethodData.Satispay;
|
|
1126
1094
|
/**
|
|
1127
|
-
* If this is a
|
|
1095
|
+
* If this is a Scalapay PaymentMethod, this hash contains details about the Scalapay payment method.
|
|
1128
1096
|
*/
|
|
1129
|
-
|
|
1097
|
+
scalapay?: PaymentMethodData.Scalapay;
|
|
1130
1098
|
/**
|
|
1131
|
-
*
|
|
1132
|
-
*/
|
|
1133
|
-
shared_payment_granted_token?: string;
|
|
1134
|
-
/**
|
|
1135
|
-
* If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
|
1099
|
+
* If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
|
1136
1100
|
*/
|
|
1137
|
-
|
|
1101
|
+
sepa_debit?: PaymentMethodData.SepaDebit;
|
|
1138
1102
|
/**
|
|
1139
1103
|
* If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
1140
1104
|
*/
|
|
1141
1105
|
sofort?: PaymentMethodData.Sofort;
|
|
1142
|
-
/**
|
|
1143
|
-
* This hash contains details about the Stripe balance payment method.
|
|
1144
|
-
*/
|
|
1145
|
-
stripe_balance?: PaymentMethodData.StripeBalance;
|
|
1146
1106
|
/**
|
|
1147
1107
|
* If this is a Sunbit PaymentMethod, this hash contains details about the Sunbit payment method.
|
|
1148
1108
|
*/
|
|
@@ -1189,6 +1149,10 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1189
1149
|
* If this is a `bacs_debit` SetupIntent, this sub-hash contains details about the Bacs Debit payment method options.
|
|
1190
1150
|
*/
|
|
1191
1151
|
bacs_debit?: PaymentMethodOptions.BacsDebit;
|
|
1152
|
+
/**
|
|
1153
|
+
* If this is a `bizum` SetupIntent, this sub-hash contains details about the Bizum payment method options.
|
|
1154
|
+
*/
|
|
1155
|
+
bizum?: PaymentMethodOptions.Bizum;
|
|
1192
1156
|
/**
|
|
1193
1157
|
* Configuration for any card setup attempted on this SetupIntent.
|
|
1194
1158
|
*/
|
|
@@ -1202,7 +1166,7 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1202
1166
|
*/
|
|
1203
1167
|
klarna?: PaymentMethodOptions.Klarna;
|
|
1204
1168
|
/**
|
|
1205
|
-
* If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.
|
|
1169
|
+
* If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options (Link is also known as Onelink in the UK).
|
|
1206
1170
|
*/
|
|
1207
1171
|
link?: PaymentMethodOptions.Link;
|
|
1208
1172
|
/**
|
|
@@ -1351,6 +1315,8 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1351
1315
|
*/
|
|
1352
1316
|
tax_id?: string;
|
|
1353
1317
|
}
|
|
1318
|
+
interface Bizum {
|
|
1319
|
+
}
|
|
1354
1320
|
interface Blik {
|
|
1355
1321
|
}
|
|
1356
1322
|
interface Boleto {
|
|
@@ -1383,16 +1349,8 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1383
1349
|
}
|
|
1384
1350
|
interface Giropay {
|
|
1385
1351
|
}
|
|
1386
|
-
interface Gopay {
|
|
1387
|
-
}
|
|
1388
1352
|
interface Grabpay {
|
|
1389
1353
|
}
|
|
1390
|
-
interface IdBankTransfer {
|
|
1391
|
-
/**
|
|
1392
|
-
* Bank where the account is held.
|
|
1393
|
-
*/
|
|
1394
|
-
bank?: IdBankTransfer.Bank;
|
|
1395
|
-
}
|
|
1396
1354
|
interface Ideal {
|
|
1397
1355
|
/**
|
|
1398
1356
|
* The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
@@ -1466,8 +1424,6 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1466
1424
|
}
|
|
1467
1425
|
interface Paypal {
|
|
1468
1426
|
}
|
|
1469
|
-
interface Paypay {
|
|
1470
|
-
}
|
|
1471
1427
|
interface Payto {
|
|
1472
1428
|
/**
|
|
1473
1429
|
* The account number for the bank account.
|
|
@@ -1486,53 +1442,39 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1486
1442
|
}
|
|
1487
1443
|
interface Promptpay {
|
|
1488
1444
|
}
|
|
1489
|
-
interface Qris {
|
|
1490
|
-
}
|
|
1491
1445
|
interface RadarOptions {
|
|
1492
1446
|
/**
|
|
1493
1447
|
* A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
1494
1448
|
*/
|
|
1495
1449
|
session?: string;
|
|
1496
1450
|
}
|
|
1497
|
-
interface Rechnung {
|
|
1498
|
-
/**
|
|
1499
|
-
* Customer's date of birth
|
|
1500
|
-
*/
|
|
1501
|
-
dob: Rechnung.Dob;
|
|
1502
|
-
}
|
|
1503
1451
|
interface RevolutPay {
|
|
1504
1452
|
}
|
|
1505
1453
|
interface SamsungPay {
|
|
1506
1454
|
}
|
|
1507
1455
|
interface Satispay {
|
|
1508
1456
|
}
|
|
1457
|
+
interface Scalapay {
|
|
1458
|
+
}
|
|
1509
1459
|
interface SepaDebit {
|
|
1510
1460
|
/**
|
|
1511
1461
|
* IBAN of the bank account.
|
|
1512
1462
|
*/
|
|
1513
1463
|
iban: string;
|
|
1514
1464
|
}
|
|
1515
|
-
interface Shopeepay {
|
|
1516
|
-
}
|
|
1517
1465
|
interface Sofort {
|
|
1518
1466
|
/**
|
|
1519
1467
|
* Two-letter ISO code representing the country the bank account is located in.
|
|
1520
1468
|
*/
|
|
1521
1469
|
country: Sofort.Country;
|
|
1522
1470
|
}
|
|
1523
|
-
interface StripeBalance {
|
|
1524
|
-
/**
|
|
1525
|
-
* The connected account ID whose Stripe balance to use as the source of payment
|
|
1526
|
-
*/
|
|
1527
|
-
account?: string;
|
|
1528
|
-
}
|
|
1529
1471
|
interface Sunbit {
|
|
1530
1472
|
}
|
|
1531
1473
|
interface Swish {
|
|
1532
1474
|
}
|
|
1533
1475
|
interface Twint {
|
|
1534
1476
|
}
|
|
1535
|
-
type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | '
|
|
1477
|
+
type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
|
|
1536
1478
|
interface Upi {
|
|
1537
1479
|
/**
|
|
1538
1480
|
* Configuration options for setting up an eMandate
|
|
@@ -1572,9 +1514,6 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1572
1514
|
type AccountHolderType = 'company' | 'individual';
|
|
1573
1515
|
type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
|
|
1574
1516
|
}
|
|
1575
|
-
namespace IdBankTransfer {
|
|
1576
|
-
type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
|
|
1577
|
-
}
|
|
1578
1517
|
namespace Ideal {
|
|
1579
1518
|
type Bank = 'abn_amro' | 'adyen' | 'asn_bank' | 'bunq' | 'buut' | 'finom' | 'handelsbanken' | 'ing' | 'knab' | 'mollie' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
1580
1519
|
}
|
|
@@ -1600,22 +1539,6 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1600
1539
|
namespace P24 {
|
|
1601
1540
|
type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank';
|
|
1602
1541
|
}
|
|
1603
|
-
namespace Rechnung {
|
|
1604
|
-
interface Dob {
|
|
1605
|
-
/**
|
|
1606
|
-
* The day of birth, between 1 and 31.
|
|
1607
|
-
*/
|
|
1608
|
-
day: number;
|
|
1609
|
-
/**
|
|
1610
|
-
* The month of birth, between 1 and 12.
|
|
1611
|
-
*/
|
|
1612
|
-
month: number;
|
|
1613
|
-
/**
|
|
1614
|
-
* The four-digit year of birth.
|
|
1615
|
-
*/
|
|
1616
|
-
year: number;
|
|
1617
|
-
}
|
|
1618
|
-
}
|
|
1619
1542
|
namespace Sofort {
|
|
1620
1543
|
type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
|
|
1621
1544
|
}
|
|
@@ -1670,6 +1593,8 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1670
1593
|
*/
|
|
1671
1594
|
mandate_options?: BacsDebit.MandateOptions;
|
|
1672
1595
|
}
|
|
1596
|
+
interface Bizum {
|
|
1597
|
+
}
|
|
1673
1598
|
interface Card {
|
|
1674
1599
|
/**
|
|
1675
1600
|
* Configuration options for setting up an eMandate for cards issued in India.
|
|
@@ -1727,11 +1652,6 @@ export declare namespace SetupIntentCreateParams {
|
|
|
1727
1652
|
* The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
|
1728
1653
|
*/
|
|
1729
1654
|
billing_agreement_id?: string;
|
|
1730
|
-
currency?: string;
|
|
1731
|
-
/**
|
|
1732
|
-
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
|
1733
|
-
*/
|
|
1734
|
-
subsellers?: Array<string>;
|
|
1735
1655
|
}
|
|
1736
1656
|
interface Payto {
|
|
1737
1657
|
/**
|
|
@@ -2120,10 +2040,6 @@ export declare namespace SetupIntentCreateParams {
|
|
|
2120
2040
|
* Provide filters for the linked accounts that the customer can select for the payment method.
|
|
2121
2041
|
*/
|
|
2122
2042
|
filters?: FinancialConnections.Filters;
|
|
2123
|
-
/**
|
|
2124
|
-
* Customize manual entry behavior
|
|
2125
|
-
*/
|
|
2126
|
-
manual_entry?: FinancialConnections.ManualEntry;
|
|
2127
2043
|
/**
|
|
2128
2044
|
* The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
|
2129
2045
|
*/
|
|
@@ -2156,25 +2072,12 @@ export declare namespace SetupIntentCreateParams {
|
|
|
2156
2072
|
* The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
2157
2073
|
*/
|
|
2158
2074
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
2159
|
-
/**
|
|
2160
|
-
* ID of the institution to use to filter for selectable accounts.
|
|
2161
|
-
*/
|
|
2162
|
-
institution?: string;
|
|
2163
|
-
}
|
|
2164
|
-
interface ManualEntry {
|
|
2165
|
-
/**
|
|
2166
|
-
* Settings for configuring manual entry of account details.
|
|
2167
|
-
*/
|
|
2168
|
-
mode: ManualEntry.Mode;
|
|
2169
2075
|
}
|
|
2170
2076
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
2171
|
-
type Prefetch = 'balances' | '
|
|
2077
|
+
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
2172
2078
|
namespace Filters {
|
|
2173
2079
|
type AccountSubcategory = 'checking' | 'savings';
|
|
2174
2080
|
}
|
|
2175
|
-
namespace ManualEntry {
|
|
2176
|
-
type Mode = 'automatic' | 'custom';
|
|
2177
|
-
}
|
|
2178
2081
|
}
|
|
2179
2082
|
namespace Networks {
|
|
2180
2083
|
type Requested = 'ach' | 'us_domestic_wire';
|
|
@@ -2256,7 +2159,7 @@ export interface SetupIntentUpdateParams {
|
|
|
2256
2159
|
payment_method_types?: Array<string>;
|
|
2257
2160
|
}
|
|
2258
2161
|
export declare namespace SetupIntentUpdateParams {
|
|
2259
|
-
type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | '
|
|
2162
|
+
type ExcludedPaymentMethodType = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'card' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
|
|
2260
2163
|
type FlowDirection = 'inbound' | 'outbound';
|
|
2261
2164
|
interface PaymentMethodData {
|
|
2262
2165
|
/**
|
|
@@ -2307,6 +2210,10 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2307
2210
|
* Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
|
|
2308
2211
|
*/
|
|
2309
2212
|
billing_details?: PaymentMethodData.BillingDetails;
|
|
2213
|
+
/**
|
|
2214
|
+
* If this is a `bizum` PaymentMethod, this hash contains details about the Bizum payment method.
|
|
2215
|
+
*/
|
|
2216
|
+
bizum?: PaymentMethodData.Bizum;
|
|
2310
2217
|
/**
|
|
2311
2218
|
* If this is a `blik` PaymentMethod, this hash contains details about the BLIK payment method.
|
|
2312
2219
|
*/
|
|
@@ -2339,18 +2246,10 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2339
2246
|
* If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
|
2340
2247
|
*/
|
|
2341
2248
|
giropay?: PaymentMethodData.Giropay;
|
|
2342
|
-
/**
|
|
2343
|
-
* If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
2344
|
-
*/
|
|
2345
|
-
gopay?: PaymentMethodData.Gopay;
|
|
2346
2249
|
/**
|
|
2347
2250
|
* If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
2348
2251
|
*/
|
|
2349
2252
|
grabpay?: PaymentMethodData.Grabpay;
|
|
2350
|
-
/**
|
|
2351
|
-
* If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
2352
|
-
*/
|
|
2353
|
-
id_bank_transfer?: PaymentMethodData.IdBankTransfer;
|
|
2354
2253
|
/**
|
|
2355
2254
|
* If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
2356
2255
|
*/
|
|
@@ -2376,7 +2275,7 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2376
2275
|
*/
|
|
2377
2276
|
kr_card?: PaymentMethodData.KrCard;
|
|
2378
2277
|
/**
|
|
2379
|
-
* If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
|
2278
|
+
* If this is an `Link` PaymentMethod, this hash contains details about the Link payment method (Link is also known as Onelink in the UK).
|
|
2380
2279
|
*/
|
|
2381
2280
|
link?: PaymentMethodData.Link;
|
|
2382
2281
|
/**
|
|
@@ -2427,10 +2326,6 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2427
2326
|
* If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
|
2428
2327
|
*/
|
|
2429
2328
|
paypal?: PaymentMethodData.Paypal;
|
|
2430
|
-
/**
|
|
2431
|
-
* If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
|
2432
|
-
*/
|
|
2433
|
-
paypay?: PaymentMethodData.Paypay;
|
|
2434
2329
|
/**
|
|
2435
2330
|
* If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
2436
2331
|
*/
|
|
@@ -2443,18 +2338,10 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2443
2338
|
* If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
|
2444
2339
|
*/
|
|
2445
2340
|
promptpay?: PaymentMethodData.Promptpay;
|
|
2446
|
-
/**
|
|
2447
|
-
* If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
|
2448
|
-
*/
|
|
2449
|
-
qris?: PaymentMethodData.Qris;
|
|
2450
2341
|
/**
|
|
2451
2342
|
* Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
|
|
2452
2343
|
*/
|
|
2453
2344
|
radar_options?: PaymentMethodData.RadarOptions;
|
|
2454
|
-
/**
|
|
2455
|
-
* If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
2456
|
-
*/
|
|
2457
|
-
rechnung?: PaymentMethodData.Rechnung;
|
|
2458
2345
|
/**
|
|
2459
2346
|
* If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
2460
2347
|
*/
|
|
@@ -2468,25 +2355,17 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2468
2355
|
*/
|
|
2469
2356
|
satispay?: PaymentMethodData.Satispay;
|
|
2470
2357
|
/**
|
|
2471
|
-
* If this is a
|
|
2472
|
-
*/
|
|
2473
|
-
sepa_debit?: PaymentMethodData.SepaDebit;
|
|
2474
|
-
/**
|
|
2475
|
-
* ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
|
|
2358
|
+
* If this is a Scalapay PaymentMethod, this hash contains details about the Scalapay payment method.
|
|
2476
2359
|
*/
|
|
2477
|
-
|
|
2360
|
+
scalapay?: PaymentMethodData.Scalapay;
|
|
2478
2361
|
/**
|
|
2479
|
-
* If this is a
|
|
2362
|
+
* If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
|
2480
2363
|
*/
|
|
2481
|
-
|
|
2364
|
+
sepa_debit?: PaymentMethodData.SepaDebit;
|
|
2482
2365
|
/**
|
|
2483
2366
|
* If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
2484
2367
|
*/
|
|
2485
2368
|
sofort?: PaymentMethodData.Sofort;
|
|
2486
|
-
/**
|
|
2487
|
-
* This hash contains details about the Stripe balance payment method.
|
|
2488
|
-
*/
|
|
2489
|
-
stripe_balance?: PaymentMethodData.StripeBalance;
|
|
2490
2369
|
/**
|
|
2491
2370
|
* If this is a Sunbit PaymentMethod, this hash contains details about the Sunbit payment method.
|
|
2492
2371
|
*/
|
|
@@ -2533,6 +2412,10 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2533
2412
|
* If this is a `bacs_debit` SetupIntent, this sub-hash contains details about the Bacs Debit payment method options.
|
|
2534
2413
|
*/
|
|
2535
2414
|
bacs_debit?: PaymentMethodOptions.BacsDebit;
|
|
2415
|
+
/**
|
|
2416
|
+
* If this is a `bizum` SetupIntent, this sub-hash contains details about the Bizum payment method options.
|
|
2417
|
+
*/
|
|
2418
|
+
bizum?: PaymentMethodOptions.Bizum;
|
|
2536
2419
|
/**
|
|
2537
2420
|
* Configuration for any card setup attempted on this SetupIntent.
|
|
2538
2421
|
*/
|
|
@@ -2546,7 +2429,7 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2546
2429
|
*/
|
|
2547
2430
|
klarna?: PaymentMethodOptions.Klarna;
|
|
2548
2431
|
/**
|
|
2549
|
-
* If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.
|
|
2432
|
+
* If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options (Link is also known as Onelink in the UK).
|
|
2550
2433
|
*/
|
|
2551
2434
|
link?: PaymentMethodOptions.Link;
|
|
2552
2435
|
/**
|
|
@@ -2646,6 +2529,8 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2646
2529
|
*/
|
|
2647
2530
|
tax_id?: string;
|
|
2648
2531
|
}
|
|
2532
|
+
interface Bizum {
|
|
2533
|
+
}
|
|
2649
2534
|
interface Blik {
|
|
2650
2535
|
}
|
|
2651
2536
|
interface Boleto {
|
|
@@ -2678,16 +2563,8 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2678
2563
|
}
|
|
2679
2564
|
interface Giropay {
|
|
2680
2565
|
}
|
|
2681
|
-
interface Gopay {
|
|
2682
|
-
}
|
|
2683
2566
|
interface Grabpay {
|
|
2684
2567
|
}
|
|
2685
|
-
interface IdBankTransfer {
|
|
2686
|
-
/**
|
|
2687
|
-
* Bank where the account is held.
|
|
2688
|
-
*/
|
|
2689
|
-
bank?: IdBankTransfer.Bank;
|
|
2690
|
-
}
|
|
2691
2568
|
interface Ideal {
|
|
2692
2569
|
/**
|
|
2693
2570
|
* The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
@@ -2761,8 +2638,6 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2761
2638
|
}
|
|
2762
2639
|
interface Paypal {
|
|
2763
2640
|
}
|
|
2764
|
-
interface Paypay {
|
|
2765
|
-
}
|
|
2766
2641
|
interface Payto {
|
|
2767
2642
|
/**
|
|
2768
2643
|
* The account number for the bank account.
|
|
@@ -2781,53 +2656,39 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2781
2656
|
}
|
|
2782
2657
|
interface Promptpay {
|
|
2783
2658
|
}
|
|
2784
|
-
interface Qris {
|
|
2785
|
-
}
|
|
2786
2659
|
interface RadarOptions {
|
|
2787
2660
|
/**
|
|
2788
2661
|
* A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
2789
2662
|
*/
|
|
2790
2663
|
session?: string;
|
|
2791
2664
|
}
|
|
2792
|
-
interface Rechnung {
|
|
2793
|
-
/**
|
|
2794
|
-
* Customer's date of birth
|
|
2795
|
-
*/
|
|
2796
|
-
dob: Rechnung.Dob;
|
|
2797
|
-
}
|
|
2798
2665
|
interface RevolutPay {
|
|
2799
2666
|
}
|
|
2800
2667
|
interface SamsungPay {
|
|
2801
2668
|
}
|
|
2802
2669
|
interface Satispay {
|
|
2803
2670
|
}
|
|
2671
|
+
interface Scalapay {
|
|
2672
|
+
}
|
|
2804
2673
|
interface SepaDebit {
|
|
2805
2674
|
/**
|
|
2806
2675
|
* IBAN of the bank account.
|
|
2807
2676
|
*/
|
|
2808
2677
|
iban: string;
|
|
2809
2678
|
}
|
|
2810
|
-
interface Shopeepay {
|
|
2811
|
-
}
|
|
2812
2679
|
interface Sofort {
|
|
2813
2680
|
/**
|
|
2814
2681
|
* Two-letter ISO code representing the country the bank account is located in.
|
|
2815
2682
|
*/
|
|
2816
2683
|
country: Sofort.Country;
|
|
2817
2684
|
}
|
|
2818
|
-
interface StripeBalance {
|
|
2819
|
-
/**
|
|
2820
|
-
* The connected account ID whose Stripe balance to use as the source of payment
|
|
2821
|
-
*/
|
|
2822
|
-
account?: string;
|
|
2823
|
-
}
|
|
2824
2685
|
interface Sunbit {
|
|
2825
2686
|
}
|
|
2826
2687
|
interface Swish {
|
|
2827
2688
|
}
|
|
2828
2689
|
interface Twint {
|
|
2829
2690
|
}
|
|
2830
|
-
type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | '
|
|
2691
|
+
type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
|
|
2831
2692
|
interface Upi {
|
|
2832
2693
|
/**
|
|
2833
2694
|
* Configuration options for setting up an eMandate
|
|
@@ -2867,9 +2728,6 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2867
2728
|
type AccountHolderType = 'company' | 'individual';
|
|
2868
2729
|
type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
|
|
2869
2730
|
}
|
|
2870
|
-
namespace IdBankTransfer {
|
|
2871
|
-
type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
|
|
2872
|
-
}
|
|
2873
2731
|
namespace Ideal {
|
|
2874
2732
|
type Bank = 'abn_amro' | 'adyen' | 'asn_bank' | 'bunq' | 'buut' | 'finom' | 'handelsbanken' | 'ing' | 'knab' | 'mollie' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
2875
2733
|
}
|
|
@@ -2895,22 +2753,6 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2895
2753
|
namespace P24 {
|
|
2896
2754
|
type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank';
|
|
2897
2755
|
}
|
|
2898
|
-
namespace Rechnung {
|
|
2899
|
-
interface Dob {
|
|
2900
|
-
/**
|
|
2901
|
-
* The day of birth, between 1 and 31.
|
|
2902
|
-
*/
|
|
2903
|
-
day: number;
|
|
2904
|
-
/**
|
|
2905
|
-
* The month of birth, between 1 and 12.
|
|
2906
|
-
*/
|
|
2907
|
-
month: number;
|
|
2908
|
-
/**
|
|
2909
|
-
* The four-digit year of birth.
|
|
2910
|
-
*/
|
|
2911
|
-
year: number;
|
|
2912
|
-
}
|
|
2913
|
-
}
|
|
2914
2756
|
namespace Sofort {
|
|
2915
2757
|
type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
|
|
2916
2758
|
}
|
|
@@ -2965,6 +2807,8 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
2965
2807
|
*/
|
|
2966
2808
|
mandate_options?: BacsDebit.MandateOptions;
|
|
2967
2809
|
}
|
|
2810
|
+
interface Bizum {
|
|
2811
|
+
}
|
|
2968
2812
|
interface Card {
|
|
2969
2813
|
/**
|
|
2970
2814
|
* Configuration options for setting up an eMandate for cards issued in India.
|
|
@@ -3022,11 +2866,6 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
3022
2866
|
* The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
|
3023
2867
|
*/
|
|
3024
2868
|
billing_agreement_id?: string;
|
|
3025
|
-
currency?: string;
|
|
3026
|
-
/**
|
|
3027
|
-
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
|
3028
|
-
*/
|
|
3029
|
-
subsellers?: Array<string>;
|
|
3030
2869
|
}
|
|
3031
2870
|
interface Payto {
|
|
3032
2871
|
/**
|
|
@@ -3415,10 +3254,6 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
3415
3254
|
* Provide filters for the linked accounts that the customer can select for the payment method.
|
|
3416
3255
|
*/
|
|
3417
3256
|
filters?: FinancialConnections.Filters;
|
|
3418
|
-
/**
|
|
3419
|
-
* Customize manual entry behavior
|
|
3420
|
-
*/
|
|
3421
|
-
manual_entry?: FinancialConnections.ManualEntry;
|
|
3422
3257
|
/**
|
|
3423
3258
|
* The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
|
3424
3259
|
*/
|
|
@@ -3451,25 +3286,12 @@ export declare namespace SetupIntentUpdateParams {
|
|
|
3451
3286
|
* The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
3452
3287
|
*/
|
|
3453
3288
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
3454
|
-
/**
|
|
3455
|
-
* ID of the institution to use to filter for selectable accounts.
|
|
3456
|
-
*/
|
|
3457
|
-
institution?: string;
|
|
3458
|
-
}
|
|
3459
|
-
interface ManualEntry {
|
|
3460
|
-
/**
|
|
3461
|
-
* Settings for configuring manual entry of account details.
|
|
3462
|
-
*/
|
|
3463
|
-
mode: ManualEntry.Mode;
|
|
3464
3289
|
}
|
|
3465
3290
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
3466
|
-
type Prefetch = 'balances' | '
|
|
3291
|
+
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
3467
3292
|
namespace Filters {
|
|
3468
3293
|
type AccountSubcategory = 'checking' | 'savings';
|
|
3469
3294
|
}
|
|
3470
|
-
namespace ManualEntry {
|
|
3471
|
-
type Mode = 'automatic' | 'custom';
|
|
3472
|
-
}
|
|
3473
3295
|
}
|
|
3474
3296
|
namespace Networks {
|
|
3475
3297
|
type Requested = 'ach' | 'us_domestic_wire';
|
|
@@ -3610,6 +3432,10 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3610
3432
|
* Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
|
|
3611
3433
|
*/
|
|
3612
3434
|
billing_details?: PaymentMethodData.BillingDetails;
|
|
3435
|
+
/**
|
|
3436
|
+
* If this is a `bizum` PaymentMethod, this hash contains details about the Bizum payment method.
|
|
3437
|
+
*/
|
|
3438
|
+
bizum?: PaymentMethodData.Bizum;
|
|
3613
3439
|
/**
|
|
3614
3440
|
* If this is a `blik` PaymentMethod, this hash contains details about the BLIK payment method.
|
|
3615
3441
|
*/
|
|
@@ -3642,18 +3468,10 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3642
3468
|
* If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
|
3643
3469
|
*/
|
|
3644
3470
|
giropay?: PaymentMethodData.Giropay;
|
|
3645
|
-
/**
|
|
3646
|
-
* If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
3647
|
-
*/
|
|
3648
|
-
gopay?: PaymentMethodData.Gopay;
|
|
3649
3471
|
/**
|
|
3650
3472
|
* If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
3651
3473
|
*/
|
|
3652
3474
|
grabpay?: PaymentMethodData.Grabpay;
|
|
3653
|
-
/**
|
|
3654
|
-
* If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
3655
|
-
*/
|
|
3656
|
-
id_bank_transfer?: PaymentMethodData.IdBankTransfer;
|
|
3657
3475
|
/**
|
|
3658
3476
|
* If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
3659
3477
|
*/
|
|
@@ -3679,7 +3497,7 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3679
3497
|
*/
|
|
3680
3498
|
kr_card?: PaymentMethodData.KrCard;
|
|
3681
3499
|
/**
|
|
3682
|
-
* If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
|
3500
|
+
* If this is an `Link` PaymentMethod, this hash contains details about the Link payment method (Link is also known as Onelink in the UK).
|
|
3683
3501
|
*/
|
|
3684
3502
|
link?: PaymentMethodData.Link;
|
|
3685
3503
|
/**
|
|
@@ -3730,10 +3548,6 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3730
3548
|
* If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
|
3731
3549
|
*/
|
|
3732
3550
|
paypal?: PaymentMethodData.Paypal;
|
|
3733
|
-
/**
|
|
3734
|
-
* If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
|
3735
|
-
*/
|
|
3736
|
-
paypay?: PaymentMethodData.Paypay;
|
|
3737
3551
|
/**
|
|
3738
3552
|
* If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
3739
3553
|
*/
|
|
@@ -3746,18 +3560,10 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3746
3560
|
* If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
|
3747
3561
|
*/
|
|
3748
3562
|
promptpay?: PaymentMethodData.Promptpay;
|
|
3749
|
-
/**
|
|
3750
|
-
* If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
|
3751
|
-
*/
|
|
3752
|
-
qris?: PaymentMethodData.Qris;
|
|
3753
3563
|
/**
|
|
3754
3564
|
* Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
|
|
3755
3565
|
*/
|
|
3756
3566
|
radar_options?: PaymentMethodData.RadarOptions;
|
|
3757
|
-
/**
|
|
3758
|
-
* If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
3759
|
-
*/
|
|
3760
|
-
rechnung?: PaymentMethodData.Rechnung;
|
|
3761
3567
|
/**
|
|
3762
3568
|
* If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
3763
3569
|
*/
|
|
@@ -3771,25 +3577,17 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3771
3577
|
*/
|
|
3772
3578
|
satispay?: PaymentMethodData.Satispay;
|
|
3773
3579
|
/**
|
|
3774
|
-
* If this is a
|
|
3580
|
+
* If this is a Scalapay PaymentMethod, this hash contains details about the Scalapay payment method.
|
|
3775
3581
|
*/
|
|
3776
|
-
|
|
3582
|
+
scalapay?: PaymentMethodData.Scalapay;
|
|
3777
3583
|
/**
|
|
3778
|
-
*
|
|
3779
|
-
*/
|
|
3780
|
-
shared_payment_granted_token?: string;
|
|
3781
|
-
/**
|
|
3782
|
-
* If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
|
3584
|
+
* If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
|
3783
3585
|
*/
|
|
3784
|
-
|
|
3586
|
+
sepa_debit?: PaymentMethodData.SepaDebit;
|
|
3785
3587
|
/**
|
|
3786
3588
|
* If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
3787
3589
|
*/
|
|
3788
3590
|
sofort?: PaymentMethodData.Sofort;
|
|
3789
|
-
/**
|
|
3790
|
-
* This hash contains details about the Stripe balance payment method.
|
|
3791
|
-
*/
|
|
3792
|
-
stripe_balance?: PaymentMethodData.StripeBalance;
|
|
3793
3591
|
/**
|
|
3794
3592
|
* If this is a Sunbit PaymentMethod, this hash contains details about the Sunbit payment method.
|
|
3795
3593
|
*/
|
|
@@ -3836,6 +3634,10 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3836
3634
|
* If this is a `bacs_debit` SetupIntent, this sub-hash contains details about the Bacs Debit payment method options.
|
|
3837
3635
|
*/
|
|
3838
3636
|
bacs_debit?: PaymentMethodOptions.BacsDebit;
|
|
3637
|
+
/**
|
|
3638
|
+
* If this is a `bizum` SetupIntent, this sub-hash contains details about the Bizum payment method options.
|
|
3639
|
+
*/
|
|
3640
|
+
bizum?: PaymentMethodOptions.Bizum;
|
|
3839
3641
|
/**
|
|
3840
3642
|
* Configuration for any card setup attempted on this SetupIntent.
|
|
3841
3643
|
*/
|
|
@@ -3849,7 +3651,7 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3849
3651
|
*/
|
|
3850
3652
|
klarna?: PaymentMethodOptions.Klarna;
|
|
3851
3653
|
/**
|
|
3852
|
-
* If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.
|
|
3654
|
+
* If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options (Link is also known as Onelink in the UK).
|
|
3853
3655
|
*/
|
|
3854
3656
|
link?: PaymentMethodOptions.Link;
|
|
3855
3657
|
/**
|
|
@@ -3984,6 +3786,8 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
3984
3786
|
*/
|
|
3985
3787
|
tax_id?: string;
|
|
3986
3788
|
}
|
|
3789
|
+
interface Bizum {
|
|
3790
|
+
}
|
|
3987
3791
|
interface Blik {
|
|
3988
3792
|
}
|
|
3989
3793
|
interface Boleto {
|
|
@@ -4016,16 +3820,8 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4016
3820
|
}
|
|
4017
3821
|
interface Giropay {
|
|
4018
3822
|
}
|
|
4019
|
-
interface Gopay {
|
|
4020
|
-
}
|
|
4021
3823
|
interface Grabpay {
|
|
4022
3824
|
}
|
|
4023
|
-
interface IdBankTransfer {
|
|
4024
|
-
/**
|
|
4025
|
-
* Bank where the account is held.
|
|
4026
|
-
*/
|
|
4027
|
-
bank?: IdBankTransfer.Bank;
|
|
4028
|
-
}
|
|
4029
3825
|
interface Ideal {
|
|
4030
3826
|
/**
|
|
4031
3827
|
* The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
@@ -4099,8 +3895,6 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4099
3895
|
}
|
|
4100
3896
|
interface Paypal {
|
|
4101
3897
|
}
|
|
4102
|
-
interface Paypay {
|
|
4103
|
-
}
|
|
4104
3898
|
interface Payto {
|
|
4105
3899
|
/**
|
|
4106
3900
|
* The account number for the bank account.
|
|
@@ -4119,53 +3913,39 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4119
3913
|
}
|
|
4120
3914
|
interface Promptpay {
|
|
4121
3915
|
}
|
|
4122
|
-
interface Qris {
|
|
4123
|
-
}
|
|
4124
3916
|
interface RadarOptions {
|
|
4125
3917
|
/**
|
|
4126
3918
|
* A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
4127
3919
|
*/
|
|
4128
3920
|
session?: string;
|
|
4129
3921
|
}
|
|
4130
|
-
interface Rechnung {
|
|
4131
|
-
/**
|
|
4132
|
-
* Customer's date of birth
|
|
4133
|
-
*/
|
|
4134
|
-
dob: Rechnung.Dob;
|
|
4135
|
-
}
|
|
4136
3922
|
interface RevolutPay {
|
|
4137
3923
|
}
|
|
4138
3924
|
interface SamsungPay {
|
|
4139
3925
|
}
|
|
4140
3926
|
interface Satispay {
|
|
4141
3927
|
}
|
|
3928
|
+
interface Scalapay {
|
|
3929
|
+
}
|
|
4142
3930
|
interface SepaDebit {
|
|
4143
3931
|
/**
|
|
4144
3932
|
* IBAN of the bank account.
|
|
4145
3933
|
*/
|
|
4146
3934
|
iban: string;
|
|
4147
3935
|
}
|
|
4148
|
-
interface Shopeepay {
|
|
4149
|
-
}
|
|
4150
3936
|
interface Sofort {
|
|
4151
3937
|
/**
|
|
4152
3938
|
* Two-letter ISO code representing the country the bank account is located in.
|
|
4153
3939
|
*/
|
|
4154
3940
|
country: Sofort.Country;
|
|
4155
3941
|
}
|
|
4156
|
-
interface StripeBalance {
|
|
4157
|
-
/**
|
|
4158
|
-
* The connected account ID whose Stripe balance to use as the source of payment
|
|
4159
|
-
*/
|
|
4160
|
-
account?: string;
|
|
4161
|
-
}
|
|
4162
3942
|
interface Sunbit {
|
|
4163
3943
|
}
|
|
4164
3944
|
interface Swish {
|
|
4165
3945
|
}
|
|
4166
3946
|
interface Twint {
|
|
4167
3947
|
}
|
|
4168
|
-
type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | '
|
|
3948
|
+
type Type = 'acss_debit' | 'affirm' | 'afterpay_clearpay' | 'alipay' | 'alma' | 'amazon_pay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' | 'billie' | 'bizum' | 'blik' | 'boleto' | 'cashapp' | 'crypto' | 'customer_balance' | 'eps' | 'fpx' | 'giropay' | 'grabpay' | 'ideal' | 'kakao_pay' | 'klarna' | 'konbini' | 'kr_card' | 'link' | 'mb_way' | 'mobilepay' | 'multibanco' | 'naver_pay' | 'nz_bank_account' | 'oxxo' | 'p24' | 'pay_by_bank' | 'payco' | 'paynow' | 'paypal' | 'payto' | 'pix' | 'promptpay' | 'revolut_pay' | 'samsung_pay' | 'satispay' | 'scalapay' | 'sepa_debit' | 'sofort' | 'sunbit' | 'swish' | 'twint' | 'upi' | 'us_bank_account' | 'wechat_pay' | 'zip';
|
|
4169
3949
|
interface Upi {
|
|
4170
3950
|
/**
|
|
4171
3951
|
* Configuration options for setting up an eMandate
|
|
@@ -4205,9 +3985,6 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4205
3985
|
type AccountHolderType = 'company' | 'individual';
|
|
4206
3986
|
type Bank = 'affin_bank' | 'agrobank' | 'alliance_bank' | 'ambank' | 'bank_islam' | 'bank_muamalat' | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' | 'deutsche_bank' | 'hong_leong_bank' | 'hsbc' | 'kfh' | 'maybank2e' | 'maybank2u' | 'ocbc' | 'pb_enterprise' | 'public_bank' | 'rhb' | 'standard_chartered' | 'uob';
|
|
4207
3987
|
}
|
|
4208
|
-
namespace IdBankTransfer {
|
|
4209
|
-
type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
|
|
4210
|
-
}
|
|
4211
3988
|
namespace Ideal {
|
|
4212
3989
|
type Bank = 'abn_amro' | 'adyen' | 'asn_bank' | 'bunq' | 'buut' | 'finom' | 'handelsbanken' | 'ing' | 'knab' | 'mollie' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
4213
3990
|
}
|
|
@@ -4233,22 +4010,6 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4233
4010
|
namespace P24 {
|
|
4234
4011
|
type Bank = 'alior_bank' | 'bank_millennium' | 'bank_nowy_bfg_sa' | 'bank_pekao_sa' | 'banki_spbdzielcze' | 'blik' | 'bnp_paribas' | 'boz' | 'citi_handlowy' | 'credit_agricole' | 'envelobank' | 'etransfer_pocztowy24' | 'getin_bank' | 'ideabank' | 'ing' | 'inteligo' | 'mbank_mtransfer' | 'nest_przelew' | 'noble_pay' | 'pbac_z_ipko' | 'plus_bank' | 'santander_przelew24' | 'tmobile_usbugi_bankowe' | 'toyota_bank' | 'velobank' | 'volkswagen_bank';
|
|
4235
4012
|
}
|
|
4236
|
-
namespace Rechnung {
|
|
4237
|
-
interface Dob {
|
|
4238
|
-
/**
|
|
4239
|
-
* The day of birth, between 1 and 31.
|
|
4240
|
-
*/
|
|
4241
|
-
day: number;
|
|
4242
|
-
/**
|
|
4243
|
-
* The month of birth, between 1 and 12.
|
|
4244
|
-
*/
|
|
4245
|
-
month: number;
|
|
4246
|
-
/**
|
|
4247
|
-
* The four-digit year of birth.
|
|
4248
|
-
*/
|
|
4249
|
-
year: number;
|
|
4250
|
-
}
|
|
4251
|
-
}
|
|
4252
4013
|
namespace Sofort {
|
|
4253
4014
|
type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
|
|
4254
4015
|
}
|
|
@@ -4303,6 +4064,8 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4303
4064
|
*/
|
|
4304
4065
|
mandate_options?: BacsDebit.MandateOptions;
|
|
4305
4066
|
}
|
|
4067
|
+
interface Bizum {
|
|
4068
|
+
}
|
|
4306
4069
|
interface Card {
|
|
4307
4070
|
/**
|
|
4308
4071
|
* Configuration options for setting up an eMandate for cards issued in India.
|
|
@@ -4360,11 +4123,6 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4360
4123
|
* The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
|
4361
4124
|
*/
|
|
4362
4125
|
billing_agreement_id?: string;
|
|
4363
|
-
currency?: string;
|
|
4364
|
-
/**
|
|
4365
|
-
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
|
4366
|
-
*/
|
|
4367
|
-
subsellers?: Array<string>;
|
|
4368
4126
|
}
|
|
4369
4127
|
interface Payto {
|
|
4370
4128
|
/**
|
|
@@ -4753,10 +4511,6 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4753
4511
|
* Provide filters for the linked accounts that the customer can select for the payment method.
|
|
4754
4512
|
*/
|
|
4755
4513
|
filters?: FinancialConnections.Filters;
|
|
4756
|
-
/**
|
|
4757
|
-
* Customize manual entry behavior
|
|
4758
|
-
*/
|
|
4759
|
-
manual_entry?: FinancialConnections.ManualEntry;
|
|
4760
4514
|
/**
|
|
4761
4515
|
* The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
|
4762
4516
|
*/
|
|
@@ -4789,25 +4543,12 @@ export declare namespace SetupIntentConfirmParams {
|
|
|
4789
4543
|
* The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
4790
4544
|
*/
|
|
4791
4545
|
account_subcategories?: Array<Filters.AccountSubcategory>;
|
|
4792
|
-
/**
|
|
4793
|
-
* ID of the institution to use to filter for selectable accounts.
|
|
4794
|
-
*/
|
|
4795
|
-
institution?: string;
|
|
4796
|
-
}
|
|
4797
|
-
interface ManualEntry {
|
|
4798
|
-
/**
|
|
4799
|
-
* Settings for configuring manual entry of account details.
|
|
4800
|
-
*/
|
|
4801
|
-
mode: ManualEntry.Mode;
|
|
4802
4546
|
}
|
|
4803
4547
|
type Permission = 'balances' | 'ownership' | 'payment_method' | 'transactions';
|
|
4804
|
-
type Prefetch = 'balances' | '
|
|
4548
|
+
type Prefetch = 'balances' | 'ownership' | 'transactions';
|
|
4805
4549
|
namespace Filters {
|
|
4806
4550
|
type AccountSubcategory = 'checking' | 'savings';
|
|
4807
4551
|
}
|
|
4808
|
-
namespace ManualEntry {
|
|
4809
|
-
type Mode = 'automatic' | 'custom';
|
|
4810
|
-
}
|
|
4811
4552
|
}
|
|
4812
4553
|
namespace Networks {
|
|
4813
4554
|
type Requested = 'ach' | 'us_domestic_wire';
|