wp-pay-gateways / ideal-basic
iDEAL Basic driver for the WordPress payment processing library.
Installs: 26 892
Dependents: 7
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 2
Type:wordpress-plugin
Requires
- php: >=7.4
- wp-pay-gateways/ideal: ^4.1
- wp-pay/core: ^4.6
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- overtrue/phplint: ^4.3
- php-coveralls/php-coveralls: ^2.5
- phpmd/phpmd: ^2.7
- pronamic/pronamic-cli: ^1.0
- pronamic/wp-coding-standards: ^1.3
- roots/wordpress: ^6.0
- wp-phpunit/wp-phpunit: ^6.1
- yoast/phpunit-polyfills: ^1.0
README
iDEAL Basic driver for the WordPress payment processing library.
Documentation
Simulate XML Notification
curl --request POST http://pay.local/wp-json/pronamic-pay/ideal-basic/v1/notification \
--data '<?xml version="1.0" encoding="UTF-8"?>
<Notification xmlns="http://www.idealdesk.com/Message" version="1.1.0">
<createDateTimeStamp>20131022120742</createDateTimeStamp>
<transactionID>0020000048638175</transactionID>
<purchaseID>1382436458</purchaseID>
<status>Success</status>
</Notification>'