Get a Free Custom Quote

Name
City / State
Email
Phone
Were you referred by Chase Bank?
How much credit do you process monthly?

No Hidden Fees!

Join Our Mailing List

e-mail address:


Status Codes Print E-mail
Structure
<transaction_response>
   <AuthorizationNumber /> 
   <TransactionId /> 
   <AVSStatus />
   <CVStatus />
   <ReturnCode /> 
   <Status /> 
   <StatusMessage /> 
</transaction_response>
ReturnCode
1Transaction is successful
0Transaction Failed
Status
AUTHThe transaction has been approved
DENY The transaction has been denied
CALLThe transaction has been temporarily suspended for further inspection or has been declined. Call merchant account provider for possible authorization number.
AUTOVOIDThe transaction was approved but the either the AVS or CV verification has failed and transaction has been voided according to merchant configuration setting.
AVSStatus
GOODAll data sent was correct
BADAll data sent was incorrect
STREETStreet verification failed
ZIPZip Code verification failed
UNKNOWNResult unknown should be treated as successful, as it's most likely that an issuing bank didn't support AVS or CV data.
CVStatus
GOODAll data sent was correct
BADAll data sent was incorrect
UNKNOWNResult unknown should be treated as successful, as it's most likely that an issuing bank didn't support AVS or CV data.
  

Note: program decision logic should not be based on StatusMessage. This field should only be used for additional information only.