Dears,
I am not sure about the CIM transactions' synchronous or asynchronous, the following ones are my understanding.
synchronous means If I send a request to authorize.net, it will be done imediately.
asynchronous means if I send a request to authorize.net, It will be added in a queue or something like that, and wil be done later.
The following transaction types are synchronous:
Authorize,
Void,
The authorize part of AuthorizeCapture,
The following transaction types are asynchronous:
Refund,
The capture part of AuthorizeCapture,
Capture
Am I right for that?
Solved! Go to Solution.
01-02-2012 07:15 PM
You're confusing settlement with capture. Settlement is asynchronous, everything else is synchronous, including capture. Though voids of authorizations may not always release the funds immediately, depending on the bank, so that part may also effectively be asynchronous.
01-02-2012 11:24 PM
You are correct. It happens every night, automatically.
01-03-2012 06:31 AM
You're confusing settlement with capture. Settlement is asynchronous, everything else is synchronous, including capture. Though voids of authorizations may not always release the funds immediately, depending on the bank, so that part may also effectively be asynchronous.
01-02-2012 11:24 PM
But there is no interface to do settlement thing, so when I captured, the system will do settlement auto in background, am I right?
01-03-2012 01:38 AM
You are correct. It happens every night, automatically.
01-03-2012 06:31 AM