Simple PAY.JP Payment

Description

This plugin provides payment form by PAY.JP with simple shortcode.

Note:
The supported currency is only JPY so far.

Example of Shortcode:

[simple-payjp-payment amount=50 form-id="id-string" name='no' result-ok="https://example.tokyo/?page_id=7" result-ng="https://example.tokyo/?page_id=8" ]
  • amount (mandatory*): price in JPY
  • plan-id (mandatory*): subscription plan ID
  • form-id (mandatory): any ID of the form
  • name: show/hide name field (‘yes’ => show (default), ‘no’ => hide)
  • result-ok: page url to redirect after payment succeeded if you want to customize success message
  • result-ng: page url to redirect after payment failed if you want to customize failure message
  • prorate: disabled/enabled prorated for subscription payment (‘no’ => not prorated (default), ‘yes’ => prorated)

(*) ‘amount’ is mandatory for single payment. ‘plan-id’ is mandatory for subscription payment. ‘amount’ and ‘plan-id’ should be exclusive.

You can confirm these information of each payments in descripton property of Charge record on PAY.JP admin panel.

Only one shoutcode can be placed in a page.

API

Action hook

  • simplepayjppayment_result_ok: called after payment succeeded
  • simplepayjppayment_result_ng: called after payment failed

Localization

  • English (default) – always included
  • Japanese – always included

Technical Details

How to use is summalized in the following page:
WordPressプラグイン Simple PAY.JP Payment

About the 3D Secure Feature

  • This feature utilizes a pre-release version of the library provided by PAY.JP, which may result in potential issues or malfunctions.
  • Depending on the default settings of the browser or user-specific configurations, the pop-up blocking feature might be enabled. If 3D Secure authentication is attempted in a subwindow format under such conditions, the subwindow launch may be blocked, making authentication impossible.

Disclaimer

Thank you for using the “Simple PAY.JP Payment” plugin (hereinafter referred to as “this plugin”). Please carefully read the following disclaimer before using this plugin. By using this plugin, you agree to the terms outlined below.

  1. User Responsibility
    This plugin is provided “as is” without warranties of any kind, either express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, or non-infringement. The developer assumes no responsibility for any issues or damages arising from the use of this plugin. Users are responsible for configuring and operating the plugin at their own risk.

  2. Responsibility for Financial Transactions
    The developer assumes no responsibility for any financial transactions conducted using this plugin. It is the user’s sole responsibility to verify the accuracy and security of transactions. We strongly recommend seeking legal advice as needed.

  3. Data Protection and Security
    While this plugin is designed with data protection and security in mind, complete safety cannot be guaranteed. Users are advised to implement appropriate security measures, such as installing SSL certificates and performing regular backups.

  4. Support and Updates
    This plugin is subject to ongoing improvement and may be updated or modified without prior notice. However, the developer does not guarantee compatibility with specific environments or the functionality of the plugin after updates.

  5. Use of Third-Party Services
    This plugin may utilize third-party payment services or APIs. The developer is not responsible for any issues arising from these services, including service interruptions, errors, or security risks. Please review the terms and conditions of any third-party services you use in conjunction with this plugin.

Installation

  1. Unpack the download package.
  2. Upload all files to the /wp-content/plugins/ directory.
  3. Activate this plugin in \”Plugin\” menu.

Reviews

Jawza 5, 2022
感動的なまでに簡単にpay.jpをWordPressサイトに実装できました。 本当におすすめのプラグインです! 実装方法に迷ったら,ひとまずこちらを利用することをお勧めします。
Read all 3 reviews

Contributors & Developers

“Simple PAY.JP Payment” is open source software. The following people have contributed to this plugin.

Contributors

“Simple PAY.JP Payment” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Simple PAY.JP Payment” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.0

Add 3D secure support

1.2.0

Add action hook ‘simplepayjppayment_result_ok’ and ‘simplepayjppayment_result_ng’

1.1.0

Add prorated for subscription payment

1.0.0

Increase amount limit to 3,000,000 yen

0.2.0

Add subscription payment

0.1.7

Security update

0.1.6

Add redirection option after payment to customize success/failure message

0.1.5

Align settings order to that on PAY.JP API panel

0.1.4

Change redirect process

0.1.3

Add name field

0.1.2

Fix multiple post issue by reload

0.1.1

Fix readme.txt

0.1.0

Initial release