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: stripe/_account_external_account_service.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ def update(
310
310
a connected account and optionally sets it as the default for its currency. Other bank account
311
311
details are not editable by design.
312
312
313
-
You can only update bank accounts when [account.controller.requirement_collection is application, which includes <a href="/connect/custom-accounts">Custom accounts](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection).
313
+
You can only update bank accounts when [account.controller.requirement_collection is application, which includes <a href="/connect/custom-accounts">Custom accounts](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection).
314
314
315
315
You can re-enable a disabled bank account by performing an update call without providing any
316
316
arguments or changes.
@@ -341,7 +341,7 @@ async def update_async(
341
341
a connected account and optionally sets it as the default for its currency. Other bank account
342
342
details are not editable by design.
343
343
344
-
You can only update bank accounts when [account.controller.requirement_collection is application, which includes <a href="/connect/custom-accounts">Custom accounts](https://stripe.com/api/accounts/object#account_object-controller-requirement_collection).
344
+
You can only update bank accounts when [account.controller.requirement_collection is application, which includes <a href="/connect/custom-accounts">Custom accounts](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection).
345
345
346
346
You can re-enable a disabled bank account by performing an update call without providing any
Copy file name to clipboardExpand all lines: stripe/_account_login_link_service.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ def create(
24
24
"""
25
25
Creates a login link for a connected account to access the Express Dashboard.
26
26
27
-
You can only create login links for accounts that use the [Express Dashboard](https://stripe.com/connect/express-dashboard) and are connected to your platform.
27
+
You can only create login links for accounts that use the [Express Dashboard](https://docs.stripe.com/connect/express-dashboard) and are connected to your platform.
28
28
"""
29
29
returncast(
30
30
LoginLink,
@@ -48,7 +48,7 @@ async def create_async(
48
48
"""
49
49
Creates a login link for a connected account to access the Express Dashboard.
50
50
51
-
You can only create login links for accounts that use the [Express Dashboard](https://stripe.com/connect/express-dashboard) and are connected to your platform.
51
+
You can only create login links for accounts that use the [Express Dashboard](https://docs.stripe.com/connect/express-dashboard) and are connected to your platform.
0 commit comments