SaferpayJsonApi
v6.2
A php library to use the Saferpay Json API.
Add the library in your composer.json:
composer require ticketpark/saferpay-json-api
In order to perform a payment as you would typically do it in an online shop, you need to handle the following steps:
Have a look at the example folder for more.
This library is currently based on v1.40 of the Saferpay JSON API.
Find the most current documentation of the Saferpay JSON API here:
https://saferpay.github.io/jsonapi/
You are welcome to contribute to this repo.