wp-pay-gateways/ideal-basic

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

iDEAL Basic driver for the WordPress payment processing library.

Maintainers

Package info

github.com/pronamic/wp-pronamic-pay-ideal-basic

Homepage

Issues

Type:wordpress-plugin

pkg:composer/wp-pay-gateways/ideal-basic

Statistics

Installs: 31 052

Dependents: 7

Suggesters: 0

Stars: 2

v4.3.7 2024-12-17 13:41 UTC

README

iDEAL Basic driver for the WordPress payment processing library.

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License Built with Grunt

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>'