igor-moreira-cko / checkout-sdk-node

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

Home Page:https://bit.ly/37y8JCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zip badge codecov CI Tests Language grade: JavaScript

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.

About

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

https://bit.ly/37y8JCV

License:MIT License


Languages

Language:JavaScript 100.0%