wp-pay-gateways / abnamro-ideal-easy

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

Home Page:http://www.wp-pay.org/gateways/abnamro-ideal-easy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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

About

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

http://www.wp-pay.org/gateways/abnamro-ideal-easy/


Languages

Language:PHP 76.3%Language:JavaScript 13.7%Language:Shell 10.0%