Simple PAY.JP Payment free WordPress plugin
Description
Simple PAY.JP Payment free WordPress plugin
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
(*) ‘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.
Localization
English (default) – always included
Japanese – always included
Technical Details
How to use is summalized in the following page:
WordPressプラグイン Simple PAY.JP Payment