Synopsis

Rabo Smart Pay (formerly known as Omnikassa) is a payment platform provided by the Rabobank in the Netherlands.
This module adds a payment provider for Rabo Omnikassa v2 to the Commerce environment.

It uses a library provided by the opensdks/omnikassa2-sdk library.
(https://github.com/opensdks/omnikassa2-sdk)

Usage

  • Install with composer composer require 'drupal/commerce_omnikassa'
  • Enable the module
  • Add a payment method (/admin/commerce/config/payment-gateways/add)
  • Select the Omnikassa-plugin
  • Provide the token and signing key, select wether you are on test or production, and select the available payment methods
  • After saving the payment method, go back to the edit-page to find the IPN-URL
  • Setup this URL as the webhook in your control panel at the Rabobank Omnikassa

Dependencies

  • Omnikassa (Drupal 7.x) This module is only available for Drupal 7.
    There is an issue to port this module to D8 (#2916497: Omnikassa 2.0 support), but it only points to a module that is not available on Drupal.org (Ideal Checkout.) The module should work, but I don't like that it forces you to put a library in the docroot, and needs write access to several folders.

Todo/Feature requests

The module is fully functional now I think. But these things should probably get implemented sometime:

  • In this module the payment is handled, and the response is stored as the status of the payment. The response contains the status "COMPLETED", "CANCELLED" and "EXPIRED".
    When the response it tampered with, this is logged as an error to the watchdog.
  • All order list items are submitted to the system. Only the VAT-calculation is not implemented in this module yet.
  • We should add tests to the module, but I have issues running my Functional JS-tests.
Supporting organizations: 

Project information

Releases