Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pronamic/wp-pronamic-pay-ideal-basic
iDEAL Basic driver for the WordPress payment processing library.
https://github.com/pronamic/wp-pronamic-pay-ideal-basic
ideal ing pay php rabobank wordpress wp-pronamic-pay-gateway
Last synced: about 1 month ago
JSON representation
iDEAL Basic driver for the WordPress payment processing library.
- Host: GitHub
- URL: https://github.com/pronamic/wp-pronamic-pay-ideal-basic
- Owner: pronamic
- Created: 2014-06-26T09:04:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:41:24.000Z (8 months ago)
- Last Synced: 2024-04-14T10:48:57.390Z (7 months ago)
- Topics: ideal, ing, pay, php, rabobank, wordpress, wp-pronamic-pay-gateway
- Language: PHP
- Homepage: http://www.wp-pay.org/gateways/ideal-basic/
- Size: 410 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WordPress Pay Gateway: iDEAL Basic
**iDEAL Basic driver for the WordPress payment processing library.**
[![Build Status](https://travis-ci.org/wp-pay-gateways/ideal-basic.svg?branch=develop)](https://travis-ci.org/wp-pay-gateways/ideal-basic)
[![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/ideal-basic/badge.svg?branch=master&service=github)](https://coveralls.io/github/wp-pay-gateways/ideal-basic?branch=master)
[![Latest Stable Version](https://poser.pugx.org/wp-pay-gateways/ideal-basic/v/stable.svg)](https://packagist.org/packages/wp-pay-gateways/ideal-basic)
[![Total Downloads](https://poser.pugx.org/wp-pay-gateways/ideal-basic/downloads.svg)](https://packagist.org/packages/wp-pay-gateways/ideal-basic)
[![Latest Unstable Version](https://poser.pugx.org/wp-pay-gateways/ideal-basic/v/unstable.svg)](https://packagist.org/packages/wp-pay-gateways/ideal-basic)
[![License](https://poser.pugx.org/wp-pay-gateways/ideal-basic/license.svg)](https://packagist.org/packages/wp-pay-gateways/ideal-basic)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)## Documentation
* [Integration manual for iDEAL Basic - Version 2.3, April 2010 - ING](http://pronamic.nl/wp-content/uploads/2011/12/iDEAL_Basic_EN_v2.3.pdf)
## Simulate XML Notification
```
curl --request POST http://pay.local/wp-json/pronamic-pay/ideal-basic/v1/notification \
--data '20131022120742
0020000048638175
1382436458
Success
'
```