Package com.stripe.service.treasury
Class OutboundPaymentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.OutboundPaymentService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCancel an OutboundPayment.cancel
(String id, RequestOptions options) Cancel an OutboundPayment.cancel
(String id, OutboundPaymentCancelParams params) Cancel an OutboundPayment.cancel
(String id, OutboundPaymentCancelParams params, RequestOptions options) Cancel an OutboundPayment.create
(OutboundPaymentCreateParams params) Creates an OutboundPayment.create
(OutboundPaymentCreateParams params, RequestOptions options) Creates an OutboundPayment.list
(OutboundPaymentListParams params) Returns a list of OutboundPayments sent from the specified FinancialAccount.list
(OutboundPaymentListParams params, RequestOptions options) Returns a list of OutboundPayments sent from the specified FinancialAccount.Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.retrieve
(String id, RequestOptions options) Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.retrieve
(String id, OutboundPaymentRetrieveParams params) Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.retrieve
(String id, OutboundPaymentRetrieveParams params, RequestOptions options) Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OutboundPaymentService
-
-
Method Details
-
list
public StripeCollection<OutboundPayment> list(OutboundPaymentListParams params) throws StripeException Returns a list of OutboundPayments sent from the specified FinancialAccount.- Throws:
StripeException
-
list
public StripeCollection<OutboundPayment> list(OutboundPaymentListParams params, RequestOptions options) throws StripeException Returns a list of OutboundPayments sent from the specified FinancialAccount.- Throws:
StripeException
-
create
Creates an OutboundPayment.- Throws:
StripeException
-
create
public OutboundPayment create(OutboundPaymentCreateParams params, RequestOptions options) throws StripeException Creates an OutboundPayment.- Throws:
StripeException
-
retrieve
public OutboundPayment retrieve(String id, OutboundPaymentRetrieveParams params) throws StripeException Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.- Throws:
StripeException
-
retrieve
public OutboundPayment retrieve(String id, OutboundPaymentRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing OutboundPayment by passing the unique OutboundPayment ID from either the OutboundPayment creation request or OutboundPayment list.- Throws:
StripeException
-
cancel
Cancel an OutboundPayment.- Throws:
StripeException
-
cancel
Cancel an OutboundPayment.- Throws:
StripeException
-
cancel
Cancel an OutboundPayment.- Throws:
StripeException
-
cancel
public OutboundPayment cancel(String id, OutboundPaymentCancelParams params, RequestOptions options) throws StripeException Cancel an OutboundPayment.- Throws:
StripeException
-