Transfer: Get Transaction Status

RSP can use this method to check and confirm the transaction status if such status is not conclusive in method Perform Transfer (REST) response.

There are two ways to retrieve transaction status, first is with GTN and the other is with transID.

Definition:

GET /v1/payments/transfers/{GTN}

Or

GET /v1/payments/transfers/requests/{transID}


Sample request:

curl -v http://staging-gloremit.tranglo.com:2014/v1/payments/transfers/G3317297423994 \
-H "AuthorizationGLOREMIT <UID>:<PWD>:<rspSign>"

Or

curl -v http://staging-gloremit.tranglo.com:2014/v1/payments/transfers/requests/1202 \
-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)
GTNC14/14Numeric14-character GTN number from GloRemit.
This field can be NULL if TransID value is submitted.
transIDC6/16AlphanumericUnique transaction ID used by RSP in Do_Transfer method.
This field can be NULL if GTN value is submitted.

Sample response:

{
    "PayoutID":"P331701002252",
    "PayoutPIN":"P331701002252",
    "PayoutStatus": "Claimed",
    "TrxStatus":"000",
    "GTN":"G3317297423994",
    "transID": "1202",
    "Description": "Transaction is Successful"
}
Parameter NameRequiredTypeRemark
TrxStatusMNumericTransaction status response code.
(Please refer to Transaction status)
GTNMNumeric14-character GTN number.
transIDMAlphanumericUnique Transaction ID from RSP.
DescriptionMAlphanumericTransaction description or advice.
PayoutIDOAlphanumericPayout ID from cash out supplier.
PayoutPINOAlphanumericPayout PIN from cash out supplier.
PayoutStatusOAlphanumericCash 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/
PayoutStatusUpdateDateODateTimePayout datetime.
Status_TypeOAlphanumericStatus Type.

Possible Values:
• Approved
• Cancelled
• Failed
• Pending
• Rejected
• Suspected
BAccTypeOAlphanumericBeneficiary Account Type

M= Mandatory, C= Conditional, O= Optional