Skip to main content

Fund Transfer Status

Fund Transfer Status

Postman Collection

URL

GET : /v1/service/dmt/status/{clientRefId || orderRefId}

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Body Params

type  (String)   Required
You can get the status of the transctions using clientRefId OR orderRefId (Max Length: Fixed)

Request

Example Request
    curl --location --request GET '/v1/service/dmt/status/DMT4133120396AFA7' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--data-raw ''

Response Samples

{
"code": "0x0200",
"message": "Record fetched successfully.",
"status": "SUCCESS",
"data":{
"clientRefId": "DMT5925",
"orderRefId": "DMT4133120396AFA7",
"outletId": "123456",
"remitterMobile": "9999999999",
"merchantCode": "MC1234567",
"beneficiaryId": "7c4cd1ab13de8728b70f3982",
"bankAccount": "1234567890949",
"bankIfsc": "BARB0AANTIY",
"amount": 1,
"status": "processed",
"bankReference": "301291512339",
"createdAt": "2023-03-20 15:15:58"
}
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x02082FATWO FACTOR AUNTHENTICATION