All Projects → checkout → Checkout Sdk Node

checkout / Checkout Sdk Node

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Checkout Sdk Node

adyen-dotnet-api-library
Adyen API Library for .NET
Stars: ✭ 69 (+146.43%)
Mutual labels:  api-client, payments, payment-gateway
Adyen Ruby Api Library
Adyen API Library for Ruby
Stars: ✭ 35 (+25%)
Mutual labels:  api-client, payments, payment-gateway
adyen-python-api-library
Adyen API Library for Python
Stars: ✭ 41 (+46.43%)
Mutual labels:  api-client, payments, payment-gateway
Adyen Php Api Library
Adyen API Library for PHP
Stars: ✭ 93 (+232.14%)
Mutual labels:  api-client, payments, payment-gateway
Sdk Dotnet
.Net SDK for Authorize.Net API
Stars: ✭ 124 (+342.86%)
Mutual labels:  payments, payment-gateway, sdk
Braintree android
Braintree SDK for Android
Stars: ✭ 343 (+1125%)
Mutual labels:  payments, sdk, credit-card
midtrans-python-client
Official Midtrans Payment API Client for Python | https://midtrans.com
Stars: ✭ 24 (-14.29%)
Mutual labels:  api-client, payment-gateway
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (-21.43%)
Mutual labels:  credit-card, payments
paymentgateway
Dokumentace ČSOB platební brány a jejího eAPI pro platby platebními kartami, Apple Pay, mallpay a platebními tlačítky ČSOB.
Stars: ✭ 104 (+271.43%)
Mutual labels:  payments, payment-gateway
Android Card Form
A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
Stars: ✭ 310 (+1007.14%)
Mutual labels:  payments, credit-card
MugglePay
Make Crypto Payment Easy 让数字货币支付更简单
Stars: ✭ 176 (+528.57%)
Mutual labels:  payments, payment-gateway
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (-10.71%)
Mutual labels:  payments, payment-gateway
Sdk Php
PHP SDK for Authorize.Net API
Stars: ✭ 343 (+1125%)
Mutual labels:  payments, payment-gateway
adyen-salesforce-commerce-cloud
Salesforce Commerce Cloud (formerly Demandware)
Stars: ✭ 63 (+125%)
Mutual labels:  payments, payment-gateway
creditcardnumber
Java library that can provide details of a bank issued credit card number
Stars: ✭ 43 (+53.57%)
Mutual labels:  credit-card, payments
In App Payments Flutter Plugin
Flutter Plugin for Square In-App Payments SDK
Stars: ✭ 256 (+814.29%)
Mutual labels:  payments, sdk
Payment
💰 A jQuery-free general purpose library for building credit card forms, validating inputs and formatting numbers.
Stars: ✭ 467 (+1567.86%)
Mutual labels:  payments, credit-card
Gringotts
A complete payment library for Elixir and Phoenix Framework
Stars: ✭ 396 (+1314.29%)
Mutual labels:  payments, payment-gateway
Card.io Android Source
The open-source code for the card.io-Android-SDK: provides fast, easy credit card scanning in mobile apps
Stars: ✭ 549 (+1860.71%)
Mutual labels:  sdk, credit-card
sep-pay
Pay.ir Payment Package for Laravel 5.3+
Stars: ✭ 17 (-39.29%)
Mutual labels:  payments, payment-gateway

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].