Setup and Installation

Written By Cptcr

Last updated 12 months ago

Installation

To install the paymenter-api package, use npm:

npm install paymenter-api 

Or using yarn:

yarn add paymenter-api 

Prerequisites

  • Node.js (>=14.x recommended)

  • A valid API key from your Paymenter panel

  • The base URL of your Paymenter panel

Setup Configuration

Before making any API requests, ensure that you have configured your panel URL and API key for authentication.

const panelUrl = "https://panel.example.com"; 
const apiKey = "YOUR_API_KEY";