PAYMILL for WordPress

PAYMILL for WordPress

Requires:

  • PHP 5.3 or higher
  • WordPress 4.8.x or higher
  • CuRL PHP extension

Supported Shops including subscriptions support:

  • WooCommerce (2.6.13) + WooCommerce Subscriptions (2.0.13)
  • Magic Members (1.8.x)
  • Pay Button (independent, light-weight payment form)

Supported Shops without subscriptions support (yet):

  • ShopPlugin (1.3.5)
  • MarketPress (2.9.x)
  • Cart66 Lite (1.5.1.17)

Service Description

PAYMILL offers the fastest and easiest way to accept payments online. The innovative payment solution enables online businesses and services to integrate payments into their websites within a very short time. The developer-friendly REST API is flexibly integrable. Customize the check-out process the way you want or use the PAYMILL PayButton which allows an even easier integration. Super-fast account activation within a few days only. Top-notch customer support. Subscriptions supported and Mobile SDKs for iOS and Android available. Accept payments in up to 100 currencies. All major card brands like MasterCard, VISA, American Express, Diner’s Club, Maestro etc. supported. Available in 40 countries across Europe so far.

Pay Frame

We’ve introduced a “payment form” option for easier compliance with PCI requirements.

In addition to having a payment form directly integrated in your checkout page, you
can use our embedded PayFrame solution to ensure that payment data never
touches your website.

PayFrame is enabled by default, but you can choose between both options in the
plugin settings. Later this year, we’re bringing you the ability to customise the
appearance and text content of the PayFrame version.

To learn more about the benefits of PayFrame, please visit our FAQ:
https://www.paymill.com/en/faq/how-does-paymills-payframe-solution-work

Team

End of Service

Please note, that there is currently no support available for this plugin through it’s creators, the straightvisions GmbH. Reason is that service contract with Paymill has not been renewed, there are currently no updates or patches ordered or planned for this repository. If you have any questions or issues using this plugin, please contact Paymill support directly.

Missing a feature?

Please use the plugin support forum here on WordPress.org. We will add your wished – if realizable – on our todo list. Please note that we can not give any time estimate for that list or any feature request.

Paid Services

Nevertheless, feel free to hire the plugin author Matthias Reuter info@straightvisions.com if you need to:

  • get a customization
  • get a feature rapidly / on time
  • get a custom WordPress plugin developed to exactly fit your needs.

Troubleshooting

Error: Paymill can be loaded once only on the same page.

This error is self explaining but still might be a bit confusing, as some users will be sure that there is no doubled call of the payment form. There actually is one. For example: you may have the Paybutton widget in a sidebar which is loaded, but hidden by a sidebarmanager. In most cases, some plugins or themes cause this issue, so you may want to try deactivating all plugins except Paymill and try a default theme. Our development site is using Mystile from Woothemes, a free theme which is also certified for WooCommerce compatibility.

When logging into Paymill Dashboard, once activated Test Mode is switched back to Live Mode

Test Mode and Live Mode are both always active simultaneously. Even if the Dashboard is showing Live Mode upon (re-)login per default, both modes remain active, even when switching to Test Mode and vice versa.

How can I log API Requests for Subscription Handling?

If you feel subscriptions are not handled as intended, you’ll find logs in directory /wp-content/paymill/lib/debug/
You may need to CHMOD 777 logging files to enable logging.

What will be logged when enabling plugin logging*

  • all PHP Errors and Notices since start of the plugin
  • supported and activated webhooks
  • Subscription Cancellation through WooCommerce
  • Subscription Pause (on Hold) through WooCommerce
  • Subscription Reactivation through WooCommerce

There is a manual included in English and German as PDF. But in short:

  1. Upload paymill-directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Register a free account on https://www.paymill.com/
  4. Insert TEST Api Keys for testing purposes in plugin settings
  5. Integrate the widget somewhere in your wordpress. Without one of the supported shops, the easiest method is the pay button, available in the admin interface at Design » Widgets, or as a shortcode (see FAQ) for individual pages.
  6. Play around in test mode.
  7. If you are happy how the plugin works, enable your live account on https://www.paymill.com/ – this could take a couple of days.
  8. After your paymill account has been activated for LIVE mode, switch your account to live and replace your TEST API Keys with your LIVE API Keys in plugin settings.

