0.2.0 • Published 3 years ago

plastiq-connect-node v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

OptionDescriptionOptionsDefault
environmentPlastiq API EnvironmentPRODUCTION, SANDBOXPRODUCTION
timeoutRequest timeout in msAny30000