BENEFICIARY: Get Status of Name Change
RSP can use this method for inquire the status of the amendment request request.
Definition:
GET v1/payments/transfers/change-name/{changeID}
Sample Request:
curl -v http://staging-gloremit.tranglo.com:2014/v1/payments/transfers/change-name/N3117307000550 \
-H "Authorization: GLOREMIT <UID>:<PWD>:<rspSign>"
Request Description
| Parameter Name | Required | Min/Max Length | Type | Remark |
| UID | M | 5/50 | Alphanumeric | Username for validation. |
| PWD | M | 5/50 | Alphanumeric | Password for validation, 3DES encrypted. |
| rspSign | M | 32/50 | Alphanumeric | Digital signature of RSP. (Please refer to Digital signature) |
| changeID | M | 14/14 | Alphanumeric | 14-character change name ID. |
Response Description
Sample Response:
{
"TrxStatus":"000",
"ChangeId":"N3117307000550",
"transID":"TEST148177756",
"StatusUpdated":"2017-11-03T16:25:22",
"Description":"Transaction is Successful"
}
| Parameter Name | Required | Type | Remark |
| TrxStatus | M | Numeric | Transaction status response code. (Please refer to Transaction status) |
| ChangeID | M | Alphanumeric | 14-character change name ID. |
| transID | M | Alphanumeric | Unique Transaction ID from RSP. |
| Status_Update | M | Timestamp | Timestamp on the status updated. (YYYY-MM-DD HH:MM:SS) |
| Description | M | Alphanumeric | Transaction description or advice. |
M= Mandatory, C= Conditional, O= Optional