cancel
Showing results for 
Search instead for 
Did you mean: 

partial authorization transaction ?

Hi,

How can i handle  partial authorization transaction on my website by code (PHP) .

im using CIM

 

thanks 

mahmood00
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

RaynorC1emen7
Expert
1 REPLY 1

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.

RaynorC1emen7
Expert