Hi,
How can i handle partial authorization transaction on my website by code (PHP) .
im using CIM
thanks
Solved! Go to Solution.
09-04-2014 02:54 PM
You have to read the directResponse, get the splitTenderId then create another payment transaction with another paymentprofileid, and add the splitTenderId in the extraOptions.
read the AIM and CIM guide
http://www.authorize.net/support/AIM_guide_XML.pdf
http://www.authorize.net/support/CIM_XML_guide.pdf
From another thread http://community.developer.authorize.net/t5/Integration-and-Testing/Not-Receiving-Split-Tender-Id-in...
the response from a split is
response_code=>4
response_subcode=>1
response_reason_code=>295
response_reason_text=>The amount of this request was only partially approved on the given prepaid card. An additional payment is required to fulfill the balance of this transaction.
09-04-2014 04:24 PM
You have to read the directResponse, get the splitTenderId then create another payment transaction with another paymentprofileid, and add the splitTenderId in the extraOptions.
read the AIM and CIM guide
http://www.authorize.net/support/AIM_guide_XML.pdf
http://www.authorize.net/support/CIM_XML_guide.pdf
From another thread http://community.developer.authorize.net/t5/Integration-and-Testing/Not-Receiving-Split-Tender-Id-in...
the response from a split is
response_code=>4
response_subcode=>1
response_reason_code=>295
response_reason_text=>The amount of this request was only partially approved on the given prepaid card. An additional payment is required to fulfill the balance of this transaction.
09-04-2014 04:24 PM