All Projects → continuous-software → 42-cent

continuous-software / 42-cent

Licence: MIT license
Node.js multi-gateway payment processing module

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 42-cent

Gringotts
A complete payment library for Elixir and Phoenix Framework
Stars: ✭ 396 (+820.93%)
Mutual labels:  payment, payment-gateway
Openfintech
Opensource FinTech standards & payment provider data
Stars: ✭ 87 (+102.33%)
Mutual labels:  payment, payment-gateway
Authnetjson
Library that abstracts Authorize.Net's JSON APIs. This includes the Advanced Integration Method (AIM), Automated Recurring Billing (ARB), Customer Information Manager (CIM), Transaction Reporting, Simple Integration Method (SIM), and Webhooks.
Stars: ✭ 14 (-67.44%)
Mutual labels:  payment, payment-gateway
SSLCommerz-Laravel
SSLCOMMERZ is a bangladeshi payment gateway provider. This is Laravel Library for SSLCOMMERZ.
Stars: ✭ 66 (+53.49%)
Mutual labels:  payment, payment-gateway
adyen-hybris
Adyen Payment plugin for Hybris
Stars: ✭ 23 (-46.51%)
Mutual labels:  payment, payment-gateway
Payment
simple laravel payment package , supports multiple drivers
Stars: ✭ 328 (+662.79%)
Mutual labels:  payment, payment-gateway
React Native Midtrans
Midtrans Mobile SDK for React Native
Stars: ✭ 57 (+32.56%)
Mutual labels:  payment, payment-gateway
youzan-pay
基于有赞云和有赞微小店实现个人收款解决方案。
Stars: ✭ 69 (+60.47%)
Mutual labels:  payment, payment-gateway
ccashcow
💰 Accept cards & crypto. Payments so easy a cow could do it.
Stars: ✭ 40 (-6.98%)
Mutual labels:  payment, payment-gateway
Sdk Dotnet
.Net SDK for Authorize.Net API
Stars: ✭ 124 (+188.37%)
Mutual labels:  payment, payment-gateway
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (-41.86%)
Mutual labels:  payment, payment-gateway
Go Payment
Payment Connector for Midtrans and Xendit. Sample site that is using this payment proxy is https://imrenagi.com/donate
Stars: ✭ 136 (+216.28%)
Mutual labels:  payment, payment-gateway
flutter paystack
💳 A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS
Stars: ✭ 146 (+239.53%)
Mutual labels:  payment, payment-gateway
Sdk Php
PHP SDK for Authorize.Net API
Stars: ✭ 343 (+697.67%)
Mutual labels:  payment, payment-gateway
awesome-payment
A curated list of payment services
Stars: ✭ 22 (-48.84%)
Mutual labels:  payment, payment-gateway
Adyen Ruby Api Library
Adyen API Library for Ruby
Stars: ✭ 35 (-18.6%)
Mutual labels:  payment, payment-gateway
adyen-dotnet-api-library
Adyen API Library for .NET
Stars: ✭ 69 (+60.47%)
Mutual labels:  payment, payment-gateway
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 (+141.86%)
Mutual labels:  payment, payment-gateway
Adyen Php Api Library
Adyen API Library for PHP
Stars: ✭ 93 (+116.28%)
Mutual labels:  payment, payment-gateway
Laravel Paddle
Paddle.com API integration for Laravel with support for webhooks/events
Stars: ✭ 132 (+206.98%)
Mutual labels:  payment, payment-gateway

npm

42-cent

Node.js multi-gateway payment processing module

Installation

$ npm install -s 42-cent

Usage

var Gateways = require('42-cent');
var client = Gateways.use('Authorize.Net', credentials);

You can register other gateways - or replace an existing one:

Gateways.registerGateway('GatewayName', factoryFunction);

The factory function must return an instance of the abstract BaseGateway.

Gateways API

Gateways must implement a particular version of the BaseGateway. The version of 42-cent-base set in the package.json of the gateway defines the API the gateway intends to fulfill. You can see the API the gateway intends to fulfill by looking at the BaseGateway appropriate version tag.

Supported Gateways

Note: All builds are run daily thanks to Travis CI cron jobs.

Build Status Braintree
Build Status Omise
Build Status Stripe
Build Status PayPal
Build Status WorldPay
Build Status Beanstream
Build Status Moneris

Deprecated Gateways

The following gateways are deprecated either because the service provider discontinued or changed their API.
Feel free to go and fix things if you can.

Build Status Authorize.net
Build Status NMI
Build Status Payflow
Build Status RocketGate
Build Status VirtualMerchant

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