stripe 20.1.0-alpha.4 → 20.1.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 +47 -1920
- package/OPENAPI_VERSION +1 -1
- package/README.md +0 -1
- package/VERSION +1 -1
- package/cjs/Error.js +1 -115
- package/cjs/apiVersion.js +3 -2
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/Mandates.js +0 -5
- package/cjs/resources/PaymentIntents.js +0 -8
- package/cjs/resources/PaymentMethods.js +0 -4
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Subscriptions.js +0 -4
- package/cjs/resources.js +2 -148
- package/cjs/stripe.core.js +1 -1
- package/esm/Error.js +0 -100
- package/esm/apiVersion.js +2 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/Mandates.js +0 -5
- package/esm/resources/PaymentIntents.js +0 -8
- package/esm/resources/PaymentMethods.js +0 -4
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Subscriptions.js +0 -4
- package/esm/resources.js +0 -140
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountLinks.d.ts +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +2 -65
- package/types/AccountSessionsResource.d.ts +0 -264
- package/types/Accounts.d.ts +25 -249
- package/types/AccountsResource.d.ts +114 -756
- package/types/ApplicationFees.d.ts +1 -6
- package/types/ApplicationFeesResource.d.ts +2 -2
- package/types/Apps/Secrets.d.ts +1 -1
- package/types/Balance.d.ts +2 -84
- package/types/BalanceSettings.d.ts +1 -1
- package/types/BalanceTransactions.d.ts +2 -3
- package/types/BankAccounts.d.ts +10 -12
- package/types/Billing/AlertTriggereds.d.ts +1 -16
- package/types/Billing/Alerts.d.ts +2 -117
- package/types/Billing/AlertsResource.d.ts +2 -149
- package/types/Billing/CreditBalanceSummary.d.ts +3 -119
- package/types/Billing/CreditBalanceSummaryResource.d.ts +2 -14
- package/types/Billing/CreditBalanceTransactions.d.ts +2 -118
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +2 -2
- package/types/Billing/CreditGrants.d.ts +4 -74
- package/types/Billing/CreditGrantsResource.d.ts +4 -35
- package/types/Billing/MeterEventSummaries.d.ts +0 -7
- package/types/Billing/MeterEvents.d.ts +1 -1
- package/types/Billing/MeterEventsResource.d.ts +1 -1
- package/types/Billing/Meters.d.ts +0 -5
- package/types/Billing/MetersResource.d.ts +0 -17
- package/types/BillingPortal/Configurations.d.ts +10 -3
- package/types/BillingPortal/ConfigurationsResource.d.ts +20 -6
- package/types/BillingPortal/Sessions.d.ts +7 -7
- package/types/BillingPortal/SessionsResource.d.ts +7 -7
- package/types/Capabilities.d.ts +16 -18
- package/types/Cards.d.ts +2 -21
- package/types/CashBalances.d.ts +3 -3
- package/types/Charges.d.ts +59 -193
- package/types/ChargesResource.d.ts +88 -3868
- package/types/Checkout/Sessions.d.ts +20 -355
- package/types/Checkout/SessionsResource.d.ts +59 -467
- package/types/Climate/Orders.d.ts +1 -1
- package/types/Climate/OrdersResource.d.ts +2 -2
- package/types/ConfirmationTokens.d.ts +8 -123
- package/types/Coupons.d.ts +3 -38
- package/types/CouponsResource.d.ts +2 -25
- package/types/CreditNoteLineItems.d.ts +3 -17
- package/types/CreditNotes.d.ts +8 -5
- package/types/CreditNotesResource.d.ts +5 -5
- package/types/CustomerBalanceTransactions.d.ts +9 -6
- package/types/CustomerCashBalanceTransactions.d.ts +13 -10
- package/types/CustomerSessions.d.ts +1 -42
- package/types/CustomerSessionsResource.d.ts +0 -41
- package/types/Customers.d.ts +8 -5
- package/types/CustomersResource.d.ts +21 -23
- package/types/Discounts.d.ts +6 -16
- package/types/Disputes.d.ts +3 -43
- package/types/DisputesResource.d.ts +1 -12
- package/types/Entitlements/ActiveEntitlements.d.ts +1 -1
- package/types/Errors.d.ts +0 -85
- package/types/EventTypes.d.ts +0 -630
- package/types/Events.d.ts +1 -97
- package/types/ExchangeRates.d.ts +2 -2
- package/types/FeeRefunds.d.ts +2 -2
- package/types/FileLinks.d.ts +1 -1
- package/types/FileLinksResource.d.ts +2 -2
- package/types/Files.d.ts +4 -4
- package/types/FilesResource.d.ts +3 -3
- package/types/FinancialConnections/Accounts.d.ts +4 -37
- package/types/FinancialConnections/AccountsResource.d.ts +6 -38
- package/types/FinancialConnections/Sessions.d.ts +3 -51
- package/types/FinancialConnections/SessionsResource.d.ts +4 -41
- package/types/Forwarding/Requests.d.ts +1 -1
- package/types/Forwarding/RequestsResource.d.ts +1 -1
- package/types/FundingInstructions.d.ts +2 -2
- package/types/Identity/VerificationReports.d.ts +8 -18
- package/types/Identity/VerificationReportsResource.d.ts +0 -5
- package/types/Identity/VerificationSessions.d.ts +11 -11
- package/types/Identity/VerificationSessionsResource.d.ts +18 -12
- package/types/InvoiceItems.d.ts +10 -130
- package/types/InvoiceItemsResource.d.ts +16 -114
- package/types/InvoiceLineItems.d.ts +12 -172
- package/types/InvoicePayments.d.ts +1 -1
- package/types/InvoiceRenderingTemplates.d.ts +1 -1
- package/types/Invoices.d.ts +60 -217
- package/types/InvoicesResource.d.ts +141 -1819
- package/types/Issuing/Authorizations.d.ts +20 -20
- package/types/Issuing/AuthorizationsResource.d.ts +4 -4
- package/types/Issuing/Cardholders.d.ts +13 -13
- package/types/Issuing/CardholdersResource.d.ts +21 -22
- package/types/Issuing/Cards.d.ts +10 -10
- package/types/Issuing/CardsResource.d.ts +13 -13
- package/types/Issuing/Disputes.d.ts +7 -7
- package/types/Issuing/DisputesResource.d.ts +5 -5
- package/types/Issuing/PersonalizationDesigns.d.ts +1 -1
- package/types/Issuing/PersonalizationDesignsResource.d.ts +2 -2
- package/types/Issuing/Tokens.d.ts +1 -1
- package/types/Issuing/Transactions.d.ts +12 -17
- package/types/Issuing/TransactionsResource.d.ts +1 -6
- package/types/LineItems.d.ts +4 -48
- package/types/LoginLinks.d.ts +1 -1
- package/types/Mandates.d.ts +1 -69
- package/types/MandatesResource.d.ts +0 -31
- package/types/PaymentAttemptRecords.d.ts +119 -135
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +3 -3
- package/types/PaymentIntents.d.ts +48 -744
- package/types/PaymentIntentsResource.d.ts +6824 -19519
- package/types/PaymentLinks.d.ts +7 -12
- package/types/PaymentLinksResource.d.ts +28 -38
- package/types/PaymentMethodConfigurations.d.ts +4 -184
- package/types/PaymentMethodConfigurationsResource.d.ts +76 -326
- package/types/PaymentMethodDomains.d.ts +1 -1
- package/types/PaymentMethods.d.ts +10 -130
- package/types/PaymentMethodsResource.d.ts +7 -136
- package/types/PaymentRecords.d.ts +126 -135
- package/types/PaymentRecordsResource.d.ts +7 -7
- package/types/Payouts.d.ts +7 -7
- package/types/PayoutsResource.d.ts +3 -3
- package/types/Persons.d.ts +21 -51
- package/types/Plans.d.ts +5 -5
- package/types/PlansResource.d.ts +6 -6
- package/types/Prices.d.ts +6 -28
- package/types/PricesResource.d.ts +10 -32
- package/types/Products.d.ts +10 -10
- package/types/ProductsResource.d.ts +14 -14
- package/types/PromotionCodes.d.ts +5 -5
- package/types/PromotionCodesResource.d.ts +5 -5
- package/types/Quotes.d.ts +14 -884
- package/types/QuotesResource.d.ts +302 -3250
- package/types/Radar/EarlyFraudWarnings.d.ts +1 -1
- package/types/Radar/ValueListItems.d.ts +1 -1
- package/types/Radar/ValueLists.d.ts +2 -2
- package/types/Radar/ValueListsResource.d.ts +2 -2
- package/types/Refunds.d.ts +3 -17
- package/types/RefundsResource.d.ts +3 -3
- package/types/Reporting/ReportRuns.d.ts +3 -3
- package/types/Reporting/ReportRunsResource.d.ts +2 -2
- package/types/Reporting/ReportTypes.d.ts +3 -3
- package/types/Reviews.d.ts +1 -1
- package/types/SetupAttempts.d.ts +22 -60
- package/types/SetupIntents.d.ts +22 -178
- package/types/SetupIntentsResource.d.ts +50 -763
- package/types/ShippingRates.d.ts +3 -3
- package/types/ShippingRatesResource.d.ts +3 -3
- package/types/Sigma/ScheduledQueryRuns.d.ts +1 -1
- package/types/SourceMandateNotifications.d.ts +3 -3
- package/types/Sources.d.ts +5 -34
- package/types/SourcesResource.d.ts +2 -2
- package/types/SubscriptionItems.d.ts +7 -46
- package/types/SubscriptionItemsResource.d.ts +22 -165
- package/types/SubscriptionSchedules.d.ts +9 -333
- package/types/SubscriptionSchedulesResource.d.ts +79 -1535
- package/types/Subscriptions.d.ts +41 -273
- package/types/SubscriptionsResource.d.ts +94 -768
- package/types/Tax/Associations.d.ts +3 -3
- package/types/Tax/AssociationsResource.d.ts +1 -1
- package/types/Tax/CalculationLineItems.d.ts +7 -7
- package/types/Tax/Calculations.d.ts +12 -12
- package/types/Tax/CalculationsResource.d.ts +7 -7
- package/types/Tax/Registrations.d.ts +3 -3
- package/types/Tax/Settings.d.ts +1 -1
- package/types/Tax/SettingsResource.d.ts +1 -1
- package/types/Tax/TransactionLineItems.d.ts +5 -5
- package/types/Tax/Transactions.d.ts +9 -9
- package/types/Tax/TransactionsResource.d.ts +10 -10
- package/types/TaxIds.d.ts +6 -6
- package/types/TaxIdsResource.d.ts +4 -4
- package/types/TaxRates.d.ts +1 -1
- package/types/TaxRatesResource.d.ts +2 -2
- package/types/Terminal/Configurations.d.ts +0 -9
- package/types/Terminal/ConfigurationsResource.d.ts +0 -28
- package/types/Terminal/ConnectionTokens.d.ts +1 -1
- package/types/Terminal/Locations.d.ts +2 -2
- package/types/Terminal/LocationsResource.d.ts +3 -3
- package/types/Terminal/Readers.d.ts +10 -30
- package/types/Terminal/ReadersResource.d.ts +7 -7
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +5 -107
- package/types/TestHelpers/CustomersResource.d.ts +2 -2
- package/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +10 -10
- package/types/TestHelpers/Issuing/TransactionsResource.d.ts +5 -5
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +1 -27
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +1 -27
- package/types/Tokens.d.ts +4 -4
- package/types/TokensResource.d.ts +17 -85
- package/types/Topups.d.ts +3 -3
- package/types/TopupsResource.d.ts +3 -3
- package/types/TransferReversals.d.ts +4 -4
- package/types/Transfers.d.ts +5 -14
- package/types/TransfersResource.d.ts +6 -13
- package/types/Treasury/CreditReversals.d.ts +3 -3
- package/types/Treasury/CreditReversalsResource.d.ts +1 -1
- package/types/Treasury/DebitReversals.d.ts +3 -3
- package/types/Treasury/DebitReversalsResource.d.ts +1 -1
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +1 -6
- package/types/Treasury/FinancialAccountsResource.d.ts +2 -39
- package/types/Treasury/InboundTransfers.d.ts +4 -4
- package/types/Treasury/InboundTransfersResource.d.ts +2 -2
- package/types/Treasury/OutboundPayments.d.ts +5 -5
- package/types/Treasury/OutboundPaymentsResource.d.ts +4 -4
- package/types/Treasury/OutboundTransfers.d.ts +4 -30
- package/types/Treasury/OutboundTransfersResource.d.ts +3 -29
- package/types/Treasury/ReceivedCredits.d.ts +9 -35
- package/types/Treasury/ReceivedDebits.d.ts +6 -37
- package/types/Treasury/TransactionEntries.d.ts +11 -11
- package/types/Treasury/Transactions.d.ts +11 -11
- package/types/V2/Core/AccountLinks.d.ts +13 -21
- package/types/V2/Core/AccountLinksResource.d.ts +8 -16
- package/types/V2/Core/AccountPersons.d.ts +55 -10
- package/types/V2/Core/AccountTokensResource.d.ts +99 -267
- package/types/V2/Core/Accounts/PersonTokensResource.d.ts +48 -3
- package/types/V2/Core/Accounts/PersonsResource.d.ts +101 -11
- package/types/V2/Core/Accounts.d.ts +263 -2861
- package/types/V2/Core/AccountsResource.d.ts +594 -2554
- package/types/V2/Core/EventTypes.d.ts +10 -4813
- package/types/V2/Core/Events.d.ts +0 -61
- package/types/V2/Core/EventsResource.d.ts +1 -11
- package/types/WebhookEndpoints.d.ts +1 -1
- package/types/WebhookEndpointsResource.d.ts +5 -79
- package/types/Webhooks.d.ts +0 -2
- package/types/apiVersion.d.ts +2 -1
- package/types/index.d.ts +0 -233
- package/types/lib.d.ts +0 -10
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/BalanceTransfers.js +0 -9
- package/cjs/resources/Billing/Analytics/MeterUsage.js +0 -12
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/DelegatedCheckout/RequestedSessions.js +0 -28
- package/cjs/resources/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/Identity/BlocklistEntries.js +0 -25
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Issuing/Programs.js +0 -22
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/ProductCatalog/TrialOffers.js +0 -12
- package/cjs/resources/Radar/AccountEvaluations.js +0 -20
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/TestHelpers/Capital/FinancingOffers.js +0 -16
- package/cjs/resources/V2/Billing/BillSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/BillSettings.js +0 -27
- package/cjs/resources/V2/Billing/Cadences.js +0 -23
- package/cjs/resources/V2/Billing/CollectionSettings/Versions.js +0 -17
- package/cjs/resources/V2/Billing/CollectionSettings.js +0 -30
- package/cjs/resources/V2/Billing/CustomPricingUnits.js +0 -25
- package/cjs/resources/V2/Billing/Intents/Actions.js +0 -17
- package/cjs/resources/V2/Billing/Intents.js +0 -36
- package/cjs/resources/V2/Billing/LicenseFeeSubscriptions.js +0 -12
- package/cjs/resources/V2/Billing/LicenseFees/Versions.js +0 -17
- package/cjs/resources/V2/Billing/LicenseFees.js +0 -27
- package/cjs/resources/V2/Billing/LicensedItems.js +0 -25
- package/cjs/resources/V2/Billing/MeteredItems.js +0 -22
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions/Components.js +0 -12
- package/cjs/resources/V2/Billing/PricingPlanSubscriptions.js +0 -26
- package/cjs/resources/V2/Billing/PricingPlans/Components.js +0 -29
- package/cjs/resources/V2/Billing/PricingPlans/Versions.js +0 -17
- package/cjs/resources/V2/Billing/PricingPlans.js +0 -29
- package/cjs/resources/V2/Billing/Profiles.js +0 -19
- package/cjs/resources/V2/Billing/RateCardSubscriptions.js +0 -29
- package/cjs/resources/V2/Billing/RateCards/Rates.js +0 -25
- package/cjs/resources/V2/Billing/RateCards/Versions.js +0 -17
- package/cjs/resources/V2/Billing/RateCards.js +0 -29
- package/cjs/resources/V2/Billing/ServiceActions.js +0 -20
- package/cjs/resources/V2/Core/ClaimableSandboxes.js +0 -16
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -33
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -37
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/CurrencyConversions.js +0 -21
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -29
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/RecipientVerifications.js +0 -20
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/Payments/OffSessionPayments.js +0 -29
- package/cjs/resources/V2/Reporting/ReportRuns.js +0 -13
- package/cjs/resources/V2/Reporting/Reports.js +0 -12
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/cjs/resources/V2/TestHelpers/MoneyManagement.js +0 -12
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/BalanceTransfers.js +0 -6
- package/esm/resources/Billing/Analytics/MeterUsage.js +0 -9
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/DelegatedCheckout/RequestedSessions.js +0 -25
- package/esm/resources/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/Identity/BlocklistEntries.js +0 -22
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Issuing/Programs.js +0 -19
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/ProductCatalog/TrialOffers.js +0 -9
- package/esm/resources/Radar/AccountEvaluations.js +0 -17
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/TestHelpers/Capital/FinancingOffers.js +0 -13
- package/esm/resources/V2/Billing/BillSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/BillSettings.js +0 -24
- package/esm/resources/V2/Billing/Cadences.js +0 -20
- package/esm/resources/V2/Billing/CollectionSettings/Versions.js +0 -14
- package/esm/resources/V2/Billing/CollectionSettings.js +0 -27
- package/esm/resources/V2/Billing/CustomPricingUnits.js +0 -22
- package/esm/resources/V2/Billing/Intents/Actions.js +0 -14
- package/esm/resources/V2/Billing/Intents.js +0 -33
- package/esm/resources/V2/Billing/LicenseFeeSubscriptions.js +0 -9
- package/esm/resources/V2/Billing/LicenseFees/Versions.js +0 -14
- package/esm/resources/V2/Billing/LicenseFees.js +0 -24
- package/esm/resources/V2/Billing/LicensedItems.js +0 -22
- package/esm/resources/V2/Billing/MeteredItems.js +0 -19
- package/esm/resources/V2/Billing/PricingPlanSubscriptions/Components.js +0 -9
- package/esm/resources/V2/Billing/PricingPlanSubscriptions.js +0 -23
- package/esm/resources/V2/Billing/PricingPlans/Components.js +0 -26
- package/esm/resources/V2/Billing/PricingPlans/Versions.js +0 -14
- package/esm/resources/V2/Billing/PricingPlans.js +0 -26
- package/esm/resources/V2/Billing/Profiles.js +0 -16
- package/esm/resources/V2/Billing/RateCardSubscriptions.js +0 -26
- package/esm/resources/V2/Billing/RateCards/Rates.js +0 -22
- package/esm/resources/V2/Billing/RateCards/Versions.js +0 -14
- package/esm/resources/V2/Billing/RateCards.js +0 -26
- package/esm/resources/V2/Billing/ServiceActions.js +0 -17
- package/esm/resources/V2/Core/ClaimableSandboxes.js +0 -13
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -30
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -34
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/CurrencyConversions.js +0 -18
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -26
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/RecipientVerifications.js +0 -17
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/Payments/OffSessionPayments.js +0 -26
- package/esm/resources/V2/Reporting/ReportRuns.js +0 -10
- package/esm/resources/V2/Reporting/Reports.js +0 -9
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/esm/resources/V2/TestHelpers/MoneyManagement.js +0 -9
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/BalanceTransfers.d.ts +0 -122
- package/types/BalanceTransfersResource.d.ts +0 -87
- package/types/Billing/Analytics/MeterUsage.d.ts +0 -31
- package/types/Billing/Analytics/MeterUsageResource.d.ts +0 -694
- package/types/Billing/Analytics/MeterUsageRows.d.ts +0 -58
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/DelegatedCheckout/RequestedSessions.d.ts +0 -399
- package/types/DelegatedCheckout/RequestedSessionsResource.d.ts +0 -599
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FxQuotes.d.ts +0 -155
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Identity/BlocklistEntries.d.ts +0 -78
- package/types/Identity/BlocklistEntriesResource.d.ts +0 -146
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Programs.d.ts +0 -42
- package/types/Issuing/ProgramsResource.d.ts +0 -96
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1163
- package/types/OrdersResource.d.ts +0 -5505
- package/types/PaymentMethodBalances.d.ts +0 -63
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -230
- package/types/ProductCatalog/TrialOffers.d.ts +0 -77
- package/types/ProductCatalog/TrialOffersResource.d.ts +0 -80
- package/types/QuoteLines.d.ts +0 -651
- package/types/QuotePreviewInvoices.d.ts +0 -1784
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -1034
- package/types/Radar/AccountEvaluations.d.ts +0 -88
- package/types/Radar/AccountEvaluationsResource.d.ts +0 -148
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/TestHelpers/Capital/FinancingOffersResource.d.ts +0 -130
- package/types/TransitBalances.d.ts +0 -40
- package/types/V2/Billing/BillSettingVersions.d.ts +0 -97
- package/types/V2/Billing/BillSettings/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/BillSettings.d.ts +0 -120
- package/types/V2/Billing/BillSettingsResource.d.ts +0 -241
- package/types/V2/Billing/Cadences.d.ts +0 -735
- package/types/V2/Billing/CadencesResource.d.ts +0 -516
- package/types/V2/Billing/CollectionSettingVersions.d.ts +0 -318
- package/types/V2/Billing/CollectionSettings/VersionsResource.d.ts +0 -62
- package/types/V2/Billing/CollectionSettings.d.ts +0 -341
- package/types/V2/Billing/CollectionSettingsResource.d.ts +0 -683
- package/types/V2/Billing/CustomPricingUnits.d.ts +0 -56
- package/types/V2/Billing/CustomPricingUnitsResource.d.ts +0 -122
- package/types/V2/Billing/IntentActions.d.ts +0 -459
- package/types/V2/Billing/Intents/ActionsResource.d.ts +0 -58
- package/types/V2/Billing/Intents.d.ts +0 -117
- package/types/V2/Billing/IntentsResource.d.ts +0 -575
- package/types/V2/Billing/LicenseFeeSubscriptions.d.ts +0 -64
- package/types/V2/Billing/LicenseFeeSubscriptionsResource.d.ts +0 -28
- package/types/V2/Billing/LicenseFeeVersions.d.ts +0 -106
- package/types/V2/Billing/LicenseFees/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/LicenseFees.d.ts +0 -164
- package/types/V2/Billing/LicenseFeesResource.d.ts +0 -290
- package/types/V2/Billing/LicensedItems.d.ts +0 -73
- package/types/V2/Billing/LicensedItemsResource.d.ts +0 -157
- package/types/V2/Billing/MeteredItems.d.ts +0 -101
- package/types/V2/Billing/MeteredItemsResource.d.ts +0 -189
- package/types/V2/Billing/PricingPlanComponents.d.ts +0 -109
- package/types/V2/Billing/PricingPlanSubscriptionComponents.d.ts +0 -57
- package/types/V2/Billing/PricingPlanSubscriptions/ComponentsResource.d.ts +0 -40
- package/types/V2/Billing/PricingPlanSubscriptions.d.ts +0 -144
- package/types/V2/Billing/PricingPlanSubscriptionsResource.d.ts +0 -120
- package/types/V2/Billing/PricingPlanVersions.d.ts +0 -49
- package/types/V2/Billing/PricingPlans/ComponentsResource.d.ts +0 -197
- package/types/V2/Billing/PricingPlans/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/PricingPlans.d.ts +0 -84
- package/types/V2/Billing/PricingPlansResource.d.ts +0 -151
- package/types/V2/Billing/Profiles.d.ts +0 -70
- package/types/V2/Billing/ProfilesResource.d.ts +0 -150
- package/types/V2/Billing/RateCardRates.d.ts +0 -144
- package/types/V2/Billing/RateCardSubscriptions.d.ts +0 -144
- package/types/V2/Billing/RateCardSubscriptionsResource.d.ts +0 -157
- package/types/V2/Billing/RateCardVersions.d.ts +0 -39
- package/types/V2/Billing/RateCards/RatesResource.d.ts +0 -203
- package/types/V2/Billing/RateCards/VersionsResource.d.ts +0 -58
- package/types/V2/Billing/RateCards.d.ts +0 -98
- package/types/V2/Billing/RateCardsResource.d.ts +0 -162
- package/types/V2/Billing/ServiceActions.d.ts +0 -298
- package/types/V2/Billing/ServiceActionsResource.d.ts +0 -394
- package/types/V2/Core/ClaimableSandboxes.d.ts +0 -132
- package/types/V2/Core/ClaimableSandboxesResource.d.ts +0 -74
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -194
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -116
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -198
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -46
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -122
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/CurrencyConversions.d.ts +0 -98
- package/types/V2/MoneyManagement/CurrencyConversionsResource.d.ts +0 -141
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -186
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -172
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -178
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -126
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -250
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -156
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -222
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -127
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -323
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -259
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -330
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -296
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -225
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -201
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpec.d.ts +0 -93
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -347
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -248
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/RecipientVerifications.d.ts +0 -112
- package/types/V2/MoneyManagement/RecipientVerificationsResource.d.ts +0 -77
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -200
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -227
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/Payments/OffSessionPayments.d.ts +0 -249
- package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -306
- package/types/V2/Reporting/ReportRuns.d.ts +0 -154
- package/types/V2/Reporting/ReportRunsResource.d.ts +0 -75
- package/types/V2/Reporting/Reports.d.ts +0 -120
- package/types/V2/Reporting/ReportsResource.d.ts +0 -30
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -85
- package/types/V2/TestHelpers/MoneyManagementResource.d.ts +0 -49
|
@@ -4,22 +4,22 @@ declare module 'stripe' {
|
|
|
4
4
|
namespace Stripe {
|
|
5
5
|
interface PaymentMethodConfigurationCreateParams {
|
|
6
6
|
/**
|
|
7
|
-
* Canadian pre-authorized debit payments, check this [page](https://stripe.com/
|
|
7
|
+
* Canadian pre-authorized debit payments, check this [page](https://docs.stripe.com/payments/acss-debit) for more details like country availability.
|
|
8
8
|
*/
|
|
9
9
|
acss_debit?: PaymentMethodConfigurationCreateParams.AcssDebit;
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* [Affirm](https://www.affirm.com/) gives your customers a way to split purchases over a series of payments. Depending on the purchase, they can pay with four interest-free payments (Split Pay) or pay over a longer term (Installments), which might include interest. Check this [page](https://stripe.com/
|
|
12
|
+
* [Affirm](https://www.affirm.com/) gives your customers a way to split purchases over a series of payments. Depending on the purchase, they can pay with four interest-free payments (Split Pay) or pay over a longer term (Installments), which might include interest. Check this [page](https://docs.stripe.com/payments/affirm) for more details like country availability.
|
|
13
13
|
*/
|
|
14
14
|
affirm?: PaymentMethodConfigurationCreateParams.Affirm;
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* Afterpay gives your customers a way to pay for purchases in installments, check this [page](https://stripe.com/
|
|
17
|
+
* Afterpay gives your customers a way to pay for purchases in installments, check this [page](https://docs.stripe.com/payments/afterpay-clearpay) for more details like country availability. Afterpay is particularly popular among businesses selling fashion, beauty, and sports products.
|
|
18
18
|
*/
|
|
19
19
|
afterpay_clearpay?: PaymentMethodConfigurationCreateParams.AfterpayClearpay;
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Alipay is a digital wallet in China that has more than a billion active users worldwide. Alipay users can pay on the web or on a mobile device using login credentials or their Alipay app. Alipay has a low dispute rate and reduces fraud by authenticating payments using the customer's login credentials. Check this [page](https://stripe.com/
|
|
22
|
+
* Alipay is a digital wallet in China that has more than a billion active users worldwide. Alipay users can pay on the web or on a mobile device using login credentials or their Alipay app. Alipay has a low dispute rate and reduces fraud by authenticating payments using the customer's login credentials. Check this [page](https://docs.stripe.com/payments/alipay) for more details.
|
|
23
23
|
*/
|
|
24
24
|
alipay?: PaymentMethodConfigurationCreateParams.Alipay;
|
|
25
25
|
|
|
@@ -34,7 +34,7 @@ declare module 'stripe' {
|
|
|
34
34
|
amazon_pay?: PaymentMethodConfigurationCreateParams.AmazonPay;
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* Stripe users can accept [Apple Pay](https://stripe.com/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](https://stripe.com/pricing) is the same as other card transactions. Check this [page](https://stripe.com/
|
|
37
|
+
* Stripe users can accept [Apple Pay](https://stripe.com/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](https://stripe.com/pricing) is the same as other card transactions. Check this [page](https://docs.stripe.com/apple-pay) for more details.
|
|
38
38
|
*/
|
|
39
39
|
apple_pay?: PaymentMethodConfigurationCreateParams.ApplePay;
|
|
40
40
|
|
|
@@ -44,17 +44,17 @@ declare module 'stripe' {
|
|
|
44
44
|
apple_pay_later?: PaymentMethodConfigurationCreateParams.ApplePayLater;
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
* Stripe users in Australia can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with an Australian bank account. Check this [page](https://stripe.com/
|
|
47
|
+
* Stripe users in Australia can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with an Australian bank account. Check this [page](https://docs.stripe.com/payments/au-becs-debit) for more details.
|
|
48
48
|
*/
|
|
49
49
|
au_becs_debit?: PaymentMethodConfigurationCreateParams.AuBecsDebit;
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Stripe users in the UK can accept Bacs Direct Debit payments from customers with a UK bank account, check this [page](https://stripe.com/
|
|
52
|
+
* Stripe users in the UK can accept Bacs Direct Debit payments from customers with a UK bank account, check this [page](https://docs.stripe.com/payments/payment-methods/bacs-debit) for more details.
|
|
53
53
|
*/
|
|
54
54
|
bacs_debit?: PaymentMethodConfigurationCreateParams.BacsDebit;
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
|
-
* Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. [Customers](https://stripe.com/
|
|
57
|
+
* Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. [Customers](https://docs.stripe.com/api/customers) use a Bancontact card or mobile app linked to a Belgian bank account to make online payments that are secure, guaranteed, and confirmed immediately. Check this [page](https://docs.stripe.com/payments/bancontact) for more details.
|
|
58
58
|
*/
|
|
59
59
|
bancontact?: PaymentMethodConfigurationCreateParams.Bancontact;
|
|
60
60
|
|
|
@@ -64,12 +64,12 @@ declare module 'stripe' {
|
|
|
64
64
|
billie?: PaymentMethodConfigurationCreateParams.Billie;
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* BLIK is a [single use](https://stripe.com/
|
|
67
|
+
* 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.
|
|
68
68
|
*/
|
|
69
69
|
blik?: PaymentMethodConfigurationCreateParams.Blik;
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this [page](https://stripe.com/
|
|
72
|
+
* Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this [page](https://docs.stripe.com/payments/boleto) for more details.
|
|
73
73
|
*/
|
|
74
74
|
boleto?: PaymentMethodConfigurationCreateParams.Boleto;
|
|
75
75
|
|
|
@@ -79,27 +79,27 @@ declare module 'stripe' {
|
|
|
79
79
|
card?: PaymentMethodConfigurationCreateParams.Card;
|
|
80
80
|
|
|
81
81
|
/**
|
|
82
|
-
* Cartes Bancaires is France's local card network. More than 95% of these cards are co-branded with either Visa or Mastercard, meaning you can process these cards over either Cartes Bancaires or the Visa or Mastercard networks. Check this [page](https://stripe.com/
|
|
82
|
+
* Cartes Bancaires is France's local card network. More than 95% of these cards are co-branded with either Visa or Mastercard, meaning you can process these cards over either Cartes Bancaires or the Visa or Mastercard networks. Check this [page](https://docs.stripe.com/payments/cartes-bancaires) for more details.
|
|
83
83
|
*/
|
|
84
84
|
cartes_bancaires?: PaymentMethodConfigurationCreateParams.CartesBancaires;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
* Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet. Check this [page](https://stripe.com/
|
|
87
|
+
* Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet. Check this [page](https://docs.stripe.com/payments/cash-app-pay) for more details.
|
|
88
88
|
*/
|
|
89
89
|
cashapp?: PaymentMethodConfigurationCreateParams.Cashapp;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* [Stablecoin payments](https://stripe.com/
|
|
92
|
+
* [Stablecoin payments](https://docs.stripe.com/payments/stablecoin-payments) enable customers to pay in stablecoins like USDC from 100s of wallets including Phantom and Metamask.
|
|
93
93
|
*/
|
|
94
94
|
crypto?: PaymentMethodConfigurationCreateParams.Crypto;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
|
-
* Uses a customer's [cash balance](https://stripe.com/
|
|
97
|
+
* Uses a customer's [cash balance](https://docs.stripe.com/payments/customer-balance) for the payment. The cash balance can be funded via a bank transfer. Check this [page](https://docs.stripe.com/payments/bank-transfers) for more details.
|
|
98
98
|
*/
|
|
99
99
|
customer_balance?: PaymentMethodConfigurationCreateParams.CustomerBalance;
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
|
-
* EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials. EPS is supported by all Austrian banks and is accepted by over 80% of Austrian online retailers. Check this [page](https://stripe.com/
|
|
102
|
+
* EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials. EPS is supported by all Austrian banks and is accepted by over 80% of Austrian online retailers. Check this [page](https://docs.stripe.com/payments/eps) for more details.
|
|
103
103
|
*/
|
|
104
104
|
eps?: PaymentMethodConfigurationCreateParams.Eps;
|
|
105
105
|
|
|
@@ -109,42 +109,32 @@ declare module 'stripe' {
|
|
|
109
109
|
expand?: Array<string>;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* Financial Process Exchange (FPX) is a Malaysia-based payment method that allows customers to complete transactions online using their bank credentials. Bank Negara Malaysia (BNM), the Central Bank of Malaysia, and eleven other major Malaysian financial institutions are members of the PayNet Group, which owns and operates FPX. It is one of the most popular online payment methods in Malaysia, with nearly 90 million transactions in 2018 according to BNM. Check this [page](https://stripe.com/
|
|
112
|
+
* Financial Process Exchange (FPX) is a Malaysia-based payment method that allows customers to complete transactions online using their bank credentials. Bank Negara Malaysia (BNM), the Central Bank of Malaysia, and eleven other major Malaysian financial institutions are members of the PayNet Group, which owns and operates FPX. It is one of the most popular online payment methods in Malaysia, with nearly 90 million transactions in 2018 according to BNM. Check this [page](https://docs.stripe.com/payments/fpx) for more details.
|
|
113
113
|
*/
|
|
114
114
|
fpx?: PaymentMethodConfigurationCreateParams.Fpx;
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Meal vouchers in France, or “titres-restaurant”, is a local benefits program commonly offered by employers for their employees to purchase prepared food and beverages on working days. Check this [page](https://stripe.com/
|
|
117
|
+
* Meal vouchers in France, or “titres-restaurant”, is a local benefits program commonly offered by employers for their employees to purchase prepared food and beverages on working days. Check this [page](https://docs.stripe.com/payments/benefits/fr-meal-vouchers) for more details.
|
|
118
118
|
*/
|
|
119
119
|
fr_meal_voucher_conecs?: PaymentMethodConfigurationCreateParams.FrMealVoucherConecs;
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* giropay is a German payment method based on online banking, introduced in 2006. It allows customers to complete transactions online using their online banking environment, with funds debited from their bank account. Depending on their bank, customers confirm payments on giropay using a second factor of authentication or a PIN. giropay accounts for 10% of online checkouts in Germany. Check this [page](https://stripe.com/
|
|
122
|
+
* giropay is a German payment method based on online banking, introduced in 2006. It allows customers to complete transactions online using their online banking environment, with funds debited from their bank account. Depending on their bank, customers confirm payments on giropay using a second factor of authentication or a PIN. giropay accounts for 10% of online checkouts in Germany. Check this [page](https://docs.stripe.com/payments/giropay) for more details.
|
|
123
123
|
*/
|
|
124
124
|
giropay?: PaymentMethodConfigurationCreateParams.Giropay;
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
* 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://stripe.com/
|
|
127
|
+
* 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.
|
|
128
128
|
*/
|
|
129
129
|
google_pay?: PaymentMethodConfigurationCreateParams.GooglePay;
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
gopay?: PaymentMethodConfigurationCreateParams.Gopay;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* 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://stripe.com/docs/payments/grabpay) for more details.
|
|
132
|
+
* 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.
|
|
138
133
|
*/
|
|
139
134
|
grabpay?: PaymentMethodConfigurationCreateParams.Grabpay;
|
|
140
135
|
|
|
141
136
|
/**
|
|
142
|
-
*
|
|
143
|
-
*/
|
|
144
|
-
id_bank_transfer?: PaymentMethodConfigurationCreateParams.IdBankTransfer;
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* 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://stripe.com/docs/payments/ideal) for more details.
|
|
137
|
+
* 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.
|
|
148
138
|
*/
|
|
149
139
|
ideal?: PaymentMethodConfigurationCreateParams.Ideal;
|
|
150
140
|
|
|
@@ -159,12 +149,12 @@ declare module 'stripe' {
|
|
|
159
149
|
kakao_pay?: PaymentMethodConfigurationCreateParams.KakaoPay;
|
|
160
150
|
|
|
161
151
|
/**
|
|
162
|
-
* Klarna gives customers a range of [payment options](https://stripe.com/
|
|
152
|
+
* Klarna gives customers a range of [payment options](https://docs.stripe.com/payments/klarna#payment-options) during checkout. Available payment options vary depending on the customer's billing address and the transaction amount. These payment options make it convenient for customers to purchase items in all price ranges. Check this [page](https://docs.stripe.com/payments/klarna) for more details.
|
|
163
153
|
*/
|
|
164
154
|
klarna?: PaymentMethodConfigurationCreateParams.Klarna;
|
|
165
155
|
|
|
166
156
|
/**
|
|
167
|
-
* Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this [page](https://stripe.com/
|
|
157
|
+
* Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this [page](https://docs.stripe.com/payments/konbini) for more details.
|
|
168
158
|
*/
|
|
169
159
|
konbini?: PaymentMethodConfigurationCreateParams.Konbini;
|
|
170
160
|
|
|
@@ -174,17 +164,17 @@ declare module 'stripe' {
|
|
|
174
164
|
kr_card?: PaymentMethodConfigurationCreateParams.KrCard;
|
|
175
165
|
|
|
176
166
|
/**
|
|
177
|
-
* [Link](https://stripe.com/
|
|
167
|
+
* [Link](https://docs.stripe.com/payments/link) is a payment method network. With Link, users save their payment details once, then reuse that information to pay with one click for any business on the network.
|
|
178
168
|
*/
|
|
179
169
|
link?: PaymentMethodConfigurationCreateParams.Link;
|
|
180
170
|
|
|
181
171
|
/**
|
|
182
|
-
* MB WAY is the most popular wallet in Portugal. After entering their phone number in your checkout, customers approve the payment directly in their MB WAY app. Check this [page](https://stripe.com/
|
|
172
|
+
* MB WAY is the most popular wallet in Portugal. After entering their phone number in your checkout, customers approve the payment directly in their MB WAY app. Check this [page](https://docs.stripe.com/payments/mb-way) for more details.
|
|
183
173
|
*/
|
|
184
174
|
mb_way?: PaymentMethodConfigurationCreateParams.MbWay;
|
|
185
175
|
|
|
186
176
|
/**
|
|
187
|
-
* MobilePay is a [single-use](https://stripe.com/
|
|
177
|
+
* MobilePay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://docs.stripe.com/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://docs.stripe.com/payments/mobilepay) for more details.
|
|
188
178
|
*/
|
|
189
179
|
mobilepay?: PaymentMethodConfigurationCreateParams.Mobilepay;
|
|
190
180
|
|
|
@@ -204,17 +194,17 @@ declare module 'stripe' {
|
|
|
204
194
|
naver_pay?: PaymentMethodConfigurationCreateParams.NaverPay;
|
|
205
195
|
|
|
206
196
|
/**
|
|
207
|
-
* Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://stripe.com/
|
|
197
|
+
* Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://docs.stripe.com/payments/nz-bank-account) for more details.
|
|
208
198
|
*/
|
|
209
199
|
nz_bank_account?: PaymentMethodConfigurationCreateParams.NzBankAccount;
|
|
210
200
|
|
|
211
201
|
/**
|
|
212
|
-
* OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://stripe.com/
|
|
202
|
+
* OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://docs.stripe.com/payments/oxxo) for more details.
|
|
213
203
|
*/
|
|
214
204
|
oxxo?: PaymentMethodConfigurationCreateParams.Oxxo;
|
|
215
205
|
|
|
216
206
|
/**
|
|
217
|
-
* Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this [page](https://stripe.com/
|
|
207
|
+
* Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this [page](https://docs.stripe.com/payments/p24) for more details.
|
|
218
208
|
*/
|
|
219
209
|
p24?: PaymentMethodConfigurationCreateParams.P24;
|
|
220
210
|
|
|
@@ -234,20 +224,15 @@ declare module 'stripe' {
|
|
|
234
224
|
payco?: PaymentMethodConfigurationCreateParams.Payco;
|
|
235
225
|
|
|
236
226
|
/**
|
|
237
|
-
* PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://stripe.com/
|
|
227
|
+
* PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://docs.stripe.com/payments/paynow) for more details.
|
|
238
228
|
*/
|
|
239
229
|
paynow?: PaymentMethodConfigurationCreateParams.Paynow;
|
|
240
230
|
|
|
241
231
|
/**
|
|
242
|
-
* PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/
|
|
232
|
+
* 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.
|
|
243
233
|
*/
|
|
244
234
|
paypal?: PaymentMethodConfigurationCreateParams.Paypal;
|
|
245
235
|
|
|
246
|
-
/**
|
|
247
|
-
* Customers can pay with PayPay online or using the PayPay app.
|
|
248
|
-
*/
|
|
249
|
-
paypay?: PaymentMethodConfigurationCreateParams.Paypay;
|
|
250
|
-
|
|
251
236
|
/**
|
|
252
237
|
* 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.
|
|
253
238
|
*/
|
|
@@ -259,15 +244,10 @@ declare module 'stripe' {
|
|
|
259
244
|
pix?: PaymentMethodConfigurationCreateParams.Pix;
|
|
260
245
|
|
|
261
246
|
/**
|
|
262
|
-
* 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://stripe.com/
|
|
247
|
+
* 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.
|
|
263
248
|
*/
|
|
264
249
|
promptpay?: PaymentMethodConfigurationCreateParams.Promptpay;
|
|
265
250
|
|
|
266
|
-
/**
|
|
267
|
-
* 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.
|
|
268
|
-
*/
|
|
269
|
-
qris?: PaymentMethodConfigurationCreateParams.Qris;
|
|
270
|
-
|
|
271
251
|
/**
|
|
272
252
|
* 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.
|
|
273
253
|
*/
|
|
@@ -284,22 +264,17 @@ declare module 'stripe' {
|
|
|
284
264
|
satispay?: PaymentMethodConfigurationCreateParams.Satispay;
|
|
285
265
|
|
|
286
266
|
/**
|
|
287
|
-
* 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://stripe.com/
|
|
267
|
+
* 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.
|
|
288
268
|
*/
|
|
289
269
|
sepa_debit?: PaymentMethodConfigurationCreateParams.SepaDebit;
|
|
290
270
|
|
|
291
271
|
/**
|
|
292
|
-
*
|
|
293
|
-
*/
|
|
294
|
-
shopeepay?: PaymentMethodConfigurationCreateParams.Shopeepay;
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* 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://stripe.com/docs/payments/sofort) for more details.
|
|
272
|
+
* 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.
|
|
298
273
|
*/
|
|
299
274
|
sofort?: PaymentMethodConfigurationCreateParams.Sofort;
|
|
300
275
|
|
|
301
276
|
/**
|
|
302
|
-
* Swish is a [real-time](https://stripe.com/
|
|
277
|
+
* Swish is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://docs.stripe.com/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://docs.stripe.com/payments/swish) for more details.
|
|
303
278
|
*/
|
|
304
279
|
swish?: PaymentMethodConfigurationCreateParams.Swish;
|
|
305
280
|
|
|
@@ -309,17 +284,17 @@ declare module 'stripe' {
|
|
|
309
284
|
twint?: PaymentMethodConfigurationCreateParams.Twint;
|
|
310
285
|
|
|
311
286
|
/**
|
|
312
|
-
* Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/
|
|
287
|
+
* Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://docs.stripe.com/payments/ach-direct-debit) for more details.
|
|
313
288
|
*/
|
|
314
289
|
us_bank_account?: PaymentMethodConfigurationCreateParams.UsBankAccount;
|
|
315
290
|
|
|
316
291
|
/**
|
|
317
|
-
* WeChat, owned by Tencent, is China's leading mobile app with over 1 billion monthly active users. Chinese consumers can use WeChat Pay to pay for goods and services inside of businesses' apps and websites. WeChat Pay users buy most frequently in gaming, e-commerce, travel, online education, and food/nutrition. Check this [page](https://stripe.com/
|
|
292
|
+
* WeChat, owned by Tencent, is China's leading mobile app with over 1 billion monthly active users. Chinese consumers can use WeChat Pay to pay for goods and services inside of businesses' apps and websites. WeChat Pay users buy most frequently in gaming, e-commerce, travel, online education, and food/nutrition. Check this [page](https://docs.stripe.com/payments/wechat-pay) for more details.
|
|
318
293
|
*/
|
|
319
294
|
wechat_pay?: PaymentMethodConfigurationCreateParams.WechatPay;
|
|
320
295
|
|
|
321
296
|
/**
|
|
322
|
-
* Zip gives your customers a way to split purchases over a series of payments. Check this [page](https://stripe.com/
|
|
297
|
+
* Zip gives your customers a way to split purchases over a series of payments. Check this [page](https://docs.stripe.com/payments/zip) for more details like country availability.
|
|
323
298
|
*/
|
|
324
299
|
zip?: PaymentMethodConfigurationCreateParams.Zip;
|
|
325
300
|
}
|
|
@@ -805,26 +780,6 @@ declare module 'stripe' {
|
|
|
805
780
|
}
|
|
806
781
|
}
|
|
807
782
|
|
|
808
|
-
interface Gopay {
|
|
809
|
-
/**
|
|
810
|
-
* Whether or not the payment method should be displayed.
|
|
811
|
-
*/
|
|
812
|
-
display_preference?: Gopay.DisplayPreference;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
namespace Gopay {
|
|
816
|
-
interface DisplayPreference {
|
|
817
|
-
/**
|
|
818
|
-
* The account's preference for whether or not to display this payment method.
|
|
819
|
-
*/
|
|
820
|
-
preference?: DisplayPreference.Preference;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
namespace DisplayPreference {
|
|
824
|
-
type Preference = 'none' | 'off' | 'on';
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
|
|
828
783
|
interface Grabpay {
|
|
829
784
|
/**
|
|
830
785
|
* Whether or not the payment method should be displayed.
|
|
@@ -845,26 +800,6 @@ declare module 'stripe' {
|
|
|
845
800
|
}
|
|
846
801
|
}
|
|
847
802
|
|
|
848
|
-
interface IdBankTransfer {
|
|
849
|
-
/**
|
|
850
|
-
* Whether or not the payment method should be displayed.
|
|
851
|
-
*/
|
|
852
|
-
display_preference?: IdBankTransfer.DisplayPreference;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
namespace IdBankTransfer {
|
|
856
|
-
interface DisplayPreference {
|
|
857
|
-
/**
|
|
858
|
-
* The account's preference for whether or not to display this payment method.
|
|
859
|
-
*/
|
|
860
|
-
preference?: DisplayPreference.Preference;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
namespace DisplayPreference {
|
|
864
|
-
type Preference = 'none' | 'off' | 'on';
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
|
|
868
803
|
interface Ideal {
|
|
869
804
|
/**
|
|
870
805
|
* Whether or not the payment method should be displayed.
|
|
@@ -1225,26 +1160,6 @@ declare module 'stripe' {
|
|
|
1225
1160
|
}
|
|
1226
1161
|
}
|
|
1227
1162
|
|
|
1228
|
-
interface Paypay {
|
|
1229
|
-
/**
|
|
1230
|
-
* Whether or not the payment method should be displayed.
|
|
1231
|
-
*/
|
|
1232
|
-
display_preference?: Paypay.DisplayPreference;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
namespace Paypay {
|
|
1236
|
-
interface DisplayPreference {
|
|
1237
|
-
/**
|
|
1238
|
-
* The account's preference for whether or not to display this payment method.
|
|
1239
|
-
*/
|
|
1240
|
-
preference?: DisplayPreference.Preference;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
namespace DisplayPreference {
|
|
1244
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
1163
|
interface Payto {
|
|
1249
1164
|
/**
|
|
1250
1165
|
* Whether or not the payment method should be displayed.
|
|
@@ -1305,26 +1220,6 @@ declare module 'stripe' {
|
|
|
1305
1220
|
}
|
|
1306
1221
|
}
|
|
1307
1222
|
|
|
1308
|
-
interface Qris {
|
|
1309
|
-
/**
|
|
1310
|
-
* Whether or not the payment method should be displayed.
|
|
1311
|
-
*/
|
|
1312
|
-
display_preference?: Qris.DisplayPreference;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
namespace Qris {
|
|
1316
|
-
interface DisplayPreference {
|
|
1317
|
-
/**
|
|
1318
|
-
* The account's preference for whether or not to display this payment method.
|
|
1319
|
-
*/
|
|
1320
|
-
preference?: DisplayPreference.Preference;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
namespace DisplayPreference {
|
|
1324
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
1223
|
interface RevolutPay {
|
|
1329
1224
|
/**
|
|
1330
1225
|
* Whether or not the payment method should be displayed.
|
|
@@ -1405,26 +1300,6 @@ declare module 'stripe' {
|
|
|
1405
1300
|
}
|
|
1406
1301
|
}
|
|
1407
1302
|
|
|
1408
|
-
interface Shopeepay {
|
|
1409
|
-
/**
|
|
1410
|
-
* Whether or not the payment method should be displayed.
|
|
1411
|
-
*/
|
|
1412
|
-
display_preference?: Shopeepay.DisplayPreference;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
namespace Shopeepay {
|
|
1416
|
-
interface DisplayPreference {
|
|
1417
|
-
/**
|
|
1418
|
-
* The account's preference for whether or not to display this payment method.
|
|
1419
|
-
*/
|
|
1420
|
-
preference?: DisplayPreference.Preference;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
namespace DisplayPreference {
|
|
1424
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
1303
|
interface Sofort {
|
|
1429
1304
|
/**
|
|
1430
1305
|
* Whether or not the payment method should be displayed.
|
|
@@ -1555,7 +1430,7 @@ declare module 'stripe' {
|
|
|
1555
1430
|
|
|
1556
1431
|
interface PaymentMethodConfigurationUpdateParams {
|
|
1557
1432
|
/**
|
|
1558
|
-
* Canadian pre-authorized debit payments, check this [page](https://stripe.com/
|
|
1433
|
+
* Canadian pre-authorized debit payments, check this [page](https://docs.stripe.com/payments/acss-debit) for more details like country availability.
|
|
1559
1434
|
*/
|
|
1560
1435
|
acss_debit?: PaymentMethodConfigurationUpdateParams.AcssDebit;
|
|
1561
1436
|
|
|
@@ -1565,17 +1440,17 @@ declare module 'stripe' {
|
|
|
1565
1440
|
active?: boolean;
|
|
1566
1441
|
|
|
1567
1442
|
/**
|
|
1568
|
-
* [Affirm](https://www.affirm.com/) gives your customers a way to split purchases over a series of payments. Depending on the purchase, they can pay with four interest-free payments (Split Pay) or pay over a longer term (Installments), which might include interest. Check this [page](https://stripe.com/
|
|
1443
|
+
* [Affirm](https://www.affirm.com/) gives your customers a way to split purchases over a series of payments. Depending on the purchase, they can pay with four interest-free payments (Split Pay) or pay over a longer term (Installments), which might include interest. Check this [page](https://docs.stripe.com/payments/affirm) for more details like country availability.
|
|
1569
1444
|
*/
|
|
1570
1445
|
affirm?: PaymentMethodConfigurationUpdateParams.Affirm;
|
|
1571
1446
|
|
|
1572
1447
|
/**
|
|
1573
|
-
* Afterpay gives your customers a way to pay for purchases in installments, check this [page](https://stripe.com/
|
|
1448
|
+
* Afterpay gives your customers a way to pay for purchases in installments, check this [page](https://docs.stripe.com/payments/afterpay-clearpay) for more details like country availability. Afterpay is particularly popular among businesses selling fashion, beauty, and sports products.
|
|
1574
1449
|
*/
|
|
1575
1450
|
afterpay_clearpay?: PaymentMethodConfigurationUpdateParams.AfterpayClearpay;
|
|
1576
1451
|
|
|
1577
1452
|
/**
|
|
1578
|
-
* Alipay is a digital wallet in China that has more than a billion active users worldwide. Alipay users can pay on the web or on a mobile device using login credentials or their Alipay app. Alipay has a low dispute rate and reduces fraud by authenticating payments using the customer's login credentials. Check this [page](https://stripe.com/
|
|
1453
|
+
* Alipay is a digital wallet in China that has more than a billion active users worldwide. Alipay users can pay on the web or on a mobile device using login credentials or their Alipay app. Alipay has a low dispute rate and reduces fraud by authenticating payments using the customer's login credentials. Check this [page](https://docs.stripe.com/payments/alipay) for more details.
|
|
1579
1454
|
*/
|
|
1580
1455
|
alipay?: PaymentMethodConfigurationUpdateParams.Alipay;
|
|
1581
1456
|
|
|
@@ -1590,7 +1465,7 @@ declare module 'stripe' {
|
|
|
1590
1465
|
amazon_pay?: PaymentMethodConfigurationUpdateParams.AmazonPay;
|
|
1591
1466
|
|
|
1592
1467
|
/**
|
|
1593
|
-
* Stripe users can accept [Apple Pay](https://stripe.com/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](https://stripe.com/pricing) is the same as other card transactions. Check this [page](https://stripe.com/
|
|
1468
|
+
* Stripe users can accept [Apple Pay](https://stripe.com/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](https://stripe.com/pricing) is the same as other card transactions. Check this [page](https://docs.stripe.com/apple-pay) for more details.
|
|
1594
1469
|
*/
|
|
1595
1470
|
apple_pay?: PaymentMethodConfigurationUpdateParams.ApplePay;
|
|
1596
1471
|
|
|
@@ -1600,17 +1475,17 @@ declare module 'stripe' {
|
|
|
1600
1475
|
apple_pay_later?: PaymentMethodConfigurationUpdateParams.ApplePayLater;
|
|
1601
1476
|
|
|
1602
1477
|
/**
|
|
1603
|
-
* Stripe users in Australia can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with an Australian bank account. Check this [page](https://stripe.com/
|
|
1478
|
+
* Stripe users in Australia can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with an Australian bank account. Check this [page](https://docs.stripe.com/payments/au-becs-debit) for more details.
|
|
1604
1479
|
*/
|
|
1605
1480
|
au_becs_debit?: PaymentMethodConfigurationUpdateParams.AuBecsDebit;
|
|
1606
1481
|
|
|
1607
1482
|
/**
|
|
1608
|
-
* Stripe users in the UK can accept Bacs Direct Debit payments from customers with a UK bank account, check this [page](https://stripe.com/
|
|
1483
|
+
* Stripe users in the UK can accept Bacs Direct Debit payments from customers with a UK bank account, check this [page](https://docs.stripe.com/payments/payment-methods/bacs-debit) for more details.
|
|
1609
1484
|
*/
|
|
1610
1485
|
bacs_debit?: PaymentMethodConfigurationUpdateParams.BacsDebit;
|
|
1611
1486
|
|
|
1612
1487
|
/**
|
|
1613
|
-
* Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. [Customers](https://stripe.com/
|
|
1488
|
+
* Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. [Customers](https://docs.stripe.com/api/customers) use a Bancontact card or mobile app linked to a Belgian bank account to make online payments that are secure, guaranteed, and confirmed immediately. Check this [page](https://docs.stripe.com/payments/bancontact) for more details.
|
|
1614
1489
|
*/
|
|
1615
1490
|
bancontact?: PaymentMethodConfigurationUpdateParams.Bancontact;
|
|
1616
1491
|
|
|
@@ -1620,12 +1495,12 @@ declare module 'stripe' {
|
|
|
1620
1495
|
billie?: PaymentMethodConfigurationUpdateParams.Billie;
|
|
1621
1496
|
|
|
1622
1497
|
/**
|
|
1623
|
-
* BLIK is a [single use](https://stripe.com/
|
|
1498
|
+
* 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.
|
|
1624
1499
|
*/
|
|
1625
1500
|
blik?: PaymentMethodConfigurationUpdateParams.Blik;
|
|
1626
1501
|
|
|
1627
1502
|
/**
|
|
1628
|
-
* Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this [page](https://stripe.com/
|
|
1503
|
+
* Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this [page](https://docs.stripe.com/payments/boleto) for more details.
|
|
1629
1504
|
*/
|
|
1630
1505
|
boleto?: PaymentMethodConfigurationUpdateParams.Boleto;
|
|
1631
1506
|
|
|
@@ -1635,27 +1510,27 @@ declare module 'stripe' {
|
|
|
1635
1510
|
card?: PaymentMethodConfigurationUpdateParams.Card;
|
|
1636
1511
|
|
|
1637
1512
|
/**
|
|
1638
|
-
* Cartes Bancaires is France's local card network. More than 95% of these cards are co-branded with either Visa or Mastercard, meaning you can process these cards over either Cartes Bancaires or the Visa or Mastercard networks. Check this [page](https://stripe.com/
|
|
1513
|
+
* Cartes Bancaires is France's local card network. More than 95% of these cards are co-branded with either Visa or Mastercard, meaning you can process these cards over either Cartes Bancaires or the Visa or Mastercard networks. Check this [page](https://docs.stripe.com/payments/cartes-bancaires) for more details.
|
|
1639
1514
|
*/
|
|
1640
1515
|
cartes_bancaires?: PaymentMethodConfigurationUpdateParams.CartesBancaires;
|
|
1641
1516
|
|
|
1642
1517
|
/**
|
|
1643
|
-
* Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet. Check this [page](https://stripe.com/
|
|
1518
|
+
* Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet. Check this [page](https://docs.stripe.com/payments/cash-app-pay) for more details.
|
|
1644
1519
|
*/
|
|
1645
1520
|
cashapp?: PaymentMethodConfigurationUpdateParams.Cashapp;
|
|
1646
1521
|
|
|
1647
1522
|
/**
|
|
1648
|
-
* [Stablecoin payments](https://stripe.com/
|
|
1523
|
+
* [Stablecoin payments](https://docs.stripe.com/payments/stablecoin-payments) enable customers to pay in stablecoins like USDC from 100s of wallets including Phantom and Metamask.
|
|
1649
1524
|
*/
|
|
1650
1525
|
crypto?: PaymentMethodConfigurationUpdateParams.Crypto;
|
|
1651
1526
|
|
|
1652
1527
|
/**
|
|
1653
|
-
* Uses a customer's [cash balance](https://stripe.com/
|
|
1528
|
+
* Uses a customer's [cash balance](https://docs.stripe.com/payments/customer-balance) for the payment. The cash balance can be funded via a bank transfer. Check this [page](https://docs.stripe.com/payments/bank-transfers) for more details.
|
|
1654
1529
|
*/
|
|
1655
1530
|
customer_balance?: PaymentMethodConfigurationUpdateParams.CustomerBalance;
|
|
1656
1531
|
|
|
1657
1532
|
/**
|
|
1658
|
-
* EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials. EPS is supported by all Austrian banks and is accepted by over 80% of Austrian online retailers. Check this [page](https://stripe.com/
|
|
1533
|
+
* EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials. EPS is supported by all Austrian banks and is accepted by over 80% of Austrian online retailers. Check this [page](https://docs.stripe.com/payments/eps) for more details.
|
|
1659
1534
|
*/
|
|
1660
1535
|
eps?: PaymentMethodConfigurationUpdateParams.Eps;
|
|
1661
1536
|
|
|
@@ -1665,42 +1540,32 @@ declare module 'stripe' {
|
|
|
1665
1540
|
expand?: Array<string>;
|
|
1666
1541
|
|
|
1667
1542
|
/**
|
|
1668
|
-
* Financial Process Exchange (FPX) is a Malaysia-based payment method that allows customers to complete transactions online using their bank credentials. Bank Negara Malaysia (BNM), the Central Bank of Malaysia, and eleven other major Malaysian financial institutions are members of the PayNet Group, which owns and operates FPX. It is one of the most popular online payment methods in Malaysia, with nearly 90 million transactions in 2018 according to BNM. Check this [page](https://stripe.com/
|
|
1543
|
+
* Financial Process Exchange (FPX) is a Malaysia-based payment method that allows customers to complete transactions online using their bank credentials. Bank Negara Malaysia (BNM), the Central Bank of Malaysia, and eleven other major Malaysian financial institutions are members of the PayNet Group, which owns and operates FPX. It is one of the most popular online payment methods in Malaysia, with nearly 90 million transactions in 2018 according to BNM. Check this [page](https://docs.stripe.com/payments/fpx) for more details.
|
|
1669
1544
|
*/
|
|
1670
1545
|
fpx?: PaymentMethodConfigurationUpdateParams.Fpx;
|
|
1671
1546
|
|
|
1672
1547
|
/**
|
|
1673
|
-
* Meal vouchers in France, or “titres-restaurant”, is a local benefits program commonly offered by employers for their employees to purchase prepared food and beverages on working days. Check this [page](https://stripe.com/
|
|
1548
|
+
* Meal vouchers in France, or “titres-restaurant”, is a local benefits program commonly offered by employers for their employees to purchase prepared food and beverages on working days. Check this [page](https://docs.stripe.com/payments/benefits/fr-meal-vouchers) for more details.
|
|
1674
1549
|
*/
|
|
1675
1550
|
fr_meal_voucher_conecs?: PaymentMethodConfigurationUpdateParams.FrMealVoucherConecs;
|
|
1676
1551
|
|
|
1677
1552
|
/**
|
|
1678
|
-
* giropay is a German payment method based on online banking, introduced in 2006. It allows customers to complete transactions online using their online banking environment, with funds debited from their bank account. Depending on their bank, customers confirm payments on giropay using a second factor of authentication or a PIN. giropay accounts for 10% of online checkouts in Germany. Check this [page](https://stripe.com/
|
|
1553
|
+
* giropay is a German payment method based on online banking, introduced in 2006. It allows customers to complete transactions online using their online banking environment, with funds debited from their bank account. Depending on their bank, customers confirm payments on giropay using a second factor of authentication or a PIN. giropay accounts for 10% of online checkouts in Germany. Check this [page](https://docs.stripe.com/payments/giropay) for more details.
|
|
1679
1554
|
*/
|
|
1680
1555
|
giropay?: PaymentMethodConfigurationUpdateParams.Giropay;
|
|
1681
1556
|
|
|
1682
1557
|
/**
|
|
1683
|
-
* 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://stripe.com/
|
|
1558
|
+
* 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.
|
|
1684
1559
|
*/
|
|
1685
1560
|
google_pay?: PaymentMethodConfigurationUpdateParams.GooglePay;
|
|
1686
1561
|
|
|
1687
1562
|
/**
|
|
1688
|
-
*
|
|
1689
|
-
*/
|
|
1690
|
-
gopay?: PaymentMethodConfigurationUpdateParams.Gopay;
|
|
1691
|
-
|
|
1692
|
-
/**
|
|
1693
|
-
* 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://stripe.com/docs/payments/grabpay) for more details.
|
|
1563
|
+
* 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.
|
|
1694
1564
|
*/
|
|
1695
1565
|
grabpay?: PaymentMethodConfigurationUpdateParams.Grabpay;
|
|
1696
1566
|
|
|
1697
1567
|
/**
|
|
1698
|
-
*
|
|
1699
|
-
*/
|
|
1700
|
-
id_bank_transfer?: PaymentMethodConfigurationUpdateParams.IdBankTransfer;
|
|
1701
|
-
|
|
1702
|
-
/**
|
|
1703
|
-
* 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://stripe.com/docs/payments/ideal) for more details.
|
|
1568
|
+
* 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.
|
|
1704
1569
|
*/
|
|
1705
1570
|
ideal?: PaymentMethodConfigurationUpdateParams.Ideal;
|
|
1706
1571
|
|
|
@@ -1715,12 +1580,12 @@ declare module 'stripe' {
|
|
|
1715
1580
|
kakao_pay?: PaymentMethodConfigurationUpdateParams.KakaoPay;
|
|
1716
1581
|
|
|
1717
1582
|
/**
|
|
1718
|
-
* Klarna gives customers a range of [payment options](https://stripe.com/
|
|
1583
|
+
* Klarna gives customers a range of [payment options](https://docs.stripe.com/payments/klarna#payment-options) during checkout. Available payment options vary depending on the customer's billing address and the transaction amount. These payment options make it convenient for customers to purchase items in all price ranges. Check this [page](https://docs.stripe.com/payments/klarna) for more details.
|
|
1719
1584
|
*/
|
|
1720
1585
|
klarna?: PaymentMethodConfigurationUpdateParams.Klarna;
|
|
1721
1586
|
|
|
1722
1587
|
/**
|
|
1723
|
-
* Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this [page](https://stripe.com/
|
|
1588
|
+
* Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this [page](https://docs.stripe.com/payments/konbini) for more details.
|
|
1724
1589
|
*/
|
|
1725
1590
|
konbini?: PaymentMethodConfigurationUpdateParams.Konbini;
|
|
1726
1591
|
|
|
@@ -1730,17 +1595,17 @@ declare module 'stripe' {
|
|
|
1730
1595
|
kr_card?: PaymentMethodConfigurationUpdateParams.KrCard;
|
|
1731
1596
|
|
|
1732
1597
|
/**
|
|
1733
|
-
* [Link](https://stripe.com/
|
|
1598
|
+
* [Link](https://docs.stripe.com/payments/link) is a payment method network. With Link, users save their payment details once, then reuse that information to pay with one click for any business on the network.
|
|
1734
1599
|
*/
|
|
1735
1600
|
link?: PaymentMethodConfigurationUpdateParams.Link;
|
|
1736
1601
|
|
|
1737
1602
|
/**
|
|
1738
|
-
* MB WAY is the most popular wallet in Portugal. After entering their phone number in your checkout, customers approve the payment directly in their MB WAY app. Check this [page](https://stripe.com/
|
|
1603
|
+
* MB WAY is the most popular wallet in Portugal. After entering their phone number in your checkout, customers approve the payment directly in their MB WAY app. Check this [page](https://docs.stripe.com/payments/mb-way) for more details.
|
|
1739
1604
|
*/
|
|
1740
1605
|
mb_way?: PaymentMethodConfigurationUpdateParams.MbWay;
|
|
1741
1606
|
|
|
1742
1607
|
/**
|
|
1743
|
-
* MobilePay is a [single-use](https://stripe.com/
|
|
1608
|
+
* MobilePay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://docs.stripe.com/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://docs.stripe.com/payments/mobilepay) for more details.
|
|
1744
1609
|
*/
|
|
1745
1610
|
mobilepay?: PaymentMethodConfigurationUpdateParams.Mobilepay;
|
|
1746
1611
|
|
|
@@ -1760,17 +1625,17 @@ declare module 'stripe' {
|
|
|
1760
1625
|
naver_pay?: PaymentMethodConfigurationUpdateParams.NaverPay;
|
|
1761
1626
|
|
|
1762
1627
|
/**
|
|
1763
|
-
* Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://stripe.com/
|
|
1628
|
+
* Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://docs.stripe.com/payments/nz-bank-account) for more details.
|
|
1764
1629
|
*/
|
|
1765
1630
|
nz_bank_account?: PaymentMethodConfigurationUpdateParams.NzBankAccount;
|
|
1766
1631
|
|
|
1767
1632
|
/**
|
|
1768
|
-
* OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://stripe.com/
|
|
1633
|
+
* OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://docs.stripe.com/payments/oxxo) for more details.
|
|
1769
1634
|
*/
|
|
1770
1635
|
oxxo?: PaymentMethodConfigurationUpdateParams.Oxxo;
|
|
1771
1636
|
|
|
1772
1637
|
/**
|
|
1773
|
-
* Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this [page](https://stripe.com/
|
|
1638
|
+
* Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this [page](https://docs.stripe.com/payments/p24) for more details.
|
|
1774
1639
|
*/
|
|
1775
1640
|
p24?: PaymentMethodConfigurationUpdateParams.P24;
|
|
1776
1641
|
|
|
@@ -1785,20 +1650,15 @@ declare module 'stripe' {
|
|
|
1785
1650
|
payco?: PaymentMethodConfigurationUpdateParams.Payco;
|
|
1786
1651
|
|
|
1787
1652
|
/**
|
|
1788
|
-
* PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://stripe.com/
|
|
1653
|
+
* PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://docs.stripe.com/payments/paynow) for more details.
|
|
1789
1654
|
*/
|
|
1790
1655
|
paynow?: PaymentMethodConfigurationUpdateParams.Paynow;
|
|
1791
1656
|
|
|
1792
1657
|
/**
|
|
1793
|
-
* PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/
|
|
1658
|
+
* 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.
|
|
1794
1659
|
*/
|
|
1795
1660
|
paypal?: PaymentMethodConfigurationUpdateParams.Paypal;
|
|
1796
1661
|
|
|
1797
|
-
/**
|
|
1798
|
-
* Customers can pay with PayPay online or using the PayPay app.
|
|
1799
|
-
*/
|
|
1800
|
-
paypay?: PaymentMethodConfigurationUpdateParams.Paypay;
|
|
1801
|
-
|
|
1802
1662
|
/**
|
|
1803
1663
|
* 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.
|
|
1804
1664
|
*/
|
|
@@ -1810,15 +1670,10 @@ declare module 'stripe' {
|
|
|
1810
1670
|
pix?: PaymentMethodConfigurationUpdateParams.Pix;
|
|
1811
1671
|
|
|
1812
1672
|
/**
|
|
1813
|
-
* 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://stripe.com/
|
|
1673
|
+
* 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.
|
|
1814
1674
|
*/
|
|
1815
1675
|
promptpay?: PaymentMethodConfigurationUpdateParams.Promptpay;
|
|
1816
1676
|
|
|
1817
|
-
/**
|
|
1818
|
-
* 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.
|
|
1819
|
-
*/
|
|
1820
|
-
qris?: PaymentMethodConfigurationUpdateParams.Qris;
|
|
1821
|
-
|
|
1822
1677
|
/**
|
|
1823
1678
|
* 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.
|
|
1824
1679
|
*/
|
|
@@ -1835,22 +1690,17 @@ declare module 'stripe' {
|
|
|
1835
1690
|
satispay?: PaymentMethodConfigurationUpdateParams.Satispay;
|
|
1836
1691
|
|
|
1837
1692
|
/**
|
|
1838
|
-
* 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://stripe.com/
|
|
1693
|
+
* 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.
|
|
1839
1694
|
*/
|
|
1840
1695
|
sepa_debit?: PaymentMethodConfigurationUpdateParams.SepaDebit;
|
|
1841
1696
|
|
|
1842
1697
|
/**
|
|
1843
|
-
*
|
|
1844
|
-
*/
|
|
1845
|
-
shopeepay?: PaymentMethodConfigurationUpdateParams.Shopeepay;
|
|
1846
|
-
|
|
1847
|
-
/**
|
|
1848
|
-
* 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://stripe.com/docs/payments/sofort) for more details.
|
|
1698
|
+
* 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.
|
|
1849
1699
|
*/
|
|
1850
1700
|
sofort?: PaymentMethodConfigurationUpdateParams.Sofort;
|
|
1851
1701
|
|
|
1852
1702
|
/**
|
|
1853
|
-
* Swish is a [real-time](https://stripe.com/
|
|
1703
|
+
* Swish is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://docs.stripe.com/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://docs.stripe.com/payments/swish) for more details.
|
|
1854
1704
|
*/
|
|
1855
1705
|
swish?: PaymentMethodConfigurationUpdateParams.Swish;
|
|
1856
1706
|
|
|
@@ -1860,17 +1710,17 @@ declare module 'stripe' {
|
|
|
1860
1710
|
twint?: PaymentMethodConfigurationUpdateParams.Twint;
|
|
1861
1711
|
|
|
1862
1712
|
/**
|
|
1863
|
-
* Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/
|
|
1713
|
+
* Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://docs.stripe.com/payments/ach-direct-debit) for more details.
|
|
1864
1714
|
*/
|
|
1865
1715
|
us_bank_account?: PaymentMethodConfigurationUpdateParams.UsBankAccount;
|
|
1866
1716
|
|
|
1867
1717
|
/**
|
|
1868
|
-
* WeChat, owned by Tencent, is China's leading mobile app with over 1 billion monthly active users. Chinese consumers can use WeChat Pay to pay for goods and services inside of businesses' apps and websites. WeChat Pay users buy most frequently in gaming, e-commerce, travel, online education, and food/nutrition. Check this [page](https://stripe.com/
|
|
1718
|
+
* WeChat, owned by Tencent, is China's leading mobile app with over 1 billion monthly active users. Chinese consumers can use WeChat Pay to pay for goods and services inside of businesses' apps and websites. WeChat Pay users buy most frequently in gaming, e-commerce, travel, online education, and food/nutrition. Check this [page](https://docs.stripe.com/payments/wechat-pay) for more details.
|
|
1869
1719
|
*/
|
|
1870
1720
|
wechat_pay?: PaymentMethodConfigurationUpdateParams.WechatPay;
|
|
1871
1721
|
|
|
1872
1722
|
/**
|
|
1873
|
-
* Zip gives your customers a way to split purchases over a series of payments. Check this [page](https://stripe.com/
|
|
1723
|
+
* Zip gives your customers a way to split purchases over a series of payments. Check this [page](https://docs.stripe.com/payments/zip) for more details like country availability.
|
|
1874
1724
|
*/
|
|
1875
1725
|
zip?: PaymentMethodConfigurationUpdateParams.Zip;
|
|
1876
1726
|
}
|
|
@@ -2356,26 +2206,6 @@ declare module 'stripe' {
|
|
|
2356
2206
|
}
|
|
2357
2207
|
}
|
|
2358
2208
|
|
|
2359
|
-
interface Gopay {
|
|
2360
|
-
/**
|
|
2361
|
-
* Whether or not the payment method should be displayed.
|
|
2362
|
-
*/
|
|
2363
|
-
display_preference?: Gopay.DisplayPreference;
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2366
|
-
namespace Gopay {
|
|
2367
|
-
interface DisplayPreference {
|
|
2368
|
-
/**
|
|
2369
|
-
* The account's preference for whether or not to display this payment method.
|
|
2370
|
-
*/
|
|
2371
|
-
preference?: DisplayPreference.Preference;
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
namespace DisplayPreference {
|
|
2375
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2376
|
-
}
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
2209
|
interface Grabpay {
|
|
2380
2210
|
/**
|
|
2381
2211
|
* Whether or not the payment method should be displayed.
|
|
@@ -2396,26 +2226,6 @@ declare module 'stripe' {
|
|
|
2396
2226
|
}
|
|
2397
2227
|
}
|
|
2398
2228
|
|
|
2399
|
-
interface IdBankTransfer {
|
|
2400
|
-
/**
|
|
2401
|
-
* Whether or not the payment method should be displayed.
|
|
2402
|
-
*/
|
|
2403
|
-
display_preference?: IdBankTransfer.DisplayPreference;
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
namespace IdBankTransfer {
|
|
2407
|
-
interface DisplayPreference {
|
|
2408
|
-
/**
|
|
2409
|
-
* The account's preference for whether or not to display this payment method.
|
|
2410
|
-
*/
|
|
2411
|
-
preference?: DisplayPreference.Preference;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
namespace DisplayPreference {
|
|
2415
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
2229
|
interface Ideal {
|
|
2420
2230
|
/**
|
|
2421
2231
|
* Whether or not the payment method should be displayed.
|
|
@@ -2776,26 +2586,6 @@ declare module 'stripe' {
|
|
|
2776
2586
|
}
|
|
2777
2587
|
}
|
|
2778
2588
|
|
|
2779
|
-
interface Paypay {
|
|
2780
|
-
/**
|
|
2781
|
-
* Whether or not the payment method should be displayed.
|
|
2782
|
-
*/
|
|
2783
|
-
display_preference?: Paypay.DisplayPreference;
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
namespace Paypay {
|
|
2787
|
-
interface DisplayPreference {
|
|
2788
|
-
/**
|
|
2789
|
-
* The account's preference for whether or not to display this payment method.
|
|
2790
|
-
*/
|
|
2791
|
-
preference?: DisplayPreference.Preference;
|
|
2792
|
-
}
|
|
2793
|
-
|
|
2794
|
-
namespace DisplayPreference {
|
|
2795
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2796
|
-
}
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
2589
|
interface Payto {
|
|
2800
2590
|
/**
|
|
2801
2591
|
* Whether or not the payment method should be displayed.
|
|
@@ -2856,26 +2646,6 @@ declare module 'stripe' {
|
|
|
2856
2646
|
}
|
|
2857
2647
|
}
|
|
2858
2648
|
|
|
2859
|
-
interface Qris {
|
|
2860
|
-
/**
|
|
2861
|
-
* Whether or not the payment method should be displayed.
|
|
2862
|
-
*/
|
|
2863
|
-
display_preference?: Qris.DisplayPreference;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
namespace Qris {
|
|
2867
|
-
interface DisplayPreference {
|
|
2868
|
-
/**
|
|
2869
|
-
* The account's preference for whether or not to display this payment method.
|
|
2870
|
-
*/
|
|
2871
|
-
preference?: DisplayPreference.Preference;
|
|
2872
|
-
}
|
|
2873
|
-
|
|
2874
|
-
namespace DisplayPreference {
|
|
2875
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2876
|
-
}
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
2649
|
interface RevolutPay {
|
|
2880
2650
|
/**
|
|
2881
2651
|
* Whether or not the payment method should be displayed.
|
|
@@ -2956,26 +2726,6 @@ declare module 'stripe' {
|
|
|
2956
2726
|
}
|
|
2957
2727
|
}
|
|
2958
2728
|
|
|
2959
|
-
interface Shopeepay {
|
|
2960
|
-
/**
|
|
2961
|
-
* Whether or not the payment method should be displayed.
|
|
2962
|
-
*/
|
|
2963
|
-
display_preference?: Shopeepay.DisplayPreference;
|
|
2964
|
-
}
|
|
2965
|
-
|
|
2966
|
-
namespace Shopeepay {
|
|
2967
|
-
interface DisplayPreference {
|
|
2968
|
-
/**
|
|
2969
|
-
* The account's preference for whether or not to display this payment method.
|
|
2970
|
-
*/
|
|
2971
|
-
preference?: DisplayPreference.Preference;
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
|
-
namespace DisplayPreference {
|
|
2975
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2976
|
-
}
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
2729
|
interface Sofort {
|
|
2980
2730
|
/**
|
|
2981
2731
|
* Whether or not the payment method should be displayed.
|