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 v2207 and
* Update generated code for v2240 and
* Update generated code for v2249 and
* Update generated code for v2252 and
* Update generated code for v2252 and
* Fix Sorbet typecheck failure by removing stale rexml gem RBI
The checked-in `sorbet/rbi/gems/rexml@3.2.6.rbi` conflicts with
Sorbet's bundled stdlib RBI for rexml, causing error 4010
(method redefined with mismatched argument count) on CI.
Remove the stale gem RBI and exclude rexml from Tapioca gem
generation. Sorbet's built-in stdlib coverage is sufficient since
stripe-ruby doesn't use rexml directly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Committed-By-Agent: claude
---------
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Michael Broshi <mbroshi@stripe.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Michael Broshi <94012587+mbroshi-stripe@users.noreply.github.com>
# 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.
# 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.
# 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.
633
+
attr_accessor:requested
634
+
635
+
definitialize(requested: nil)
636
+
@requested=requested
637
+
end
638
+
end
639
+
622
640
classSwishPayments < ::Stripe::RequestParams
623
641
# 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.
@@ -981,18 +1007,18 @@ class Card < ::Stripe::RequestParams
981
1007
attr_accessor:currency
982
1008
# Attribute for param field cvc
983
1009
attr_accessor:cvc
1010
+
# Attribute for param field default_for_currency
1011
+
attr_accessor:default_for_currency
984
1012
# Attribute for param field exp_month
985
1013
attr_accessor:exp_month
986
1014
# Attribute for param field exp_year
987
1015
attr_accessor:exp_year
1016
+
# 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.
1017
+
attr_accessor:metadata
988
1018
# Attribute for param field name
989
1019
attr_accessor:name
990
1020
# Attribute for param field number
991
1021
attr_accessor:number
992
-
# 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.
# Details on the account's acceptance of the [Stripe Services Agreement](/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts. This property defaults to a `full` service agreement when empty.
2106
2132
attr_accessor:tos_acceptance
2107
-
# The type of Stripe account to create. May be one of `custom`, `express` or `standard`.
2133
+
# The `type` parameter is deprecated. Use [`controller`](/api/accounts/create#create_account-controller) instead to configure dashboard access, fee payer, loss liability, and requirement collection.
Copy file name to clipboardExpand all lines: lib/stripe/params/account_external_account_create_params.rb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -61,12 +61,12 @@ class Card < ::Stripe::RequestParams
61
61
attr_accessor:exp_month
62
62
# Attribute for param field exp_year
63
63
attr_accessor:exp_year
64
+
# 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.
65
+
attr_accessor:metadata
64
66
# Attribute for param field name
65
67
attr_accessor:name
66
68
# Attribute for param field number
67
69
attr_accessor:number
68
-
# 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.
# An empty list, because this embedded component has no features.
58
+
attr_accessor:features
59
+
60
+
definitialize(enabled: nil,features: nil)
61
+
@enabled=enabled
62
+
@features=features
63
+
end
64
+
end
65
+
53
66
classBalances < ::Stripe::RequestParams
54
67
classFeatures < ::Stripe::RequestParams
55
68
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. 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 empty list, because this embedded component has no features.
446
+
attr_accessor:features
447
+
448
+
definitialize(enabled: nil,features: nil)
449
+
@enabled=enabled
450
+
@features=features
451
+
end
452
+
end
453
+
428
454
classPayouts < ::Stripe::RequestParams
429
455
classFeatures < ::Stripe::RequestParams
430
456
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. 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`.
# Configuration for the [payout details](/connect/supported-embedded-components/payout-details/) embedded component.
533
561
attr_accessor:payout_details
562
+
# Configuration for the [payout reconciliation report](/connect/supported-embedded-components/financial-reports#payout-reconciliation-report) embedded component.
563
+
attr_accessor:payout_reconciliation_report
534
564
# Configuration for the [payouts](/connect/supported-embedded-components/payouts/) embedded component.
535
565
attr_accessor:payouts
536
566
# Configuration for the [payouts list](/connect/supported-embedded-components/payouts-list/) embedded component.
0 commit comments