Skip to main content
POST
Refund Status
This API retrieves the status of a refund for a specific order.

Request Parameters

  • key (string): Merchant API key
  • refund_id (string): Refund ID
  • hash (string): Calculated hash for request validation

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
key
string
required

Merchant Account API

id
string
required

Refund Id will be provided in refund order api or refund attempts api

hash
string
default:null
required

Only required in V1 API . Pass NULL IN V2 API

Response

200

status
boolean
default:true
Example:

true

message
string
Example:

"Refund Data Fetched Successfully"

data
object
request_id
string
Example:

"6xxf20axxxxxf"