Skip to content

Getting Started

Brian Tully edited this page Nov 29, 2017 · 4 revisions

Init

var Paychex = require('paychex-node-api');

Paychex.init({
      client_id: 'XXXXXXXXXX',
      client_secret: 'YYYYYYYYY',
      sandbox : true //optional - set to true for sandbox test mode
    });

Clone this wiki locally