PaymentResponse
Extends \GeneralResponse
The PaymentResponse class contains a generalResponse object and the location(URL), which will be used for the payment session
author
|
mPAY24 GmbH <support@mpay24.com> |
version
|
$Id: MPay24Api.php 5522 2013-06-24 13:08:35Z anna $ |
filesource
|
MPay24Api.php |
license
|
http://ec.europa.eu/idabc/eupl.html EUPL, Version 1.1 |
Methods
Sets the values for a payment from the response from mPAY24: mPAY transaction ID, error number and location (URL)
PaymentResponse(string $response)
inherited
Arguments
$response
string
The SOAP response from mPAY24 (in XML form)
Get the location (URL), returned from mPAY24
getLocation()
inherited
Get the object, that contains the basic values from the response from mPAY24: status and return code
getGeneralResponse()
inherited
Properties
An object, that represents the basic values from the response from mPAY24: status and return code
generalResponse
An URL (of the mPAY24 payment fenster), where the customer would be redirected to, in case of successfull request
location