ResponseApprovalCode Property
Contains the transaction authorization code from the card issuer.
Syntax
globaldebitcontrol.ResponseApprovalCode
Default Value
""
Remarks
Contains the transaction authorization code from the card issuer.
For approved transaction responses (ResponseCode 0 or 200) the Global Transport Gateway sends a 6-character approval code in the ResponseApprovalCode property and a human-readable approval message in the ResponseMessage property. In the case of a decline, the ResponseApprovalCode will contain an error message. Your application should display the ResponseApprovalCode as part of the approval message for an approved transaction. For declined responses, the ResponseHostCode property will contain an additional code that provides detail on the reason for the decline.
This property is read-only.
Data Type
String