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
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,12 @@ declare module 'stripe' {
82
82
namespaceAccountManagement{
83
83
interfaceFeatures{
84
84
/**
85
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
85
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
86
+
*/
87
+
disable_stripe_user_authentication?: boolean;
88
+
89
+
/**
90
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
86
91
*/
87
92
external_account_collection: boolean;
88
93
}
@@ -100,7 +105,12 @@ declare module 'stripe' {
100
105
namespaceAccountOnboarding{
101
106
interfaceFeatures{
102
107
/**
103
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
108
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
109
+
*/
110
+
disable_stripe_user_authentication?: boolean;
111
+
112
+
/**
113
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
104
114
*/
105
115
external_account_collection: boolean;
106
116
}
@@ -117,13 +127,18 @@ declare module 'stripe' {
117
127
118
128
namespaceBalances{
119
129
interfaceFeatures{
130
+
/**
131
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
132
+
*/
133
+
disable_stripe_user_authentication?: boolean;
134
+
120
135
/**
121
136
* Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.
122
137
*/
123
138
edit_payout_schedule: boolean;
124
139
125
140
/**
126
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
141
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
127
142
*/
128
143
external_account_collection: boolean;
129
144
@@ -164,7 +179,12 @@ declare module 'stripe' {
164
179
namespaceNotificationBanner{
165
180
interfaceFeatures{
166
181
/**
167
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
182
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
183
+
*/
184
+
disable_stripe_user_authentication?: boolean;
185
+
186
+
/**
187
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
168
188
*/
169
189
external_account_collection: boolean;
170
190
}
@@ -247,13 +267,18 @@ declare module 'stripe' {
247
267
248
268
namespacePayouts{
249
269
interfaceFeatures{
270
+
/**
271
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
272
+
*/
273
+
disable_stripe_user_authentication?: boolean;
274
+
250
275
/**
251
276
* Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.
252
277
*/
253
278
edit_payout_schedule: boolean;
254
279
255
280
/**
256
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
281
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
Copy file name to clipboardExpand all lines: types/AccountSessionsResource.d.ts
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,12 @@ declare module 'stripe' {
93
93
namespaceAccountManagement{
94
94
interfaceFeatures{
95
95
/**
96
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
96
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
97
+
*/
98
+
disable_stripe_user_authentication?: boolean;
99
+
100
+
/**
101
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
97
102
*/
98
103
external_account_collection?: boolean;
99
104
}
@@ -114,7 +119,12 @@ declare module 'stripe' {
114
119
namespaceAccountOnboarding{
115
120
interfaceFeatures{
116
121
/**
117
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
122
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
123
+
*/
124
+
disable_stripe_user_authentication?: boolean;
125
+
126
+
/**
127
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
118
128
*/
119
129
external_account_collection?: boolean;
120
130
}
@@ -134,13 +144,18 @@ declare module 'stripe' {
134
144
135
145
namespaceBalances{
136
146
interfaceFeatures{
147
+
/**
148
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
149
+
*/
150
+
disable_stripe_user_authentication?: boolean;
151
+
137
152
/**
138
153
* Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.
139
154
*/
140
155
edit_payout_schedule?: boolean;
141
156
142
157
/**
143
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
158
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
144
159
*/
145
160
external_account_collection?: boolean;
146
161
@@ -187,7 +202,12 @@ declare module 'stripe' {
187
202
namespaceNotificationBanner{
188
203
interfaceFeatures{
189
204
/**
190
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
205
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
206
+
*/
207
+
disable_stripe_user_authentication?: boolean;
208
+
209
+
/**
210
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
191
211
*/
192
212
external_account_collection?: boolean;
193
213
}
@@ -279,13 +299,18 @@ declare module 'stripe' {
279
299
280
300
namespacePayouts{
281
301
interfaceFeatures{
302
+
/**
303
+
* Disables Stripe user authentication for this embedded component. This feature can only be false 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.
304
+
*/
305
+
disable_stripe_user_authentication?: boolean;
306
+
282
307
/**
283
308
* Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.
284
309
*/
285
310
edit_payout_schedule?: boolean;
286
311
287
312
/**
288
-
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.
313
+
* Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. Otherwise, bank account collection is determined by compliance requirements. The default value for this feature is `true`.
0 commit comments