wp-pay-gateways/abnamro-ideal-easy

This package is abandoned and no longer maintained. No replacement package was suggested.

ABN AMRO - iDEAL Easy driver for the WordPress payment processing library.

1.0.4 2016-10-20 09:10 UTC

This package is auto-updated.

Last update: 2020-03-30 00:18:05 UTC


README

ABN AMRO - iDEAL Easy driver for the WordPress payment processing library.

Test Account

Option Value
URL https://internetkassa.abnamro.nl/ncol/test/orderstandard.asp
PSPID TESTiDEALEASY

WP-CLI

Create test config

POST_ID=`wp post create --post_type=pronamic_gateway --post_title='ABN AMRO - iDEAL Easy - Test' --post_status=publish --porcelain`
wp post meta update $POST_ID '_pronamic_gateway_id' 'abnamro-ideal-easy'
wp post meta update $POST_ID '_pronamic_gateway_mode' 'test'
wp post meta update $POST_ID '_pronamic_gateway_ogone_psp_id' 'TESTiDEALEASY'

Production Environment

Payment Server URL: https://internetkassa.abnamro.nl/ncol/prod/orderstandard.asp

Test Environment

Payment Server URL: https://internetkassa.abnamro.nl/ncol/test/orderstandard.asp