stripe 18.5.0-beta.2 → 18.5.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 +33 -1327
- package/OPENAPI_VERSION +1 -1
- package/README.md +5 -4
- package/VERSION +1 -1
- package/cjs/Error.js +1 -107
- package/cjs/apiVersion.js +3 -2
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/PaymentIntents.js +0 -13
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources.js +32 -126
- package/cjs/stripe.core.js +1 -1
- package/esm/Error.js +0 -93
- package/esm/apiVersion.js +2 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/PaymentIntents.js +0 -13
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources.js +5 -91
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +45 -45
- package/types/AccountSessionsResource.d.ts +51 -252
- package/types/Accounts.d.ts +3 -214
- package/types/AccountsResource.d.ts +0 -544
- package/types/Balance.d.ts +2 -7
- 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/Billing/Meters.d.ts +1 -1
- package/types/Billing/MetersResource.d.ts +1 -1
- package/types/BillingPortal/Configurations.d.ts +5 -0
- package/types/BillingPortal/ConfigurationsResource.d.ts +10 -0
- package/types/BillingPortal/Sessions.d.ts +0 -5
- package/types/BillingPortal/SessionsResource.d.ts +4 -12
- package/types/Cards.d.ts +0 -5
- package/types/CashBalances.d.ts +0 -5
- package/types/Charges.d.ts +76 -171
- package/types/ChargesResource.d.ts +0 -1406
- package/types/Checkout/Sessions.d.ts +9 -313
- package/types/Checkout/SessionsResource.d.ts +10 -414
- package/types/ConfirmationTokens.d.ts +0 -125
- 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 +0 -5
- package/types/CreditNotesResource.d.ts +3 -8
- package/types/CustomerBalanceTransactions.d.ts +0 -2
- package/types/CustomerCashBalanceTransactions.d.ts +0 -2
- package/types/CustomerSessions.d.ts +0 -5
- package/types/CustomerSessionsResource.d.ts +1 -6
- package/types/Customers.d.ts +0 -2
- package/types/CustomersResource.d.ts +0 -8
- package/types/Discounts.d.ts +0 -10
- package/types/Disputes.d.ts +7 -31
- package/types/Errors.d.ts +2 -81
- package/types/EventTypes.d.ts +0 -664
- package/types/Events.d.ts +0 -97
- package/types/FileLinksResource.d.ts +1 -1
- package/types/Files.d.ts +1 -0
- package/types/FilesResource.d.ts +3 -1
- package/types/FinancialConnections/Accounts.d.ts +1 -36
- 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/VerificationSessions.d.ts +0 -5
- package/types/Identity/VerificationSessionsResource.d.ts +0 -7
- package/types/InvoiceItems.d.ts +0 -10
- package/types/InvoiceItemsResource.d.ts +6 -117
- package/types/InvoiceLineItems.d.ts +1 -45
- package/types/InvoicePayments.d.ts +0 -5
- package/types/InvoicePaymentsResource.d.ts +1 -7
- package/types/Invoices.d.ts +6 -172
- package/types/InvoicesResource.d.ts +61 -1513
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/CardsResource.d.ts +10 -0
- package/types/Issuing/Transactions.d.ts +0 -5
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +0 -49
- package/types/Mandates.d.ts +0 -77
- package/types/PaymentIntents.d.ts +63 -762
- package/types/PaymentIntentsResource.d.ts +5567 -11125
- package/types/PaymentLinks.d.ts +0 -6
- package/types/PaymentLinksResource.d.ts +1 -13
- package/types/PaymentMethodConfigurations.d.ts +0 -180
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -250
- package/types/PaymentMethods.d.ts +0 -125
- package/types/PaymentMethodsResource.d.ts +2 -167
- package/types/Payouts.d.ts +1 -1
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +0 -22
- package/types/PromotionCodes.d.ts +5 -7
- package/types/PromotionCodesResource.d.ts +0 -10
- package/types/Quotes.d.ts +1 -594
- package/types/QuotesResource.d.ts +281 -2626
- package/types/Refunds.d.ts +0 -14
- package/types/SetupAttempts.d.ts +4 -48
- package/types/SetupIntents.d.ts +5 -119
- package/types/SetupIntentsResource.d.ts +3 -730
- package/types/Sources.d.ts +0 -29
- package/types/SubscriptionItems.d.ts +0 -21
- package/types/SubscriptionItemsResource.d.ts +0 -109
- package/types/SubscriptionSchedules.d.ts +39 -197
- package/types/SubscriptionSchedulesResource.d.ts +83 -1199
- package/types/Subscriptions.d.ts +1 -135
- package/types/SubscriptionsResource.d.ts +97 -449
- package/types/TaxIds.d.ts +0 -10
- package/types/TaxIdsResource.d.ts +0 -10
- package/types/Terminal/Configurations.d.ts +19 -0
- package/types/Terminal/ConfigurationsResource.d.ts +44 -0
- package/types/Terminal/Readers.d.ts +0 -20
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -126
- package/types/TestHelpers/Terminal/ReadersResource.d.ts +28 -1
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Transfers.d.ts +0 -5
- package/types/TransfersResource.d.ts +0 -5
- 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 +0 -26
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/V2/EventTypes.d.ts +4 -964
- package/types/WebhookEndpointsResource.d.ts +2 -79
- package/types/index.d.ts +2 -147
- 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/Billing/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/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- 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/PaymentAttemptRecords.js +0 -17
- 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/OnboardingLinks.js +0 -12
- 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 -25
- 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/Payments/OffSessionPayments.js +0 -25
- 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/Billing/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/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- 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/PaymentAttemptRecords.js +0 -14
- 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/OnboardingLinks.js +0 -9
- 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 -22
- 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/Payments/OffSessionPayments.js +0 -22
- 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 -91
- package/types/BalanceSettingsResource.d.ts +0 -110
- package/types/Billing/MeterUsage.d.ts +0 -32
- package/types/Billing/MeterUsageResource.d.ts +0 -685
- package/types/Billing/MeterUsageRows.d.ts +0 -49
- 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 -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/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 -1163
- package/types/OrdersResource.d.ts +0 -3139
- package/types/PaymentAttemptRecords.d.ts +0 -2166
- package/types/PaymentAttemptRecordsResource.d.ts +0 -47
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -116
- package/types/PaymentRecords.d.ts +0 -2159
- package/types/PaymentRecordsResource.d.ts +0 -455
- 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/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1734
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -845
- package/types/Tax/Associations.d.ts +0 -82
- 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/OnboardingLinks.d.ts +0 -57
- package/types/Terminal/OnboardingLinksResource.d.ts +0 -62
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/V2/Core/AccountLinks.d.ts +0 -168
- package/types/V2/Core/AccountLinksResource.d.ts +0 -152
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -3780
- package/types/V2/Core/Accounts.d.ts +0 -8813
- package/types/V2/Core/AccountsResource.d.ts +0 -10626
- package/types/V2/Core/Persons.d.ts +0 -1872
- 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 -580
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -326
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -314
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -289
- 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 -208
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -160
- 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 -262
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
- 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/Payments/OffSessionPayments.d.ts +0 -179
- package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -174
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -68
|
@@ -118,21 +118,11 @@ declare module 'stripe' {
|
|
|
118
118
|
*/
|
|
119
119
|
giropay?: PaymentMethodCreateParams.Giropay;
|
|
120
120
|
|
|
121
|
-
/**
|
|
122
|
-
* If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
123
|
-
*/
|
|
124
|
-
gopay?: PaymentMethodCreateParams.Gopay;
|
|
125
|
-
|
|
126
121
|
/**
|
|
127
122
|
* If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
128
123
|
*/
|
|
129
124
|
grabpay?: PaymentMethodCreateParams.Grabpay;
|
|
130
125
|
|
|
131
|
-
/**
|
|
132
|
-
* If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
133
|
-
*/
|
|
134
|
-
id_bank_transfer?: PaymentMethodCreateParams.IdBankTransfer;
|
|
135
|
-
|
|
136
126
|
/**
|
|
137
127
|
* If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
138
128
|
*/
|
|
@@ -168,11 +158,6 @@ declare module 'stripe' {
|
|
|
168
158
|
*/
|
|
169
159
|
link?: PaymentMethodCreateParams.Link;
|
|
170
160
|
|
|
171
|
-
/**
|
|
172
|
-
* If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
|
173
|
-
*/
|
|
174
|
-
mb_way?: PaymentMethodCreateParams.MbWay;
|
|
175
|
-
|
|
176
161
|
/**
|
|
177
162
|
* Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
178
163
|
*/
|
|
@@ -233,11 +218,6 @@ declare module 'stripe' {
|
|
|
233
218
|
*/
|
|
234
219
|
paypal?: PaymentMethodCreateParams.Paypal;
|
|
235
220
|
|
|
236
|
-
/**
|
|
237
|
-
* If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
238
|
-
*/
|
|
239
|
-
payto?: PaymentMethodCreateParams.Payto;
|
|
240
|
-
|
|
241
221
|
/**
|
|
242
222
|
* If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
|
243
223
|
*/
|
|
@@ -248,21 +228,11 @@ declare module 'stripe' {
|
|
|
248
228
|
*/
|
|
249
229
|
promptpay?: PaymentMethodCreateParams.Promptpay;
|
|
250
230
|
|
|
251
|
-
/**
|
|
252
|
-
* If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
|
253
|
-
*/
|
|
254
|
-
qris?: PaymentMethodCreateParams.Qris;
|
|
255
|
-
|
|
256
231
|
/**
|
|
257
232
|
* Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
|
258
233
|
*/
|
|
259
234
|
radar_options?: PaymentMethodCreateParams.RadarOptions;
|
|
260
235
|
|
|
261
|
-
/**
|
|
262
|
-
* If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
263
|
-
*/
|
|
264
|
-
rechnung?: PaymentMethodCreateParams.Rechnung;
|
|
265
|
-
|
|
266
236
|
/**
|
|
267
237
|
* If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
268
238
|
*/
|
|
@@ -283,21 +253,11 @@ declare module 'stripe' {
|
|
|
283
253
|
*/
|
|
284
254
|
sepa_debit?: PaymentMethodCreateParams.SepaDebit;
|
|
285
255
|
|
|
286
|
-
/**
|
|
287
|
-
* If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
|
288
|
-
*/
|
|
289
|
-
shopeepay?: PaymentMethodCreateParams.Shopeepay;
|
|
290
|
-
|
|
291
256
|
/**
|
|
292
257
|
* If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
293
258
|
*/
|
|
294
259
|
sofort?: PaymentMethodCreateParams.Sofort;
|
|
295
260
|
|
|
296
|
-
/**
|
|
297
|
-
* This hash contains details about the Stripe balance payment method.
|
|
298
|
-
*/
|
|
299
|
-
stripe_balance?: PaymentMethodCreateParams.StripeBalance;
|
|
300
|
-
|
|
301
261
|
/**
|
|
302
262
|
* If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
|
303
263
|
*/
|
|
@@ -555,21 +515,8 @@ declare module 'stripe' {
|
|
|
555
515
|
|
|
556
516
|
interface Giropay {}
|
|
557
517
|
|
|
558
|
-
interface Gopay {}
|
|
559
|
-
|
|
560
518
|
interface Grabpay {}
|
|
561
519
|
|
|
562
|
-
interface IdBankTransfer {
|
|
563
|
-
/**
|
|
564
|
-
* Bank where the account is held.
|
|
565
|
-
*/
|
|
566
|
-
bank?: IdBankTransfer.Bank;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
namespace IdBankTransfer {
|
|
570
|
-
type Bank = 'bca' | 'bni' | 'bri' | 'cimb' | 'permata';
|
|
571
|
-
}
|
|
572
|
-
|
|
573
520
|
interface Ideal {
|
|
574
521
|
/**
|
|
575
522
|
* The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
@@ -634,8 +581,6 @@ declare module 'stripe' {
|
|
|
634
581
|
|
|
635
582
|
interface Link {}
|
|
636
583
|
|
|
637
|
-
interface MbWay {}
|
|
638
|
-
|
|
639
584
|
interface Mobilepay {}
|
|
640
585
|
|
|
641
586
|
interface Multibanco {}
|
|
@@ -727,29 +672,10 @@ declare module 'stripe' {
|
|
|
727
672
|
|
|
728
673
|
interface Paypal {}
|
|
729
674
|
|
|
730
|
-
interface Payto {
|
|
731
|
-
/**
|
|
732
|
-
* The account number for the bank account.
|
|
733
|
-
*/
|
|
734
|
-
account_number?: string;
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
* Bank-State-Branch number of the bank account.
|
|
738
|
-
*/
|
|
739
|
-
bsb_number?: string;
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* The PayID alias for the bank account.
|
|
743
|
-
*/
|
|
744
|
-
pay_id?: string;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
675
|
interface Pix {}
|
|
748
676
|
|
|
749
677
|
interface Promptpay {}
|
|
750
678
|
|
|
751
|
-
interface Qris {}
|
|
752
|
-
|
|
753
679
|
interface RadarOptions {
|
|
754
680
|
/**
|
|
755
681
|
* A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
@@ -757,32 +683,6 @@ declare module 'stripe' {
|
|
|
757
683
|
session?: string;
|
|
758
684
|
}
|
|
759
685
|
|
|
760
|
-
interface Rechnung {
|
|
761
|
-
/**
|
|
762
|
-
* Customer's date of birth
|
|
763
|
-
*/
|
|
764
|
-
dob: Rechnung.Dob;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
namespace Rechnung {
|
|
768
|
-
interface Dob {
|
|
769
|
-
/**
|
|
770
|
-
* The day of birth, between 1 and 31.
|
|
771
|
-
*/
|
|
772
|
-
day: number;
|
|
773
|
-
|
|
774
|
-
/**
|
|
775
|
-
* The month of birth, between 1 and 12.
|
|
776
|
-
*/
|
|
777
|
-
month: number;
|
|
778
|
-
|
|
779
|
-
/**
|
|
780
|
-
* The four-digit year of birth.
|
|
781
|
-
*/
|
|
782
|
-
year: number;
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
|
-
|
|
786
686
|
interface RevolutPay {}
|
|
787
687
|
|
|
788
688
|
interface SamsungPay {}
|
|
@@ -796,8 +696,6 @@ declare module 'stripe' {
|
|
|
796
696
|
iban: string;
|
|
797
697
|
}
|
|
798
698
|
|
|
799
|
-
interface Shopeepay {}
|
|
800
|
-
|
|
801
699
|
interface Sofort {
|
|
802
700
|
/**
|
|
803
701
|
* Two-letter ISO code representing the country the bank account is located in.
|
|
@@ -809,22 +707,6 @@ declare module 'stripe' {
|
|
|
809
707
|
type Country = 'AT' | 'BE' | 'DE' | 'ES' | 'IT' | 'NL';
|
|
810
708
|
}
|
|
811
709
|
|
|
812
|
-
interface StripeBalance {
|
|
813
|
-
/**
|
|
814
|
-
* The connected account ID whose Stripe balance to use as the source of payment
|
|
815
|
-
*/
|
|
816
|
-
account?: string;
|
|
817
|
-
|
|
818
|
-
/**
|
|
819
|
-
* The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
|
820
|
-
*/
|
|
821
|
-
source_type?: StripeBalance.SourceType;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
namespace StripeBalance {
|
|
825
|
-
type SourceType = 'bank_account' | 'card' | 'fpx';
|
|
826
|
-
}
|
|
827
|
-
|
|
828
710
|
interface Swish {}
|
|
829
711
|
|
|
830
712
|
interface Twint {}
|
|
@@ -849,16 +731,13 @@ declare module 'stripe' {
|
|
|
849
731
|
| 'eps'
|
|
850
732
|
| 'fpx'
|
|
851
733
|
| 'giropay'
|
|
852
|
-
| 'gopay'
|
|
853
734
|
| 'grabpay'
|
|
854
|
-
| 'id_bank_transfer'
|
|
855
735
|
| 'ideal'
|
|
856
736
|
| 'kakao_pay'
|
|
857
737
|
| 'klarna'
|
|
858
738
|
| 'konbini'
|
|
859
739
|
| 'kr_card'
|
|
860
740
|
| 'link'
|
|
861
|
-
| 'mb_way'
|
|
862
741
|
| 'mobilepay'
|
|
863
742
|
| 'multibanco'
|
|
864
743
|
| 'naver_pay'
|
|
@@ -869,18 +748,13 @@ declare module 'stripe' {
|
|
|
869
748
|
| 'payco'
|
|
870
749
|
| 'paynow'
|
|
871
750
|
| 'paypal'
|
|
872
|
-
| 'payto'
|
|
873
751
|
| 'pix'
|
|
874
752
|
| 'promptpay'
|
|
875
|
-
| 'qris'
|
|
876
|
-
| 'rechnung'
|
|
877
753
|
| 'revolut_pay'
|
|
878
754
|
| 'samsung_pay'
|
|
879
755
|
| 'satispay'
|
|
880
756
|
| 'sepa_debit'
|
|
881
|
-
| 'shopeepay'
|
|
882
757
|
| 'sofort'
|
|
883
|
-
| 'stripe_balance'
|
|
884
758
|
| 'swish'
|
|
885
759
|
| 'twint'
|
|
886
760
|
| 'us_bank_account'
|
|
@@ -968,11 +842,6 @@ declare module 'stripe' {
|
|
|
968
842
|
*/
|
|
969
843
|
pay_by_bank?: PaymentMethodUpdateParams.PayByBank;
|
|
970
844
|
|
|
971
|
-
/**
|
|
972
|
-
* If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
973
|
-
*/
|
|
974
|
-
payto?: PaymentMethodUpdateParams.Payto;
|
|
975
|
-
|
|
976
845
|
/**
|
|
977
846
|
* If this is an `us_bank_account` PaymentMethod, this hash contains details about the US bank account payment method.
|
|
978
847
|
*/
|
|
@@ -1043,23 +912,6 @@ declare module 'stripe' {
|
|
|
1043
912
|
|
|
1044
913
|
interface PayByBank {}
|
|
1045
914
|
|
|
1046
|
-
interface Payto {
|
|
1047
|
-
/**
|
|
1048
|
-
* The account number for the bank account.
|
|
1049
|
-
*/
|
|
1050
|
-
account_number?: string;
|
|
1051
|
-
|
|
1052
|
-
/**
|
|
1053
|
-
* Bank-State-Branch number of the bank account.
|
|
1054
|
-
*/
|
|
1055
|
-
bsb_number?: string;
|
|
1056
|
-
|
|
1057
|
-
/**
|
|
1058
|
-
* The PayID alias for the bank account.
|
|
1059
|
-
*/
|
|
1060
|
-
pay_id?: string;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
915
|
interface UsBankAccount {
|
|
1064
916
|
/**
|
|
1065
917
|
* Bank account holder type.
|
|
@@ -1117,16 +969,13 @@ declare module 'stripe' {
|
|
|
1117
969
|
| 'eps'
|
|
1118
970
|
| 'fpx'
|
|
1119
971
|
| 'giropay'
|
|
1120
|
-
| 'gopay'
|
|
1121
972
|
| 'grabpay'
|
|
1122
|
-
| 'id_bank_transfer'
|
|
1123
973
|
| 'ideal'
|
|
1124
974
|
| 'kakao_pay'
|
|
1125
975
|
| 'klarna'
|
|
1126
976
|
| 'konbini'
|
|
1127
977
|
| 'kr_card'
|
|
1128
978
|
| 'link'
|
|
1129
|
-
| 'mb_way'
|
|
1130
979
|
| 'mobilepay'
|
|
1131
980
|
| 'multibanco'
|
|
1132
981
|
| 'naver_pay'
|
|
@@ -1137,18 +986,13 @@ declare module 'stripe' {
|
|
|
1137
986
|
| 'payco'
|
|
1138
987
|
| 'paynow'
|
|
1139
988
|
| 'paypal'
|
|
1140
|
-
| 'payto'
|
|
1141
989
|
| 'pix'
|
|
1142
990
|
| 'promptpay'
|
|
1143
|
-
| 'qris'
|
|
1144
|
-
| 'rechnung'
|
|
1145
991
|
| 'revolut_pay'
|
|
1146
992
|
| 'samsung_pay'
|
|
1147
993
|
| 'satispay'
|
|
1148
994
|
| 'sepa_debit'
|
|
1149
|
-
| 'shopeepay'
|
|
1150
995
|
| 'sofort'
|
|
1151
|
-
| 'stripe_balance'
|
|
1152
996
|
| 'swish'
|
|
1153
997
|
| 'twint'
|
|
1154
998
|
| 'us_bank_account'
|
|
@@ -1160,12 +1004,7 @@ declare module 'stripe' {
|
|
|
1160
1004
|
/**
|
|
1161
1005
|
* The ID of the customer to which to attach the PaymentMethod.
|
|
1162
1006
|
*/
|
|
1163
|
-
customer
|
|
1164
|
-
|
|
1165
|
-
/**
|
|
1166
|
-
* The ID of the account to which to attach the PaymentMethod.
|
|
1167
|
-
*/
|
|
1168
|
-
customer_account?: string;
|
|
1007
|
+
customer: string;
|
|
1169
1008
|
|
|
1170
1009
|
/**
|
|
1171
1010
|
* Specifies which fields in the response should be expanded.
|
|
@@ -1242,11 +1081,7 @@ declare module 'stripe' {
|
|
|
1242
1081
|
*/
|
|
1243
1082
|
attach(
|
|
1244
1083
|
id: string,
|
|
1245
|
-
params
|
|
1246
|
-
options?: RequestOptions
|
|
1247
|
-
): Promise<Stripe.Response<Stripe.PaymentMethod>>;
|
|
1248
|
-
attach(
|
|
1249
|
-
id: string,
|
|
1084
|
+
params: PaymentMethodAttachParams,
|
|
1250
1085
|
options?: RequestOptions
|
|
1251
1086
|
): Promise<Stripe.Response<Stripe.PaymentMethod>>;
|
|
1252
1087
|
|
package/types/Payouts.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ declare module 'stripe' {
|
|
|
115
115
|
/**
|
|
116
116
|
* ID of the v2 FinancialAccount the funds are sent to.
|
|
117
117
|
*/
|
|
118
|
-
payout_method
|
|
118
|
+
payout_method: string | null;
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
121
|
* If `completed`, you can use the [Balance Transactions API](https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout) to list all balance transactions that are paid out in this payout.
|
package/types/Prices.d.ts
CHANGED
|
@@ -93,11 +93,6 @@ declare module 'stripe' {
|
|
|
93
93
|
*/
|
|
94
94
|
metadata: Stripe.Metadata;
|
|
95
95
|
|
|
96
|
-
/**
|
|
97
|
-
* Subscriptions using this price will be migrated to use the new referenced price.
|
|
98
|
-
*/
|
|
99
|
-
migrate_to?: Price.MigrateTo | null;
|
|
100
|
-
|
|
101
96
|
/**
|
|
102
97
|
* A brief description of the price, hidden from customers.
|
|
103
98
|
*/
|
|
@@ -244,23 +239,6 @@ declare module 'stripe' {
|
|
|
244
239
|
preset: number | null;
|
|
245
240
|
}
|
|
246
241
|
|
|
247
|
-
interface MigrateTo {
|
|
248
|
-
/**
|
|
249
|
-
* The behavior controlling at what point in the subscription lifecycle to migrate the price
|
|
250
|
-
*/
|
|
251
|
-
behavior: 'at_cycle_end';
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* The unix timestamp after at which subscriptions will start to migrate to the new price.
|
|
255
|
-
*/
|
|
256
|
-
effective_after: number;
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* The id of the price being migrated to
|
|
260
|
-
*/
|
|
261
|
-
price: string;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
242
|
interface Recurring {
|
|
265
243
|
/**
|
|
266
244
|
* The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.
|
|
@@ -361,11 +361,6 @@ declare module 'stripe' {
|
|
|
361
361
|
*/
|
|
362
362
|
metadata?: Stripe.Emptyable<Stripe.MetadataParam>;
|
|
363
363
|
|
|
364
|
-
/**
|
|
365
|
-
* If specified, subscriptions using this price will be updated to use the new referenced price.
|
|
366
|
-
*/
|
|
367
|
-
migrate_to?: Stripe.Emptyable<PriceUpdateParams.MigrateTo>;
|
|
368
|
-
|
|
369
364
|
/**
|
|
370
365
|
* A brief description of the price, hidden from customers.
|
|
371
366
|
*/
|
|
@@ -463,23 +458,6 @@ declare module 'stripe' {
|
|
|
463
458
|
}
|
|
464
459
|
}
|
|
465
460
|
|
|
466
|
-
interface MigrateTo {
|
|
467
|
-
/**
|
|
468
|
-
* The behavior controlling the point in the subscription lifecycle after which to migrate the price. Currently must be `at_cycle_end`.
|
|
469
|
-
*/
|
|
470
|
-
behavior: 'at_cycle_end';
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* The time after which subscriptions should start using the new price.
|
|
474
|
-
*/
|
|
475
|
-
effective_after?: number;
|
|
476
|
-
|
|
477
|
-
/**
|
|
478
|
-
* The ID of the price object.
|
|
479
|
-
*/
|
|
480
|
-
price: string;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
461
|
type TaxBehavior = 'exclusive' | 'inclusive' | 'unspecified';
|
|
484
462
|
}
|
|
485
463
|
|
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
declare module 'stripe' {
|
|
4
4
|
namespace Stripe {
|
|
5
5
|
/**
|
|
6
|
-
* A Promotion Code represents a customer-redeemable code for a [coupon](https://stripe.com/docs/api#coupons).
|
|
7
|
-
* create multiple codes for a single coupon.
|
|
6
|
+
* A Promotion Code represents a customer-redeemable code for a [coupon](https://stripe.com/docs/api#coupons).
|
|
7
|
+
* You can create multiple codes for a single coupon.
|
|
8
|
+
*
|
|
9
|
+
* If you enable promotion codes in your [customer portal configuration](https://stripe.com/docs/customer-management/configure-portal), then customers can redeem a code themselves when updating a subscription in the portal.
|
|
10
|
+
* Customers can also view the currently active promotion codes and coupons on each of their subscriptions in the portal.
|
|
8
11
|
*/
|
|
9
12
|
interface PromotionCode {
|
|
10
13
|
/**
|
|
@@ -44,11 +47,6 @@ declare module 'stripe' {
|
|
|
44
47
|
*/
|
|
45
48
|
customer: string | Stripe.Customer | Stripe.DeletedCustomer | null;
|
|
46
49
|
|
|
47
|
-
/**
|
|
48
|
-
* The account that this promotion code can be used by.
|
|
49
|
-
*/
|
|
50
|
-
customer_account?: string | null;
|
|
51
|
-
|
|
52
50
|
/**
|
|
53
51
|
* Date at which the promotion code can no longer be redeemed.
|
|
54
52
|
*/
|
|
@@ -25,11 +25,6 @@ declare module 'stripe' {
|
|
|
25
25
|
*/
|
|
26
26
|
customer?: string;
|
|
27
27
|
|
|
28
|
-
/**
|
|
29
|
-
* The account that this promotion code can be used by. If not set, the promotion code can be used by all accounts.
|
|
30
|
-
*/
|
|
31
|
-
customer_account?: string;
|
|
32
|
-
|
|
33
28
|
/**
|
|
34
29
|
* Specifies which fields in the response should be expanded.
|
|
35
30
|
*/
|
|
@@ -166,11 +161,6 @@ declare module 'stripe' {
|
|
|
166
161
|
*/
|
|
167
162
|
customer?: string;
|
|
168
163
|
|
|
169
|
-
/**
|
|
170
|
-
* Only return promotion codes that are restricted to this account.
|
|
171
|
-
*/
|
|
172
|
-
customer_account?: string;
|
|
173
|
-
|
|
174
164
|
/**
|
|
175
165
|
* Specifies which fields in the response should be expanded.
|
|
176
166
|
*/
|