Package com.stripe.service
Class AccountLoginLinkService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.AccountLoginLinkService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a single-use login link for a connected account to access the Express Dashboard.create
(String account, RequestOptions options) Creates a single-use login link for a connected account to access the Express Dashboard.create
(String account, AccountLoginLinkCreateParams params) Creates a single-use login link for a connected account to access the Express Dashboard.create
(String account, AccountLoginLinkCreateParams params, RequestOptions options) Creates a single-use login link for a connected account to access the Express Dashboard.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountLoginLinkService
-
-
Method Details
-
create
Creates a single-use login link for a connected account to access the Express Dashboard.You can only create login links for accounts that use the Express Dashboard and are connected to your platform.
- Throws:
StripeException
-
create
Creates a single-use login link for a connected account to access the Express Dashboard.You can only create login links for accounts that use the Express Dashboard and are connected to your platform.
- Throws:
StripeException
-
create
Creates a single-use login link for a connected account to access the Express Dashboard.You can only create login links for accounts that use the Express Dashboard and are connected to your platform.
- Throws:
StripeException
-
create
public LoginLink create(String account, AccountLoginLinkCreateParams params, RequestOptions options) throws StripeException Creates a single-use login link for a connected account to access the Express Dashboard.You can only create login links for accounts that use the Express Dashboard and are connected to your platform.
- Throws:
StripeException
-