zero1 / vault-web-api
There is no license information available for the latest version (1.0.1) of this package.
A Magento 2 module to expose rest api endpoints that allow vault tokens to be imported.
Package info
github.com/zero1limited/magento2-vault-webapi
Type:magento2-module
pkg:composer/zero1/vault-web-api
1.0.1
2019-04-02 16:21 UTC
Suggests
- mdoq/module-connector: Enables you to connect to the Mdoq platform (https://www.mdoq.io)
This package is auto-updated.
Last update: 2026-03-01 00:27:30 UTC
README
The module adds rest api endpoints to allow management of magento vault payment tokens.
Installation
(these may change depending on your deployment process)
bash composer require zero1/vault-web-apibash php bin/magento module:enable Zero1_VaultWebApibash php bin/magento deploy:mode:set production
Api Documentation
After installing and enabling the module the /swagger endpoint will contain the documentation on the endpoints available. Make sure you apply an API key.