Package com.stripe.service
Class AccountSessionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.AccountSessionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AccountSessionCreateParams params) Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access.create
(AccountSessionCreateParams params, RequestOptions options) Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountSessionService
-
-
Method Details
-
create
Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access.- Throws:
StripeException
-
create
public AccountSession create(AccountSessionCreateParams params, RequestOptions options) throws StripeException Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access.- Throws:
StripeException
-