API Documentation

Get Refund Details

1min

API that returns clients refund orders matching the requestId. This api requires access token that can be generated using Access Token API.

The response is a list of refund orders which matches the given criteria.

  1. status : For list of possible refund status please refer : Fiat Order Status
  2. requestId : Unique ID passed during Order creation
  3. fiatAmount : Currency Amount
  4. errorReason : Contains errorCode and errorDesc. List of possible Error Codes
Get order details by client's request-id
GET
Request
Query Parameters
requestId
String
required
Request Id is the unique id that was passed by your application while creating the order.
clientId
String
required
Client Id
Header Parameters
access-token
String
required
Access token received from Access token API. You can reuse the access token across multiple API calls till it is expired.