This is a MultiSafepay Toolkit. With this Toolkit you can test the most common API calls the MultiSafepay JSON API supports.
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.
- To use the toolkit you need a MultiSafepay account. You can create a test account on https://testmerchant.multisafepay.com/signup
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
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
If you have any issues, problems or questions you can create an issue on this repository or contact us at integration@multisafepay.com
If you spot mistakes or want to contribute in improving this toolkit, feel free to create pull requests
Click here for the MultiSafepay API documentation.