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.

Maintainers

Package info

github.com/zero1limited/magento2-vault-webapi

Documentation

Type:magento2-module

pkg:composer/zero1/vault-web-api

Statistics

Installs: 615

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2019-04-02 16:21 UTC

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)

  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.