Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

CheckForUpdate Method

Checks the key status to see if an update is required.

Syntax

[VB.NET]
Public Sub CheckForUpdate()
[C#]
public void CheckForUpdate();

Remarks

This method checks the status of the EMV public key to determine if an update is required. This method is only applicable when Platform is set to FDMS Rapid Connect.

Before calling this method specify KeyFileCRC, KeyFileSize, and KeyFileDate with values for the current EMV public key. If no details are known leave these properties empty.

After calling this method check UpdateAvailable to determine if an updated is required. If an update is required call GetKeyInfo.

This method will populate KeyFileCRC, KeyFileSize, and KeyFileDate with the values returned by the server for the latest EMV public key.

This method is only applicable when Platform is set to FDMS Rapid Connect.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0