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 RedirectResponseInterface

Redirect Response interface

This interface class defines the functionality of a response that is a redirect response. It extends the ResponseInterface interface class with some extra functions relating to the specifics of a redirect response from the gateway.

Omnipay\Common\Message\RedirectResponseInterface implements Omnipay\Common\Message\ResponseInterface

Direct known implementers

Omnipay\VivaPayments\Message\RedirectResponse
Namespace: Omnipay\Common\Message
See: Omnipay\Common\Message\ResponseInterface
Located at Common/Message/RedirectResponseInterface.php
Methods summary
public string
# getRedirectUrl( )

Gets the redirect target url.

Gets the redirect target url.

Returns

string
public string
# getRedirectMethod( )

Get the required redirect method (either GET or POST).

Get the required redirect method (either GET or POST).

Returns

string
public array
# getRedirectData( )

Gets the redirect form data array, if the redirect method is POST.

Gets the redirect form data array, if the redirect method is POST.

Returns

array
public
# redirect( )

Perform the required redirect.

Perform the required redirect.

Methods inherited from Omnipay\Common\Message\ResponseInterface
getCode(), getMessage(), getRequest(), getTransactionReference(), isCancelled(), isRedirect(), isSuccessful()
Methods inherited from Omnipay\Common\Message\MessageInterface
getData()
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen