Type
magento2-module
A Magento 2 module to expose rest api endpoints that allow vault tokens to be imported.
magento2-module
None
None
None
None
None
None
The module adds rest api endpoints to allow management of magento vault payment tokens.
(these may change depending on your deployment process)
1. bash composer require zero1/vault-web-api
2. bash php bin/magento module:enable Zero1_VaultWebApi
3. bash php bin/magento deploy:mode:set production
After installing and enabling the module the /swagger endpoint will contain the documentation on the endpoints available. Make sure you apply an API key.