All Projects → tranxactive → J2pay

tranxactive / J2pay

Licence: mit
Multi-gateway payment processing library for java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to J2pay

Woocommerce-Fawry-Payment-Gateway
Fawry payment gateway is a powerful payment processor that helps you pay through credit cart & Fawry Machines.
Stars: ✭ 21 (-83.2%)
Mutual labels:  credit-card, payment-gateway
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (-82.4%)
Mutual labels:  card, credit-card
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (-50.4%)
Mutual labels:  credit-card, payment-gateway
AuthorizeCIM
Authorize.net CIM, AIM, and ARB Functions for Go Language
Stars: ✭ 36 (-71.2%)
Mutual labels:  transaction, credit-card
Moyasar Php
Moyasar PHP client library
Stars: ✭ 5 (-96%)
Mutual labels:  gateway, credit-card
ccashcow
💰 Accept cards & crypto. Payments so easy a cow could do it.
Stars: ✭ 40 (-68%)
Mutual labels:  credit-card, payment-gateway
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
Stars: ✭ 43 (-65.6%)
Mutual labels:  gateway, payment-gateway
credit-card-prompt
Credit card prompt with validation and address lookup
Stars: ✭ 13 (-89.6%)
Mutual labels:  card, credit-card
Swipeablecard
A simple implementation of swipe card like StreetView
Stars: ✭ 812 (+549.6%)
Mutual labels:  card, credit-card
Gringotts
A complete payment library for Elixir and Phoenix Framework
Stars: ✭ 396 (+216.8%)
Mutual labels:  payment-gateway, gateway
Go Payment
Payment Connector for Midtrans and Xendit. Sample site that is using this payment proxy is https://imrenagi.com/donate
Stars: ✭ 136 (+8.8%)
Mutual labels:  payment-gateway, credit-card
Checkout Sdk Node
Checkout.com SDK for Node.js. Documentation here:
Stars: ✭ 28 (-77.6%)
Mutual labels:  payment-gateway, credit-card
tbc-credit-card-payment-gateway-php-lib
PHP library for the TBC credit card payment gateway API.
Stars: ✭ 80 (-36%)
Mutual labels:  credit-card, payment-gateway
Mfcard
Easily integrate Credit Card payments module in iOS App. Swift 4.0
Stars: ✭ 356 (+184.8%)
Mutual labels:  card, credit-card
Omnipay Pagarme
Pagar.Me driver for the Omnipay PHP payment processing library
Stars: ✭ 22 (-82.4%)
Mutual labels:  gateway, credit-card
Vue Paycard
Credit card component made with Vue.js
Stars: ✭ 52 (-58.4%)
Mutual labels:  card, credit-card
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-8.8%)
Mutual labels:  transaction
Lottor
distributed transaction service based on reliable msg,基于可靠消息的柔性分布式事务实现方案。
Stars: ✭ 122 (-2.4%)
Mutual labels:  transaction
Vk4xmpp
Jabber-транспорт для ВКонтакте (A jabber gateway to the VK social network)
Stars: ✭ 114 (-8.8%)
Mutual labels:  gateway
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+1767.2%)
Mutual labels:  gateway

J2Pay

version 2.9.11

J2Pay is an open source multi-gateway payment processing library for Java. Which provides simple and generic api for many gateways. It reduces developers efforts of writing individual code for each gateway. It provides flexibility to write code once for all gateways. It also excludes the efforts of reading docs for individual gateways.

Whats new in 2.7.8

J2pay now supports Authorize and Capture transactions. Below is the list of all the transaction types supported now.

  1. Authorize
  2. Capture
  3. Purchase (Authorize + Capture in one step)
  4. Refund
  5. Recurring
  6. Void

Why use J2Pay

  1. You want multi gateway support in your application.
  2. You do not have time for learning individual payment gateways docs that are also (poorly documented).
  3. You want to support multiple payment gateways in your application without worrying about the implemention of each gateways.
  4. You want to use single api for each gateway.
  5. You dont want to write seperate logic for each gateway.

Generic Request/Response.

If you would like to work with multiple gateways the main problem developers usually face are api prameters names.

for example.

some gateways take first name as fname or first_name or take card number as CardNumber or Card_Number or card.

J2Pay excludes this type of efforts and provide classes for customer details and customer cards which will remain same for all gateways.

Same problem when parsing gateway response.

J2Pay also excluded this type of efforts and provide generic response for all gateways.

for example.

when a transaction is successfully processed some gateways return transaction id as transaction_id or transId or trans_tag blah blah. but if you are using J2pay you will always receive "transactionId".

Documentaion

You can find documention inside docs directory, documentation is build on php so you must host it.

The following gateways are available.

# Gateway Recurring Support Auth + Capture Maintainer(s)
1 Authorize Muhammad Ilyas
2 NMI Muhammad Ilyas
3 PAYEEZY x Muhammad Ilyas
4 PAYFLOW PRO Muhammad Ilyas
5 BillPro Tousif Khan, Muhammad Ilyas
6 EasyPay Tousif Khan, Muhammad Ilyas
7 Checkout x Tousif Khan
8 Stripe Muhammad Ilyas
9 Braintree Muhammad Ilyas

Note if your desired gateway is not in list you are free to create an issue and we will integrate that gateway for you. or you can also write us at [email protected]

Contributing

  1. Fork the project.
  2. Make your feature addition or bug fix.
  3. Commit just the modifications.
  4. Ensure your code is nicely formatted.
  5. Send the pull request.

Contributors are welcome to add or improve gateways but modifications to core library are not allowed, although we are open for suggestions

Contact us.

Feel free to contact us at [email protected]. Your feedback is very important for us.

GOOD LUCK

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