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

A PHP wrapper for the MultiSafepay payments API. Provides support for all payment methods, Pay After Delivery and Fast Checkout.

2.0.3 2017-08-07 14:18 UTC

This package is auto-updated.

Last update: 2021-03-21 12:09:58 UTC


README

68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f696d672f6d756c7469736166657061796c6f676f2e737667

PHP toolkit for the MultiSafepay API

This is a MultiSafepay Toolkit. With this Toolkit you can test the most common API calls the MultiSafepay JSON API supports.

About MultiSafepay

MultiSafepay is a collecting payment service provider which means we take care of the agreements, technical details and payment collection required for each payment method. You can start selling online today and manage all your transactions from one place.

Requirements

Authentication

All requests to the MultiSafepay API require authentication. Authentication is provided by including an API Key as an HTTP header in your request.

The HTTP header name for the API Key is: api_key

Usage

At this point there are examples for:

  1. MultiSafepay Connect
  2. MultiSafepay FastCheckout
  3. Direct iDEAL (Issuer selection within your store)
  4. Gateway requests (Request the payment methods that are active within your MultiSafepay account)
  5. Refunding
  6. Pay After Delivery
  7. Transaction details request
  8. Split Payments
  9. Recurring Payments

This Toolkit can also be a base for your own integration. Within the models folder you can find the API classes to connect with the MultiSafepay payment server, the controllers folder contains the controllers that can be used to create your integration. The following controllers contain the API request structures:

  1. connectController.php
  2. fastcheckoutController.php
  3. idealController.php
  4. gatewayController.php
  5. refundController.php
  6. payafterdeliveryController.php
  7. detailsController.php
  8. splitpaymentController.php
  9. recurringController.php## Usage

Support

If you have any issues, problems or questions you can create an issue on this repository or contact us at integration@multisafepay.com

Mistakes and improvements

If you spot mistakes or want to contribute in improving this toolkit, feel free to create pull requests

API Documentation

Click here for the MultiSafepay API documentation.

License

MIT License