v1

latestOpenAPI 3.1.02026-07-2418049.3 KB

Get Single Refund Status

This API is designed for checking the specific refund status of a transaction based on the orderId received after successfully creating a refund.

get/check-refund/{order_id}

Path parameters

order_idstring required

Headers

Authorizationstring

Response

201

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Response received successfully",
  "data": {
    "is_refunded": true,
    "refunded_date": "2024-06-11 17:16:51"
  }
}