Get_TrxStatus 

Customer can use this method to check and confirm the transaction status.

Request Description 

Parameter Name Required Min / Max length Type Remark 
rspSign 32/50 Alphanumeric Digital signature of Customer 
(Please refer to Digital signature)
UID 5/50 Alphanumeric Username for validation 
PWD 5/50 Alphanumeric Password for validation , 3DES encrypted.
GTN 14/14  Numeric 14-character GTN number from Tranglo Business. 
This field can be NULL if TransID value is submitted.
transID 6/16 Alphanumeric Unique transaction ID used by Customer in Do_Transfer method. 
This field can be NULL if GTN value is submitted. 

Response Description 

1  <?xml version="1.0" encoding="utf-8"?>
2   <string xmlns="http://tempuri.org/">
3     <TrxStatus>Status</TrxStatuss>
4     <GTN>Code</GTN>
5     <transID>Transaction ID</transID>
6     <Description>Description</Description>
7     <PayoutID>Cash Pickup Payout ID</PayoutID>
8     <PayoutPIN>Cash Pickup Payout PIN</PayoutPIN>
9     <PayoutStatus>Cash Pickup Payout Status</PayoutStatus>
10  </string>
Parameter Name Required Type Remark 
TrxStatus Numeric Transaction status response code.
Please see Transaction Status for full description 
GTN Numeric 14-character GTN number 
transID Alphanumeric Unique Transaction ID from Customer 
Description Alphanumeric Transaction description or advice 
PayoutID Alphanumeric Payout ID from cash out supplier 
*Reserve for future use. 
PayoutPIN Alphanumeric Payout PIN from cash out supplier 
*Reserve for future use. 
PayoutStatus Alphanumeric This field will be empty when crediting to Bank. 
*Reserve for future use. 
PayoutDateTime DateTime Payout datetime 
*Reserve for future use. 

M= Mandatory  C= Conditional  O= Optional