Versions Compared

Key

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

...

Note
titleDeclined responses are not errors

Do not trigger an error response for declined payments, Blesta will automatically issue the appropriate error.

Setting Errors

Code Block
languagephp
$this->Input->setErrors($this->getCommonError("unsupported"));

 

Merchant Interfaces

There are four merchant gateway interfaces, each with its own unique set of method requirements. A payment gateway must implement at least one of these interfaces.

...