Get_TrxStatus
RSP can use this method to check and confirm the transaction status if such status is not conclusive in method Do_Transfer (SOAP) response.
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) |
GTN | C | 14/14 | 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 refer to Transaction status) |
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 Status. Claimed = Cash collected by Beneficiary. Inprocess = Pending Beneficiary to pickup. Cancelled = Transaction has been cancelled. If 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/ |
PayoutStatusUpdateDate | O | DateTime | Payout datetime. |
M= Mandatory, C= Conditional, O= Optional