zero1 / vault-web-api
A Magento 2 module to expose rest api endpoints that allow vault tokens to be imported.
Installs: 613
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Suggests
- mdoq/module-connector: Enables you to connect to the Mdoq platform (https://www.mdoq.io)
This package is auto-updated.
Last update: 2024-10-29 05:46:49 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-api
bash php bin/magento module:enable Zero1_VaultWebApi
bash 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.