Browse: Home / Classes /

RefundService

RefundService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/RefundService.php



Methods #

  • all — Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
  • create — Create a refund.
  • retrieve — Retrieves the details of an existing refund.
  • update — Updates the specified refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.