How to generate verification hash


Generate verification hash using SHA256 algorithm


Java code for generating verification hash


How to generate Checksum ?

Checksum has to be calculated with following combination and need to be send along with the authentication parameters in each server-to-server request:
<memberId>|<secureKey>|<merchantTransactionId>|<amount>


Sample Code