plastiq-connect-node

0.2.0 • Public • Published

Plastiq Connect Node.js SDK

Node.js library providing access to the Plastiq Connect API.

Requirements

Node.js v10+

Installation

npm install plastiq-connect-node

Usage

const PlastiqConnect = require('plastiq-connect-node')
const plastiq = new PlastiqConnect(apiKey, options)

plastiq.recipients.create(recipientRequestData)
.then((response) => {

})
.catch((error) => {

})

Options

Option Description Options Default
environment Plastiq API Environment PRODUCTION, SANDBOX PRODUCTION
timeout Request timeout in ms Any 30000

Package Sidebar

Install

npm i plastiq-connect-node

Weekly Downloads

0

Version

0.2.0

License

ISC

Unpacked Size

8.7 kB

Total Files

12

Last publish

Collaborators

  • rtteal