Class Mobilpay_Payment_Request
This class can be used for accessing mobilpay.ro payment interface for your configured online services
Located in /sources_custom/mobilpay/Request.php (line 13)
m_confirm_url (Optional) - URL of the seller that will be requested when mobilpay.ro will make a decision about payment (e.g. confirmed, canceled). If it is not supplied the application will use confirm URL configured for the specified service in control panel
m_first_name (Optional) - First name of the customer.
m_last_name (Optional) - Last name of the customer.
m_msisdn (Optional) - MSISDN (mobile phone numner) of the customer. If it's supplied it should be in 07XXXXXXXX format.
If it's supplied mobilpay.ro will use it for checking if payment is allowed for the specified service automaticaly
m_params (Optional) - additional parameters sent to mobilpay.ro secure payment portal
m_return_url (Optional) - URL where the user is redirected from mobilpay.Ro payment interface when the transaction is canceled or confirmed. If it is not supplied the application will use return URL configured for the specified service in control panel
m_service (Mandatory) - signature received from mobilpay.ro thet identifies the online service for which you are requesting a payment
m_signatue (Mandatory) - signature received from mobilpay.Ro that identifies merchant account
m_timetsamp (Mandatory) - merchant's site datetime when the transaction was generated expressed as YYYYMMDDhhmmss
m_tran_id (Mandatory) - payment transaction generated by seller; helps seller to interpret a request to return url; it should be unique for the specified service
access Mobilpay.Ro secure payment portal
Documentation generated on Sun, 02 Jan 2011 23:23:44 +0000 by phpDocumentor 1.4.3