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.

1.0.1 2019-04-02 16:21 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51: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)

  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.