cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What is <transHashSha2 /> ? that is return from response.

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.

jigneshept
Member
1 ACCEPTED SOLUTION

Accepted Solutions

https://developer.authorize.net/api/reference/#payment-transactions

probabaly is like transHash but using Sha2

transHashPayment 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.

View solution in original post

3 REPLIES 3

Hello @jigneshept

 

Which version of the Python SDK are you using?

RichardH
Administrator Administrator
Administrator

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.

https://developer.authorize.net/api/reference/#payment-transactions

probabaly is like transHash but using Sha2

transHashPayment 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.