cancel
Showing results for 
Search instead for 
Did you mean: 

Card Present Real World Use Problem

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.

 

 

 

 

 

rotem
Member
2 REPLIES 2

any1 ?

its a real life problem !

happens on the live server

any help will be apprciated

thanks.

rotem
Member

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.