The merchant’s server must return the response on accepting the passed fields. If the response is ok, the transaction processing will continue. Otherwise, the processing will cease and an error message will be sent.

The response must be in the following format MIME:

  • text/html

The response contains one word:

Positive: yes, ok, accept
Negative: no, cancel, error, reject

Other responses will be considered error.

  • text/xml

The response must be in XML format:

 
<?xml version="1.0" encoding="utf-8" ?>
<serverResponse>
<responseResult accept="true|false" />
</serverResponse>