stripe 16.12.0-beta.1 → 16.12.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 +130 -841
- package/README.md +0 -33
- package/VERSION +1 -1
- package/cjs/RequestSender.js +5 -66
- package/cjs/StripeResource.js +1 -1
- package/cjs/apiVersion.js +1 -2
- package/cjs/multipart.js +1 -1
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/Invoices.js +0 -17
- package/cjs/resources/OAuth.js +1 -1
- package/cjs/resources/PaymentIntents.js +0 -4
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources/Terminal/Readers.js +0 -12
- package/cjs/resources.js +10 -44
- package/cjs/stripe.core.js +3 -6
- package/cjs/utils.js +3 -30
- package/esm/RequestSender.js +6 -67
- package/esm/StripeResource.js +2 -2
- package/esm/apiVersion.js +0 -1
- package/esm/multipart.js +2 -2
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/Invoices.js +0 -17
- package/esm/resources/OAuth.js +2 -2
- package/esm/resources/PaymentIntents.js +0 -4
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources/Terminal/Readers.js +0 -12
- package/esm/resources.js +0 -30
- package/esm/stripe.core.js +3 -6
- package/esm/utils.js +1 -27
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +1 -5
- package/types/AccountSessions.d.ts +0 -45
- package/types/AccountSessionsResource.d.ts +0 -278
- package/types/Accounts.d.ts +5 -115
- package/types/AccountsResource.d.ts +0 -270
- package/types/BankAccounts.d.ts +4 -2
- package/types/Capabilities.d.ts +4 -2
- package/types/Charges.d.ts +23 -71
- package/types/ChargesResource.d.ts +0 -1294
- package/types/Checkout/Sessions.d.ts +4 -296
- package/types/Checkout/SessionsResource.d.ts +5 -351
- package/types/ConfirmationTokens.d.ts +0 -67
- package/types/Coupons.d.ts +1 -1
- package/types/CouponsResource.d.ts +1 -1
- package/types/CreditNotes.d.ts +0 -21
- package/types/CreditNotesResource.d.ts +0 -51
- package/types/CustomersResource.d.ts +0 -3
- package/types/Disputes.d.ts +14 -153
- package/types/DisputesResource.d.ts +0 -120
- package/types/EventTypes.d.ts +0 -545
- package/types/Events.d.ts +0 -90
- package/types/FinancialConnections/Accounts.d.ts +1 -29
- package/types/FinancialConnections/AccountsResource.d.ts +3 -35
- package/types/FinancialConnections/Sessions.d.ts +1 -49
- package/types/FinancialConnections/SessionsResource.d.ts +1 -38
- package/types/InvoiceItems.d.ts +0 -5
- package/types/InvoiceItemsResource.d.ts +0 -98
- package/types/InvoiceLineItems.d.ts +0 -22
- package/types/InvoiceRenderingTemplates.d.ts +2 -1
- package/types/Invoices.d.ts +7 -117
- package/types/InvoicesResource.d.ts +1835 -5493
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/Transactions.d.ts +0 -2
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +0 -7
- package/types/Mandates.d.ts +0 -77
- package/types/PaymentIntents.d.ts +2 -503
- package/types/PaymentIntentsResource.d.ts +3464 -7064
- package/types/PaymentLinks.d.ts +0 -2
- package/types/PaymentLinksResource.d.ts +0 -4
- package/types/PaymentMethodConfigurations.d.ts +0 -36
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -50
- package/types/PaymentMethods.d.ts +0 -67
- package/types/PaymentMethodsResource.d.ts +0 -88
- package/types/Persons.d.ts +4 -2
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +0 -22
- package/types/Products.d.ts +0 -39
- package/types/ProductsResource.d.ts +0 -36
- package/types/Quotes.d.ts +1 -596
- package/types/QuotesResource.d.ts +199 -2531
- package/types/SetupAttempts.d.ts +1 -10
- package/types/SetupIntents.d.ts +2 -111
- package/types/SetupIntentsResource.d.ts +3 -522
- package/types/Sources.d.ts +0 -23
- package/types/SubscriptionItems.d.ts +0 -21
- package/types/SubscriptionItemsResource.d.ts +0 -109
- package/types/SubscriptionSchedules.d.ts +0 -200
- package/types/SubscriptionSchedulesResource.d.ts +13 -1231
- package/types/Subscriptions.d.ts +1 -82
- package/types/SubscriptionsResource.d.ts +2 -347
- package/types/Tax/Registrations.d.ts +30 -0
- package/types/Tax/RegistrationsResource.d.ts +33 -0
- package/types/Terminal/Readers.d.ts +0 -278
- package/types/Terminal/ReadersResource.d.ts +0 -208
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -63
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -10
- 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 +1 -31
- package/types/WebhookEndpointsResource.d.ts +0 -64
- package/types/index.d.ts +0 -75
- package/types/lib.d.ts +0 -12
- package/cjs/resources/AccountNotices.js +0 -21
- 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/FinancialConnections/Institutions.js +0 -17
- 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/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/QuotePhases.js +0 -17
- 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/esm/resources/AccountNotices.js +0 -18
- 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/FinancialConnections/Institutions.js +0 -14
- 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/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/QuotePhases.js +0 -14
- 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/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- 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/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -93
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- 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/InvoicePayments.d.ts +0 -138
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -73
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -103
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1084
- package/types/OrdersResource.d.ts +0 -2765
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePhases.d.ts +0 -198
- package/types/QuotePhasesResource.d.ts +0 -47
- package/types/QuotePreviewInvoices.d.ts +0 -1542
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -814
- package/types/Tax/Associations.d.ts +0 -126
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -133
- package/types/Tax/FormsResource.d.ts +0 -90
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
|
@@ -39,11 +39,6 @@ declare module 'stripe' {
|
|
|
39
39
|
* Initiating payment method details for the object.
|
|
40
40
|
*/
|
|
41
41
|
initiating_payment_method_details?: ReceivedCreditCreateParams.InitiatingPaymentMethodDetails;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Details about the network used for the ReceivedCredit.
|
|
45
|
-
*/
|
|
46
|
-
network_details?: ReceivedCreditCreateParams.NetworkDetails;
|
|
47
42
|
}
|
|
48
43
|
|
|
49
44
|
namespace ReceivedCreditCreateParams {
|
|
@@ -79,27 +74,6 @@ declare module 'stripe' {
|
|
|
79
74
|
}
|
|
80
75
|
|
|
81
76
|
type Network = 'ach' | 'us_domestic_wire';
|
|
82
|
-
|
|
83
|
-
interface NetworkDetails {
|
|
84
|
-
/**
|
|
85
|
-
* Optional fields for `ach`.
|
|
86
|
-
*/
|
|
87
|
-
ach?: NetworkDetails.Ach;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* The type of flow that originated the ReceivedCredit.
|
|
91
|
-
*/
|
|
92
|
-
type: 'ach';
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
namespace NetworkDetails {
|
|
96
|
-
interface Ach {
|
|
97
|
-
/**
|
|
98
|
-
* ACH Addenda record
|
|
99
|
-
*/
|
|
100
|
-
addenda?: string;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
77
|
}
|
|
104
78
|
}
|
|
105
79
|
|
|
@@ -39,11 +39,6 @@ declare module 'stripe' {
|
|
|
39
39
|
* Initiating payment method details for the object.
|
|
40
40
|
*/
|
|
41
41
|
initiating_payment_method_details?: ReceivedDebitCreateParams.InitiatingPaymentMethodDetails;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Details about the network used for the ReceivedDebit.
|
|
45
|
-
*/
|
|
46
|
-
network_details?: ReceivedDebitCreateParams.NetworkDetails;
|
|
47
42
|
}
|
|
48
43
|
|
|
49
44
|
namespace ReceivedDebitCreateParams {
|
|
@@ -77,27 +72,6 @@ declare module 'stripe' {
|
|
|
77
72
|
routing_number?: string;
|
|
78
73
|
}
|
|
79
74
|
}
|
|
80
|
-
|
|
81
|
-
interface NetworkDetails {
|
|
82
|
-
/**
|
|
83
|
-
* Optional fields for `ach`.
|
|
84
|
-
*/
|
|
85
|
-
ach?: NetworkDetails.Ach;
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* The type of flow that originated the ReceivedDebit.
|
|
89
|
-
*/
|
|
90
|
-
type: 'ach';
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
namespace NetworkDetails {
|
|
94
|
-
interface Ach {
|
|
95
|
-
/**
|
|
96
|
-
* Addenda record data associated with this ReceivedDebit.
|
|
97
|
-
*/
|
|
98
|
-
addenda?: string;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
75
|
}
|
|
102
76
|
}
|
|
103
77
|
|
|
@@ -38,11 +38,6 @@ declare module 'stripe' {
|
|
|
38
38
|
*/
|
|
39
39
|
created: number;
|
|
40
40
|
|
|
41
|
-
/**
|
|
42
|
-
* The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
|
|
43
|
-
*/
|
|
44
|
-
display_name?: string | null;
|
|
45
|
-
|
|
46
41
|
/**
|
|
47
42
|
* Encodes whether a FinancialAccount has access to a particular Feature, with a `status` enum and associated `status_details`.
|
|
48
43
|
* Stripe or the platform can control Features via the requested field.
|
|
@@ -9,11 +9,6 @@ declare module 'stripe' {
|
|
|
9
9
|
*/
|
|
10
10
|
supported_currencies: Array<string>;
|
|
11
11
|
|
|
12
|
-
/**
|
|
13
|
-
* The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
|
|
14
|
-
*/
|
|
15
|
-
display_name?: Stripe.Emptyable<string>;
|
|
16
|
-
|
|
17
12
|
/**
|
|
18
13
|
* Specifies which fields in the response should be expanded.
|
|
19
14
|
*/
|
|
@@ -211,11 +206,6 @@ declare module 'stripe' {
|
|
|
211
206
|
}
|
|
212
207
|
|
|
213
208
|
interface FinancialAccountUpdateParams {
|
|
214
|
-
/**
|
|
215
|
-
* The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
|
|
216
|
-
*/
|
|
217
|
-
display_name?: Stripe.Emptyable<string>;
|
|
218
|
-
|
|
219
209
|
/**
|
|
220
210
|
* Specifies which fields in the response should be expanded.
|
|
221
211
|
*/
|
|
@@ -78,11 +78,6 @@ declare module 'stripe' {
|
|
|
78
78
|
*/
|
|
79
79
|
metadata: Stripe.Metadata;
|
|
80
80
|
|
|
81
|
-
/**
|
|
82
|
-
* Details about the network used for the OutboundTransfer.
|
|
83
|
-
*/
|
|
84
|
-
network_details?: OutboundTransfer.NetworkDetails | null;
|
|
85
|
-
|
|
86
81
|
/**
|
|
87
82
|
* Details about a returned OutboundTransfer. Only set when the status is `returned`.
|
|
88
83
|
*/
|
|
@@ -189,27 +184,6 @@ declare module 'stripe' {
|
|
|
189
184
|
}
|
|
190
185
|
}
|
|
191
186
|
|
|
192
|
-
interface NetworkDetails {
|
|
193
|
-
/**
|
|
194
|
-
* Details about an ACH transaction.
|
|
195
|
-
*/
|
|
196
|
-
ach?: NetworkDetails.Ach | null;
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* The type of flow that originated the OutboundTransfer.
|
|
200
|
-
*/
|
|
201
|
-
type: 'ach';
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
namespace NetworkDetails {
|
|
205
|
-
interface Ach {
|
|
206
|
-
/**
|
|
207
|
-
* ACH Addenda record
|
|
208
|
-
*/
|
|
209
|
-
addenda: string | null;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
187
|
interface ReturnedDetails {
|
|
214
188
|
/**
|
|
215
189
|
* Reason for the return.
|
|
@@ -44,11 +44,6 @@ declare module 'stripe' {
|
|
|
44
44
|
*/
|
|
45
45
|
metadata?: Stripe.MetadataParam;
|
|
46
46
|
|
|
47
|
-
/**
|
|
48
|
-
* Details about the network used for the OutboundTransfer.
|
|
49
|
-
*/
|
|
50
|
-
network_details?: OutboundTransferCreateParams.NetworkDetails;
|
|
51
|
-
|
|
52
47
|
/**
|
|
53
48
|
* Statement descriptor to be shown on the receiving end of an OutboundTransfer. Maximum 10 characters for `ach` transfers or 140 characters for `us_domestic_wire` transfers. The default value is "transfer".
|
|
54
49
|
*/
|
|
@@ -77,27 +72,6 @@ declare module 'stripe' {
|
|
|
77
72
|
type Network = 'ach' | 'us_domestic_wire';
|
|
78
73
|
}
|
|
79
74
|
}
|
|
80
|
-
|
|
81
|
-
interface NetworkDetails {
|
|
82
|
-
/**
|
|
83
|
-
* Optional fields for `ach`.
|
|
84
|
-
*/
|
|
85
|
-
ach?: NetworkDetails.Ach;
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* The type of flow that originated the OutboundTransfer.
|
|
89
|
-
*/
|
|
90
|
-
type: 'ach';
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
namespace NetworkDetails {
|
|
94
|
-
interface Ach {
|
|
95
|
-
/**
|
|
96
|
-
* Addenda record data associated with this OutboundTransfer.
|
|
97
|
-
*/
|
|
98
|
-
addenda?: string;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
75
|
}
|
|
102
76
|
|
|
103
77
|
interface OutboundTransferRetrieveParams {
|
|
@@ -66,11 +66,6 @@ declare module 'stripe' {
|
|
|
66
66
|
*/
|
|
67
67
|
network: ReceivedCredit.Network;
|
|
68
68
|
|
|
69
|
-
/**
|
|
70
|
-
* Details specific to the money movement rails.
|
|
71
|
-
*/
|
|
72
|
-
network_details?: ReceivedCredit.NetworkDetails | null;
|
|
73
|
-
|
|
74
69
|
/**
|
|
75
70
|
* Details describing when a ReceivedCredit may be reversed.
|
|
76
71
|
*/
|
|
@@ -242,27 +237,6 @@ declare module 'stripe' {
|
|
|
242
237
|
|
|
243
238
|
type Network = 'ach' | 'card' | 'stripe' | 'us_domestic_wire';
|
|
244
239
|
|
|
245
|
-
interface NetworkDetails {
|
|
246
|
-
/**
|
|
247
|
-
* Details about an ACH transaction.
|
|
248
|
-
*/
|
|
249
|
-
ach?: NetworkDetails.Ach | null;
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* The type of flow that originated the ReceivedCredit.
|
|
253
|
-
*/
|
|
254
|
-
type: 'ach';
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
namespace NetworkDetails {
|
|
258
|
-
interface Ach {
|
|
259
|
-
/**
|
|
260
|
-
* ACH Addenda record
|
|
261
|
-
*/
|
|
262
|
-
addenda: string | null;
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
240
|
interface ReversalDetails {
|
|
267
241
|
/**
|
|
268
242
|
* Time before which a ReceivedCredit can be reversed.
|
|
@@ -66,11 +66,6 @@ declare module 'stripe' {
|
|
|
66
66
|
*/
|
|
67
67
|
network: ReceivedDebit.Network;
|
|
68
68
|
|
|
69
|
-
/**
|
|
70
|
-
* Details specific to the money movement rails.
|
|
71
|
-
*/
|
|
72
|
-
network_details?: ReceivedDebit.NetworkDetails | null;
|
|
73
|
-
|
|
74
69
|
/**
|
|
75
70
|
* Details describing when a ReceivedDebit might be reversed.
|
|
76
71
|
*/
|
|
@@ -92,6 +87,7 @@ declare module 'stripe' {
|
|
|
92
87
|
| 'account_closed'
|
|
93
88
|
| 'account_frozen'
|
|
94
89
|
| 'insufficient_funds'
|
|
90
|
+
| 'international_transaction'
|
|
95
91
|
| 'other';
|
|
96
92
|
|
|
97
93
|
interface InitiatingPaymentMethodDetails {
|
|
@@ -194,36 +190,10 @@ declare module 'stripe' {
|
|
|
194
190
|
* Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.
|
|
195
191
|
*/
|
|
196
192
|
payout: string | null;
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* The ReceivedCredit that Capital withheld from
|
|
200
|
-
*/
|
|
201
|
-
received_credit_capital_withholding?: string | null;
|
|
202
193
|
}
|
|
203
194
|
|
|
204
195
|
type Network = 'ach' | 'card' | 'stripe';
|
|
205
196
|
|
|
206
|
-
interface NetworkDetails {
|
|
207
|
-
/**
|
|
208
|
-
* Details about an ACH transaction.
|
|
209
|
-
*/
|
|
210
|
-
ach?: NetworkDetails.Ach | null;
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* The type of flow that originated the ReceivedDebit.
|
|
214
|
-
*/
|
|
215
|
-
type: 'ach';
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
namespace NetworkDetails {
|
|
219
|
-
interface Ach {
|
|
220
|
-
/**
|
|
221
|
-
* ACH Addenda record
|
|
222
|
-
*/
|
|
223
|
-
addenda: string | null;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
197
|
interface ReversalDetails {
|
|
228
198
|
/**
|
|
229
199
|
* Time before which a ReceivedDebit can be reversed.
|
|
@@ -152,27 +152,15 @@ declare module 'stripe' {
|
|
|
152
152
|
| 'account.external_account.deleted'
|
|
153
153
|
| 'account.external_account.updated'
|
|
154
154
|
| 'account.updated'
|
|
155
|
-
| 'account_notice.created'
|
|
156
|
-
| 'account_notice.updated'
|
|
157
155
|
| 'application_fee.created'
|
|
158
156
|
| 'application_fee.refund.updated'
|
|
159
157
|
| 'application_fee.refunded'
|
|
160
158
|
| 'balance.available'
|
|
161
159
|
| 'billing.alert.triggered'
|
|
162
|
-
| 'billing.meter_error_report.triggered'
|
|
163
160
|
| 'billing_portal.configuration.created'
|
|
164
161
|
| 'billing_portal.configuration.updated'
|
|
165
162
|
| 'billing_portal.session.created'
|
|
166
163
|
| 'capability.updated'
|
|
167
|
-
| 'capital.financing_offer.accepted'
|
|
168
|
-
| 'capital.financing_offer.canceled'
|
|
169
|
-
| 'capital.financing_offer.created'
|
|
170
|
-
| 'capital.financing_offer.expired'
|
|
171
|
-
| 'capital.financing_offer.fully_repaid'
|
|
172
|
-
| 'capital.financing_offer.paid_out'
|
|
173
|
-
| 'capital.financing_offer.rejected'
|
|
174
|
-
| 'capital.financing_offer.replacement_created'
|
|
175
|
-
| 'capital.financing_transaction.created'
|
|
176
164
|
| 'cash_balance.funds_available'
|
|
177
165
|
| 'charge.captured'
|
|
178
166
|
| 'charge.dispute.closed'
|
|
@@ -213,15 +201,11 @@ declare module 'stripe' {
|
|
|
213
201
|
| 'customer.source.deleted'
|
|
214
202
|
| 'customer.source.expiring'
|
|
215
203
|
| 'customer.source.updated'
|
|
216
|
-
| 'customer.subscription.collection_paused'
|
|
217
|
-
| 'customer.subscription.collection_resumed'
|
|
218
204
|
| 'customer.subscription.created'
|
|
219
|
-
| 'customer.subscription.custom_event'
|
|
220
205
|
| 'customer.subscription.deleted'
|
|
221
206
|
| 'customer.subscription.paused'
|
|
222
207
|
| 'customer.subscription.pending_update_applied'
|
|
223
208
|
| 'customer.subscription.pending_update_expired'
|
|
224
|
-
| 'customer.subscription.price_migration_failed'
|
|
225
209
|
| 'customer.subscription.resumed'
|
|
226
210
|
| 'customer.subscription.trial_will_end'
|
|
227
211
|
| 'customer.subscription.updated'
|
|
@@ -237,10 +221,8 @@ declare module 'stripe' {
|
|
|
237
221
|
| 'financial_connections.account.disconnected'
|
|
238
222
|
| 'financial_connections.account.reactivated'
|
|
239
223
|
| 'financial_connections.account.refreshed_balance'
|
|
240
|
-
| 'financial_connections.account.refreshed_inferred_balances'
|
|
241
224
|
| 'financial_connections.account.refreshed_ownership'
|
|
242
225
|
| 'financial_connections.account.refreshed_transactions'
|
|
243
|
-
| 'financial_connections.session.updated'
|
|
244
226
|
| 'identity.verification_session.canceled'
|
|
245
227
|
| 'identity.verification_session.created'
|
|
246
228
|
| 'identity.verification_session.processing'
|
|
@@ -254,7 +236,6 @@ declare module 'stripe' {
|
|
|
254
236
|
| 'invoice.marked_uncollectible'
|
|
255
237
|
| 'invoice.overdue'
|
|
256
238
|
| 'invoice.paid'
|
|
257
|
-
| 'invoice.payment.overpaid'
|
|
258
239
|
| 'invoice.payment_action_required'
|
|
259
240
|
| 'invoice.payment_failed'
|
|
260
241
|
| 'invoice.payment_succeeded'
|
|
@@ -278,14 +259,10 @@ declare module 'stripe' {
|
|
|
278
259
|
| 'issuing_dispute.funds_rescinded'
|
|
279
260
|
| 'issuing_dispute.submitted'
|
|
280
261
|
| 'issuing_dispute.updated'
|
|
281
|
-
| 'issuing_dispute_settlement_detail.created'
|
|
282
|
-
| 'issuing_dispute_settlement_detail.updated'
|
|
283
262
|
| 'issuing_personalization_design.activated'
|
|
284
263
|
| 'issuing_personalization_design.deactivated'
|
|
285
264
|
| 'issuing_personalization_design.rejected'
|
|
286
265
|
| 'issuing_personalization_design.updated'
|
|
287
|
-
| 'issuing_settlement.created'
|
|
288
|
-
| 'issuing_settlement.updated'
|
|
289
266
|
| 'issuing_token.created'
|
|
290
267
|
| 'issuing_token.updated'
|
|
291
268
|
| 'issuing_transaction.created'
|
|
@@ -325,16 +302,10 @@ declare module 'stripe' {
|
|
|
325
302
|
| 'product.updated'
|
|
326
303
|
| 'promotion_code.created'
|
|
327
304
|
| 'promotion_code.updated'
|
|
328
|
-
| 'quote.accept_failed'
|
|
329
305
|
| 'quote.accepted'
|
|
330
|
-
| 'quote.accepting'
|
|
331
306
|
| 'quote.canceled'
|
|
332
307
|
| 'quote.created'
|
|
333
|
-
| 'quote.draft'
|
|
334
308
|
| 'quote.finalized'
|
|
335
|
-
| 'quote.reestimate_failed'
|
|
336
|
-
| 'quote.reestimated'
|
|
337
|
-
| 'quote.stale'
|
|
338
309
|
| 'radar.early_fraud_warning.created'
|
|
339
310
|
| 'radar.early_fraud_warning.updated'
|
|
340
311
|
| 'refund.created'
|
|
@@ -362,16 +333,13 @@ declare module 'stripe' {
|
|
|
362
333
|
| 'subscription_schedule.completed'
|
|
363
334
|
| 'subscription_schedule.created'
|
|
364
335
|
| 'subscription_schedule.expiring'
|
|
365
|
-
| 'subscription_schedule.price_migration_failed'
|
|
366
336
|
| 'subscription_schedule.released'
|
|
367
337
|
| 'subscription_schedule.updated'
|
|
368
|
-
| 'tax.form.updated'
|
|
369
338
|
| 'tax.settings.updated'
|
|
370
339
|
| 'tax_rate.created'
|
|
371
340
|
| 'tax_rate.updated'
|
|
372
341
|
| 'terminal.reader.action_failed'
|
|
373
342
|
| 'terminal.reader.action_succeeded'
|
|
374
|
-
| 'terminal.reader.action_updated'
|
|
375
343
|
| 'test_helpers.test_clock.advancing'
|
|
376
344
|
| 'test_helpers.test_clock.created'
|
|
377
345
|
| 'test_helpers.test_clock.deleted'
|
|
@@ -465,27 +433,15 @@ declare module 'stripe' {
|
|
|
465
433
|
| 'account.external_account.deleted'
|
|
466
434
|
| 'account.external_account.updated'
|
|
467
435
|
| 'account.updated'
|
|
468
|
-
| 'account_notice.created'
|
|
469
|
-
| 'account_notice.updated'
|
|
470
436
|
| 'application_fee.created'
|
|
471
437
|
| 'application_fee.refund.updated'
|
|
472
438
|
| 'application_fee.refunded'
|
|
473
439
|
| 'balance.available'
|
|
474
440
|
| 'billing.alert.triggered'
|
|
475
|
-
| 'billing.meter_error_report.triggered'
|
|
476
441
|
| 'billing_portal.configuration.created'
|
|
477
442
|
| 'billing_portal.configuration.updated'
|
|
478
443
|
| 'billing_portal.session.created'
|
|
479
444
|
| 'capability.updated'
|
|
480
|
-
| 'capital.financing_offer.accepted'
|
|
481
|
-
| 'capital.financing_offer.canceled'
|
|
482
|
-
| 'capital.financing_offer.created'
|
|
483
|
-
| 'capital.financing_offer.expired'
|
|
484
|
-
| 'capital.financing_offer.fully_repaid'
|
|
485
|
-
| 'capital.financing_offer.paid_out'
|
|
486
|
-
| 'capital.financing_offer.rejected'
|
|
487
|
-
| 'capital.financing_offer.replacement_created'
|
|
488
|
-
| 'capital.financing_transaction.created'
|
|
489
445
|
| 'cash_balance.funds_available'
|
|
490
446
|
| 'charge.captured'
|
|
491
447
|
| 'charge.dispute.closed'
|
|
@@ -526,15 +482,11 @@ declare module 'stripe' {
|
|
|
526
482
|
| 'customer.source.deleted'
|
|
527
483
|
| 'customer.source.expiring'
|
|
528
484
|
| 'customer.source.updated'
|
|
529
|
-
| 'customer.subscription.collection_paused'
|
|
530
|
-
| 'customer.subscription.collection_resumed'
|
|
531
485
|
| 'customer.subscription.created'
|
|
532
|
-
| 'customer.subscription.custom_event'
|
|
533
486
|
| 'customer.subscription.deleted'
|
|
534
487
|
| 'customer.subscription.paused'
|
|
535
488
|
| 'customer.subscription.pending_update_applied'
|
|
536
489
|
| 'customer.subscription.pending_update_expired'
|
|
537
|
-
| 'customer.subscription.price_migration_failed'
|
|
538
490
|
| 'customer.subscription.resumed'
|
|
539
491
|
| 'customer.subscription.trial_will_end'
|
|
540
492
|
| 'customer.subscription.updated'
|
|
@@ -550,10 +502,8 @@ declare module 'stripe' {
|
|
|
550
502
|
| 'financial_connections.account.disconnected'
|
|
551
503
|
| 'financial_connections.account.reactivated'
|
|
552
504
|
| 'financial_connections.account.refreshed_balance'
|
|
553
|
-
| 'financial_connections.account.refreshed_inferred_balances'
|
|
554
505
|
| 'financial_connections.account.refreshed_ownership'
|
|
555
506
|
| 'financial_connections.account.refreshed_transactions'
|
|
556
|
-
| 'financial_connections.session.updated'
|
|
557
507
|
| 'identity.verification_session.canceled'
|
|
558
508
|
| 'identity.verification_session.created'
|
|
559
509
|
| 'identity.verification_session.processing'
|
|
@@ -567,7 +517,6 @@ declare module 'stripe' {
|
|
|
567
517
|
| 'invoice.marked_uncollectible'
|
|
568
518
|
| 'invoice.overdue'
|
|
569
519
|
| 'invoice.paid'
|
|
570
|
-
| 'invoice.payment.overpaid'
|
|
571
520
|
| 'invoice.payment_action_required'
|
|
572
521
|
| 'invoice.payment_failed'
|
|
573
522
|
| 'invoice.payment_succeeded'
|
|
@@ -591,14 +540,10 @@ declare module 'stripe' {
|
|
|
591
540
|
| 'issuing_dispute.funds_rescinded'
|
|
592
541
|
| 'issuing_dispute.submitted'
|
|
593
542
|
| 'issuing_dispute.updated'
|
|
594
|
-
| 'issuing_dispute_settlement_detail.created'
|
|
595
|
-
| 'issuing_dispute_settlement_detail.updated'
|
|
596
543
|
| 'issuing_personalization_design.activated'
|
|
597
544
|
| 'issuing_personalization_design.deactivated'
|
|
598
545
|
| 'issuing_personalization_design.rejected'
|
|
599
546
|
| 'issuing_personalization_design.updated'
|
|
600
|
-
| 'issuing_settlement.created'
|
|
601
|
-
| 'issuing_settlement.updated'
|
|
602
547
|
| 'issuing_token.created'
|
|
603
548
|
| 'issuing_token.updated'
|
|
604
549
|
| 'issuing_transaction.created'
|
|
@@ -638,16 +583,10 @@ declare module 'stripe' {
|
|
|
638
583
|
| 'product.updated'
|
|
639
584
|
| 'promotion_code.created'
|
|
640
585
|
| 'promotion_code.updated'
|
|
641
|
-
| 'quote.accept_failed'
|
|
642
586
|
| 'quote.accepted'
|
|
643
|
-
| 'quote.accepting'
|
|
644
587
|
| 'quote.canceled'
|
|
645
588
|
| 'quote.created'
|
|
646
|
-
| 'quote.draft'
|
|
647
589
|
| 'quote.finalized'
|
|
648
|
-
| 'quote.reestimate_failed'
|
|
649
|
-
| 'quote.reestimated'
|
|
650
|
-
| 'quote.stale'
|
|
651
590
|
| 'radar.early_fraud_warning.created'
|
|
652
591
|
| 'radar.early_fraud_warning.updated'
|
|
653
592
|
| 'refund.created'
|
|
@@ -675,16 +614,13 @@ declare module 'stripe' {
|
|
|
675
614
|
| 'subscription_schedule.completed'
|
|
676
615
|
| 'subscription_schedule.created'
|
|
677
616
|
| 'subscription_schedule.expiring'
|
|
678
|
-
| 'subscription_schedule.price_migration_failed'
|
|
679
617
|
| 'subscription_schedule.released'
|
|
680
618
|
| 'subscription_schedule.updated'
|
|
681
|
-
| 'tax.form.updated'
|
|
682
619
|
| 'tax.settings.updated'
|
|
683
620
|
| 'tax_rate.created'
|
|
684
621
|
| 'tax_rate.updated'
|
|
685
622
|
| 'terminal.reader.action_failed'
|
|
686
623
|
| 'terminal.reader.action_succeeded'
|
|
687
|
-
| 'terminal.reader.action_updated'
|
|
688
624
|
| 'test_helpers.test_clock.advancing'
|
|
689
625
|
| 'test_helpers.test_clock.created'
|
|
690
626
|
| 'test_helpers.test_clock.deleted'
|