yarn add checkout-sdk-node
or
npm install checkout-sdk-node
// ES6:
import { Checkout } from 'checkout-sdk-node';
// Common JS:
const { Checkout } = require('checkout-sdk-node');
If you don't have your own API keys, you can sign up for a test account here.
You can see the SDK documentation here.
You can try the SDK here.