Descrição
PayTheFly allows you to easily accept cryptocurrency payments on your WordPress website. Simply integrate PayTheFly’s payment gateway and start accepting crypto payments from your customers.
Features:
- Easy cryptocurrency payment integration
- Gutenberg block support
- Shortcode support for classic editor
- REST API for seamless integration
- Admin dashboard for payment management
- Internationalization ready (i18n support)
Supported Cryptocurrencies:
PayTheFly supports various popular cryptocurrencies through its payment gateway.
How It Works:
- Install and activate the plugin
- Configure your PayTheFly API credentials in Settings
- Add payment buttons using blocks, shortcodes, or the content filter
- Receive cryptocurrency payments directly to your wallet
Development
This plugin uses modern JavaScript (React/TypeScript) for the frontend. The source code is publicly available on GitHub.
Source Code
GitHub Repository: https://github.com/moremorefun/wppay
The dist/assets/ directory contains compiled JavaScript files. The original source files are in the src/ directory of the repository.
Build Instructions
- Clone the repository
- Install dependencies:
pnpm install - Build for production:
pnpm build
Privacy Policy
This plugin connects to the PayTheFly payment service to process cryptocurrency payments. When a user initiates a payment, order data is sent to PayTheFly’s servers. Please refer to PayTheFly’s privacy policy at https://paythefly.com/privacy for more information.
Blocos
Este plugin inclui 1 bloco.
- PayTheFly Payment
Instalação
- Upload the
paythefly-crypto-gatewayfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > PayTheFly to configure your API credentials
Perguntas frequentes
-
Do I need a PayTheFly account?
-
Yes, you need to register at PayTheFly.com to get your API credentials.
-
Which cryptocurrencies are supported?
-
PayTheFly supports multiple popular cryptocurrencies. Check the PayTheFly website for the full list of supported currencies.
-
Is this plugin compatible with WooCommerce?
-
This is a standalone payment plugin. For WooCommerce integration, please check our dedicated WooCommerce gateway plugin.
-
You can use:
* The PayTheFly Gutenberg block in the block editor
* The[paythefly-crypto-gateway]shortcode in the classic editor
* The automatic content filter feature
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“PayTheFly Crypto Gateway” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “PayTheFly Crypto Gateway” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0.7
- Added EIP-712 payment signing for secure on-chain verification
- Added chain-specific configuration support
1.0.6
- Renamed main plugin file to follow WordPress naming convention (paythefly-crypto-gateway.php)
1.0.5
- Fixed database queries for WordPress < 6.2 compatibility (replaced %i placeholder)
- Added phpcs:disable comments for custom table queries
1.0.4
- Fixed PHP syntax errors: namespace/declare statements now correctly placed before ABSPATH check
- Added source code documentation with GitHub repository link
- Improved REST API permission callbacks with proper documentation
1.0.3
- Added direct file access protection to all PHP files
- Fixed WordPress.org plugin check requirements
1.0.2
- Improved security for REST API and database queries
- Added i18n support for JS translations
1.0.0
- Initial release