Browse: Home / Classes /

DisputeService

DisputeService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/Issuing/DisputeService.php



Methods #

  • all — Returns a list of Issuing Dispute objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
  • create — Creates an Issuing Dispute object. Individual pieces of evidence within the evidence object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.
  • retrieve — Retrieves an Issuing Dispute object.
  • submit — Submits an Issuing Dispute to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.
  • update — Updates the specified Issuing Dispute object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.