Package blesta\components\gateways
| Gateway | Abstract class that all Gateways extend through MerchantGateway or NonmerchantGateway |
| Gateways | Factory class for creating Gateway objects |
| MerchantGateway | Abstract class that all Merchant Gateways must extend |
| NonmerchantGateway | Abstract class that all Nonmerchant Gateways must extend |
| MerchantAch | Merchant ACH processing interface. Defines all methods that an ACH payment gateway must implement. Note: not all methods are required to be supported. |
| MerchantAchOffsite | Merchant ACH offsite processing interface. Defines all methods that an ACH offsite payment gateway must implement. Note: not all methods are required to be supported. |
| MerchantCc | Merchant Credit Card processing interface. Defines all methods that a credit card payment gateway must implement. Note: not all methods are required to be supported. |
| MerchantCcForm | Merchant Credit Card custom form interface. Defines all methods that a credit card form payment gateway must implement. |
| MerchantCcOffsite | Merchant Credit Card offsite processing interface. Defines all methods that a credit card offsite payment gateway must implement. Note: not all methods are required to be supported. |