zip badge codecov example branch parameter

npm start

🚀 Install

yarn add checkout-sdk-node

or

npm install checkout-sdk-node

💻 Import

// 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.

📖 Documentation

You can see the SDK documentation here.

👓 Try it on RunKit

You can try the SDK here.