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
Installation
This section describes how to install the plugin and get it working onto your wordPress web site.
Minimum Requirements
- Nuapay Account access
- 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
Contributors & Developers
“NUAPAY WordPress Plugin” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “NUAPAY WordPress Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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.