Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

transactify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transactify

A module for quick and seamless integration with a multitude of payment gateways.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

Transactify

Transactify is a Node.js application designed to facilitate the configuration and management of multiple payment gateways. It offers a command-line interface for setting up, configuring, and cataloguing products with ease.

Table of Contents

  • Installation
  • Usage
  • Commands
  • Configuration
  • License

Installation

  1. Clone the repository:

    git clone https://github.com/user/transactify.git
    cd transactify
    
  2. Install the dependencies:

    npm install
    
  3. Ensure you have Node.js installed on your machine.

Usage

Transactify provides a CLI to manage your payment gateways and catalogue products. You can initialize the configuration, configure gateways, and add products to your catalogue using the provided commands.

Commands

Initialize

Initialize the configuration in a specified directory (or current directory if no location is provided).

./transactify init [location]
Configure

Configure your payment gateways.

./transactify config
Catalogue

Add a product to your catalogue.

./transactify catalogue

Example

./transactify init
./transactify config
./transactify catalogue

Configuration

The configuration involves setting up payment gateways and specifying URLs for transaction notifications.

Setup Gateways

During setup, you will be prompted to select and configure gateways by providing public keys, secret keys, and test keys.

Edit Gateway Keys

You can edit the keys for existing gateways.

Remove Gateway

Remove an existing gateway from the configuration.

Edit URLs

Edit the return, cancel, and notify URLs for transactions.

Configuration details are stored in ~/.config/transactify/config.json.

Development

To run the project in development mode:

npm start

License

This project is licensed under the MIT License. See the LICENSE file for details.

Keywords

FAQs

Package last updated on 30 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc