PaymentGatewayLibrary

AuthorizeNetResponse.VerifyResponse Method 

Verifies that a transaction resopnse received from the gateway is authentic.

[Visual Basic]
Public Function VerifyResponse( _
   ByVal login As String, _
   ByVal hashValue As String _
) As Boolean
[C#]
public bool VerifyResponse(
   string login,
   string hashValue
);

Parameters

login
The marchant id.
hashValue
The MD5 Hash value set by the merchant at the Merchant Interface.

Return Value

Returns true if the response is authentic. False otherwise.

See Also

AuthorizeNetResponse Class | Duis.Payment Namespace