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 "AuthorizationGLOREMIT <UID>:<PWD>:<rspSign>"

Request Description

Parameter NameRequiredMin/Max LengthTypeRemark
UIDM5/50AlphanumericUsername for validation.
PWDM5/50AlphanumericPassword for validation, 3DES encrypted.
rspSignM32/50AlphanumericDigital signature of RSP.
(Please refer to Digital signature)
changeIDM14/14Alphanumeric 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 NameRequiredTypeRemark
TrxStatusMNumericTransaction status response code.
(Please refer to Transaction status)
ChangeIDMAlphanumeric 14-character change name ID.
transIDMAlphanumericUnique Transaction ID from RSP.
Status_UpdateMTimestampTimestamp on the status updated.
(YYYY-MM-DD HH:MM:SS)
DescriptionMAlphanumericTransaction description or advice.

M= Mandatory, C= Conditional, O= Optional