zero1/vault-web-api 1.0.1

A Magento 2 module to expose rest api endpoints that allow vault tokens to be imported.

Type

magento2-module

License

None

Requires

None

Requires (dev)

None

Suggests
Provides

None

Conflicts

None

Replaces

None

magento2-vault-webapi

The module adds rest api endpoints to allow management of magento vault payment tokens.

Installation

(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

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.