PayTheFly Crypto Gateway

外掛說明

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:

  1. Install and activate the plugin
  2. Configure your PayTheFly API credentials in Settings
  3. Add payment buttons using blocks, shortcodes, or the content filter
  4. 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

  1. Clone the repository
  2. Install dependencies: pnpm install
  3. 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.

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • PayTheFly Payment

安裝方式

  1. Upload the paythefly-crypto-gateway folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > PayTheFly to configure your API credentials

常見問題集

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.

How do I add a payment button?

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

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈PayTheFly Crypto Gateway〉的開發相關工作。

參與者

將〈PayTheFly Crypto Gateway〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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