Class RecipientVerificationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.RecipientVerificationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacknowledge
(String id) Acknowledges an existing RecipientVerification.acknowledge
(String id, RequestOptions options) Acknowledges an existing RecipientVerification.Creates a RecipientVerification to verify the recipient you intend to send funds to.create
(RecipientVerificationCreateParams params, RequestOptions options) Creates a RecipientVerification to verify the recipient you intend to send funds to.Retrieves the details of an existing RecipientVerification by passing the unique RecipientVerification ID.retrieve
(String id, RequestOptions options) Retrieves the details of an existing RecipientVerification by passing the unique RecipientVerification ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
RecipientVerificationService
-
-
Method Details
-
create
public RecipientVerification create(RecipientVerificationCreateParams params) throws StripeException Creates a RecipientVerification to verify the recipient you intend to send funds to.- Throws:
StripeException
-
create
public RecipientVerification create(RecipientVerificationCreateParams params, RequestOptions options) throws StripeException Creates a RecipientVerification to verify the recipient you intend to send funds to.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing RecipientVerification by passing the unique RecipientVerification ID.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing RecipientVerification by passing the unique RecipientVerification ID.- Throws:
StripeException
-
acknowledge
Acknowledges an existing RecipientVerification. Only RecipientVerification awaiting acknowledgement can be acknowledged.- Throws:
StripeException
-
acknowledge
Acknowledges an existing RecipientVerification. Only RecipientVerification awaiting acknowledgement can be acknowledged.- Throws:
StripeException
-