Installation

Usage

Import Paymanai and set up the client with your Agents API Key alongside the environment

Make sure you are in ‘sandbox’ when testing
import Paymanai from "paymanai";

const client = new Paymanai({
  xPaymanAPISecret: process.env["PAYMAN_API_SECRET"], // This is the default and can be omitted
  environment: "sandbox", // defaults to 'sandbox'
});

GitHub Repository

Node.js SDK Repo

Repository for Payman Node.js SDK