Get_TrxStatus
RSP can use this method to check and confirm the transaction status if such status is not conclusive in method 2.2 response
Request Description
Parameter Name | Required | Min/Max Length | Type | Remark |
rspSign | M | 32/50 | Alphanumeric | Digital signature of RSP |
UID | M | 5/50 | Alphanumeric | Username for validation. |
PWD | M | 5/50 | Alphanumeric | Password for validation |
GTN | C | 14/16 | Numeric | 14-character GTN number from GloRemit.This field can be NULL if TransID value is submitted. |
transID | C | 6/16 | Alphanumeric | Unique transaction ID used by RSP 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</TrxStatus> 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 | M | Numeric | Transaction status response code. Please see Section 3 for full description |
GTN | M | Numeric | 14-character GTN number |
transID | M | Alphanumeric | Unique Transaction ID from RSP |
Description | M | Alphanumeric | Transaction description or advice |
PayoutID | O | Alphanumeric | Payout ID from cash out supplier |
PayoutPIN | O | Alphanumeric | Payout PIN from cash out supplier |
PayoutStatus | O | Alphanumeric | Cash Pickup Payout StatusClaimed = Cash collected by BeneficiaryInprocess = Pending Beneficiary to pickupCancelled = Transaction has been cancelledIf Credit to Bank transaction type, this will be empty. For PT Pos (Indonesia), status will be empty, RSP may check at PT Pos portal http://www.posindonesia.co.id/ |
PayoutDateTime | O | DateTime | Payout datetime |
M= Mandatory, C= Conditional, O= Optional