This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

NUAPAY WordPress Plugin

Description

The Nuapay eMandates plugin; Sign SEPA and BACS mandates online via your website and collect your Direct Debits using Nuapay.
Collect your Direct Debits using Nuapay and Sentenial.

shortcode

A sample shortcode is included below

[nuapay api_key="4d9x1x0798882x0b02c0a81017b3497cxxxxxxxxx95ffbeb0fcbb0" scheme_type="CORE" payment_type="RCUR" scheme_id="IE26ZZZ123456799" creditor_iban="IE73AIBK93310475555570" integration_type="REDIRECT"]

Parameter Details:

  • api_key identifies you the creditor this will be provided to you when you signup via nuapay.com
  • scheme_type describes the Scheme type you wish to sign mandates for examples are CORE,B2B and BACS
  • payment_type indicates this mandate can collect recurring payments
  • scheme_id the creditor scheme identifier
  • creditor_iban the collecting account you will be collecting the direct debits into
  • integration_type for now this plugin only supports redirect.

A sample shortcode for AISP flow is included below:

[nuapay-aisp api_key="1cec4fa01bda0e16d030ab21d56b5d91c0ada3a71c3675f1e05c2229990e1686" scheme_type="CORE" payment_type="RCUR" scheme_id="IE83ZZZSDDPLKA000000730864756545" creditor_iban="IE05PLKA00099978868455" integration_type="OVERLAY"]
  • api_key identifies you the creditor this will be provided to you when you signup via nuapay.com
  • scheme_type describes the Scheme type you wish to sign mandates for examples are CORE,B2B and BACS
  • payment_type indicates this mandate can collect recurring payments
  • scheme_id the creditor scheme identifier
  • creditor_iban the collecting account you will be collecting the direct debits into
  • integration_type

Parameter details:

A sample shortcode for PISP flow is included below:

[nuapay-pisp api_key="1cec4fa01bda0e16d030ab21d56b5d91c0ada3a71c3675f1e05c2229990e1686" scheme_id="IE83ZZZSDDPLKA000000730864756545" integration_type="OVERLAY"]

Parameter details:

  • api_key identifies you the creditor this will be provided to you when you signup via nuapay.com
  • scheme_id identifies your scheme
  • integration_type
    Optional:
  • amount (default: 0.01)
  • currency (default: GBP)
  • country_code (default: GB)
  • merchant_post_auth_url describes page where you will be redirected when process finish

query params

Sample supported query param(s) are included below.

id=XYZX

Query Param Details:

  • id The mandate id to use for the mandate, this is useful if you want to use a custom mandate reference in an email campaign for example.

Screenshots

  • This plugins configuration screen. You will be given your urls and API key when you sign up for the service via nuapay.com
  • This shows the shortcode that allows you to configure the sign button that will be rendered in your WordPress site. Details of each parameter are included in the shortcode section.
  • This Button is what a button looks like when rendered, it will take your templates style for buttons into account
  • This is the sample mandate signup screen; Your customer details are entered into this screen.

Installation

This section describes how to install the plugin and get it working onto your wordPress web site.

Minimum Requirements

  1. Nuapay Account access
  2. A Nuapay Account permitting you to collect direct debits

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Nuapay, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type ‘Nuapay’ and click Search Plugins. Once you’ve found our eMandate plugin you can view details about it such as the version, rating and description and you can install it by simply clicking ‘Install Now’.

Manual installation

The manual installation method involves downloading our Nuapay plugin and uploading it to your webserver via your FTP application.
1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the ‘Plugins’ screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin

Updating

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
If on the off-chance you do encounter issues with the mandate signing pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.

FAQ

Where can I find out more about Nuapay

Here’s a link to Nuapay.com

What does this plugin do?

It allows your customers to sign emandates, allowing you to collect Direct Debits for your services.

Where can I report bugs or contribute to the project?

Bugs can be reported to our Nuapay Customer Support team via Nuapay.com

Reviews

3 September 2016
I really liked this simple to use plugin. There are a few settings that you configure in your short code within your page , these are sent to you when you signup for the service on nuapay.com. I've not got a huge amount of tech knowledge but I was creating direct debits for members a day after I signed up for the service. This plugin allowed me to sign my customers up. Not much else to say really. Tip I had the shortcode over multiple lines initially and I was getting errors, but once I had the shortcode with no carriage returns it worked nicely.
Read all 1 review

Contributors and Developers

“NUAPAY WordPress Plugin” is open source software. The following people have contributed to this plugin.

Contributors

Change Log

1.0.8

  • Introduce support for AISP flow with a new shortcode. See the description section.
  • Introduce support for PISP flow with a new shortcode. See the description section.

1.0.7

  • Uses the latest Emandates javascript for overlay and redirect. Token no longer appears in the web browser url.

1.0.6

  • configuration page cleanup

1.0.5

  • some bug fixes

1.0.4

  • Overlay support added

1.0.2, 1.0.3

  • Following WordPress recommended release and tagging process.

1.0.1

  • Using REST behind the scenes now.
  • Ability to include mandate id as a query parameter to support email and sms campaings with assignable mandate ids.

1.0.0

  • First Version of the Plugin.