Linux 软件免费装
Banner图

Simple PAY.JP Payment

开发者 koyacode
更新时间 2025年2月13日 09:24
PHP版本: 5.6 及以上
WordPress版本: 6.7
版权: GPL2
版权网址: 版权信息

标签

payment e-commerce shopping credit card payment request

下载

1.3.0 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.1.6 0.1.7 0.2.0 1.0.0 1.1.0 0.1.0 1.2.0 1.3.1

详情介绍:

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' 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.

安装:

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

更新日志:

1.3.1 Change PAY.JP Checkout from the pre-release 3D Secure compatible version to the official version 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