Skip to content

Refund API

The PayHere Refund API enables you to refund your payments.

This REST API requires an HTTP call to the following endpoint:

http
POST /payhere/api/payments/refund

Parameters:

  • payment_id: The identifier of the payment to be refunded.
  • description: Additional details about the refund request.

Released under the MIT License.