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: lib/stripe/resources/account.rb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ class SupportAddress < Stripe::StripeObject
71
71
attr_reader:estimated_worker_count
72
72
# [The merchant category code for the account](/connect/setting-mcc). MCCs are used to classify businesses based on the goods or services they provide.
73
73
attr_reader:mcc
74
-
# Whether the business is a minority-owned, women-owned, and/or LGBTQI+-owned business.
74
+
# Whether the business is a minority-owned, women-owned, and/or LGBTQI+-owned business.
75
75
attr_reader:minority_owned_business_designation
76
76
# Attribute for field monthly_estimated_revenue
77
77
attr_reader:monthly_estimated_revenue
@@ -700,7 +700,7 @@ def initialize(
700
700
attr_accessor:estimated_worker_count
701
701
# [The merchant category code for the account](/connect/setting-mcc). MCCs are used to classify businesses based on the goods or services they provide.
702
702
attr_accessor:mcc
703
-
# Whether the business is a minority-owned, women-owned, and/or LGBTQI+-owned business.
703
+
# Whether the business is a minority-owned, women-owned, and/or LGBTQI+-owned business.
704
704
attr_accessor:minority_owned_business_designation
705
705
# An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.
706
706
attr_accessor:monthly_estimated_revenue
@@ -2751,7 +2751,7 @@ def initialize(
2751
2751
attr_accessor:estimated_worker_count
2752
2752
# [The merchant category code for the account](/connect/setting-mcc). MCCs are used to classify businesses based on the goods or services they provide.
2753
2753
attr_accessor:mcc
2754
-
# Whether the business is a minority-owned, women-owned, and/or LGBTQI+-owned business.
2754
+
# Whether the business is a minority-owned, women-owned, and/or LGBTQI+-owned business.
2755
2755
attr_accessor:minority_owned_business_designation
2756
2756
# An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.
# Live-mode accounts where Stripe is responsible for negative account balances cannot be deleted, which includes Standard accounts. Live-mode accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be deleted when all [balances](https://docs.stripe.com/api/balance/balance_object) are zero.
4855
+
# Live-mode accounts that have access to the standard dashboard and Stripe is responsible for negative account balances cannot be deleted, which includes Standard accounts. All other Live-mode accounts, can be deleted when all [balances](https://docs.stripe.com/api/balance/balance_object) are zero.
4856
4856
#
4857
4857
# If you want to delete your own account, use the [account information tab in your account settings](https://dashboard.stripe.com/settings/account) instead.
# Live-mode accounts where Stripe is responsible for negative account balances cannot be deleted, which includes Standard accounts. Live-mode accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be deleted when all [balances](https://docs.stripe.com/api/balance/balance_object) are zero.
4871
+
# Live-mode accounts that have access to the standard dashboard and Stripe is responsible for negative account balances cannot be deleted, which includes Standard accounts. All other Live-mode accounts, can be deleted when all [balances](https://docs.stripe.com/api/balance/balance_object) are zero.
4872
4872
#
4873
4873
# If you want to delete your own account, use the [account information tab in your account settings](https://dashboard.stripe.com/settings/account) instead.
# The URL that the user will be redirected to upon leaving or completing the linked flow.
40
40
attr_accessor:return_url
41
-
# The type of account link the user is requesting. Possible values are `account_onboarding` or `account_update`.
41
+
# The type of account link the user is requesting.
42
+
#
43
+
# You can create Account Links of type `account_update` only for connected accounts where your platform is responsible for collecting requirements, including Custom accounts. You can't create them for accounts that have access to a Stripe-hosted Dashboard. If you use [Connect embedded components](/connect/get-started-connect-embedded-components), you can include components that allow your connected accounts to update their own information. For an account without Stripe-hosted Dashboard access where Stripe is liable for negative balances, you must use embedded components.
# 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`.
122
+
attr_reader:disable_stripe_user_authentication
123
+
# Whether external account collection is enabled. 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 `true`.
124
+
attr_reader:external_account_collection
125
+
# Whether to allow creation of instant payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
126
+
attr_reader:instant_payouts
127
+
end
128
+
# Whether the embedded component is enabled.
129
+
attr_reader:enabled
130
+
# Attribute for field features
131
+
attr_reader:features
132
+
end
133
+
119
134
classIssuingCard < Stripe::StripeObject
120
135
classFeatures < Stripe::StripeObject
121
136
# Whether to allow card management features.
@@ -270,6 +285,8 @@ class Features < Stripe::StripeObject; end
270
285
attr_reader:financial_account
271
286
# Attribute for field financial_account_transactions
# 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`.
508
+
attr_accessor:disable_stripe_user_authentication
509
+
# Whether external account collection is enabled. 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 `true`.
510
+
attr_accessor:external_account_collection
511
+
# Whether to allow creation of instant payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
Copy file name to clipboardExpand all lines: lib/stripe/resources/charge.rb
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ class Alma < Stripe::StripeObject; end
186
186
classAmazonPay < Stripe::StripeObject
187
187
classFunding < Stripe::StripeObject
188
188
classCard < Stripe::StripeObject
189
-
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
189
+
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
190
190
attr_reader:brand
191
191
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
192
192
attr_reader:country
@@ -448,7 +448,7 @@ class ShippingAddress < Stripe::StripeObject
448
448
attr_reader:amount_authorized
449
449
# Authorization code on the charge.
450
450
attr_reader:authorization_code
451
-
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
451
+
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
452
452
attr_reader:brand
453
453
# When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.
454
454
attr_reader:capture_before
@@ -539,7 +539,7 @@ class Wallet < Stripe::StripeObject
539
539
end
540
540
# The authorized amount
541
541
attr_reader:amount_authorized
542
-
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
542
+
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
543
543
attr_reader:brand
544
544
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card.
545
545
attr_reader:brand_product
@@ -596,6 +596,8 @@ class Cashapp < Stripe::StripeObject
596
596
attr_reader:buyer_id
597
597
# A public identifier for buyers using Cash App.
598
598
attr_reader:cashtag
599
+
# A unique and immutable identifier of payments assigned by Cash App
600
+
attr_reader:transaction_id
599
601
end
600
602
601
603
classCrypto < Stripe::StripeObject
@@ -880,7 +882,7 @@ class Promptpay < Stripe::StripeObject
880
882
classRevolutPay < Stripe::StripeObject
881
883
classFunding < Stripe::StripeObject
882
884
classCard < Stripe::StripeObject
883
-
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
885
+
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
884
886
attr_reader:brand
885
887
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
886
888
attr_reader:country
@@ -1119,7 +1121,7 @@ class Zip < Stripe::StripeObject; end
1119
1121
end
1120
1122
1121
1123
classPresentmentDetails < Stripe::StripeObject
1122
-
# Amount intended to be collected by this payment, denominated in presentment_currency.
1124
+
# Amount intended to be collected by this payment, denominated in `presentment_currency`.
1123
1125
attr_reader:presentment_amount
1124
1126
# Currency presented to the customer during payment.
0 commit comments