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
* Update generated code for v1796 and 2025-05-28.basil
* Update generated code for v1800 and 2025-05-28.basil
* Update generated code for v1806 and 2025-06-30.basil
* Update generated code for v1819 and 2025-06-30.basil
* Update generated code for v1819 and 2025-06-30.basil
* Update generated code for v1819 and 2025-06-30.basil
* Update generated code for v1819 and 2025-06-30.basil
---------
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: prathmesh-stripe <[email protected]>
* The days of the month funds will be paid out. Only shown if `interval` is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.
1587
+
*/
1588
+
monthly_payout_days?: Array<number>;
1589
+
1578
1590
/**
1579
1591
* The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if `interval` is weekly.
1580
1592
*/
1581
1593
weekly_anchor?: string;
1594
+
1595
+
/**
1596
+
* The days of the week when available funds are paid out, specified as an array, for example, [`monday`, `tuesday`]. Only shown if `interval` is weekly.
Copy file name to clipboardExpand all lines: types/AccountsResource.d.ts
+89Lines changed: 89 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,11 @@ declare module 'stripe' {
293
293
*/
294
294
cashapp_payments?: Capabilities.CashappPayments;
295
295
296
+
/**
297
+
* The crypto_payments capability.
298
+
*/
299
+
crypto_payments?: Capabilities.CryptoPayments;
300
+
296
301
/**
297
302
* The eps_payments capability.
298
303
*/
@@ -617,6 +622,13 @@ declare module 'stripe' {
617
622
requested?: boolean;
618
623
}
619
624
625
+
interfaceCryptoPayments{
626
+
/**
627
+
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
628
+
*/
629
+
requested?: boolean;
630
+
}
631
+
620
632
interfaceEpsPayments{
621
633
/**
622
634
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
@@ -990,6 +1002,9 @@ declare module 'stripe' {
990
1002
*/
991
1003
phone?: string;
992
1004
1005
+
/**
1006
+
* When the business was incorporated or registered.
* One or more documents that demonstrate proof of address.
1236
+
*/
1237
+
proof_of_address?: Documents.ProofOfAddress;
1238
+
1219
1239
/**
1220
1240
* One or more documents showing the company's proof of registration with the national business registry.
1221
1241
*/
@@ -1270,6 +1290,13 @@ declare module 'stripe' {
1270
1290
files?: Array<string>;
1271
1291
}
1272
1292
1293
+
interfaceProofOfAddress{
1294
+
/**
1295
+
* One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
1296
+
*/
1297
+
files?: Array<string>;
1298
+
}
1299
+
1273
1300
interfaceProofOfRegistration{
1274
1301
/**
1275
1302
* One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
@@ -1728,10 +1755,20 @@ declare module 'stripe' {
1728
1755
*/
1729
1756
monthly_anchor?: number;
1730
1757
1758
+
/**
1759
+
* The days of the month when available funds are paid out, specified as an array of numbers between 1--31. Payouts nominally scheduled between the 29th and 31st of the month are instead sent on the last day of a shorter month. Required and applicable only if `interval` is `monthly` and `monthly_anchor` is not set.
1760
+
*/
1761
+
monthly_payout_days?: Array<number>;
1762
+
1731
1763
/**
1732
1764
* The day of the week when available funds are paid out, specified as `monday`, `tuesday`, etc. (required and applicable only if `interval` is `weekly`.)
1733
1765
*/
1734
1766
weekly_anchor?: Schedule.WeeklyAnchor;
1767
+
1768
+
/**
1769
+
* The days of the week when available funds are paid out, specified as an array, e.g., [`monday`, `tuesday`]. (required and applicable only if `interval` is `weekly` and `weekly_anchor` is not set.)
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
2507
+
*/
2508
+
requested?: boolean;
2509
+
}
2510
+
2453
2511
interfaceEpsPayments{
2454
2512
/**
2455
2513
* Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
* One or more documents that demonstrate proof of address.
3096
+
*/
3097
+
proof_of_address?: Documents.ProofOfAddress;
3098
+
3036
3099
/**
3037
3100
* One or more documents showing the company's proof of registration with the national business registry.
3038
3101
*/
@@ -3087,6 +3150,13 @@ declare module 'stripe' {
3087
3150
files?: Array<string>;
3088
3151
}
3089
3152
3153
+
interfaceProofOfAddress{
3154
+
/**
3155
+
* One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
3156
+
*/
3157
+
files?: Array<string>;
3158
+
}
3159
+
3090
3160
interfaceProofOfRegistration{
3091
3161
/**
3092
3162
* One or more document ids returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `account_requirement`.
@@ -3513,10 +3583,20 @@ declare module 'stripe' {
3513
3583
*/
3514
3584
monthly_anchor?: number;
3515
3585
3586
+
/**
3587
+
* The days of the month when available funds are paid out, specified as an array of numbers between 1--31. Payouts nominally scheduled between the 29th and 31st of the month are instead sent on the last day of a shorter month. Required and applicable only if `interval` is `monthly` and `monthly_anchor` is not set.
3588
+
*/
3589
+
monthly_payout_days?: Array<number>;
3590
+
3516
3591
/**
3517
3592
* The day of the week when available funds are paid out, specified as `monday`, `tuesday`, etc. (required and applicable only if `interval` is `weekly`.)
3518
3593
*/
3519
3594
weekly_anchor?: Schedule.WeeklyAnchor;
3595
+
3596
+
/**
3597
+
* The days of the week when available funds are paid out, specified as an array, e.g., [`monday`, `tuesday`]. (required and applicable only if `interval` is `weekly` and `weekly_anchor` is not set.)
0 commit comments