Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added notice about PostalMethods error

...

OptionDescription
API KeyYour PostalMethods API key.
Test ModeCheck to enable test mode (will not actually delivery invoices).
Include a Reply EnvelopeCheck to include a reply envelope. If checked, all invoices will be delivered in black and white only.

...

Note
titleAre you receiving a '-1' error?

This may be because PostalMethods only supports old SSL protocols and ciphers which may not be disabled on your server. You can force the use of SSL3 by adding this line of code:

$this->setOption(CURLOPT_SSLVERSION, 3);

To components/delivery/postal_methods/postal_methods.php on line 233 just before:

$response = $this->Http->post(self::$url, $xml);

Accepted Payment Types

Some payment gateways support both Credit Card and ACH payments. These settings allow you to prevent users from submitting payments of a given type regardless of whether or not the gateways supports it. Check only the types you wish to accept.

...