Skip to content

Vue Storefront API extension for MultiSafepay Payment Service module

License

Notifications You must be signed in to change notification settings

MultiSafepay/vsf-multisafepay-service-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue Storefront API extension for MultiSafepay Payment Service module

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.

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.

Installation Guide

Follow these steps to install this API extenstion to the Vue Storefront API.

Requirements

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

Register the Vue Storefront API extension

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"
  }
}

Support

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

Thanks to Lakefields as this project is based on their integration. ❤️

License

MIT License

Want to be part of the team?

Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us.

Releases

No releases published

Packages

No packages published