This is a simple library to use the RedSys service via the REST api.
Take a look to the official documentation
php 7.3 or higher
composer
ext-openssl
ext-json
(commonly already included)`
Run in your terminal
$ composer require erusso7/redsys-rest
NOTE: You can find a complete example under the examples
folder.
- Refund (see docs)
- Authorization
- Pre-Authorization
- Cancellation
- ....
😍 Easy to contribute: Just implement a new order with the required parameters and that's it 😄. ( Don't forget to test it 😏 )