cancel
Showing results for 
Search instead for 
Did you mean: 

how to check VOID transaction using AIM in developer test environment

Hi,

 

I have created successfull transection for Auth_capture ,now how to check that wheather that transection is void or not?

 

I have added transection ID that I have got from successfull Auth_capture transection.

 

Response getting like this:

  • 310 
  • This transaction has already been voided. 

 

link2pankaj87
Contributor
6 REPLIES 6

just check for response reason code (310).

You can void a transaction when it is unsettled, once it settled use the "credit" transaction type.

RaynorC1emen7
Expert

So My Response is correct or not?

 

Or

Can we check unsettled report  using test acount login, I have seen their only settled report.

please elavorate this line 

 

You can void a transaction when it is unsettled, once it settled use the "credit" transaction type

 

Why we are not using other transection type?

 

 

So My Response is correct or not?

It look correct.

 

if you want you can use transaction detail api to check the status of a transaction.

http://developer.authorize.net/api/transaction_details/

 

 

Why we are not using other transection type?

what other transaction type?

Like Auth_Capture and Authorize only?

 

 

what about auth_capture and authorize_only?

Hello link2pankaj87,

 

You might find it useful to review our Payment Fundamentals for Developers video available within the developer center.

 

Richard