Reputation: 858
I am integrating Authorize.net Payment gateway (SIM Method) to my website. I have actually integrated it. But I am facing some problem in verifying the successful payment in relay response. As in most of the payment we pass an orderid or a reference number which in turn we can use to verify the particular order is complete. But how we can implement this on Authorized.net SIM method? I am using relay response to get the details of transaction.
Upvotes: 0
Views: 598
Reputation: 353
The Authorize.net SIM API that you are referring to is deprecated and is replaced by the Accept Hosted method.
Using ths SIM API, the Payment Gateway Response contains the x_response_code, the value of which indicates the overall status of the transaction.
There are also the following SIM API Payment Gateway fields returned in the response:
Upvotes: 1