Package com.stripe.service
Class AccountLinkService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.AccountLinkService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AccountLinkCreateParams params) Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.create
(AccountLinkCreateParams params, RequestOptions options) Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountLinkService
-
-
Method Details
-
create
Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.- Throws:
StripeException
-
create
public AccountLink create(AccountLinkCreateParams params, RequestOptions options) throws StripeException Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.- Throws:
StripeException
-