Package com.stripe.service
Class AccountLoginLinkService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.AccountLoginLinkService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a single-use login link for an Express account to access their Stripe dashboard.create(String account, RequestOptions options) Creates a single-use login link for an Express account to access their Stripe dashboard.create(String account, AccountLoginLinkCreateParams params) Creates a single-use login link for an Express account to access their Stripe dashboard.create(String account, AccountLoginLinkCreateParams params, RequestOptions options) Creates a single-use login link for an Express account to access their Stripe 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 an Express account to access their Stripe dashboard.You may only create login links for Express accounts connected to your platform.
- Throws:
StripeException
-
create
Creates a single-use login link for an Express account to access their Stripe dashboard.You may only create login links for Express accounts connected to your platform.
- Throws:
StripeException
-
create
Creates a single-use login link for an Express account to access their Stripe dashboard.You may only create login links for Express accounts 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 an Express account to access their Stripe dashboard.You may only create login links for Express accounts connected to your platform.
- Throws:
StripeException
-