سوالات متداول

Is this plugin for free?

This plugin is for free and licensed to GPL.
It’s open source following the GPL policy.

How can I revert all changes or reset the plugin?

Paymill for WordPress brings an uninstall routine which allows completely removing all data generated by the plugin from WordPress. This is a great feature for a plugin reset, too which helps if there were upgrade or go live issues. You just have to go to your WordPress Admin Dashboard -> Plugins Overview and deactivate Paymill for WordPress. After that, a “delete” Link will appear which allows completely removing Paymill for WordPress.

Does this plugin calls to another server?

Yes. As Pamill is a payment service provider, it is absolutely required to call home to make sure that the payments are valid.
We are talking about three different reasons for calling home:

  1. PAYMILL Javascript Bridge makes sure that payment data is correct and creates a payment token delivered to your server after checkout. This avoids delivering payment data to your server, what is -in most cases- absolutely prohibited by all common credit card providers.
  2. PAYMILL PHP Bridge finishes the order and delivers the generated token to the PAYMILL server.
  3. For security purposes there is a feature which delivers WordPress version number and PAYMILL Plugin version number upon payment process. This will give us the ability to warn paymill merchants who are using a very outdated WordPress version or about known security holes in specific version when still using them.
Are there any fees for payments?

Merchants must create an account on https://www.paymill.com/ to use the payment service.
The TEST mode is for free, but there are “per payment” fees in LIVE mode, see https://www.paymill.com/en-gb/pricing/

Do customers need to create an account for payment?

No. PAYMILL allows payments without annoying your customers creating an account.
They’ll just fill out the payment fields on your checkout-page – that’s all.

Does this plugin redirects the users to PAYMILL for payment?

No. PAYMILL allows payment directly through your website without any extra redirects etc.

Does this plugin supports 3D secure?

Yes. Please note that you can test 3D secure feature on LIVE mode only.
The TEST mode always gives a positive feedback on 3D secure.

Which Credit Cards are supported?

Depending on your country and account status, the following credit card provider are currently supported: American Express, CB, Diners Club, Discover, JCB, Maestro, MasterCard, VISA

What is SEPA and why it’s supported?

SEPA is a European banking service and stands for “Single Euro Payments Area”.
This is a very convenience payment solution for European users, as credit cards are not very common in Europe compared to e.g. USA.

Is there a update-safe way to edit language files?

Yes, just copy language files from /wp-content/plugins/paymill/lib/translate/ as draft to customize into /wp-content/languages/paymill/

Can I use shortcodes to display the Pay Button?

Yes, here’s an example shortcode with all currently available parameters: ‘[paymill_pb title=”test title” products_list=”1,2″]’

Are there actions/filters/hooks in the Pay Button?

Yes, all of them have 1 parameter as array with several vars.
You may use var_dump to get their content and structure.

actions
  • paymill_paybutton_client_created
  • paymill_paybutton_client_updated
  • paymill_paybutton_subscription_created
  • paymill_paybutton_order_complete
filters
  • paymill_paybutton_order_desc
  • paymill_paybutton_client_desc
  • paymill_paybutton_email_text
How can I customize the Pay Button?

The Pay Button is made for customizing and you should make intensive use of CSS to cutomize it.

Additionally, you may want to replace the default order form with your own. Create a
custom theme file on ‘THEME_DIR/paymill/pay_button.php’ (it will replace ‘/paymill/lib/tpl/pay_button.php’)

Does WooCommerce Subscriptions Integration allows setup fees? How are Coupons applied?

Yes, but it’s working through a workaround. There are two transactions made, one for the subscription and one for initial fee.
Subscriptions fee cannot be changed, even through coupons. Please be aware that coupons are working on initial fee only.

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
هیچ نسخه‌ای برای این آیتم موجود نیست.
★★★★★
★★★★★
4.5 /5 (16 نظر)

قیمت:

رایگان

نگارش

آخرین انتشار

19 اردیبهشت 1405

آخرین بروزرسانی

3 ماه پیش

نصب های فعال

30+

نگارش وردپرس

وردپرس 4.7+

تست شده از نسخه

وردپرس 4.8.28

نگارش PHP

-

نسخه ها

0 نسخه