Class DisputeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClosing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.close
(String dispute, RequestOptions options) Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.close
(String dispute, DisputeCloseParams params) Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.close
(String dispute, DisputeCloseParams params, RequestOptions options) Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.list()
Returns a list of your disputes.list
(RequestOptions options) Returns a list of your disputes.list
(DisputeListParams params) Returns a list of your disputes.list
(DisputeListParams params, RequestOptions options) Returns a list of your disputes.Retrieves the dispute with the given ID.retrieve
(String dispute, RequestOptions options) Retrieves the dispute with the given ID.retrieve
(String dispute, DisputeRetrieveParams params) Retrieves the dispute with the given ID.retrieve
(String dispute, DisputeRetrieveParams params, RequestOptions options) Retrieves the dispute with the given ID.When you get a dispute, contacting your customer is always the best first step.update
(String dispute, RequestOptions options) When you get a dispute, contacting your customer is always the best first step.update
(String dispute, DisputeUpdateParams params) When you get a dispute, contacting your customer is always the best first step.update
(String dispute, DisputeUpdateParams params, RequestOptions options) When you get a dispute, contacting your customer is always the best first step.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
DisputeService
-
-
Method Details
-
list
Returns a list of your disputes.- Throws:
StripeException
-
list
Returns a list of your disputes.- Throws:
StripeException
-
list
Returns a list of your disputes.- Throws:
StripeException
-
list
public StripeCollection<Dispute> list(DisputeListParams params, RequestOptions options) throws StripeException Returns a list of your disputes.- Throws:
StripeException
-
retrieve
Retrieves the dispute with the given ID.- Throws:
StripeException
-
retrieve
Retrieves the dispute with the given ID.- Throws:
StripeException
-
retrieve
Retrieves the dispute with the given ID.- Throws:
StripeException
-
retrieve
public Dispute retrieve(String dispute, DisputeRetrieveParams params, RequestOptions options) throws StripeException Retrieves the dispute with the given ID.- Throws:
StripeException
-
update
When you get a dispute, contacting your customer is always the best first step. If that doesn’t work, you can submit evidence to help us resolve the dispute in your favor. You can do this in your dashboard, but if you prefer, you can use the API to submit evidence programmatically.Depending on your dispute type, different evidence fields will give you a better chance of winning your dispute. To figure out which evidence fields to provide, see our guide to dispute types.
- Throws:
StripeException
-
update
When you get a dispute, contacting your customer is always the best first step. If that doesn’t work, you can submit evidence to help us resolve the dispute in your favor. You can do this in your dashboard, but if you prefer, you can use the API to submit evidence programmatically.Depending on your dispute type, different evidence fields will give you a better chance of winning your dispute. To figure out which evidence fields to provide, see our guide to dispute types.
- Throws:
StripeException
-
update
When you get a dispute, contacting your customer is always the best first step. If that doesn’t work, you can submit evidence to help us resolve the dispute in your favor. You can do this in your dashboard, but if you prefer, you can use the API to submit evidence programmatically.Depending on your dispute type, different evidence fields will give you a better chance of winning your dispute. To figure out which evidence fields to provide, see our guide to dispute types.
- Throws:
StripeException
-
update
public Dispute update(String dispute, DisputeUpdateParams params, RequestOptions options) throws StripeException When you get a dispute, contacting your customer is always the best first step. If that doesn’t work, you can submit evidence to help us resolve the dispute in your favor. You can do this in your dashboard, but if you prefer, you can use the API to submit evidence programmatically.Depending on your dispute type, different evidence fields will give you a better chance of winning your dispute. To figure out which evidence fields to provide, see our guide to dispute types.
- Throws:
StripeException
-
close
Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.The status of the dispute will change from
needs_response
tolost
. Closing a dispute is irreversible.- Throws:
StripeException
-
close
Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.The status of the dispute will change from
needs_response
tolost
. Closing a dispute is irreversible.- Throws:
StripeException
-
close
Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.The status of the dispute will change from
needs_response
tolost
. Closing a dispute is irreversible.- Throws:
StripeException
-
close
public Dispute close(String dispute, DisputeCloseParams params, RequestOptions options) throws StripeException Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.The status of the dispute will change from
needs_response
tolost
. Closing a dispute is irreversible.- Throws:
StripeException
-