paymongo-nodejs
v1.0.1
Published
Paymongo client for nodejs
Downloads
4
Readme
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