Interface GatewayInterface
Payment gateway interface
This interface class defines the standard functions that any Omnipay gateway needs to define.
Direct known implementers
Omnipay\Common\AbstractGatewayIndirect known implementers
Omnipay\Dummy\Gateway, Omnipay\VivaPayments\NativeGateway, Omnipay\VivaPayments\RedirectGateway, Omnipay\VivaPayments\RestGateway
Namespace: Omnipay\Common
See:
Located at Common/GatewayInterface.php
See:
Omnipay\Common\AbstractGateway
Located at Common/GatewayInterface.php
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
public
|
|
public
|
#
completeAuthorize( array $options = array()) (Optional method )
Handle return from off-site gateways after authorization |
public
|
|
public
|
|
public
|
#
completePurchase( array $options = array()) (Optional method )
Handle return from off-site gateways after purchase |
public
|
|
public
|
|
public
|
#
createCard( array $options = array()) (Optional method )
The returned response object includes a cardReference, which can be used for future transactions |
public
|
|
public
|