multisafepay / api
A PHP wrapper for the MultiSafepay payments API. Provides support for all payment methods, Pay After Delivery and Fast Checkout.
Installs: 118 566
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 1
README
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
- To use the toolkit you need a MultiSafepay account. You can create a test account on https://testmerchant.multisafepay.com/signup
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:
- MultiSafepay Connect
- MultiSafepay FastCheckout
- Direct iDEAL (Issuer selection within your store)
- Gateway requests (Request the payment methods that are active within your MultiSafepay account)
- Refunding
- Pay After Delivery
- Transaction details request
- Split Payments
- 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:
- connectController.php
- fastcheckoutController.php
- idealController.php
- gatewayController.php
- refundController.php
- payafterdeliveryController.php
- detailsController.php
- splitpaymentController.php
- 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.