Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

  • NativeGateway
  • RedirectGateway
  • RestGateway
  • Overview
  • Namespace
  • Class
  • Tree

Class RedirectGateway

Viva Payments Redirect (REST) Gateway

See RestGateway for all documentation about this gateway code.

Omnipay\Common\AbstractGateway implements Omnipay\Common\GatewayInterface
Extended by Omnipay\VivaPayments\RestGateway
Extended by Omnipay\VivaPayments\RedirectGateway
Namespace: Omnipay\VivaPayments
See: Omnipay\Common\AbstractGateway
See: Omnipay\VivaPayments\Message\AbstractRestRequest
Link: https://github.com/VivaPayments/API/wiki
Link: https://www.vivawallet.com/en-us/company
Located at RedirectGateway.php
Methods summary
public string
# getName( )

Get the gateway display name

Get the gateway display name

Returns

string
public Omnipay\VivaPayments\Message\RedirectPurchaseRequest
# purchase( array $parameters = array() )

Create a purchase request.

Create a purchase request.

Parameters

$parameters

Returns

Omnipay\VivaPayments\Message\RedirectPurchaseRequest
public Omnipay\VivaPayments\Message\RedirectAuthorizeRequest
# authorize( array $parameters = array() )

Create an authorize request.

Create an authorize request.

Parameters

$parameters

Returns

Omnipay\VivaPayments\Message\RedirectAuthorizeRequest
Methods inherited from Omnipay\VivaPayments\RestGateway
fetchTransactions(), getApiKey(), getDefaultParameters(), getMerchantId(), refund(), setApiKey(), setMerchantId()
Methods inherited from Omnipay\Common\AbstractGateway
__construct(), createRequest(), getCurrency(), getDefaultHttpClient(), getDefaultHttpRequest(), getParameter(), getParameters(), getShortName(), getTestMode(), initialize(), setCurrency(), setParameter(), setTestMode(), supportsAcceptNotification(), supportsAuthorize(), supportsCapture(), supportsCompleteAuthorize(), supportsCompletePurchase(), supportsCreateCard(), supportsDeleteCard(), supportsPurchase(), supportsRefund(), supportsUpdateCard(), supportsVoid()
Magic methods inherited from Omnipay\Common\GatewayInterface
authorize(), capture(), completeAuthorize(), completePurchase(), createCard(), deleteCard(), purchase(), refund(), updateCard(), void()
Properties inherited from Omnipay\Common\AbstractGateway
$httpClient, $httpRequest, $parameters
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen