Vue Storefront API extension to communicate with the MultiSafepay Payments API and Magento 2. This extension is tested on Vue Storefront API 1.11.0.
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.
Follow these steps to install this API extenstion to the Vue Storefront API.
Clone this git repository from within your vue-storefront-api root folder
git clone [email protected]:MultiSafepay/vsf-multisafepay-service-api.git src/api/extensions/vsf-multisafepay-service-api
Run yarn to install dependencies
Add the API extension to the registered extensions to local/config.json
"registeredExtensions": [
...,
"vsf-multisafepay-service-api"
]
Add the MultiSafepay settings for the Test or Live API.
"extensions": {
,,,
"multisafepay": {
"api_key": "YOUR_MULTISAFEPAY_API_KEY",
"api_url": "https://api.multisafepay.com/v1/json"
}
}
If you have any issues, problems or questions you can create an issue on this repository or contact us at [email protected]
Thanks to Lakefields as this project is based on their integration. ❤️
Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us.