Package com.stripe.service.v2.core
Class ClaimableSandboxService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.core.ClaimableSandboxService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ClaimableSandboxCreateParams params) Create an anonymous, claimable sandbox.create
(ClaimableSandboxCreateParams params, RequestOptions options) Create an anonymous, claimable sandbox.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ClaimableSandboxService
-
-
Method Details
-
create
Create an anonymous, claimable sandbox. This sandbox can be prefilled with data. The response will include a claim URL that allow a user to claim the account.- Throws:
StripeException
-
create
public ClaimableSandbox create(ClaimableSandboxCreateParams params, RequestOptions options) throws StripeException Create an anonymous, claimable sandbox. This sandbox can be prefilled with data. The response will include a claim URL that allow a user to claim the account.- Throws:
StripeException
-