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

  • AbstractRequest
  • AbstractResponse

Interfaces

  • FetchIssuersResponseInterface
  • FetchPaymentMethodsResponseInterface
  • MessageInterface
  • NotificationInterface
  • RedirectResponseInterface
  • RequestInterface
  • ResponseInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface NotificationInterface

Incoming notification

Omnipay\Common\Message\NotificationInterface implements Omnipay\Common\Message\MessageInterface
Namespace: Omnipay\Common\Message
Located at Common/Message/NotificationInterface.php
Methods summary
public string
# getTransactionReference( )

Gateway Reference

Gateway Reference

Returns

string
A reference provided by the gateway to represent this transaction
public string
# getTransactionStatus( )

Was the transaction successful?

Was the transaction successful?

Returns

string

Transaction status, one of Omnipay\Common\Message\NotificationInterface::STATUS_COMPLETED, #STATUS_PENDING, or #STATUS_FAILED.

public string
# getMessage( )

Response Message

Response Message

Returns

string
A response message from the payment gateway
Methods inherited from Omnipay\Common\Message\MessageInterface
getData()
Constants summary
string STATUS_COMPLETED
# 'completed'
string STATUS_PENDING
# 'pending'
string STATUS_FAILED
# 'failed'
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen