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 Stripe URL that the merchant can redirect their user to in order to take them to a Stripe-hosted application such as Recipient Onboarding.create
(AccountLinkCreateParams params, RequestOptions options) Creates an AccountLink object that includes a single-use Stripe URL that the merchant can redirect their user to in order to take them to a Stripe-hosted application such as Recipient Onboarding.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 merchant can redirect their user to in order to take them to a Stripe-hosted application such as Recipient Onboarding.- 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 merchant can redirect their user to in order to take them to a Stripe-hosted application such as Recipient Onboarding.- Throws:
StripeException
-