get https://sandboxapi.upayments.com/api/v1/check-refund-status/
Overview
This API is designed for checking the specific refund status of a transaction based on the orderId received after successfully creating a refund.
Request Header
Add "Authorization": "Bearer {Token}" to the request header.
Request
You have to pass the orderId which received a response from the Create Refund
Response Model
{
"status": true,
"message": "Response received successfully",
"data": {
"is_refunded": true,
"refunded_date": "2024-06-11 17:16:51"
}
}