When I request to charge the credit card. It gives in response <transHashSha2 />. So, I'm in trouble because I used the SDKof Python and in SDK it gives error because it doesn'tfind transHashSha2 node but credit card is charged. So, We did not able to manage things from our end.
Is transHashSha2 fields is only for information purpose? Or anything else?
So, please help me as soon as possible.
Thanks.
Solved! Go to Solution.
08-09-2016 06:16 AM
https://developer.authorize.net/api/reference/#payment-transactions
probabaly is like transHash but using Sha2
transHash | Payment gateway-generated MD5 hash value that can be used to authenticate the transaction response. Because transaction responses are returned using an SSL connection, this feature is not necessary for AIM. | Alphanumeric. |
08-10-2016 04:54 AM
08-09-2016 11:52 AM
It does't matter which version i am using but I want to know what is transHashSha2 ?
Is transHashSha2 fields is only for information purpose? Or anything else?
If it is just information purpose then i will remove from my end.
Thanks.
08-09-2016 09:47 PM - edited 08-09-2016 09:48 PM
https://developer.authorize.net/api/reference/#payment-transactions
probabaly is like transHash but using Sha2
transHash | Payment gateway-generated MD5 hash value that can be used to authenticate the transaction response. Because transaction responses are returned using an SSL connection, this feature is not necessary for AIM. | Alphanumeric. |
08-10-2016 04:54 AM