Class PersonTokenService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.core.accounts.PersonTokenService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a Person Token associated with an Account.create(String accountId, RequestOptions options) Creates a Person Token associated with an Account.create(String accountId, PersonTokenCreateParams params) Creates a Person Token associated with an Account.create(String accountId, PersonTokenCreateParams params, RequestOptions options) Creates a Person Token associated with an Account.Retrieves a Person Token associated with an Account.retrieve(String accountId, String id, RequestOptions options) Retrieves a Person Token associated with an Account.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PersonTokenService
-
-
Method Details
-
create
public AccountPersonToken create(String accountId, PersonTokenCreateParams params) throws StripeException Creates a Person Token associated with an Account.- Throws:
StripeException
-
create
Creates a Person Token associated with an Account.- Throws:
StripeException
-
create
Creates a Person Token associated with an Account.- Throws:
StripeException
-
create
public AccountPersonToken create(String accountId, PersonTokenCreateParams params, RequestOptions options) throws StripeException Creates a Person Token associated with an Account.- Throws:
StripeException
-
retrieve
Retrieves a Person Token associated with an Account.- Throws:
StripeException
-
retrieve
public AccountPersonToken retrieve(String accountId, String id, RequestOptions options) throws StripeException Retrieves a Person Token associated with an Account.- Throws:
StripeException
-