PHP Classes

PHP Interface to Webmoney: Submit payment requests to Webmoney

Recommend this page to a friend!

  Author Author  
Picture of Vagharshak Tozalakyan
Name: Vagharshak Tozalakyan <contact>
Classes: 22 packages by
Country: United States United States
Age: 43
All time rank: 61 in United States United States
Week rank: 38 Down3 in United States United States Down
Innovation award
Innovation award
Nominee: 7x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package can be used to submit payment requests to the Webmoney.ru or wmtransfer.com sites.

It can setup a Web form with all the details to submit a payment request.

It can also validate and handle responses to payment pre-requests, notifications and results.

Details
Before starting to work with this class you need: 1) reqister a Webmoney account at http://www.webmoney.ru or http://www.wmtransfer.com; 2) set up a number of parameters at https://merchant.webmoney.ru or https://merchant.wmtransfer.com regulating the receipt of payments and notification about payments. For detailed information about Webmoney merchant system, please reffer the Detailed Guide at https://merchant.wmtransfer.com/conf/guide.asp webpage. class WM_Request var $payee_purse = ''; var $payment_amount = 0.0; var $payment_no = -1; var $payment_desc = ''; var $sim_mode = -1; var $result_url = ''; var $success_url = ''; var $success_method = -1; var $fail_url = ''; var $fail_method = -1; var $payment_creditdays = -1; var $extra_fields = array(); var $action = 'https://merchant.wmtransfer.com/lmi/payment.asp'; var $btn_label = 'Pay Webmoney'; function SetForm($output = true) class WM_Prerequest var $payee_purse = ''; var $payment_amount = ''; var $payment_no = ''; var $mode = ''; var $payer_wm = ''; var $paymer_number = ''; var $paymer_email = ''; var $telepat_phonenumber = ''; var $telepat_orderid = ''; var $payment_creditdays = ''; var $extra_fields = array(); function GetForm() class WM_Notification var $payee_purse = ''; var $payment_amount = ''; var $payment_no = ''; var $mode = ''; var $sys_invs_no = ''; var $sys_trans_no = ''; var $payer_purse = ''; var $payer_wm = ''; var $paymer_number = ''; var $paymer_email = ''; var $telepat_phonenumber = ''; var $telepat_orderid = ''; var $payment_creditdays = ''; var $hash = ''; var $sys_trans_date = ''; var $secret_key = ''; function GetForm() function CheckMD5($payee_purse, $payment_amount, $payment_no, $secret_key) class WM_Result var $payment_no = ''; var $sys_invs_no = ''; var $sys_trans_no = ''; var $sys_trans_date = ''; var $method = WM_POST; function GetForm()

  Classes of Vagharshak Tozalakyan  >  PHP Interface to Webmoney  >  Download Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Interface to Webmoney
Base name: webmoney
Description: Submit payment requests to Webmoney
Version: 1.0.0
PHP version: -
License: GNU General Public License (GPL)
All time users: 1661 users
All time rank: 2360
Week users: 1 user
Week rank: 154 Up
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image E-Commerce Online stores, shopping baskets and payment methods View top rated classes


  User ratings  
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: Good (81%) Sufficient (75%) Not sure (50%) Good (81%) - - Sufficient (61%) 1243
Month: Not yet rated by the users

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imagesample (4 files)
Plain text file webmoney.inc.php Class Source code
Accessible without login Plain text file readme.txt Doc. Readme file

  Files folder image Files  /  sample  
File Role Description
  Accessible without login Plain text file fail.php Example Example
  Accessible without login Plain text file request.php Example Example
  Accessible without login Plain text file result.php Example Example
  Accessible without login Plain text file success.php Example Example

Install with Composer Install with Composer - Download Download all files: webmoney.tar.gz webmoney.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Files folder imagesample (4 files)
Plain text file webmoney.inc.php Class Source code
Accessible without login Plain text file readme.txt Doc. Readme file

  Files folder image Files  /  sample  
File Role Description
  Accessible without login Plain text file fail.php Example Example
  Accessible without login Plain text file request.php Example Example
  Accessible without login Plain text file result.php Example Example
  Accessible without login Plain text file success.php Example Example

Install with Composer Install with Composer - Download Download all files: webmoney.tar.gz webmoney.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.