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
|
@@ -47,6 +47,7 @@ export interface PaymentMethodConfiguration {
|
|
|
47
47
|
bacs_debit?: PaymentMethodConfiguration.BacsDebit;
|
|
48
48
|
bancontact?: PaymentMethodConfiguration.Bancontact;
|
|
49
49
|
billie?: PaymentMethodConfiguration.Billie;
|
|
50
|
+
bizum?: PaymentMethodConfiguration.Bizum;
|
|
50
51
|
blik?: PaymentMethodConfiguration.Blik;
|
|
51
52
|
boleto?: PaymentMethodConfiguration.Boleto;
|
|
52
53
|
card?: PaymentMethodConfiguration.Card;
|
|
@@ -58,9 +59,7 @@ export interface PaymentMethodConfiguration {
|
|
|
58
59
|
fpx?: PaymentMethodConfiguration.Fpx;
|
|
59
60
|
giropay?: PaymentMethodConfiguration.Giropay;
|
|
60
61
|
google_pay?: PaymentMethodConfiguration.GooglePay;
|
|
61
|
-
gopay?: PaymentMethodConfiguration.Gopay;
|
|
62
62
|
grabpay?: PaymentMethodConfiguration.Grabpay;
|
|
63
|
-
id_bank_transfer?: PaymentMethodConfiguration.IdBankTransfer;
|
|
64
63
|
ideal?: PaymentMethodConfiguration.Ideal;
|
|
65
64
|
/**
|
|
66
65
|
* The default configuration is used whenever a payment method configuration is not specified.
|
|
@@ -95,16 +94,14 @@ export interface PaymentMethodConfiguration {
|
|
|
95
94
|
payco?: PaymentMethodConfiguration.Payco;
|
|
96
95
|
paynow?: PaymentMethodConfiguration.Paynow;
|
|
97
96
|
paypal?: PaymentMethodConfiguration.Paypal;
|
|
98
|
-
paypay?: PaymentMethodConfiguration.Paypay;
|
|
99
97
|
payto?: PaymentMethodConfiguration.Payto;
|
|
100
98
|
pix?: PaymentMethodConfiguration.Pix;
|
|
101
99
|
promptpay?: PaymentMethodConfiguration.Promptpay;
|
|
102
|
-
qris?: PaymentMethodConfiguration.Qris;
|
|
103
100
|
revolut_pay?: PaymentMethodConfiguration.RevolutPay;
|
|
104
101
|
samsung_pay?: PaymentMethodConfiguration.SamsungPay;
|
|
105
102
|
satispay?: PaymentMethodConfiguration.Satispay;
|
|
103
|
+
scalapay?: PaymentMethodConfiguration.Scalapay;
|
|
106
104
|
sepa_debit?: PaymentMethodConfiguration.SepaDebit;
|
|
107
|
-
shopeepay?: PaymentMethodConfiguration.Shopeepay;
|
|
108
105
|
sofort?: PaymentMethodConfiguration.Sofort;
|
|
109
106
|
sunbit?: PaymentMethodConfiguration.Sunbit;
|
|
110
107
|
swish?: PaymentMethodConfiguration.Swish;
|
|
@@ -192,6 +189,13 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
192
189
|
available: boolean;
|
|
193
190
|
display_preference: Billie.DisplayPreference;
|
|
194
191
|
}
|
|
192
|
+
interface Bizum {
|
|
193
|
+
/**
|
|
194
|
+
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
195
|
+
*/
|
|
196
|
+
available: boolean;
|
|
197
|
+
display_preference: Bizum.DisplayPreference;
|
|
198
|
+
}
|
|
195
199
|
interface Blik {
|
|
196
200
|
/**
|
|
197
201
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
@@ -269,13 +273,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
269
273
|
available: boolean;
|
|
270
274
|
display_preference: GooglePay.DisplayPreference;
|
|
271
275
|
}
|
|
272
|
-
interface Gopay {
|
|
273
|
-
/**
|
|
274
|
-
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
275
|
-
*/
|
|
276
|
-
available: boolean;
|
|
277
|
-
display_preference: Gopay.DisplayPreference;
|
|
278
|
-
}
|
|
279
276
|
interface Grabpay {
|
|
280
277
|
/**
|
|
281
278
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
@@ -283,13 +280,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
283
280
|
available: boolean;
|
|
284
281
|
display_preference: Grabpay.DisplayPreference;
|
|
285
282
|
}
|
|
286
|
-
interface IdBankTransfer {
|
|
287
|
-
/**
|
|
288
|
-
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
289
|
-
*/
|
|
290
|
-
available: boolean;
|
|
291
|
-
display_preference: IdBankTransfer.DisplayPreference;
|
|
292
|
-
}
|
|
293
283
|
interface Ideal {
|
|
294
284
|
/**
|
|
295
285
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
@@ -416,13 +406,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
416
406
|
available: boolean;
|
|
417
407
|
display_preference: Paypal.DisplayPreference;
|
|
418
408
|
}
|
|
419
|
-
interface Paypay {
|
|
420
|
-
/**
|
|
421
|
-
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
422
|
-
*/
|
|
423
|
-
available: boolean;
|
|
424
|
-
display_preference: Paypay.DisplayPreference;
|
|
425
|
-
}
|
|
426
409
|
interface Payto {
|
|
427
410
|
/**
|
|
428
411
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
@@ -444,13 +427,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
444
427
|
available: boolean;
|
|
445
428
|
display_preference: Promptpay.DisplayPreference;
|
|
446
429
|
}
|
|
447
|
-
interface Qris {
|
|
448
|
-
/**
|
|
449
|
-
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
450
|
-
*/
|
|
451
|
-
available: boolean;
|
|
452
|
-
display_preference: Qris.DisplayPreference;
|
|
453
|
-
}
|
|
454
430
|
interface RevolutPay {
|
|
455
431
|
/**
|
|
456
432
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
@@ -472,19 +448,19 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
472
448
|
available: boolean;
|
|
473
449
|
display_preference: Satispay.DisplayPreference;
|
|
474
450
|
}
|
|
475
|
-
interface
|
|
451
|
+
interface Scalapay {
|
|
476
452
|
/**
|
|
477
453
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
478
454
|
*/
|
|
479
455
|
available: boolean;
|
|
480
|
-
display_preference:
|
|
456
|
+
display_preference: Scalapay.DisplayPreference;
|
|
481
457
|
}
|
|
482
|
-
interface
|
|
458
|
+
interface SepaDebit {
|
|
483
459
|
/**
|
|
484
460
|
* Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
|
485
461
|
*/
|
|
486
462
|
available: boolean;
|
|
487
|
-
display_preference:
|
|
463
|
+
display_preference: SepaDebit.DisplayPreference;
|
|
488
464
|
}
|
|
489
465
|
interface Sofort {
|
|
490
466
|
/**
|
|
@@ -762,7 +738,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
762
738
|
type Value = 'off' | 'on';
|
|
763
739
|
}
|
|
764
740
|
}
|
|
765
|
-
namespace
|
|
741
|
+
namespace Bizum {
|
|
766
742
|
interface DisplayPreference {
|
|
767
743
|
/**
|
|
768
744
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -782,7 +758,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
782
758
|
type Value = 'off' | 'on';
|
|
783
759
|
}
|
|
784
760
|
}
|
|
785
|
-
namespace
|
|
761
|
+
namespace Blik {
|
|
786
762
|
interface DisplayPreference {
|
|
787
763
|
/**
|
|
788
764
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -802,7 +778,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
802
778
|
type Value = 'off' | 'on';
|
|
803
779
|
}
|
|
804
780
|
}
|
|
805
|
-
namespace
|
|
781
|
+
namespace Boleto {
|
|
806
782
|
interface DisplayPreference {
|
|
807
783
|
/**
|
|
808
784
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -822,7 +798,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
822
798
|
type Value = 'off' | 'on';
|
|
823
799
|
}
|
|
824
800
|
}
|
|
825
|
-
namespace
|
|
801
|
+
namespace Card {
|
|
826
802
|
interface DisplayPreference {
|
|
827
803
|
/**
|
|
828
804
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -842,7 +818,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
842
818
|
type Value = 'off' | 'on';
|
|
843
819
|
}
|
|
844
820
|
}
|
|
845
|
-
namespace
|
|
821
|
+
namespace CartesBancaires {
|
|
846
822
|
interface DisplayPreference {
|
|
847
823
|
/**
|
|
848
824
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -862,7 +838,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
862
838
|
type Value = 'off' | 'on';
|
|
863
839
|
}
|
|
864
840
|
}
|
|
865
|
-
namespace
|
|
841
|
+
namespace Cashapp {
|
|
866
842
|
interface DisplayPreference {
|
|
867
843
|
/**
|
|
868
844
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -882,7 +858,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
882
858
|
type Value = 'off' | 'on';
|
|
883
859
|
}
|
|
884
860
|
}
|
|
885
|
-
namespace
|
|
861
|
+
namespace Crypto {
|
|
886
862
|
interface DisplayPreference {
|
|
887
863
|
/**
|
|
888
864
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -902,7 +878,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
902
878
|
type Value = 'off' | 'on';
|
|
903
879
|
}
|
|
904
880
|
}
|
|
905
|
-
namespace
|
|
881
|
+
namespace CustomerBalance {
|
|
906
882
|
interface DisplayPreference {
|
|
907
883
|
/**
|
|
908
884
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -922,7 +898,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
922
898
|
type Value = 'off' | 'on';
|
|
923
899
|
}
|
|
924
900
|
}
|
|
925
|
-
namespace
|
|
901
|
+
namespace Eps {
|
|
926
902
|
interface DisplayPreference {
|
|
927
903
|
/**
|
|
928
904
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -942,7 +918,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
942
918
|
type Value = 'off' | 'on';
|
|
943
919
|
}
|
|
944
920
|
}
|
|
945
|
-
namespace
|
|
921
|
+
namespace Fpx {
|
|
946
922
|
interface DisplayPreference {
|
|
947
923
|
/**
|
|
948
924
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -962,7 +938,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
962
938
|
type Value = 'off' | 'on';
|
|
963
939
|
}
|
|
964
940
|
}
|
|
965
|
-
namespace
|
|
941
|
+
namespace Giropay {
|
|
966
942
|
interface DisplayPreference {
|
|
967
943
|
/**
|
|
968
944
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -982,7 +958,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
982
958
|
type Value = 'off' | 'on';
|
|
983
959
|
}
|
|
984
960
|
}
|
|
985
|
-
namespace
|
|
961
|
+
namespace GooglePay {
|
|
986
962
|
interface DisplayPreference {
|
|
987
963
|
/**
|
|
988
964
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -1022,26 +998,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
1022
998
|
type Value = 'off' | 'on';
|
|
1023
999
|
}
|
|
1024
1000
|
}
|
|
1025
|
-
namespace IdBankTransfer {
|
|
1026
|
-
interface DisplayPreference {
|
|
1027
|
-
/**
|
|
1028
|
-
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
1029
|
-
*/
|
|
1030
|
-
overridable: boolean | null;
|
|
1031
|
-
/**
|
|
1032
|
-
* The account's display preference.
|
|
1033
|
-
*/
|
|
1034
|
-
preference: DisplayPreference.Preference;
|
|
1035
|
-
/**
|
|
1036
|
-
* The effective display preference value.
|
|
1037
|
-
*/
|
|
1038
|
-
value: DisplayPreference.Value;
|
|
1039
|
-
}
|
|
1040
|
-
namespace DisplayPreference {
|
|
1041
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1042
|
-
type Value = 'off' | 'on';
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
1001
|
namespace Ideal {
|
|
1046
1002
|
interface DisplayPreference {
|
|
1047
1003
|
/**
|
|
@@ -1402,26 +1358,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
1402
1358
|
type Value = 'off' | 'on';
|
|
1403
1359
|
}
|
|
1404
1360
|
}
|
|
1405
|
-
namespace Paypay {
|
|
1406
|
-
interface DisplayPreference {
|
|
1407
|
-
/**
|
|
1408
|
-
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
1409
|
-
*/
|
|
1410
|
-
overridable: boolean | null;
|
|
1411
|
-
/**
|
|
1412
|
-
* The account's display preference.
|
|
1413
|
-
*/
|
|
1414
|
-
preference: DisplayPreference.Preference;
|
|
1415
|
-
/**
|
|
1416
|
-
* The effective display preference value.
|
|
1417
|
-
*/
|
|
1418
|
-
value: DisplayPreference.Value;
|
|
1419
|
-
}
|
|
1420
|
-
namespace DisplayPreference {
|
|
1421
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1422
|
-
type Value = 'off' | 'on';
|
|
1423
|
-
}
|
|
1424
|
-
}
|
|
1425
1361
|
namespace Payto {
|
|
1426
1362
|
interface DisplayPreference {
|
|
1427
1363
|
/**
|
|
@@ -1482,26 +1418,6 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
1482
1418
|
type Value = 'off' | 'on';
|
|
1483
1419
|
}
|
|
1484
1420
|
}
|
|
1485
|
-
namespace Qris {
|
|
1486
|
-
interface DisplayPreference {
|
|
1487
|
-
/**
|
|
1488
|
-
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
1489
|
-
*/
|
|
1490
|
-
overridable: boolean | null;
|
|
1491
|
-
/**
|
|
1492
|
-
* The account's display preference.
|
|
1493
|
-
*/
|
|
1494
|
-
preference: DisplayPreference.Preference;
|
|
1495
|
-
/**
|
|
1496
|
-
* The effective display preference value.
|
|
1497
|
-
*/
|
|
1498
|
-
value: DisplayPreference.Value;
|
|
1499
|
-
}
|
|
1500
|
-
namespace DisplayPreference {
|
|
1501
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1502
|
-
type Value = 'off' | 'on';
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
1421
|
namespace RevolutPay {
|
|
1506
1422
|
interface DisplayPreference {
|
|
1507
1423
|
/**
|
|
@@ -1562,7 +1478,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
1562
1478
|
type Value = 'off' | 'on';
|
|
1563
1479
|
}
|
|
1564
1480
|
}
|
|
1565
|
-
namespace
|
|
1481
|
+
namespace Scalapay {
|
|
1566
1482
|
interface DisplayPreference {
|
|
1567
1483
|
/**
|
|
1568
1484
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -1582,7 +1498,7 @@ export declare namespace PaymentMethodConfiguration {
|
|
|
1582
1498
|
type Value = 'off' | 'on';
|
|
1583
1499
|
}
|
|
1584
1500
|
}
|
|
1585
|
-
namespace
|
|
1501
|
+
namespace SepaDebit {
|
|
1586
1502
|
interface DisplayPreference {
|
|
1587
1503
|
/**
|
|
1588
1504
|
* For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
|
@@ -1812,6 +1728,10 @@ export interface PaymentMethodConfigurationCreateParams {
|
|
|
1812
1728
|
* Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
1813
1729
|
*/
|
|
1814
1730
|
billie?: PaymentMethodConfigurationCreateParams.Billie;
|
|
1731
|
+
/**
|
|
1732
|
+
* To enable Bizum, buyers need a Spanish IBAN from a bank connected to Bizum. Within their banking app, they can enable Bizum and link their mobile number to their IBAN.
|
|
1733
|
+
*/
|
|
1734
|
+
bizum?: PaymentMethodConfigurationCreateParams.Bizum;
|
|
1815
1735
|
/**
|
|
1816
1736
|
* BLIK is a [single use](https://docs.stripe.com/payments/payment-methods#usage) payment method that requires customers to authenticate their payments. When customers want to pay online using BLIK, they request a six-digit code from their banking application and enter it into the payment collection form. Check this [page](https://docs.stripe.com/payments/blik) for more details.
|
|
1817
1737
|
*/
|
|
@@ -1864,18 +1784,10 @@ export interface PaymentMethodConfigurationCreateParams {
|
|
|
1864
1784
|
* Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://docs.stripe.com/google-pay) for more details.
|
|
1865
1785
|
*/
|
|
1866
1786
|
google_pay?: PaymentMethodConfigurationCreateParams.GooglePay;
|
|
1867
|
-
/**
|
|
1868
|
-
* GoPay is a [single use](https://docs.stripe.com/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
|
1869
|
-
*/
|
|
1870
|
-
gopay?: PaymentMethodConfigurationCreateParams.Gopay;
|
|
1871
1787
|
/**
|
|
1872
1788
|
* GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://docs.stripe.com/payments/grabpay) for more details.
|
|
1873
1789
|
*/
|
|
1874
1790
|
grabpay?: PaymentMethodConfigurationCreateParams.Grabpay;
|
|
1875
|
-
/**
|
|
1876
|
-
* Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
|
1877
|
-
*/
|
|
1878
|
-
id_bank_transfer?: PaymentMethodConfigurationCreateParams.IdBankTransfer;
|
|
1879
1791
|
/**
|
|
1880
1792
|
* iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://docs.stripe.com/payments/ideal) for more details.
|
|
1881
1793
|
*/
|
|
@@ -1956,10 +1868,6 @@ export interface PaymentMethodConfigurationCreateParams {
|
|
|
1956
1868
|
* PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://docs.stripe.com/payments/paypal) for more details.
|
|
1957
1869
|
*/
|
|
1958
1870
|
paypal?: PaymentMethodConfigurationCreateParams.Paypal;
|
|
1959
|
-
/**
|
|
1960
|
-
* Customers can pay with PayPay online or using the PayPay app.
|
|
1961
|
-
*/
|
|
1962
|
-
paypay?: PaymentMethodConfigurationCreateParams.Paypay;
|
|
1963
1871
|
/**
|
|
1964
1872
|
* PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
|
|
1965
1873
|
*/
|
|
@@ -1972,10 +1880,6 @@ export interface PaymentMethodConfigurationCreateParams {
|
|
|
1972
1880
|
* PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://docs.stripe.com/payments/promptpay) for more details.
|
|
1973
1881
|
*/
|
|
1974
1882
|
promptpay?: PaymentMethodConfigurationCreateParams.Promptpay;
|
|
1975
|
-
/**
|
|
1976
|
-
* QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
|
|
1977
|
-
*/
|
|
1978
|
-
qris?: PaymentMethodConfigurationCreateParams.Qris;
|
|
1979
1883
|
/**
|
|
1980
1884
|
* Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer's stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
|
|
1981
1885
|
*/
|
|
@@ -1989,13 +1893,13 @@ export interface PaymentMethodConfigurationCreateParams {
|
|
|
1989
1893
|
*/
|
|
1990
1894
|
satispay?: PaymentMethodConfigurationCreateParams.Satispay;
|
|
1991
1895
|
/**
|
|
1992
|
-
*
|
|
1896
|
+
* Scalapay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that lets customers pay in 3 or 4 installments. Customers are redirected from your website or app, authorize the payment with Scalapay, then return to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
1993
1897
|
*/
|
|
1994
|
-
|
|
1898
|
+
scalapay?: PaymentMethodConfigurationCreateParams.Scalapay;
|
|
1995
1899
|
/**
|
|
1996
|
-
*
|
|
1900
|
+
* The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://docs.stripe.com/payments/sepa-debit) for more details.
|
|
1997
1901
|
*/
|
|
1998
|
-
|
|
1902
|
+
sepa_debit?: PaymentMethodConfigurationCreateParams.SepaDebit;
|
|
1999
1903
|
/**
|
|
2000
1904
|
* Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://docs.stripe.com/payments/sofort) for more details.
|
|
2001
1905
|
*/
|
|
@@ -2102,6 +2006,12 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2102
2006
|
*/
|
|
2103
2007
|
display_preference?: Billie.DisplayPreference;
|
|
2104
2008
|
}
|
|
2009
|
+
interface Bizum {
|
|
2010
|
+
/**
|
|
2011
|
+
* Whether or not the payment method should be displayed.
|
|
2012
|
+
*/
|
|
2013
|
+
display_preference?: Bizum.DisplayPreference;
|
|
2014
|
+
}
|
|
2105
2015
|
interface Blik {
|
|
2106
2016
|
/**
|
|
2107
2017
|
* Whether or not the payment method should be displayed.
|
|
@@ -2174,24 +2084,12 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2174
2084
|
*/
|
|
2175
2085
|
display_preference?: GooglePay.DisplayPreference;
|
|
2176
2086
|
}
|
|
2177
|
-
interface Gopay {
|
|
2178
|
-
/**
|
|
2179
|
-
* Whether or not the payment method should be displayed.
|
|
2180
|
-
*/
|
|
2181
|
-
display_preference?: Gopay.DisplayPreference;
|
|
2182
|
-
}
|
|
2183
2087
|
interface Grabpay {
|
|
2184
2088
|
/**
|
|
2185
2089
|
* Whether or not the payment method should be displayed.
|
|
2186
2090
|
*/
|
|
2187
2091
|
display_preference?: Grabpay.DisplayPreference;
|
|
2188
2092
|
}
|
|
2189
|
-
interface IdBankTransfer {
|
|
2190
|
-
/**
|
|
2191
|
-
* Whether or not the payment method should be displayed.
|
|
2192
|
-
*/
|
|
2193
|
-
display_preference?: IdBankTransfer.DisplayPreference;
|
|
2194
|
-
}
|
|
2195
2093
|
interface Ideal {
|
|
2196
2094
|
/**
|
|
2197
2095
|
* Whether or not the payment method should be displayed.
|
|
@@ -2300,12 +2198,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2300
2198
|
*/
|
|
2301
2199
|
display_preference?: Paypal.DisplayPreference;
|
|
2302
2200
|
}
|
|
2303
|
-
interface Paypay {
|
|
2304
|
-
/**
|
|
2305
|
-
* Whether or not the payment method should be displayed.
|
|
2306
|
-
*/
|
|
2307
|
-
display_preference?: Paypay.DisplayPreference;
|
|
2308
|
-
}
|
|
2309
2201
|
interface Payto {
|
|
2310
2202
|
/**
|
|
2311
2203
|
* Whether or not the payment method should be displayed.
|
|
@@ -2324,12 +2216,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2324
2216
|
*/
|
|
2325
2217
|
display_preference?: Promptpay.DisplayPreference;
|
|
2326
2218
|
}
|
|
2327
|
-
interface Qris {
|
|
2328
|
-
/**
|
|
2329
|
-
* Whether or not the payment method should be displayed.
|
|
2330
|
-
*/
|
|
2331
|
-
display_preference?: Qris.DisplayPreference;
|
|
2332
|
-
}
|
|
2333
2219
|
interface RevolutPay {
|
|
2334
2220
|
/**
|
|
2335
2221
|
* Whether or not the payment method should be displayed.
|
|
@@ -2348,17 +2234,17 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2348
2234
|
*/
|
|
2349
2235
|
display_preference?: Satispay.DisplayPreference;
|
|
2350
2236
|
}
|
|
2351
|
-
interface
|
|
2237
|
+
interface Scalapay {
|
|
2352
2238
|
/**
|
|
2353
2239
|
* Whether or not the payment method should be displayed.
|
|
2354
2240
|
*/
|
|
2355
|
-
display_preference?:
|
|
2241
|
+
display_preference?: Scalapay.DisplayPreference;
|
|
2356
2242
|
}
|
|
2357
|
-
interface
|
|
2243
|
+
interface SepaDebit {
|
|
2358
2244
|
/**
|
|
2359
2245
|
* Whether or not the payment method should be displayed.
|
|
2360
2246
|
*/
|
|
2361
|
-
display_preference?:
|
|
2247
|
+
display_preference?: SepaDebit.DisplayPreference;
|
|
2362
2248
|
}
|
|
2363
2249
|
interface Sofort {
|
|
2364
2250
|
/**
|
|
@@ -2540,6 +2426,17 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2540
2426
|
type Preference = 'none' | 'off' | 'on';
|
|
2541
2427
|
}
|
|
2542
2428
|
}
|
|
2429
|
+
namespace Bizum {
|
|
2430
|
+
interface DisplayPreference {
|
|
2431
|
+
/**
|
|
2432
|
+
* The account's preference for whether or not to display this payment method.
|
|
2433
|
+
*/
|
|
2434
|
+
preference?: DisplayPreference.Preference;
|
|
2435
|
+
}
|
|
2436
|
+
namespace DisplayPreference {
|
|
2437
|
+
type Preference = 'none' | 'off' | 'on';
|
|
2438
|
+
}
|
|
2439
|
+
}
|
|
2543
2440
|
namespace Blik {
|
|
2544
2441
|
interface DisplayPreference {
|
|
2545
2442
|
/**
|
|
@@ -2672,17 +2569,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2672
2569
|
type Preference = 'none' | 'off' | 'on';
|
|
2673
2570
|
}
|
|
2674
2571
|
}
|
|
2675
|
-
namespace Gopay {
|
|
2676
|
-
interface DisplayPreference {
|
|
2677
|
-
/**
|
|
2678
|
-
* The account's preference for whether or not to display this payment method.
|
|
2679
|
-
*/
|
|
2680
|
-
preference?: DisplayPreference.Preference;
|
|
2681
|
-
}
|
|
2682
|
-
namespace DisplayPreference {
|
|
2683
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2684
|
-
}
|
|
2685
|
-
}
|
|
2686
2572
|
namespace Grabpay {
|
|
2687
2573
|
interface DisplayPreference {
|
|
2688
2574
|
/**
|
|
@@ -2694,17 +2580,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2694
2580
|
type Preference = 'none' | 'off' | 'on';
|
|
2695
2581
|
}
|
|
2696
2582
|
}
|
|
2697
|
-
namespace IdBankTransfer {
|
|
2698
|
-
interface DisplayPreference {
|
|
2699
|
-
/**
|
|
2700
|
-
* The account's preference for whether or not to display this payment method.
|
|
2701
|
-
*/
|
|
2702
|
-
preference?: DisplayPreference.Preference;
|
|
2703
|
-
}
|
|
2704
|
-
namespace DisplayPreference {
|
|
2705
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2708
2583
|
namespace Ideal {
|
|
2709
2584
|
interface DisplayPreference {
|
|
2710
2585
|
/**
|
|
@@ -2903,17 +2778,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2903
2778
|
type Preference = 'none' | 'off' | 'on';
|
|
2904
2779
|
}
|
|
2905
2780
|
}
|
|
2906
|
-
namespace Paypay {
|
|
2907
|
-
interface DisplayPreference {
|
|
2908
|
-
/**
|
|
2909
|
-
* The account's preference for whether or not to display this payment method.
|
|
2910
|
-
*/
|
|
2911
|
-
preference?: DisplayPreference.Preference;
|
|
2912
|
-
}
|
|
2913
|
-
namespace DisplayPreference {
|
|
2914
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2915
|
-
}
|
|
2916
|
-
}
|
|
2917
2781
|
namespace Payto {
|
|
2918
2782
|
interface DisplayPreference {
|
|
2919
2783
|
/**
|
|
@@ -2947,17 +2811,6 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2947
2811
|
type Preference = 'none' | 'off' | 'on';
|
|
2948
2812
|
}
|
|
2949
2813
|
}
|
|
2950
|
-
namespace Qris {
|
|
2951
|
-
interface DisplayPreference {
|
|
2952
|
-
/**
|
|
2953
|
-
* The account's preference for whether or not to display this payment method.
|
|
2954
|
-
*/
|
|
2955
|
-
preference?: DisplayPreference.Preference;
|
|
2956
|
-
}
|
|
2957
|
-
namespace DisplayPreference {
|
|
2958
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2959
|
-
}
|
|
2960
|
-
}
|
|
2961
2814
|
namespace RevolutPay {
|
|
2962
2815
|
interface DisplayPreference {
|
|
2963
2816
|
/**
|
|
@@ -2991,7 +2844,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
2991
2844
|
type Preference = 'none' | 'off' | 'on';
|
|
2992
2845
|
}
|
|
2993
2846
|
}
|
|
2994
|
-
namespace
|
|
2847
|
+
namespace Scalapay {
|
|
2995
2848
|
interface DisplayPreference {
|
|
2996
2849
|
/**
|
|
2997
2850
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -3002,7 +2855,7 @@ export declare namespace PaymentMethodConfigurationCreateParams {
|
|
|
3002
2855
|
type Preference = 'none' | 'off' | 'on';
|
|
3003
2856
|
}
|
|
3004
2857
|
}
|
|
3005
|
-
namespace
|
|
2858
|
+
namespace SepaDebit {
|
|
3006
2859
|
interface DisplayPreference {
|
|
3007
2860
|
/**
|
|
3008
2861
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -3161,6 +3014,10 @@ export interface PaymentMethodConfigurationUpdateParams {
|
|
|
3161
3014
|
* Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
3162
3015
|
*/
|
|
3163
3016
|
billie?: PaymentMethodConfigurationUpdateParams.Billie;
|
|
3017
|
+
/**
|
|
3018
|
+
* To enable Bizum, buyers need a Spanish IBAN from a bank connected to Bizum. Within their banking app, they can enable Bizum and link their mobile number to their IBAN.
|
|
3019
|
+
*/
|
|
3020
|
+
bizum?: PaymentMethodConfigurationUpdateParams.Bizum;
|
|
3164
3021
|
/**
|
|
3165
3022
|
* BLIK is a [single use](https://docs.stripe.com/payments/payment-methods#usage) payment method that requires customers to authenticate their payments. When customers want to pay online using BLIK, they request a six-digit code from their banking application and enter it into the payment collection form. Check this [page](https://docs.stripe.com/payments/blik) for more details.
|
|
3166
3023
|
*/
|
|
@@ -3213,18 +3070,10 @@ export interface PaymentMethodConfigurationUpdateParams {
|
|
|
3213
3070
|
* Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://docs.stripe.com/google-pay) for more details.
|
|
3214
3071
|
*/
|
|
3215
3072
|
google_pay?: PaymentMethodConfigurationUpdateParams.GooglePay;
|
|
3216
|
-
/**
|
|
3217
|
-
* GoPay is a [single use](https://docs.stripe.com/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
|
3218
|
-
*/
|
|
3219
|
-
gopay?: PaymentMethodConfigurationUpdateParams.Gopay;
|
|
3220
3073
|
/**
|
|
3221
3074
|
* GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://docs.stripe.com/payments/grabpay) for more details.
|
|
3222
3075
|
*/
|
|
3223
3076
|
grabpay?: PaymentMethodConfigurationUpdateParams.Grabpay;
|
|
3224
|
-
/**
|
|
3225
|
-
* Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
|
3226
|
-
*/
|
|
3227
|
-
id_bank_transfer?: PaymentMethodConfigurationUpdateParams.IdBankTransfer;
|
|
3228
3077
|
/**
|
|
3229
3078
|
* iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://docs.stripe.com/payments/ideal) for more details.
|
|
3230
3079
|
*/
|
|
@@ -3301,10 +3150,6 @@ export interface PaymentMethodConfigurationUpdateParams {
|
|
|
3301
3150
|
* PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://docs.stripe.com/payments/paypal) for more details.
|
|
3302
3151
|
*/
|
|
3303
3152
|
paypal?: PaymentMethodConfigurationUpdateParams.Paypal;
|
|
3304
|
-
/**
|
|
3305
|
-
* Customers can pay with PayPay online or using the PayPay app.
|
|
3306
|
-
*/
|
|
3307
|
-
paypay?: PaymentMethodConfigurationUpdateParams.Paypay;
|
|
3308
3153
|
/**
|
|
3309
3154
|
* PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
|
|
3310
3155
|
*/
|
|
@@ -3317,10 +3162,6 @@ export interface PaymentMethodConfigurationUpdateParams {
|
|
|
3317
3162
|
* PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://docs.stripe.com/payments/promptpay) for more details.
|
|
3318
3163
|
*/
|
|
3319
3164
|
promptpay?: PaymentMethodConfigurationUpdateParams.Promptpay;
|
|
3320
|
-
/**
|
|
3321
|
-
* QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
|
|
3322
|
-
*/
|
|
3323
|
-
qris?: PaymentMethodConfigurationUpdateParams.Qris;
|
|
3324
3165
|
/**
|
|
3325
3166
|
* Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer's stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
|
|
3326
3167
|
*/
|
|
@@ -3334,13 +3175,13 @@ export interface PaymentMethodConfigurationUpdateParams {
|
|
|
3334
3175
|
*/
|
|
3335
3176
|
satispay?: PaymentMethodConfigurationUpdateParams.Satispay;
|
|
3336
3177
|
/**
|
|
3337
|
-
*
|
|
3178
|
+
* Scalapay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that lets customers pay in 3 or 4 installments. Customers are redirected from your website or app, authorize the payment with Scalapay, then return to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
3338
3179
|
*/
|
|
3339
|
-
|
|
3180
|
+
scalapay?: PaymentMethodConfigurationUpdateParams.Scalapay;
|
|
3340
3181
|
/**
|
|
3341
|
-
*
|
|
3182
|
+
* The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://docs.stripe.com/payments/sepa-debit) for more details.
|
|
3342
3183
|
*/
|
|
3343
|
-
|
|
3184
|
+
sepa_debit?: PaymentMethodConfigurationUpdateParams.SepaDebit;
|
|
3344
3185
|
/**
|
|
3345
3186
|
* Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://docs.stripe.com/payments/sofort) for more details.
|
|
3346
3187
|
*/
|
|
@@ -3447,6 +3288,12 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
3447
3288
|
*/
|
|
3448
3289
|
display_preference?: Billie.DisplayPreference;
|
|
3449
3290
|
}
|
|
3291
|
+
interface Bizum {
|
|
3292
|
+
/**
|
|
3293
|
+
* Whether or not the payment method should be displayed.
|
|
3294
|
+
*/
|
|
3295
|
+
display_preference?: Bizum.DisplayPreference;
|
|
3296
|
+
}
|
|
3450
3297
|
interface Blik {
|
|
3451
3298
|
/**
|
|
3452
3299
|
* Whether or not the payment method should be displayed.
|
|
@@ -3519,24 +3366,12 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
3519
3366
|
*/
|
|
3520
3367
|
display_preference?: GooglePay.DisplayPreference;
|
|
3521
3368
|
}
|
|
3522
|
-
interface Gopay {
|
|
3523
|
-
/**
|
|
3524
|
-
* Whether or not the payment method should be displayed.
|
|
3525
|
-
*/
|
|
3526
|
-
display_preference?: Gopay.DisplayPreference;
|
|
3527
|
-
}
|
|
3528
3369
|
interface Grabpay {
|
|
3529
3370
|
/**
|
|
3530
3371
|
* Whether or not the payment method should be displayed.
|
|
3531
3372
|
*/
|
|
3532
3373
|
display_preference?: Grabpay.DisplayPreference;
|
|
3533
3374
|
}
|
|
3534
|
-
interface IdBankTransfer {
|
|
3535
|
-
/**
|
|
3536
|
-
* Whether or not the payment method should be displayed.
|
|
3537
|
-
*/
|
|
3538
|
-
display_preference?: IdBankTransfer.DisplayPreference;
|
|
3539
|
-
}
|
|
3540
3375
|
interface Ideal {
|
|
3541
3376
|
/**
|
|
3542
3377
|
* Whether or not the payment method should be displayed.
|
|
@@ -3645,12 +3480,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
3645
3480
|
*/
|
|
3646
3481
|
display_preference?: Paypal.DisplayPreference;
|
|
3647
3482
|
}
|
|
3648
|
-
interface Paypay {
|
|
3649
|
-
/**
|
|
3650
|
-
* Whether or not the payment method should be displayed.
|
|
3651
|
-
*/
|
|
3652
|
-
display_preference?: Paypay.DisplayPreference;
|
|
3653
|
-
}
|
|
3654
3483
|
interface Payto {
|
|
3655
3484
|
/**
|
|
3656
3485
|
* Whether or not the payment method should be displayed.
|
|
@@ -3669,12 +3498,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
3669
3498
|
*/
|
|
3670
3499
|
display_preference?: Promptpay.DisplayPreference;
|
|
3671
3500
|
}
|
|
3672
|
-
interface Qris {
|
|
3673
|
-
/**
|
|
3674
|
-
* Whether or not the payment method should be displayed.
|
|
3675
|
-
*/
|
|
3676
|
-
display_preference?: Qris.DisplayPreference;
|
|
3677
|
-
}
|
|
3678
3501
|
interface RevolutPay {
|
|
3679
3502
|
/**
|
|
3680
3503
|
* Whether or not the payment method should be displayed.
|
|
@@ -3693,17 +3516,17 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
3693
3516
|
*/
|
|
3694
3517
|
display_preference?: Satispay.DisplayPreference;
|
|
3695
3518
|
}
|
|
3696
|
-
interface
|
|
3519
|
+
interface Scalapay {
|
|
3697
3520
|
/**
|
|
3698
3521
|
* Whether or not the payment method should be displayed.
|
|
3699
3522
|
*/
|
|
3700
|
-
display_preference?:
|
|
3523
|
+
display_preference?: Scalapay.DisplayPreference;
|
|
3701
3524
|
}
|
|
3702
|
-
interface
|
|
3525
|
+
interface SepaDebit {
|
|
3703
3526
|
/**
|
|
3704
3527
|
* Whether or not the payment method should be displayed.
|
|
3705
3528
|
*/
|
|
3706
|
-
display_preference?:
|
|
3529
|
+
display_preference?: SepaDebit.DisplayPreference;
|
|
3707
3530
|
}
|
|
3708
3531
|
interface Sofort {
|
|
3709
3532
|
/**
|
|
@@ -3885,6 +3708,17 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
3885
3708
|
type Preference = 'none' | 'off' | 'on';
|
|
3886
3709
|
}
|
|
3887
3710
|
}
|
|
3711
|
+
namespace Bizum {
|
|
3712
|
+
interface DisplayPreference {
|
|
3713
|
+
/**
|
|
3714
|
+
* The account's preference for whether or not to display this payment method.
|
|
3715
|
+
*/
|
|
3716
|
+
preference?: DisplayPreference.Preference;
|
|
3717
|
+
}
|
|
3718
|
+
namespace DisplayPreference {
|
|
3719
|
+
type Preference = 'none' | 'off' | 'on';
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3888
3722
|
namespace Blik {
|
|
3889
3723
|
interface DisplayPreference {
|
|
3890
3724
|
/**
|
|
@@ -4017,17 +3851,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4017
3851
|
type Preference = 'none' | 'off' | 'on';
|
|
4018
3852
|
}
|
|
4019
3853
|
}
|
|
4020
|
-
namespace Gopay {
|
|
4021
|
-
interface DisplayPreference {
|
|
4022
|
-
/**
|
|
4023
|
-
* The account's preference for whether or not to display this payment method.
|
|
4024
|
-
*/
|
|
4025
|
-
preference?: DisplayPreference.Preference;
|
|
4026
|
-
}
|
|
4027
|
-
namespace DisplayPreference {
|
|
4028
|
-
type Preference = 'none' | 'off' | 'on';
|
|
4029
|
-
}
|
|
4030
|
-
}
|
|
4031
3854
|
namespace Grabpay {
|
|
4032
3855
|
interface DisplayPreference {
|
|
4033
3856
|
/**
|
|
@@ -4039,17 +3862,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4039
3862
|
type Preference = 'none' | 'off' | 'on';
|
|
4040
3863
|
}
|
|
4041
3864
|
}
|
|
4042
|
-
namespace IdBankTransfer {
|
|
4043
|
-
interface DisplayPreference {
|
|
4044
|
-
/**
|
|
4045
|
-
* The account's preference for whether or not to display this payment method.
|
|
4046
|
-
*/
|
|
4047
|
-
preference?: DisplayPreference.Preference;
|
|
4048
|
-
}
|
|
4049
|
-
namespace DisplayPreference {
|
|
4050
|
-
type Preference = 'none' | 'off' | 'on';
|
|
4051
|
-
}
|
|
4052
|
-
}
|
|
4053
3865
|
namespace Ideal {
|
|
4054
3866
|
interface DisplayPreference {
|
|
4055
3867
|
/**
|
|
@@ -4248,17 +4060,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4248
4060
|
type Preference = 'none' | 'off' | 'on';
|
|
4249
4061
|
}
|
|
4250
4062
|
}
|
|
4251
|
-
namespace Paypay {
|
|
4252
|
-
interface DisplayPreference {
|
|
4253
|
-
/**
|
|
4254
|
-
* The account's preference for whether or not to display this payment method.
|
|
4255
|
-
*/
|
|
4256
|
-
preference?: DisplayPreference.Preference;
|
|
4257
|
-
}
|
|
4258
|
-
namespace DisplayPreference {
|
|
4259
|
-
type Preference = 'none' | 'off' | 'on';
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
4063
|
namespace Payto {
|
|
4263
4064
|
interface DisplayPreference {
|
|
4264
4065
|
/**
|
|
@@ -4292,17 +4093,6 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4292
4093
|
type Preference = 'none' | 'off' | 'on';
|
|
4293
4094
|
}
|
|
4294
4095
|
}
|
|
4295
|
-
namespace Qris {
|
|
4296
|
-
interface DisplayPreference {
|
|
4297
|
-
/**
|
|
4298
|
-
* The account's preference for whether or not to display this payment method.
|
|
4299
|
-
*/
|
|
4300
|
-
preference?: DisplayPreference.Preference;
|
|
4301
|
-
}
|
|
4302
|
-
namespace DisplayPreference {
|
|
4303
|
-
type Preference = 'none' | 'off' | 'on';
|
|
4304
|
-
}
|
|
4305
|
-
}
|
|
4306
4096
|
namespace RevolutPay {
|
|
4307
4097
|
interface DisplayPreference {
|
|
4308
4098
|
/**
|
|
@@ -4336,7 +4126,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4336
4126
|
type Preference = 'none' | 'off' | 'on';
|
|
4337
4127
|
}
|
|
4338
4128
|
}
|
|
4339
|
-
namespace
|
|
4129
|
+
namespace Scalapay {
|
|
4340
4130
|
interface DisplayPreference {
|
|
4341
4131
|
/**
|
|
4342
4132
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -4347,7 +4137,7 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4347
4137
|
type Preference = 'none' | 'off' | 'on';
|
|
4348
4138
|
}
|
|
4349
4139
|
}
|
|
4350
|
-
namespace
|
|
4140
|
+
namespace SepaDebit {
|
|
4351
4141
|
interface DisplayPreference {
|
|
4352
4142
|
/**
|
|
4353
4143
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -4448,6 +4238,10 @@ export declare namespace PaymentMethodConfigurationUpdateParams {
|
|
|
4448
4238
|
}
|
|
4449
4239
|
}
|
|
4450
4240
|
export interface PaymentMethodConfigurationListParams extends PaginationParams {
|
|
4241
|
+
/**
|
|
4242
|
+
* Whether the configuration is active.
|
|
4243
|
+
*/
|
|
4244
|
+
active?: boolean;
|
|
4451
4245
|
/**
|
|
4452
4246
|
* The Connect application to filter by.
|
|
4453
4247
|
*/
|