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.Retrieves the details of a claimable sandbox that was previously been created.retrieve
(String id, RequestOptions options) Retrieves the details of a claimable sandbox that was previously been created.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
-
retrieve
Retrieves the details of a claimable sandbox that was previously been created. Supply the unique claimable sandbox ID that was returned from your creation request, and Stripe will return the corresponding sandbox information.- Throws:
StripeException
-
retrieve
Retrieves the details of a claimable sandbox that was previously been created. Supply the unique claimable sandbox ID that was returned from your creation request, and Stripe will return the corresponding sandbox information.- Throws:
StripeException
-