You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/AccountSessions.d.ts
+5-5
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ declare module 'stripe' {
88
88
namespaceAccountManagement{
89
89
interfaceFeatures{
90
90
/**
91
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
91
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
92
92
*/
93
93
disable_stripe_user_authentication: boolean;
94
94
@@ -111,7 +111,7 @@ declare module 'stripe' {
111
111
namespaceAccountOnboarding{
112
112
interfaceFeatures{
113
113
/**
114
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
114
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
115
115
*/
116
116
disable_stripe_user_authentication: boolean;
117
117
@@ -134,7 +134,7 @@ declare module 'stripe' {
134
134
namespaceBalances{
135
135
interfaceFeatures{
136
136
/**
137
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
137
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
138
138
*/
139
139
disable_stripe_user_authentication: boolean;
140
140
@@ -224,7 +224,7 @@ declare module 'stripe' {
224
224
namespaceNotificationBanner{
225
225
interfaceFeatures{
226
226
/**
227
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
227
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
228
228
*/
229
229
disable_stripe_user_authentication: boolean;
230
230
@@ -313,7 +313,7 @@ declare module 'stripe' {
313
313
namespacePayouts{
314
314
interfaceFeatures{
315
315
/**
316
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
316
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
Copy file name to clipboardExpand all lines: types/AccountSessionsResource.d.ts
+6-6
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ declare module 'stripe' {
158
158
namespaceAccountManagement{
159
159
interfaceFeatures{
160
160
/**
161
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
161
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
162
162
*/
163
163
disable_stripe_user_authentication?: boolean;
164
164
@@ -184,7 +184,7 @@ declare module 'stripe' {
184
184
namespaceAccountOnboarding{
185
185
interfaceFeatures{
186
186
/**
187
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
187
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
188
188
*/
189
189
disable_stripe_user_authentication?: boolean;
190
190
@@ -252,7 +252,7 @@ declare module 'stripe' {
252
252
namespaceBalances{
253
253
interfaceFeatures{
254
254
/**
255
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
255
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
256
256
*/
257
257
disable_stripe_user_authentication?: boolean;
258
258
@@ -373,7 +373,7 @@ declare module 'stripe' {
373
373
namespaceFinancialAccount{
374
374
interfaceFeatures{
375
375
/**
376
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
376
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
377
377
*/
378
378
disable_stripe_user_authentication?: boolean;
379
379
@@ -507,7 +507,7 @@ declare module 'stripe' {
507
507
namespaceNotificationBanner{
508
508
interfaceFeatures{
509
509
/**
510
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
510
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
511
511
*/
512
512
disable_stripe_user_authentication?: boolean;
513
513
@@ -621,7 +621,7 @@ declare module 'stripe' {
621
621
namespacePayouts{
622
622
interfaceFeatures{
623
623
/**
624
-
* Disables Stripe user authentication for this embedded component. This feature can only be `true` for accounts where you're responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
624
+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
* An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
138
138
*/
139
-
estimated_worker_count: number|null;
139
+
estimated_worker_count?: number|null;
140
140
141
141
/**
142
142
* [The merchant category code for the account](https://stripe.com/connect/setting-mcc). MCCs are used to classify businesses based on the goods or services they provide.
@@ -1045,7 +1045,7 @@ declare module 'stripe' {
1045
1045
errors: Array<FutureRequirements.Error>|null;
1046
1046
1047
1047
/**
1048
-
* Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.
1048
+
* Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.
1049
1049
*/
1050
1050
eventually_due: Array<string>|null;
1051
1051
@@ -1236,7 +1236,7 @@ declare module 'stripe' {
1236
1236
errors: Array<Requirements.Error>|null;
1237
1237
1238
1238
/**
1239
-
* Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
1239
+
* Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
Copy file name to clipboardExpand all lines: types/Capabilities.d.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ declare module 'stripe' {
71
71
errors: Array<FutureRequirements.Error>;
72
72
73
73
/**
74
-
* Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.
74
+
* Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.
75
75
*/
76
76
eventually_due: Array<string>;
77
77
@@ -250,7 +250,7 @@ declare module 'stripe' {
250
250
errors: Array<Requirements.Error>;
251
251
252
252
/**
253
-
* Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
253
+
* Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
Copy file name to clipboardExpand all lines: types/Cards.d.ts
+14
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,11 @@ declare module 'stripe' {
65
65
*/
66
66
address_zip_check: string|null;
67
67
68
+
/**
69
+
* This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.
70
+
*/
71
+
allow_redisplay?: Card.AllowRedisplay|null;
72
+
68
73
/**
69
74
* A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.
70
75
*/
@@ -164,6 +169,11 @@ declare module 'stripe' {
164
169
165
170
networks?: Card.Networks;
166
171
172
+
/**
173
+
* Status of a card based on the card issuer.
174
+
*/
175
+
regulated_status?: Card.RegulatedStatus|null;
176
+
167
177
/**
168
178
* For external accounts that are cards, possible values are `new` and `errored`. If a payout fails, the status is set to `errored` and [scheduled payouts](https://stripe.com/docs/payouts#payout-schedule) are stopped until account details are updated.
Copy file name to clipboardExpand all lines: types/Charges.d.ts
+12
Original file line number
Diff line number
Diff line change
@@ -897,10 +897,20 @@ declare module 'stripe' {
897
897
*/
898
898
network_token?: Card.NetworkToken|null;
899
899
900
+
/**
901
+
* This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.
0 commit comments