Versions Compared

Key

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

...

Code

Explanation

000

Transaction charged

701

Declined + Reason of declined

801

Request missing company token

802

Company token does not exist

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 fields

 

Respond example:


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

...