Difference between revisions of "Webmoney"
Line 41: | Line 41: | ||
If payment is not processed, check for error in your Webmoney Keeper. | If payment is not processed, check for error in your Webmoney Keeper. | ||
=== payment 1.00 WM | === payment 1.00 WM via merchant.wmtransfer.com has failed. Error:Merchant's website is not available. HTTP_STATUS=404 === | ||
Edit Web_Url in /home/mor/config/environment.rb to correct value, e.g. to hostname/ip to which your users reach your site. | Edit Web_Url in /home/mor/config/environment.rb to correct value, e.g. to hostname/ip to which your users reach your site. | ||
NOTE: make backup of environment.rb before editing it, restart Apache after editing (/etc/init.d/httpd restart) |
Revision as of 13:39, 15 September 2009
This payment gateway is popular in Russia and neighboring countries. Now MOR users can use http://www.webmoney.ru/ to pay for services.
- Enabled: check it if you want to enable Webmoney for new signups and existing accounts.
- WebMoney purse: your purse ID consisting of a letter and twelve digits.
- WebMoney currency: currency for WebMoney
- Default Amount: default amount
- Min. Amount: minimal allowed transfer amount
- Test: check it if you want to test your online Webmoney transactions.
- WebMoney SIM MODE: testing mode
- WebMoney Secret Key: optional set of symbols which you entered when setting your purse. Make sure you have same key in WebMoney account.
- Skip Prerequest option skips additional prerequest from WebMoney.
WebMoney logic requires to prerequest payment before it sends final confirmation about successful payment (or failed).
Sometimes WebMoney does not send any info in prerequest. To avoid this situation this setting can be checked to complete payment.
It is against WebMoney rules and policy. Security level is decreased! USE IT AT YOUR OWN RISK!
Make sure in your WebMoney account you choose MD5 hash encoding. (Do not use SIGN encoding).
Technical details for implementation: https://merchant.webmoney.ru/conf/guide.asp
Troubleshooting
If payment is not processed, check for error in your Webmoney Keeper.
payment 1.00 WM via merchant.wmtransfer.com has failed. Error:Merchant's website is not available. HTTP_STATUS=404
Edit Web_Url in /home/mor/config/environment.rb to correct value, e.g. to hostname/ip to which your users reach your site.
NOTE: make backup of environment.rb before editing it, restart Apache after editing (/etc/init.d/httpd restart)