Pay with Pay.jp
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Pay with Pay.jp provides integration with the Pay.jp payment gateway of Japan.
This module uses the Pay.jp PHP library provided by Pay.jp
to carry out the integration along with payment gateway.
This module provides functionality which can be extended depending upon the project requirement.
Clone Repository:
git clone --branch 7.x-1.x git://git.drupal.org/sandbox/aniki47/2656004.git pay_with_pay_jp
REQUIREMENTS
This module requires the following modules:
* Libraries (https://www.drupal.org/project/libraries)
And a PHP library:
* Pay.jp PHP library which can be downloaded as zip file here.
INSTALLATION
1. Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/documentation/install/modules-themes/modules-7
for further information.
2. Place the Payjp PHP library in the DRUPAL_ROOT/sites/all/libraries/
directory. Rename the unzipped library folder name to 'payjp'.
CONFIGURATION
* Go to Administration » Configuration » Services » Payjp module settings:
Set the Secret API Key accordingly.
Choose the environment depending the upon, whether the site is in Development
phase or production phase.
According to the modules you enabled, you can now start using the payment
gateway depending upon the project requirement
Further documentation about the Pay.jp payment gateway can be found at: https://pay.jp/docs/api/?php#introduction
