Package com.stripe.service.v2.core
Class AccountLinkService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.core.AccountLinkService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(AccountLinkCreateParams params) Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.create(AccountLinkCreateParams params, RequestOptions options) Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.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 URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.- Throws:
StripeException
-
create
public AccountLink create(AccountLinkCreateParams params, RequestOptions options) throws StripeException Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.- Throws:
StripeException
-