Transaction Status
AEPS Cash Withdrawal Transaction Status
Postman Collection
URL
POST : /v1/service/aeps/transactionStatusHeaders
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
clientRefNo (String) Required
Unique Reference number (Max Length: 50)
Unique Reference number (Max Length: 50)
merchantCode (String) Required
Merchant unique Code (Max Length: 20)
Merchant unique Code (Max Length: 20)
Request
Example Request
curl --location --request POST '/v1/service/aeps/transactionStatus' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--data-raw '{
"clientRefNo":" ACW151139071555879857C ",
"merchantCode" : "MC000123123"
}'
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "000: Amount withdrawal successfully.",
"status": "SUCCESS",
"data": {
"clientRefNo": "ACW151139071555879857C",
"routeType": "icici",
"bankiin": "607396",
"stanNo": "XTL92DE554FB0B6483A9815456264EF",
"rrn": "127115858160",
"bankMessage": "Request Completed",
"bankCode": "10000",
"merchantCode": "MC000123123",
"merchantMobile": "9999999999",
"aadhaarNumber": "9876XXXXXXXX1012",
"transactionType": "CW",
"transactionDateTime": "2022-02-07 12:17:22",
"transactionAmount": "100",
"availableBalance": "900"
}
}
{
"code": "0x0203",
"status": "MISSING_PARAMETER",
"message": {
"clientRefNo": [
"This client ref no is not valid."
]
}
}
Response Code
| Status Code | Status | Message |
|---|---|---|
| 0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
| 0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
| 0x0202 | FAILURE | FAILURE USER |
| 0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
| 0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
| 0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
| 0x0206 | PENDING | TRANSACTION PENDING |
| 0x0208 | 2FA | TWO FACTOR AUNTHENTICATION |