Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

johndavedecano/paymongo-nodejs

Repository files navigation

paymongo-nodejs

Known Vulnerabilities

GitHub issues

GitHub stars

Paymongo client for nodejs.

npm install paymongo-nodejs --save
yarn add paymongo-nodejs
import {
  createPayment,
  retrievePayment,
  listAllPayments,
  retriveToken,
  createToken
} from 'paymongo-nodejs'

Read the API documentation at https://developers.paymongo.com/reference#getting-started-with-your-api

Authentication

Uses the following environment variables.

PAYMONGO_SECRET_KEY=
PAYMONGO_API_VERSION=v1

NPM