/checkout-sdk-node

Checkout.com SDK for Node.js. Documentation here:

Primary LanguageJavaScript

Status codecov Build Status codebeat badge Try it on RunKit

npm start

🚀 Install

yarn add checkout-sdk-node

or

npm install checkout-sdk-node

💻 Import

import { Checkout } from '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.