Card To Card Gateway For EDD

Описание

This plugin adds Card to Card payment functionality to Easy Digital Downloads. Customers can transfer money to a specified card number after purchase and submit their transaction details. Orders will be confirmed by the site administrator after review.

Features:
— Add Card to Card payment gateway to Easy Digital Downloads
— Allow customers to submit tracking and reference numbers
— Send order notifications to Telegram (optional)
— Display Card to Card information in order management
— Upload destination bank icon
— Record card holder name

External Services

This plugin uses the Telegram Bot API to send store/admin notifications during order events in Easy Digital Downloads.

Data sent includes:
— Order total
— Order status
— Customer email (if available)

This data is sent when a new payment is completed or fails.

Service: Telegram Bot API
Terms of Service: https://telegram.org/tos
Privacy Policy: https://telegram.org/privacy

Скриншоты

  • Card to Card payment gateway interface
  • Plugin settings page
  • Payment information in EDD orders page

Установка

  1. Download and extract the plugin.
  2. Upload the card-to-card-gateway-for-edd folder to the wp-content/plugins/ directory.
  3. Activate the plugin through the WordPress dashboard.
  4. Go to Downloads > Settings > Payment Gateways and configure the Card to Card settings.

Часто задаваемые вопросы

Does this plugin automatically confirm payments?

No, payments must be reviewed and confirmed by the site administrator after being submitted by the customer.

Can I send notifications to Telegram?

Yes, you can enter your Telegram bot token and Chat ID in the plugin settings to send order notifications.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Card To Card Gateway For EDD» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Card To Card Gateway For EDD» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «Card To Card Gateway For EDD» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.3.6

  • Improved mobile responsive design: Tracking code and reference number fields now stack vertically on mobile devices instead of appearing side by side
  • CSS optimization: Removed all inline styles from PHP code and moved them to external CSS file for better performance
  • Enhanced maintainability: Separated HTML structure from styling by creating dedicated CSS classes
  • Improved code organization: Added structured CSS classes for all form elements (container, bank section, icons, buttons, inputs, labels)
  • Better performance: Eliminated inline styles to reduce HTML size and improve page load times
  • Enhanced mobile compatibility: Optimized responsive design with proper CSS media queries
  • Cleaner codebase: Achieved complete separation of concerns between HTML and CSS

1.3.3

  • Security improvements: Fixed potential XSS vulnerabilities with comprehensive output escaping
  • Improved nonce verification order to prevent early access to $_GET
  • Enhanced input validation and sanitization throughout the plugin
  • All user inputs and outputs are now properly escaped using WordPress security functions
  • Improved permission checks and error handling

1.3.2

  • Comprehensive security improvements (input sanitization, validation, output escaping, Nonce security)
  • Fixed inline script and style issues for improved performance and security

1.2

  • Card number formatting with dashes

1.1

  • Optimized settings in EDD

1.0

  • Initial plugin release