stripe 18.2.0-beta.1 → 18.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +179 -1211
- package/OPENAPI_VERSION +1 -1
- package/README.md +11 -12
- package/VERSION +1 -1
- package/cjs/Error.js +1 -91
- package/cjs/RequestSender.js +2 -2
- package/cjs/StripeResource.js +1 -1
- package/cjs/apiVersion.js +1 -1
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +4 -4
- package/cjs/resources/PaymentIntents.js +0 -13
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Terminal/Readers.js +0 -8
- package/cjs/resources.js +18 -108
- package/cjs/stripe.core.js +1 -1
- package/cjs/utils.js +5 -0
- package/esm/Error.js +0 -79
- package/esm/RequestSender.js +2 -2
- package/esm/StripeResource.js +1 -1
- package/esm/apiVersion.js +1 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +3 -3
- package/esm/resources/PaymentIntents.js +0 -13
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Terminal/Readers.js +0 -8
- package/esm/resources.js +1 -84
- package/esm/stripe.core.js +1 -1
- package/esm/utils.js +5 -0
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +52 -32
- package/types/AccountSessionsResource.d.ts +23 -246
- package/types/Accounts.d.ts +19 -223
- package/types/AccountsResource.d.ts +61 -581
- package/types/Balance.d.ts +83 -1
- package/types/BalanceResource.d.ts +1 -1
- package/types/BalanceTransactions.d.ts +10 -0
- package/types/BankAccounts.d.ts +3 -3
- package/types/Billing/Alerts.d.ts +1 -1
- package/types/Billing/AlertsResource.d.ts +2 -2
- package/types/Billing/CreditBalanceSummary.d.ts +0 -5
- package/types/Billing/CreditBalanceSummaryResource.d.ts +3 -8
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +4 -12
- package/types/Billing/CreditGrants.d.ts +0 -5
- package/types/Billing/CreditGrantsResource.d.ts +1 -11
- package/types/BillingPortal/Sessions.d.ts +1 -6
- package/types/BillingPortal/SessionsResource.d.ts +4 -12
- package/types/Capabilities.d.ts +1 -1
- package/types/Cards.d.ts +2 -7
- package/types/CashBalances.d.ts +0 -5
- package/types/Charges.d.ts +20 -166
- package/types/ChargesResource.d.ts +4 -1318
- package/types/Checkout/Sessions.d.ts +120 -418
- package/types/Checkout/SessionsResource.d.ts +118 -448
- package/types/ConfirmationTokens.d.ts +4 -129
- package/types/CountrySpecs.d.ts +1 -1
- package/types/Coupons.d.ts +0 -33
- package/types/CouponsResource.d.ts +0 -21
- package/types/CreditNoteLineItems.d.ts +0 -17
- package/types/CreditNotes.d.ts +11 -10
- package/types/CreditNotesResource.d.ts +7 -13
- package/types/CustomerBalanceTransactions.d.ts +0 -2
- package/types/CustomerCashBalanceTransactions.d.ts +0 -2
- package/types/CustomerSessions.d.ts +3 -8
- package/types/CustomerSessionsResource.d.ts +1 -6
- package/types/Customers.d.ts +0 -2
- package/types/CustomersResource.d.ts +7 -15
- package/types/Discounts.d.ts +0 -10
- package/types/Disputes.d.ts +1 -1
- package/types/DisputesResource.d.ts +1 -1
- package/types/Errors.d.ts +2 -69
- package/types/EventTypes.d.ts +17 -698
- package/types/Events.d.ts +4 -99
- package/types/Files.d.ts +1 -1
- package/types/FilesResource.d.ts +1 -1
- package/types/FinancialConnections/Accounts.d.ts +1 -31
- package/types/FinancialConnections/AccountsResource.d.ts +3 -40
- package/types/FinancialConnections/Sessions.d.ts +1 -51
- package/types/FinancialConnections/SessionsResource.d.ts +1 -43
- package/types/Identity/VerificationReports.d.ts +17 -0
- package/types/Identity/VerificationSessions.d.ts +19 -7
- package/types/Identity/VerificationSessionsResource.d.ts +5 -12
- package/types/InvoiceItems.d.ts +1 -11
- package/types/InvoiceItemsResource.d.ts +6 -117
- package/types/InvoiceLineItems.d.ts +2 -46
- package/types/InvoicePayments.d.ts +9 -7
- package/types/InvoicePaymentsResource.d.ts +74 -0
- package/types/Invoices.d.ts +10 -142
- package/types/InvoicesResource.d.ts +66 -1469
- package/types/Issuing/AuthorizationsResource.d.ts +4 -4
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/CardsResource.d.ts +3 -0
- package/types/Issuing/DisputesResource.d.ts +2 -2
- package/types/Issuing/Transactions.d.ts +0 -5
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +2 -51
- package/types/Mandates.d.ts +0 -77
- package/types/PaymentIntents.d.ts +145 -856
- package/types/PaymentIntentsResource.d.ts +4307 -8780
- package/types/PaymentLinks.d.ts +0 -6
- package/types/PaymentLinksResource.d.ts +0 -12
- package/types/PaymentMethodConfigurations.d.ts +70 -70
- package/types/PaymentMethodConfigurationsResource.d.ts +164 -164
- package/types/PaymentMethodDomainsResource.d.ts +1 -1
- package/types/PaymentMethods.d.ts +4 -129
- package/types/PaymentMethodsResource.d.ts +10 -175
- package/types/Payouts.d.ts +2 -7
- package/types/PayoutsResource.d.ts +2 -7
- package/types/Persons.d.ts +10 -10
- package/types/PlansResource.d.ts +1 -1
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +2 -24
- package/types/Products.d.ts +0 -39
- package/types/ProductsResource.d.ts +1 -37
- package/types/PromotionCodes.d.ts +0 -5
- package/types/PromotionCodesResource.d.ts +1 -11
- package/types/Quotes.d.ts +7 -609
- package/types/QuotesResource.d.ts +224 -2578
- package/types/Radar/EarlyFraudWarningsResource.d.ts +1 -1
- package/types/Refunds.d.ts +6 -15
- package/types/Reviews.d.ts +1 -1
- package/types/SetupAttempts.d.ts +2 -50
- package/types/SetupIntents.d.ts +4 -122
- package/types/SetupIntentsResource.d.ts +6 -733
- package/types/Sources.d.ts +0 -29
- package/types/SourcesResource.d.ts +1 -1
- package/types/SubscriptionItems.d.ts +8 -17
- package/types/SubscriptionItemsResource.d.ts +28 -109
- package/types/SubscriptionSchedules.d.ts +47 -213
- package/types/SubscriptionSchedulesResource.d.ts +104 -1243
- package/types/Subscriptions.d.ts +16 -102
- package/types/SubscriptionsResource.d.ts +80 -407
- package/types/Tax/CalculationLineItems.d.ts +5 -0
- package/types/Tax/CalculationsResource.d.ts +5 -0
- package/types/Tax/RegistrationsResource.d.ts +1 -1
- package/types/TaxIds.d.ts +0 -10
- package/types/TaxIdsResource.d.ts +0 -10
- package/types/TaxRates.d.ts +2 -2
- package/types/Terminal/LocationsResource.d.ts +1 -1
- package/types/Terminal/Readers.d.ts +7 -89
- package/types/Terminal/ReadersResource.d.ts +6 -82
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -126
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Tokens.d.ts +3 -3
- package/types/TokensResource.d.ts +8 -8
- package/types/TransferReversals.d.ts +1 -1
- package/types/Transfers.d.ts +0 -5
- package/types/TransfersResource.d.ts +2 -7
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -37
- package/types/Treasury/OutboundTransfers.d.ts +0 -26
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
- package/types/Treasury/ReceivedCredits.d.ts +2 -28
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/V2/EventTypes.d.ts +1 -812
- package/types/WebhookEndpointsResource.d.ts +4 -83
- package/types/index.d.ts +5 -145
- package/types/lib.d.ts +1 -11
- package/types/test/typescriptTest.ts +3 -3
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/BalanceSettings.js +0 -10
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/GiftCards/Cards.js +0 -23
- package/cjs/resources/GiftCards/Transactions.js +0 -33
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/PaymentRecords.js +0 -29
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/Tax/Associations.js +0 -9
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/V2/Core/AccountLinks.js +0 -9
- package/cjs/resources/V2/Core/Accounts/Persons.js +0 -29
- package/cjs/resources/V2/Core/Accounts.js +0 -25
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -28
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -24
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/BalanceSettings.js +0 -7
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/GiftCards/Cards.js +0 -20
- package/esm/resources/GiftCards/Transactions.js +0 -30
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/PaymentRecords.js +0 -26
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/Tax/Associations.js +0 -6
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/V2/Core/AccountLinks.js +0 -6
- package/esm/resources/V2/Core/Accounts/Persons.js +0 -26
- package/esm/resources/V2/Core/Accounts.js +0 -22
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -25
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -21
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/BalanceSettings.d.ts +0 -89
- package/types/BalanceSettingsResource.d.ts +0 -108
- package/types/Billing/MeterErrorReports.d.ts +0 -106
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -93
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FxQuotes.d.ts +0 -153
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/GiftCards/Cards.d.ts +0 -118
- package/types/GiftCards/CardsResource.d.ts +0 -159
- package/types/GiftCards/Transactions.d.ts +0 -129
- package/types/GiftCards/TransactionsResource.d.ts +0 -201
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1199
- package/types/OrdersResource.d.ts +0 -3001
- package/types/PaymentAttemptRecords.d.ts +0 -2112
- package/types/PaymentAttemptRecordsResource.d.ts +0 -47
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -110
- package/types/PaymentRecords.d.ts +0 -2105
- package/types/PaymentRecordsResource.d.ts +0 -455
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -30
- package/types/Privacy/RedactionJobs.d.ts +0 -65
- package/types/Privacy/RedactionJobsResource.d.ts +0 -218
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1697
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -785
- package/types/Tax/Associations.d.ts +0 -126
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/V2/Core/AccountLinks.d.ts +0 -106
- package/types/V2/Core/AccountLinksResource.d.ts +0 -90
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -3770
- package/types/V2/Core/Accounts.d.ts +0 -8169
- package/types/V2/Core/AccountsResource.d.ts +0 -10203
- package/types/V2/Core/Persons.d.ts +0 -1867
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -172
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -70
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -123
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -546
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -52
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -314
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -288
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -206
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -168
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -207
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -151
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecs.d.ts +0 -87
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -285
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -224
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -155
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -170
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -66
|
@@ -59,7 +59,7 @@ declare module 'stripe' {
|
|
|
59
59
|
bancontact?: PaymentMethodConfigurationCreateParams.Bancontact;
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](https://stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
62
|
+
* Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
63
63
|
*/
|
|
64
64
|
billie?: PaymentMethodConfigurationCreateParams.Billie;
|
|
65
65
|
|
|
@@ -118,21 +118,11 @@ declare module 'stripe' {
|
|
|
118
118
|
*/
|
|
119
119
|
google_pay?: PaymentMethodConfigurationCreateParams.GooglePay;
|
|
120
120
|
|
|
121
|
-
/**
|
|
122
|
-
* GoPay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
|
123
|
-
*/
|
|
124
|
-
gopay?: PaymentMethodConfigurationCreateParams.Gopay;
|
|
125
|
-
|
|
126
121
|
/**
|
|
127
122
|
* 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.
|
|
128
123
|
*/
|
|
129
124
|
grabpay?: PaymentMethodConfigurationCreateParams.Grabpay;
|
|
130
125
|
|
|
131
|
-
/**
|
|
132
|
-
* Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
|
133
|
-
*/
|
|
134
|
-
id_bank_transfer?: PaymentMethodConfigurationCreateParams.IdBankTransfer;
|
|
135
|
-
|
|
136
126
|
/**
|
|
137
127
|
* 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.
|
|
138
128
|
*/
|
|
@@ -143,6 +133,11 @@ declare module 'stripe' {
|
|
|
143
133
|
*/
|
|
144
134
|
jcb?: PaymentMethodConfigurationCreateParams.Jcb;
|
|
145
135
|
|
|
136
|
+
/**
|
|
137
|
+
* Kakao Pay is a popular local wallet available in South Korea.
|
|
138
|
+
*/
|
|
139
|
+
kakao_pay?: PaymentMethodConfigurationCreateParams.KakaoPay;
|
|
140
|
+
|
|
146
141
|
/**
|
|
147
142
|
* Klarna gives customers a range of [payment options](https://stripe.com/docs/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://stripe.com/docs/payments/klarna) for more details.
|
|
148
143
|
*/
|
|
@@ -153,6 +148,11 @@ declare module 'stripe' {
|
|
|
153
148
|
*/
|
|
154
149
|
konbini?: PaymentMethodConfigurationCreateParams.Konbini;
|
|
155
150
|
|
|
151
|
+
/**
|
|
152
|
+
* Korean cards let users pay using locally issued cards from South Korea.
|
|
153
|
+
*/
|
|
154
|
+
kr_card?: PaymentMethodConfigurationCreateParams.KrCard;
|
|
155
|
+
|
|
156
156
|
/**
|
|
157
157
|
* [Link](https://stripe.com/docs/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.
|
|
158
158
|
*/
|
|
@@ -173,6 +173,11 @@ declare module 'stripe' {
|
|
|
173
173
|
*/
|
|
174
174
|
name?: string;
|
|
175
175
|
|
|
176
|
+
/**
|
|
177
|
+
* Naver Pay is a popular local wallet available in South Korea.
|
|
178
|
+
*/
|
|
179
|
+
naver_pay?: PaymentMethodConfigurationCreateParams.NaverPay;
|
|
180
|
+
|
|
176
181
|
/**
|
|
177
182
|
* 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/docs/payments/nz-bank-account) for more details.
|
|
178
183
|
*/
|
|
@@ -198,6 +203,11 @@ declare module 'stripe' {
|
|
|
198
203
|
*/
|
|
199
204
|
pay_by_bank?: PaymentMethodConfigurationCreateParams.PayByBank;
|
|
200
205
|
|
|
206
|
+
/**
|
|
207
|
+
* PAYCO is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
|
208
|
+
*/
|
|
209
|
+
payco?: PaymentMethodConfigurationCreateParams.Payco;
|
|
210
|
+
|
|
201
211
|
/**
|
|
202
212
|
* 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/docs/payments/paynow) for more details.
|
|
203
213
|
*/
|
|
@@ -208,11 +218,6 @@ declare module 'stripe' {
|
|
|
208
218
|
*/
|
|
209
219
|
paypal?: PaymentMethodConfigurationCreateParams.Paypal;
|
|
210
220
|
|
|
211
|
-
/**
|
|
212
|
-
* 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.
|
|
213
|
-
*/
|
|
214
|
-
payto?: PaymentMethodConfigurationCreateParams.Payto;
|
|
215
|
-
|
|
216
221
|
/**
|
|
217
222
|
* Pix is a payment method popular in Brazil. When paying with Pix, customers authenticate and approve payments by scanning a QR code in their preferred banking app. Check this [page](https://docs.stripe.com/payments/pix) for more details.
|
|
218
223
|
*/
|
|
@@ -224,17 +229,17 @@ declare module 'stripe' {
|
|
|
224
229
|
promptpay?: PaymentMethodConfigurationCreateParams.Promptpay;
|
|
225
230
|
|
|
226
231
|
/**
|
|
227
|
-
*
|
|
232
|
+
* 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.
|
|
228
233
|
*/
|
|
229
|
-
|
|
234
|
+
revolut_pay?: PaymentMethodConfigurationCreateParams.RevolutPay;
|
|
230
235
|
|
|
231
236
|
/**
|
|
232
|
-
*
|
|
237
|
+
* Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
|
233
238
|
*/
|
|
234
|
-
|
|
239
|
+
samsung_pay?: PaymentMethodConfigurationCreateParams.SamsungPay;
|
|
235
240
|
|
|
236
241
|
/**
|
|
237
|
-
* Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](https://stripe.com/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](https://stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
242
|
+
* Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](https://docs.stripe.com/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
238
243
|
*/
|
|
239
244
|
satispay?: PaymentMethodConfigurationCreateParams.Satispay;
|
|
240
245
|
|
|
@@ -243,11 +248,6 @@ declare module 'stripe' {
|
|
|
243
248
|
*/
|
|
244
249
|
sepa_debit?: PaymentMethodConfigurationCreateParams.SepaDebit;
|
|
245
250
|
|
|
246
|
-
/**
|
|
247
|
-
* ShopeePay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
|
|
248
|
-
*/
|
|
249
|
-
shopeepay?: PaymentMethodConfigurationCreateParams.Shopeepay;
|
|
250
|
-
|
|
251
251
|
/**
|
|
252
252
|
* 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.
|
|
253
253
|
*/
|
|
@@ -720,14 +720,14 @@ declare module 'stripe' {
|
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
interface
|
|
723
|
+
interface Grabpay {
|
|
724
724
|
/**
|
|
725
725
|
* Whether or not the payment method should be displayed.
|
|
726
726
|
*/
|
|
727
|
-
display_preference?:
|
|
727
|
+
display_preference?: Grabpay.DisplayPreference;
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
namespace
|
|
730
|
+
namespace Grabpay {
|
|
731
731
|
interface DisplayPreference {
|
|
732
732
|
/**
|
|
733
733
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -740,14 +740,14 @@ declare module 'stripe' {
|
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
742
|
|
|
743
|
-
interface
|
|
743
|
+
interface Ideal {
|
|
744
744
|
/**
|
|
745
745
|
* Whether or not the payment method should be displayed.
|
|
746
746
|
*/
|
|
747
|
-
display_preference?:
|
|
747
|
+
display_preference?: Ideal.DisplayPreference;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
namespace
|
|
750
|
+
namespace Ideal {
|
|
751
751
|
interface DisplayPreference {
|
|
752
752
|
/**
|
|
753
753
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -760,14 +760,14 @@ declare module 'stripe' {
|
|
|
760
760
|
}
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
interface
|
|
763
|
+
interface Jcb {
|
|
764
764
|
/**
|
|
765
765
|
* Whether or not the payment method should be displayed.
|
|
766
766
|
*/
|
|
767
|
-
display_preference?:
|
|
767
|
+
display_preference?: Jcb.DisplayPreference;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
namespace
|
|
770
|
+
namespace Jcb {
|
|
771
771
|
interface DisplayPreference {
|
|
772
772
|
/**
|
|
773
773
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -780,14 +780,14 @@ declare module 'stripe' {
|
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
|
|
783
|
-
interface
|
|
783
|
+
interface KakaoPay {
|
|
784
784
|
/**
|
|
785
785
|
* Whether or not the payment method should be displayed.
|
|
786
786
|
*/
|
|
787
|
-
display_preference?:
|
|
787
|
+
display_preference?: KakaoPay.DisplayPreference;
|
|
788
788
|
}
|
|
789
789
|
|
|
790
|
-
namespace
|
|
790
|
+
namespace KakaoPay {
|
|
791
791
|
interface DisplayPreference {
|
|
792
792
|
/**
|
|
793
793
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -800,14 +800,14 @@ declare module 'stripe' {
|
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
interface
|
|
803
|
+
interface Klarna {
|
|
804
804
|
/**
|
|
805
805
|
* Whether or not the payment method should be displayed.
|
|
806
806
|
*/
|
|
807
|
-
display_preference?:
|
|
807
|
+
display_preference?: Klarna.DisplayPreference;
|
|
808
808
|
}
|
|
809
809
|
|
|
810
|
-
namespace
|
|
810
|
+
namespace Klarna {
|
|
811
811
|
interface DisplayPreference {
|
|
812
812
|
/**
|
|
813
813
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -820,14 +820,14 @@ declare module 'stripe' {
|
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
-
interface
|
|
823
|
+
interface Konbini {
|
|
824
824
|
/**
|
|
825
825
|
* Whether or not the payment method should be displayed.
|
|
826
826
|
*/
|
|
827
|
-
display_preference?:
|
|
827
|
+
display_preference?: Konbini.DisplayPreference;
|
|
828
828
|
}
|
|
829
829
|
|
|
830
|
-
namespace
|
|
830
|
+
namespace Konbini {
|
|
831
831
|
interface DisplayPreference {
|
|
832
832
|
/**
|
|
833
833
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -840,14 +840,14 @@ declare module 'stripe' {
|
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
|
|
843
|
-
interface
|
|
843
|
+
interface KrCard {
|
|
844
844
|
/**
|
|
845
845
|
* Whether or not the payment method should be displayed.
|
|
846
846
|
*/
|
|
847
|
-
display_preference?:
|
|
847
|
+
display_preference?: KrCard.DisplayPreference;
|
|
848
848
|
}
|
|
849
849
|
|
|
850
|
-
namespace
|
|
850
|
+
namespace KrCard {
|
|
851
851
|
interface DisplayPreference {
|
|
852
852
|
/**
|
|
853
853
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -920,6 +920,26 @@ declare module 'stripe' {
|
|
|
920
920
|
}
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
+
interface NaverPay {
|
|
924
|
+
/**
|
|
925
|
+
* Whether or not the payment method should be displayed.
|
|
926
|
+
*/
|
|
927
|
+
display_preference?: NaverPay.DisplayPreference;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
namespace NaverPay {
|
|
931
|
+
interface DisplayPreference {
|
|
932
|
+
/**
|
|
933
|
+
* The account's preference for whether or not to display this payment method.
|
|
934
|
+
*/
|
|
935
|
+
preference?: DisplayPreference.Preference;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
namespace DisplayPreference {
|
|
939
|
+
type Preference = 'none' | 'off' | 'on';
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
|
|
923
943
|
interface NzBankAccount {
|
|
924
944
|
/**
|
|
925
945
|
* Whether or not the payment method should be displayed.
|
|
@@ -1000,14 +1020,14 @@ declare module 'stripe' {
|
|
|
1000
1020
|
}
|
|
1001
1021
|
}
|
|
1002
1022
|
|
|
1003
|
-
interface
|
|
1023
|
+
interface Payco {
|
|
1004
1024
|
/**
|
|
1005
1025
|
* Whether or not the payment method should be displayed.
|
|
1006
1026
|
*/
|
|
1007
|
-
display_preference?:
|
|
1027
|
+
display_preference?: Payco.DisplayPreference;
|
|
1008
1028
|
}
|
|
1009
1029
|
|
|
1010
|
-
namespace
|
|
1030
|
+
namespace Payco {
|
|
1011
1031
|
interface DisplayPreference {
|
|
1012
1032
|
/**
|
|
1013
1033
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -1020,14 +1040,14 @@ declare module 'stripe' {
|
|
|
1020
1040
|
}
|
|
1021
1041
|
}
|
|
1022
1042
|
|
|
1023
|
-
interface
|
|
1043
|
+
interface Paynow {
|
|
1024
1044
|
/**
|
|
1025
1045
|
* Whether or not the payment method should be displayed.
|
|
1026
1046
|
*/
|
|
1027
|
-
display_preference?:
|
|
1047
|
+
display_preference?: Paynow.DisplayPreference;
|
|
1028
1048
|
}
|
|
1029
1049
|
|
|
1030
|
-
namespace
|
|
1050
|
+
namespace Paynow {
|
|
1031
1051
|
interface DisplayPreference {
|
|
1032
1052
|
/**
|
|
1033
1053
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -1040,14 +1060,14 @@ declare module 'stripe' {
|
|
|
1040
1060
|
}
|
|
1041
1061
|
}
|
|
1042
1062
|
|
|
1043
|
-
interface
|
|
1063
|
+
interface Paypal {
|
|
1044
1064
|
/**
|
|
1045
1065
|
* Whether or not the payment method should be displayed.
|
|
1046
1066
|
*/
|
|
1047
|
-
display_preference?:
|
|
1067
|
+
display_preference?: Paypal.DisplayPreference;
|
|
1048
1068
|
}
|
|
1049
1069
|
|
|
1050
|
-
namespace
|
|
1070
|
+
namespace Paypal {
|
|
1051
1071
|
interface DisplayPreference {
|
|
1052
1072
|
/**
|
|
1053
1073
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -1100,14 +1120,14 @@ declare module 'stripe' {
|
|
|
1100
1120
|
}
|
|
1101
1121
|
}
|
|
1102
1122
|
|
|
1103
|
-
interface
|
|
1123
|
+
interface RevolutPay {
|
|
1104
1124
|
/**
|
|
1105
1125
|
* Whether or not the payment method should be displayed.
|
|
1106
1126
|
*/
|
|
1107
|
-
display_preference?:
|
|
1127
|
+
display_preference?: RevolutPay.DisplayPreference;
|
|
1108
1128
|
}
|
|
1109
1129
|
|
|
1110
|
-
namespace
|
|
1130
|
+
namespace RevolutPay {
|
|
1111
1131
|
interface DisplayPreference {
|
|
1112
1132
|
/**
|
|
1113
1133
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -1120,14 +1140,14 @@ declare module 'stripe' {
|
|
|
1120
1140
|
}
|
|
1121
1141
|
}
|
|
1122
1142
|
|
|
1123
|
-
interface
|
|
1143
|
+
interface SamsungPay {
|
|
1124
1144
|
/**
|
|
1125
1145
|
* Whether or not the payment method should be displayed.
|
|
1126
1146
|
*/
|
|
1127
|
-
display_preference?:
|
|
1147
|
+
display_preference?: SamsungPay.DisplayPreference;
|
|
1128
1148
|
}
|
|
1129
1149
|
|
|
1130
|
-
namespace
|
|
1150
|
+
namespace SamsungPay {
|
|
1131
1151
|
interface DisplayPreference {
|
|
1132
1152
|
/**
|
|
1133
1153
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -1180,26 +1200,6 @@ declare module 'stripe' {
|
|
|
1180
1200
|
}
|
|
1181
1201
|
}
|
|
1182
1202
|
|
|
1183
|
-
interface Shopeepay {
|
|
1184
|
-
/**
|
|
1185
|
-
* Whether or not the payment method should be displayed.
|
|
1186
|
-
*/
|
|
1187
|
-
display_preference?: Shopeepay.DisplayPreference;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
namespace Shopeepay {
|
|
1191
|
-
interface DisplayPreference {
|
|
1192
|
-
/**
|
|
1193
|
-
* The account's preference for whether or not to display this payment method.
|
|
1194
|
-
*/
|
|
1195
|
-
preference?: DisplayPreference.Preference;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
namespace DisplayPreference {
|
|
1199
|
-
type Preference = 'none' | 'off' | 'on';
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
1203
|
interface Sofort {
|
|
1204
1204
|
/**
|
|
1205
1205
|
* Whether or not the payment method should be displayed.
|
|
@@ -1390,7 +1390,7 @@ declare module 'stripe' {
|
|
|
1390
1390
|
bancontact?: PaymentMethodConfigurationUpdateParams.Bancontact;
|
|
1391
1391
|
|
|
1392
1392
|
/**
|
|
1393
|
-
* Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](https://stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
1393
|
+
* Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
1394
1394
|
*/
|
|
1395
1395
|
billie?: PaymentMethodConfigurationUpdateParams.Billie;
|
|
1396
1396
|
|
|
@@ -1449,21 +1449,11 @@ declare module 'stripe' {
|
|
|
1449
1449
|
*/
|
|
1450
1450
|
google_pay?: PaymentMethodConfigurationUpdateParams.GooglePay;
|
|
1451
1451
|
|
|
1452
|
-
/**
|
|
1453
|
-
* GoPay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
|
1454
|
-
*/
|
|
1455
|
-
gopay?: PaymentMethodConfigurationUpdateParams.Gopay;
|
|
1456
|
-
|
|
1457
1452
|
/**
|
|
1458
1453
|
* 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.
|
|
1459
1454
|
*/
|
|
1460
1455
|
grabpay?: PaymentMethodConfigurationUpdateParams.Grabpay;
|
|
1461
1456
|
|
|
1462
|
-
/**
|
|
1463
|
-
* Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
|
1464
|
-
*/
|
|
1465
|
-
id_bank_transfer?: PaymentMethodConfigurationUpdateParams.IdBankTransfer;
|
|
1466
|
-
|
|
1467
1457
|
/**
|
|
1468
1458
|
* 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.
|
|
1469
1459
|
*/
|
|
@@ -1474,6 +1464,11 @@ declare module 'stripe' {
|
|
|
1474
1464
|
*/
|
|
1475
1465
|
jcb?: PaymentMethodConfigurationUpdateParams.Jcb;
|
|
1476
1466
|
|
|
1467
|
+
/**
|
|
1468
|
+
* Kakao Pay is a popular local wallet available in South Korea.
|
|
1469
|
+
*/
|
|
1470
|
+
kakao_pay?: PaymentMethodConfigurationUpdateParams.KakaoPay;
|
|
1471
|
+
|
|
1477
1472
|
/**
|
|
1478
1473
|
* Klarna gives customers a range of [payment options](https://stripe.com/docs/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://stripe.com/docs/payments/klarna) for more details.
|
|
1479
1474
|
*/
|
|
@@ -1484,6 +1479,11 @@ declare module 'stripe' {
|
|
|
1484
1479
|
*/
|
|
1485
1480
|
konbini?: PaymentMethodConfigurationUpdateParams.Konbini;
|
|
1486
1481
|
|
|
1482
|
+
/**
|
|
1483
|
+
* Korean cards let users pay using locally issued cards from South Korea.
|
|
1484
|
+
*/
|
|
1485
|
+
kr_card?: PaymentMethodConfigurationUpdateParams.KrCard;
|
|
1486
|
+
|
|
1487
1487
|
/**
|
|
1488
1488
|
* [Link](https://stripe.com/docs/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.
|
|
1489
1489
|
*/
|
|
@@ -1504,6 +1504,11 @@ declare module 'stripe' {
|
|
|
1504
1504
|
*/
|
|
1505
1505
|
name?: string;
|
|
1506
1506
|
|
|
1507
|
+
/**
|
|
1508
|
+
* Naver Pay is a popular local wallet available in South Korea.
|
|
1509
|
+
*/
|
|
1510
|
+
naver_pay?: PaymentMethodConfigurationUpdateParams.NaverPay;
|
|
1511
|
+
|
|
1507
1512
|
/**
|
|
1508
1513
|
* 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/docs/payments/nz-bank-account) for more details.
|
|
1509
1514
|
*/
|
|
@@ -1524,6 +1529,11 @@ declare module 'stripe' {
|
|
|
1524
1529
|
*/
|
|
1525
1530
|
pay_by_bank?: PaymentMethodConfigurationUpdateParams.PayByBank;
|
|
1526
1531
|
|
|
1532
|
+
/**
|
|
1533
|
+
* PAYCO is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
|
1534
|
+
*/
|
|
1535
|
+
payco?: PaymentMethodConfigurationUpdateParams.Payco;
|
|
1536
|
+
|
|
1527
1537
|
/**
|
|
1528
1538
|
* 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/docs/payments/paynow) for more details.
|
|
1529
1539
|
*/
|
|
@@ -1534,11 +1544,6 @@ declare module 'stripe' {
|
|
|
1534
1544
|
*/
|
|
1535
1545
|
paypal?: PaymentMethodConfigurationUpdateParams.Paypal;
|
|
1536
1546
|
|
|
1537
|
-
/**
|
|
1538
|
-
* 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.
|
|
1539
|
-
*/
|
|
1540
|
-
payto?: PaymentMethodConfigurationUpdateParams.Payto;
|
|
1541
|
-
|
|
1542
1547
|
/**
|
|
1543
1548
|
* Pix is a payment method popular in Brazil. When paying with Pix, customers authenticate and approve payments by scanning a QR code in their preferred banking app. Check this [page](https://docs.stripe.com/payments/pix) for more details.
|
|
1544
1549
|
*/
|
|
@@ -1550,17 +1555,17 @@ declare module 'stripe' {
|
|
|
1550
1555
|
promptpay?: PaymentMethodConfigurationUpdateParams.Promptpay;
|
|
1551
1556
|
|
|
1552
1557
|
/**
|
|
1553
|
-
*
|
|
1558
|
+
* 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.
|
|
1554
1559
|
*/
|
|
1555
|
-
|
|
1560
|
+
revolut_pay?: PaymentMethodConfigurationUpdateParams.RevolutPay;
|
|
1556
1561
|
|
|
1557
1562
|
/**
|
|
1558
|
-
*
|
|
1563
|
+
* Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
|
1559
1564
|
*/
|
|
1560
|
-
|
|
1565
|
+
samsung_pay?: PaymentMethodConfigurationUpdateParams.SamsungPay;
|
|
1561
1566
|
|
|
1562
1567
|
/**
|
|
1563
|
-
* Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](https://stripe.com/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](https://stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
1568
|
+
* Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](https://docs.stripe.com/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](https://docs.stripe.com/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
|
1564
1569
|
*/
|
|
1565
1570
|
satispay?: PaymentMethodConfigurationUpdateParams.Satispay;
|
|
1566
1571
|
|
|
@@ -1569,11 +1574,6 @@ declare module 'stripe' {
|
|
|
1569
1574
|
*/
|
|
1570
1575
|
sepa_debit?: PaymentMethodConfigurationUpdateParams.SepaDebit;
|
|
1571
1576
|
|
|
1572
|
-
/**
|
|
1573
|
-
* ShopeePay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
|
|
1574
|
-
*/
|
|
1575
|
-
shopeepay?: PaymentMethodConfigurationUpdateParams.Shopeepay;
|
|
1576
|
-
|
|
1577
1577
|
/**
|
|
1578
1578
|
* 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.
|
|
1579
1579
|
*/
|
|
@@ -2046,14 +2046,14 @@ declare module 'stripe' {
|
|
|
2046
2046
|
}
|
|
2047
2047
|
}
|
|
2048
2048
|
|
|
2049
|
-
interface
|
|
2049
|
+
interface Grabpay {
|
|
2050
2050
|
/**
|
|
2051
2051
|
* Whether or not the payment method should be displayed.
|
|
2052
2052
|
*/
|
|
2053
|
-
display_preference?:
|
|
2053
|
+
display_preference?: Grabpay.DisplayPreference;
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
|
-
namespace
|
|
2056
|
+
namespace Grabpay {
|
|
2057
2057
|
interface DisplayPreference {
|
|
2058
2058
|
/**
|
|
2059
2059
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2066,14 +2066,14 @@ declare module 'stripe' {
|
|
|
2066
2066
|
}
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
|
-
interface
|
|
2069
|
+
interface Ideal {
|
|
2070
2070
|
/**
|
|
2071
2071
|
* Whether or not the payment method should be displayed.
|
|
2072
2072
|
*/
|
|
2073
|
-
display_preference?:
|
|
2073
|
+
display_preference?: Ideal.DisplayPreference;
|
|
2074
2074
|
}
|
|
2075
2075
|
|
|
2076
|
-
namespace
|
|
2076
|
+
namespace Ideal {
|
|
2077
2077
|
interface DisplayPreference {
|
|
2078
2078
|
/**
|
|
2079
2079
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2086,14 +2086,14 @@ declare module 'stripe' {
|
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
interface
|
|
2089
|
+
interface Jcb {
|
|
2090
2090
|
/**
|
|
2091
2091
|
* Whether or not the payment method should be displayed.
|
|
2092
2092
|
*/
|
|
2093
|
-
display_preference?:
|
|
2093
|
+
display_preference?: Jcb.DisplayPreference;
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
|
-
namespace
|
|
2096
|
+
namespace Jcb {
|
|
2097
2097
|
interface DisplayPreference {
|
|
2098
2098
|
/**
|
|
2099
2099
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2106,14 +2106,14 @@ declare module 'stripe' {
|
|
|
2106
2106
|
}
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
|
-
interface
|
|
2109
|
+
interface KakaoPay {
|
|
2110
2110
|
/**
|
|
2111
2111
|
* Whether or not the payment method should be displayed.
|
|
2112
2112
|
*/
|
|
2113
|
-
display_preference?:
|
|
2113
|
+
display_preference?: KakaoPay.DisplayPreference;
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
|
-
namespace
|
|
2116
|
+
namespace KakaoPay {
|
|
2117
2117
|
interface DisplayPreference {
|
|
2118
2118
|
/**
|
|
2119
2119
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2126,14 +2126,14 @@ declare module 'stripe' {
|
|
|
2126
2126
|
}
|
|
2127
2127
|
}
|
|
2128
2128
|
|
|
2129
|
-
interface
|
|
2129
|
+
interface Klarna {
|
|
2130
2130
|
/**
|
|
2131
2131
|
* Whether or not the payment method should be displayed.
|
|
2132
2132
|
*/
|
|
2133
|
-
display_preference?:
|
|
2133
|
+
display_preference?: Klarna.DisplayPreference;
|
|
2134
2134
|
}
|
|
2135
2135
|
|
|
2136
|
-
namespace
|
|
2136
|
+
namespace Klarna {
|
|
2137
2137
|
interface DisplayPreference {
|
|
2138
2138
|
/**
|
|
2139
2139
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2146,14 +2146,14 @@ declare module 'stripe' {
|
|
|
2146
2146
|
}
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
|
-
interface
|
|
2149
|
+
interface Konbini {
|
|
2150
2150
|
/**
|
|
2151
2151
|
* Whether or not the payment method should be displayed.
|
|
2152
2152
|
*/
|
|
2153
|
-
display_preference?:
|
|
2153
|
+
display_preference?: Konbini.DisplayPreference;
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
|
-
namespace
|
|
2156
|
+
namespace Konbini {
|
|
2157
2157
|
interface DisplayPreference {
|
|
2158
2158
|
/**
|
|
2159
2159
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2166,14 +2166,14 @@ declare module 'stripe' {
|
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
2169
|
-
interface
|
|
2169
|
+
interface KrCard {
|
|
2170
2170
|
/**
|
|
2171
2171
|
* Whether or not the payment method should be displayed.
|
|
2172
2172
|
*/
|
|
2173
|
-
display_preference?:
|
|
2173
|
+
display_preference?: KrCard.DisplayPreference;
|
|
2174
2174
|
}
|
|
2175
2175
|
|
|
2176
|
-
namespace
|
|
2176
|
+
namespace KrCard {
|
|
2177
2177
|
interface DisplayPreference {
|
|
2178
2178
|
/**
|
|
2179
2179
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2246,6 +2246,26 @@ declare module 'stripe' {
|
|
|
2246
2246
|
}
|
|
2247
2247
|
}
|
|
2248
2248
|
|
|
2249
|
+
interface NaverPay {
|
|
2250
|
+
/**
|
|
2251
|
+
* Whether or not the payment method should be displayed.
|
|
2252
|
+
*/
|
|
2253
|
+
display_preference?: NaverPay.DisplayPreference;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
namespace NaverPay {
|
|
2257
|
+
interface DisplayPreference {
|
|
2258
|
+
/**
|
|
2259
|
+
* The account's preference for whether or not to display this payment method.
|
|
2260
|
+
*/
|
|
2261
|
+
preference?: DisplayPreference.Preference;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
namespace DisplayPreference {
|
|
2265
|
+
type Preference = 'none' | 'off' | 'on';
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2249
2269
|
interface NzBankAccount {
|
|
2250
2270
|
/**
|
|
2251
2271
|
* Whether or not the payment method should be displayed.
|
|
@@ -2326,14 +2346,14 @@ declare module 'stripe' {
|
|
|
2326
2346
|
}
|
|
2327
2347
|
}
|
|
2328
2348
|
|
|
2329
|
-
interface
|
|
2349
|
+
interface Payco {
|
|
2330
2350
|
/**
|
|
2331
2351
|
* Whether or not the payment method should be displayed.
|
|
2332
2352
|
*/
|
|
2333
|
-
display_preference?:
|
|
2353
|
+
display_preference?: Payco.DisplayPreference;
|
|
2334
2354
|
}
|
|
2335
2355
|
|
|
2336
|
-
namespace
|
|
2356
|
+
namespace Payco {
|
|
2337
2357
|
interface DisplayPreference {
|
|
2338
2358
|
/**
|
|
2339
2359
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2346,14 +2366,14 @@ declare module 'stripe' {
|
|
|
2346
2366
|
}
|
|
2347
2367
|
}
|
|
2348
2368
|
|
|
2349
|
-
interface
|
|
2369
|
+
interface Paynow {
|
|
2350
2370
|
/**
|
|
2351
2371
|
* Whether or not the payment method should be displayed.
|
|
2352
2372
|
*/
|
|
2353
|
-
display_preference?:
|
|
2373
|
+
display_preference?: Paynow.DisplayPreference;
|
|
2354
2374
|
}
|
|
2355
2375
|
|
|
2356
|
-
namespace
|
|
2376
|
+
namespace Paynow {
|
|
2357
2377
|
interface DisplayPreference {
|
|
2358
2378
|
/**
|
|
2359
2379
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2366,14 +2386,14 @@ declare module 'stripe' {
|
|
|
2366
2386
|
}
|
|
2367
2387
|
}
|
|
2368
2388
|
|
|
2369
|
-
interface
|
|
2389
|
+
interface Paypal {
|
|
2370
2390
|
/**
|
|
2371
2391
|
* Whether or not the payment method should be displayed.
|
|
2372
2392
|
*/
|
|
2373
|
-
display_preference?:
|
|
2393
|
+
display_preference?: Paypal.DisplayPreference;
|
|
2374
2394
|
}
|
|
2375
2395
|
|
|
2376
|
-
namespace
|
|
2396
|
+
namespace Paypal {
|
|
2377
2397
|
interface DisplayPreference {
|
|
2378
2398
|
/**
|
|
2379
2399
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2426,14 +2446,14 @@ declare module 'stripe' {
|
|
|
2426
2446
|
}
|
|
2427
2447
|
}
|
|
2428
2448
|
|
|
2429
|
-
interface
|
|
2449
|
+
interface RevolutPay {
|
|
2430
2450
|
/**
|
|
2431
2451
|
* Whether or not the payment method should be displayed.
|
|
2432
2452
|
*/
|
|
2433
|
-
display_preference?:
|
|
2453
|
+
display_preference?: RevolutPay.DisplayPreference;
|
|
2434
2454
|
}
|
|
2435
2455
|
|
|
2436
|
-
namespace
|
|
2456
|
+
namespace RevolutPay {
|
|
2437
2457
|
interface DisplayPreference {
|
|
2438
2458
|
/**
|
|
2439
2459
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2446,14 +2466,14 @@ declare module 'stripe' {
|
|
|
2446
2466
|
}
|
|
2447
2467
|
}
|
|
2448
2468
|
|
|
2449
|
-
interface
|
|
2469
|
+
interface SamsungPay {
|
|
2450
2470
|
/**
|
|
2451
2471
|
* Whether or not the payment method should be displayed.
|
|
2452
2472
|
*/
|
|
2453
|
-
display_preference?:
|
|
2473
|
+
display_preference?: SamsungPay.DisplayPreference;
|
|
2454
2474
|
}
|
|
2455
2475
|
|
|
2456
|
-
namespace
|
|
2476
|
+
namespace SamsungPay {
|
|
2457
2477
|
interface DisplayPreference {
|
|
2458
2478
|
/**
|
|
2459
2479
|
* The account's preference for whether or not to display this payment method.
|
|
@@ -2506,26 +2526,6 @@ declare module 'stripe' {
|
|
|
2506
2526
|
}
|
|
2507
2527
|
}
|
|
2508
2528
|
|
|
2509
|
-
interface Shopeepay {
|
|
2510
|
-
/**
|
|
2511
|
-
* Whether or not the payment method should be displayed.
|
|
2512
|
-
*/
|
|
2513
|
-
display_preference?: Shopeepay.DisplayPreference;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
namespace Shopeepay {
|
|
2517
|
-
interface DisplayPreference {
|
|
2518
|
-
/**
|
|
2519
|
-
* The account's preference for whether or not to display this payment method.
|
|
2520
|
-
*/
|
|
2521
|
-
preference?: DisplayPreference.Preference;
|
|
2522
|
-
}
|
|
2523
|
-
|
|
2524
|
-
namespace DisplayPreference {
|
|
2525
|
-
type Preference = 'none' | 'off' | 'on';
|
|
2526
|
-
}
|
|
2527
|
-
}
|
|
2528
|
-
|
|
2529
2529
|
interface Sofort {
|
|
2530
2530
|
/**
|
|
2531
2531
|
* Whether or not the payment method should be displayed.
|