alexaf2000/redsys-rest

Simple library to use the REST API from RedSys

0.1.3 2020-10-21 08:21 UTC

This package is not auto-updated.

Last update: 2024-04-18 04:46:50 UTC


README

Build Status codecov

Redsys REST

This is a simple library to use the RedSys service via the REST api.

Take a look to the official documentation

Requirements

  • php 7.3 or higher
  • composer
  • ext-openssl
  • ext-json (commonly already included)`

Usage:

Run in your terminal

$ composer require alexaf2000/redsys-rest

NOTE: You can find a complete example under the examples folder.

Features

Already done:
To-do:
  • Authorization with already tokenized credit card
  • Pre-Authorization
  • Cancellation
  • ....

About the package

Based on erusso7/redsys-rest.