=== SEPA Girocode === Contributors: halli77 Tags: Girocode, EPC, SEPA, SCT, Überweisung, Mobile Payments Requires at least: 4.0 Tested up to: 4.5.3 Stable tag: 0.1 Create EPC-Codes (in Germany known as Girocode) for money transfer | Girocode-Barcode für SEPA-Überweisungen erstellen == Description == With Girocode/EPC-Codes you can easily provide payments information in a Quick-Response-Code. Customers just have to scan the code with a supported banking app. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/sepa-girocode` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress. 1. Here you are! == Frequently Asked Questions == = How do I create a Girocode? = Just use the shortcode [girocode] in any page or post you want to display a girocode. = Which parameters are available? = * iban: International Bank Account Number of the beneficiary * bic: Bank Identifier Code, facultative for participants of the European Economic Area * beneficiary: Name of the beneficiary * amount: Amount of money transfer in EUR * purpose: Description of the payments purpose = Come on, show me an example ... = OK, let's donate 5 EUR for the German Red Cross: [girocode iban="DE63370205000005023307" beneficiary="German Red Cross" amount="5.00" purpose="Donation"] = Which apps do support Girocode? = Have a look at www.girocode.de for a list of supported banking apps. = Which tool do you use to create the QR-Code? = This plugin uses google charts api for initial rendering. Once the QR-Code has been rendered, it is cached in the Wordpress-database. Any change of the shortcode triggers a new request to google charts api. == Screenshots == == Changelog == = 0.2 = * Changed QR-Code-Enginge from google api to local lib (http://phpqrcode.sourceforge.net/) = 0.1 = * Initial release.