Experimental project
This is a sandbox project, which contains experimental code for developer use only.
This module provides Pay2Pay payment gateway for Drupal Commerce. Pay2Pay allows you to perform payments using various payment services like PayPal, WebMoney, QIWI, Yandex.Money, RBK Money, LiqPay etc
Registering
Before using that module you need to register on
http://www.pay2pay.com/?page=registration and in the admin panel of the shop
you need to fill fields, which are used during module configuration:
- Secret key - random symbols used to sign messages during redirect
- Hidden key - random symbols used to sign hidden messages on Result URL;
- API key - random symbols used in keys of expanding module functionality by module developers.
Installation
- Copy module directory in default module directory (sites/all/modules by default) and enable it on the modules page (Administration/Modules).
- Go to the settings page of the payment methods (Administration/Store/Configuration/Payment methods).
- Click on edit link and in the Actions area choose Edit next to "Enable payment method: Pay2Pay";
- Configure payment methods filling all required fields:
- Merchant ID: ID of your shop in Pay2Pay (you can find that in your account details);
- Secret Key;
- Hidden Key;
- Test mode;
- Copy to settings of your shop on Pay2Pay.com site data from following fields:
- Success URL: URL to redirect user after success payment;
- Fail URL: URL to redirect user to when payment failed;
- Result URL: URL to notify about payment status;
- Save changes.
To check settings you need to perform test payments (money won't be charged).
In the admin panel of the shop in pay2pay.com site, the status of performed
payments will have status "Completed".
To switch to production mode you need to contact with pay2pay manager.
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Created by pay2pay on , updated
