From cc0b2b0ea2f5e7e461aed3cee87366a08f86d69f Mon Sep 17 00:00:00 2001 From: lilithmm <40802338+lilithmm@users.noreply.github.com> Date: Thu, 7 Mar 2019 14:30:11 -0800 Subject: [PATCH] Added Transaction Hash Upgrade note + minor edits --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 015fe0e..aea680f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ API credentials are different for each environment, so be sure to switch to the To get started using this SDK, it's highly recommended to download our sample code repository: * [Authorize.Net Node.js Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-node) -In that respository, we have comprehensive sample code for all common uses of our API: +The respository contains comprehensive sample code for all common uses of our API: Additionally, you can find details and examples of how our API is structured in our API Reference Guide: * [Developer Center API Reference](http://developer.authorize.net/api/reference/index.html) @@ -93,6 +93,8 @@ When using the SDK to submit Chase Pay transactions, consider the following poin ### Testing Guide For additional help in testing your own code, Authorize.Net maintains a [comprehensive testing guide](http://developer.authorize.net/hello_world/testing_guide/) that includes test credit card numbers to use and special triggers to generate certain responses from the sandbox environment. +### Transaction Hash Upgrade +Authorize.Net is phasing out the MD5 based `transHash` element in favor of the SHA-512 based `transHashSHA2`. The setting in the Merchant Interface which controlled the MD5 Hash option is no longer available, and the `transHash` element will stop returning values at a later date to be determined. For information on how to use `transHashSHA2`, see the [Transaction Hash Upgrade Guide] (https://developer.authorize.net/support/hash_upgrade/). ## License -This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file. \ No newline at end of file +This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.