Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

✗ [DEPRECATED] ABN AMRO - iDEAL Easy driver for the WordPress payment processing library.

Notifications You must be signed in to change notification settings

wp-pay-gateways/abnamro-ideal-easy

Repository files navigation

[DEPRECATED] WordPress Pay Gateway: ABN AMRO - iDEAL Easy

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