2017 © Pedro Peláez
 

library omnikassa

OmniKassa driver for the WordPress payment processing library.

image

wp-pay-gateways/omnikassa

OmniKassa driver for the WordPress payment processing library.

  • Tuesday, May 15, 2018
  • by remcotolsma
  • Repository
  • 3 Watchers
  • 1 Stars
  • 4,995 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 1 % Grown

The README.md

WordPress Pay Gateway: OmniKassa

OmniKassa driver for the WordPress payment processing library., (*1)

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License Built with Grunt, (*2)

Test Account

Option Value
URL https://payment-webinit.simu.omnikassa.rabobank.nl/paymentServlet
Merchant ID 002020000000001
Secret Key 002020000000001_KEY1
Key Version 1

WP-CLI

Create test config

POST_ID=`wp post create --post_type=pronamic_gateway --post_title='OmniKassa - Test' --post_status=publish --porcelain`
wp post meta update $POST_ID '_pronamic_gateway_id' 'rabobank-omnikassa'
wp post meta update $POST_ID '_pronamic_gateway_mode' 'test'
wp post meta update $POST_ID '_pronamic_gateway_omnikassa_merchant_id' '002020000000001'
wp post meta update $POST_ID '_pronamic_gateway_omnikassa_secret_key' '002020000000001_KEY1'
wp post meta update $POST_ID '_pronamic_gateway_omnikassa_key_version' '1'

Filters

Filter pronamic_pay_omnikassa_payment_mean_brand_list

With the pronamic_pay_omnikassa_payment_mean_brand_list filter you adjust the OmniKassa paymentMeanBrandList parameter., (*3)

Example:, (*4)

function custom_omnikassa_payment_mean_brand_list( $list ) {
    $list = array(
        'IDEAL',
    );

    return $list;
}

add_filter( 'pronamic_pay_omnikassa_payment_mean_brand_list', 'custom_omnikassa_payment_mean_brand_list' );
  • https://dashboard.omnikassa.rabobank.nl/
  • https://download.omnikassa.rabobank.nl/

Production Environment

Payment Server URL: https://payment-webinit.omnikassa.rabobank.nl/paymentServlet, (*5)

Test Environment

Payment Server URL: https://payment-webinit.simu.omnikassa.rabobank.nl/paymentServlet, (*6)

Documentation

Title Language Version Date
Integration Guide Rabo OmniKassa EN 7.3 2016-12
Integratiehandleiding Rabo OmniKassa NL 7.3 2016-12
~~Integration Guide Rabo OmniKassa~~ EN 7.2 2014-09
~~Integratiehandleiding Rabo OmniKassa~~ NL 7.2 2014-09
~~Integration Guide Rabo OmniKassa~~ EN 7.1 2014-04
~~Integratiehandleiding Rabo OmniKassa~~ NL 7.1 2014-04

The Versions

15/05 2018

dev-develop

dev-develop http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL GPL-3.0-or-later

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

11/05 2018

dev-master

9999999-dev http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL GPL-3.0-or-later

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

11/05 2018
01/02 2016

1.1.4

1.1.4.0 http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

14/10 2015

1.1.3

1.1.3.0 http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

26/03 2015

1.1.2

1.1.2.0 http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

03/03 2015

1.1.1

1.1.1.0 http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

18/02 2015

1.1.0

1.1.0.0 http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic

19/01 2015

1.0.0

1.0.0.0 http://www.wp-pay.org/gateways/omnikassa/

OmniKassa driver for the WordPress payment processing library.

  Sources   Download

GPL

The Requires

 

The Development Requires

wordpress wp pay gateway omnikassa pronamic