Do_ChangeName
RSP can use this method to request amendment on beneficiary name. Amendment request will be based on the transaction status and corridors. For cash pickup transaction, only transaction with the payout status “In Process” or “Unclaim” is able to be amend. For banks transactions, the amendment is strictly based on the banks and country regulations.
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) |
transID | C | 3/6 | Alphanumeric | Unique transaction ID used by RSP in Change Name method. |
trangloTransactionId | M | 14/14 | Alphanumeric | Transaction GTN number. (14 characters) |
beneFirstName | M | 1/100 | Alphanumeric | New beneficiary first name. |
beneLastName | M | 1/100 | Alphanumeric | New beneficiary last name. |
Response Description
1 <?xml version="1.0" encoding="utf-8"?> 2 <string xmlns=http://tempuri.org/> 3 <TrxStatus>TrxStatus</TrxStatus> 4 <ChangeId>ChangeID</ChangeId> 5 <transID>transID</transID> 6 <Description>Description</Description> 7 </string>
Parameter Name | Required | Type | Remark |
TrxStatus | M | Numeric | Transaction status response code. (Please refer to Transaction status) |
ChangeID | M | AlphaNumeric | 15-character change name ID. |
transID | M | AlphaNumeric | Unique Transaction ID from RSP. |
Description | M | AlphaNumeric | Transaction description or advice. |
M= Mandatory, C= Conditional, O= Optional