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
# 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.
1117
+
attr_accessor:requested
1118
+
1119
+
definitialize(requested: nil)
1120
+
@requested=requested
1121
+
end
1122
+
end
1123
+
1114
1124
classPromptpayPayments < Stripe::RequestParams
1115
1125
# 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.
3129
+
attr_accessor:requested
3130
+
3131
+
definitialize(requested: nil)
3132
+
@requested=requested
3133
+
end
3134
+
end
3135
+
3113
3136
classPromptpayPayments < Stripe::RequestParams
3114
3137
# 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.
# With [Connect](https://stripe.com/docs/connect), you can create Stripe accounts for your users.
4757
+
# With [Connect](https://docs.stripe.com/docs/connect), you can create Stripe accounts for your users.
4731
4758
# To do this, you'll first need to [register your platform](https://dashboard.stripe.com/account/applications/settings).
4732
4759
#
4733
-
# If you've already collected information for your connected accounts, you [can prefill that information](https://stripe.com/docs/connect/best-practices#onboarding) when
4760
+
# If you've already collected information for your connected accounts, you [can prefill that information](https://docs.stripe.com/docs/connect/best-practices#onboarding) when
4734
4761
# creating the account. Connect Onboarding won't ask for the prefilled information during account onboarding.
# With [Connect](https://stripe.com/connect), you can delete accounts you manage.
4767
+
# With [Connect](https://docs.stripe.com/connect), you can delete accounts you manage.
4741
4768
#
4742
4769
# Test-mode accounts can be deleted at any time.
4743
4770
#
4744
-
# 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://stripe.com/api/balance/balance_object) are zero.
4771
+
# 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.
4745
4772
#
4746
4773
# If you want to delete your own account, use the [account information tab in your account settings](https://dashboard.stripe.com/settings/account) instead.
# With [Connect](https://stripe.com/connect), you can delete accounts you manage.
4783
+
# With [Connect](https://docs.stripe.com/connect), you can delete accounts you manage.
4757
4784
#
4758
4785
# Test-mode accounts can be deleted at any time.
4759
4786
#
4760
-
# 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://stripe.com/api/balance/balance_object) are zero.
4787
+
# 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.
4761
4788
#
4762
4789
# If you want to delete your own account, use the [account information tab in your account settings](https://dashboard.stripe.com/settings/account) instead.
# Returns a list of accounts connected to your platform via [Connect](https://stripe.com/docs/connect). If you're not a platform, the list is empty.
4799
+
# Returns a list of accounts connected to your platform via [Connect](https://docs.stripe.com/docs/connect). If you're not a platform, the list is empty.
# With [Connect](https://stripe.com/connect), you can reject accounts that you have flagged as suspicious.
4824
+
# With [Connect](https://docs.stripe.com/connect), you can reject accounts that you have flagged as suspicious.
4798
4825
#
4799
4826
# Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected. Test-mode accounts can be rejected at any time. Live-mode accounts can only be rejected after all balances are zero.
# With [Connect](https://stripe.com/connect), you can reject accounts that you have flagged as suspicious.
4836
+
# With [Connect](https://docs.stripe.com/connect), you can reject accounts that you have flagged as suspicious.
4810
4837
#
4811
4838
# Only accounts where your platform is liable for negative account balances, which includes Custom and Express accounts, can be rejected. Test-mode accounts can be rejected at any time. Live-mode accounts can only be rejected after all balances are zero.
# Updates a [connected account](https://stripe.com/connect/accounts) by setting the values of the parameters passed. Any parameters not provided are
4848
+
# Updates a [connected account](https://docs.stripe.com/connect/accounts) by setting the values of the parameters passed. Any parameters not provided are
4822
4849
# left unchanged.
4823
4850
#
4824
-
# For accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection)
4851
+
# For accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection)
4825
4852
# is application, which includes Custom accounts, you can update any information on the account.
4826
4853
#
4827
-
# For accounts where [controller.requirement_collection](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection)
4854
+
# For accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection)
4828
4855
# is stripe, which includes Standard and Express accounts, you can update all information until you create
4829
-
# an [Account Link or <a href="/api/account_sessions">Account Session](https://stripe.com/api/account_links) to start Connect onboarding,
4856
+
# an [Account Link or <a href="/api/account_sessions">Account Session](https://docs.stripe.com/api/account_links) to start Connect onboarding,
4830
4857
# after which some properties can no longer be updated.
4831
4858
#
4832
4859
# To update your own account, use the [Dashboard](https://dashboard.stripe.com/settings/account). Refer to our
4833
-
# [Connect](https://stripe.com/docs/connect/updating-accounts) documentation to learn more about updating accounts.
4860
+
# [Connect](https://docs.stripe.com/docs/connect/updating-accounts) documentation to learn more about updating accounts.
0 commit comments