Skip to content

lunduniversitylibrary/koha-plugin-easy-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 

Repository files navigation

Introduction

This Koha plugin enables a library to accept online payments from patrons using either the Easy payments platform or the Netaxept platform. See https://tech.dibspayment.com/easy or https://shop.nets.eu/web/partners/get-started

Installing

To set up the Koha plugin system you must first make some changes to your install.

  • Change <enable_plugins>0<enable_plugins> to <enable_plugins>1</enable_plugins> in your koha-conf.xml file
  • Confirm that the path to <pluginsdir> exists, is correct, and is writable by the web server
  • Restart your webserver

Easy configuration

Netaxept configuration

Plugin configuration

  • Make sure that Koha's OPACBaseURL system preference is correctly set
  • Select preferred payment provider in the plugin configuration page.
  • Énter the 3-letter currency code (eg. SEK).
  • Enable test mode if in test environment.
  • Enter the merchantId (if Netaxept) and secret keys.

API routes

The plugin requires that its API routes are added to Koha.

  • Enable the plugin
  • Restart the webserver after installing the plugin

Testing

Testing information can be found at (https://tech.dibspayment.com/easy/test-information)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published