Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Declined + Reason of declined

Code

Explanation

000

Transaction charged

200Transaction already paid.

701

801

Request missing company token

802Company

token does not existWrong CompanyToken

803

No request or error in Request type name

804

Error in XML

901

Request missing mandatory fields – fieldname

902

Data mismatch in one of the fields – fieldname

903

No such transaction

904

No country defined for transaction and it is mandatory

905

Transaction already charged.

950

Request missing transaction level mandatory fields950

Request missing mandatory fields – fieldname

951

Data mismatch - Transaction Token

999Transaction Declined - Explanation

 

Respond example:


Code Block
languagexml
titleresponse example
<?xml version="1.0" encoding="utf-8"?>
<API3G>
 <Result>000</Result>
 <ResultExplanation>Transaction charged </ResultExplanation>
</API3G>

...