- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- 1
- 1
- 310
- This transaction has already been voided.
โ05-02-2013 09:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
just check for response reason code (310).
You can void a transaction when it is unsettled, once it settled use the "credit" transaction type.
โ05-02-2013 12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ05-03-2013 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ05-03-2013 06:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Like Auth_Capture and Authorize only?
โ05-03-2013 08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what about auth_capture and authorize_only?
โ05-03-2013 11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello link2pankaj87,
You might find it useful to review our Payment Fundamentals for Developers video available within the developer center.
Richard
โ05-03-2013 11:44 AM

