Hi.
sometimes with some credit cards when trying to authorizeOnly im not getting the authorization_code but the transaction is marked as approved
when i go to my anet account , i can see the authorization_code on the reports for the same transactionid
so when my response looks like :
[approved] => 1
[authorization_code] =>
[response_reason_text] => This transaction has been approved.
[transaction_id] => 5105458194
what should i do ?
1. accept the payment and run the priorAuthCapture to complete the transaction ?
2. display error with the response text i get (which is weird to display "This transaction has been approved." as error)
today im doing option 2
what should i do ?
thanks.
03-22-2013 06:05 PM
any1 ?
its a real life problem !
happens on the live server
any help will be apprciated
thanks.
03-24-2013 12:52 PM - edited 03-24-2013 12:52 PM
did you log the raw response from authorize.net(e.g. 3.1,1,1,This transaction has been approved....)?
if the response code is 1 even without authorization_code should be ok.
03-24-2013 01:17 PM