We have a strange situation, that we cannot figure how to implement with AIM.
We have an order with two items, $20 total. We AUTH_ONLY the $20.
Down the road, when each item is shipped, we need to PRIOR_AUTH_CAPTURE each item for $10 independently.
So the first item would PRIOR_AUTH_CAPTURE ahead of the second, and the second may be on backorder, or from another warehouse etc. Eventually the second item with also need to capture the second item for $10 when shipped.
Is there a way to do this with AIM?
We tried:
08-29-2011 03:33 PM
Any particular reason you can't do two separate auths so you can then capture separately?
08-30-2011 05:49 AM
The main road block to that, is that at the time of payment, we don't know how many boxes the order will take up.
So you could order 15 items, but 3 boxes get shipped--which could get broken into 3 captures when shipped.
08-30-2011 06:04 AM
Well, it's an interesting problem. You could use CIM and just charge items as necessary, as long as you weren't concerned with authorizing the whole thing in advance. Or you could charge the entire order in advance. I don't really see how you can do precisely what you're trying to do.
08-30-2011 12:46 PM
We are also integated with Verifone's Payware Connect API. They support this functionality just fine:
They have a *much* worse API than Authorize.NET, in general. I am surprised there is not a way to do this with AIM.
08-30-2011 02:47 PM - edited 08-30-2011 02:49 PM
Is there any way first we authorize three items then we capture two item one by one using partial authorization or
authonly ?
If Its possible then tell the steps which I need to follow?
And how we use split tender id?
02-11-2013 12:55 PM