1.0.1 • Published 5 years ago

paymongo-nodejs v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

paymongo-nodejs

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