CubeWP Wallet
CubeWP Wallet is a feature-rich plugin designed primarily for developers and themes, allowing them to integrate a wallet system into their websites. With CubeWP Wallet, you can enable transactions to be added to a user’s wallet, provide withdrawal functionality, and even implement commission charges. This plugin provides a flexible and customizable solution for managing virtual wallets on your WordPress site. Features: Insert Transactions into Wallet: Developers and theme designers can easily incorporate the ability to add transactions into a user’s wallet using the provided coding examples. This feature enables users to deposit funds into their wallet for future use. Withdrawal Functionality: Users can conveniently withdraw funds from their wallet as needed. This provides them with the flexibility to utilize their wallet balance for various purposes within your website. Commission Charging: Admins have the option to apply commission charges on wallet transactions. This feature allows you to monetize the wallet system by deducting a percentage or fixed amount as a commission from each transaction. Dispute Request for Refund: Customers can create dispute requests for refunding a specific transaction. This functionality ensures that users have recourse in case of any issues or discrepancies with their wallet transactions. Insert Transaction into Wallet Example Code: $parameters = array( ‘amount’ => 100, // Amount to add into the wallet { numeric } [ Required ] ‘post_id’ => 1, // Add a post ID to this record { Post ID } [ Required ] ‘order_id’ => 1, // Add an order ID to this record { Order ID } [ Optional ( Cannot be null ) ] ‘vendor_id’ => 1, // Identify the user who will receive this amount { User ID } [ Optional ( post author will be used as a replacement ) ] ‘currency’ => ‘Rs’, // Specify the currency symbol { String } [ Optional ( CubeWP settings will be used as a replacement ) ] ‘commission’ => array( // Get a commission on the amount { array | false } [ Optional ( CubeWP settings will be used as a replacement ) ] ‘commission_type’ => ‘percentage’, // Commission type { percentage | fixed } [ Optional ( CubeWP settings will be used as a replacement ) ] ‘commission_value’ => ’25’ // Commission value { numeric } [ Optional ( CubeWP settings will be used as a replacement ) ] ), ‘on_hold’ => array( // Hold the amount for a specific number of days before it is available for withdrawal { Array | False } [ Optional ( CubeWP settings will be used as a replacement ) ] ‘hold_period’ => ‘7’ // Specify the hold amount period in days { numeric } [ Optional ( CubeWP settings will be used as a replacement ) ] ) ); CubeWp_Wallet_Processor::cubewp_add_funds_to_wallet( $parameters ); Please note that integrating CubeWP Wallet into your website requires coding knowledge as shown in the example above. Developers and theme designers can utilize this code to add transaction functionality to the wallet system. We hope you find CubeWP Wallet Plugin helpful in managing virtual wallets on your website. For any questions, feedback, or assistance, please contact our support team at [support email or contact form]. Note: CubeWP Wallet Plugin may require additional setup and configuration based on your specific requirements.
Top keywords
- wallet20×4.25%
- cubewp13×2.76%
- commission10×2.12%
- id8×1.70%
- optional8×1.70%
- amount7×1.49%
- replacement7×1.49%
- add6×1.27%
- cubewp settings6×1.27%
- cubewp wallet6×1.27%
- optional cubewp6×1.27%
- optional cubewp settings6×1.27%
Simple PAY.JP Payment
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 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. 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. 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. 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. 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. 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.