Private Secret Key checksum validation formula
chksum = MD5(mp_merchant_ID + results.msgType + results.txn_ID + results.amount + results.status_code + merchant_private_secret_key)
As I tried to generate the checksum, my generated checksum does not match until I swap the secret key to verification key. But the formula mentioned to use the secret key.
merchant_private_secret_key -> mp_verification_key
P/S : I was testing in sandboxed environment
As I tried to generate the checksum, my generated checksum does not match until I swap the secret key to verification key. But the formula mentioned to use the secret key.
merchant_private_secret_key -> mp_verification_key
P/S : I was testing in sandboxed environment