Jeepay open source payment system is an open source payment system suitable for Internet companies, supporting multi-channel service providers and ordinary merchant models. It has been connected to the official interfaces of WeChat Pay, Alipay, and Cloud QuickPass, and supports aggregate code payment.
Jeepay is developed using Spring Boot and Ant Design Vue, and integrates Spring Security to implement permission management functions. It is a very practical web development framework.
Jeepay = Jee + pay, which was developed by a team led by the author of the original XxPay payment system. "Jee" is the name of the company's Jiquan Technology, and pay means payment. The Chinese name is Jiquan Payment, which means: complete calculation and safe payment, making payment more convenient and safer.
Supports multi-channel docking and payment gateway automatic routing
Already connected to WeChat service providers and ordinary merchant interfaces, supporting V2 and V3 interfaces
Already connected to Alipay service providers and ordinary merchant interfaces, supporting RSA and RSA2 signatures
Already connected to Cloud QuickPass service provider interface, multiple payment institutions can be selected
Provide http interface and SDK implementation in various languages to facilitate docking
The interface request and response data adopt a signature mechanism to ensure the safety and reliability of transactions.
System security, supports distributed deployment, and high concurrency
The management side includes operation platform and merchant system
The management platform operation interface is simple and easy to use.
Order notifications from the payment platform to the merchant system are implemented using MQ, ensuring high availability and message reachability.
The interface parameter configuration interface of the payment channel is automatically generated.
Using spring security to implement permission management
Front-end and back-end separation architecture facilitates secondary development
Developed by the original XxPay team, with many years of experience in payment system development
Jeepay open source payment system update log
v1.15.0
1. Added payment channel interface for jeepay plus (jeepay plus online payment platform)
2. Optimize WeChat H5 to support synchronous jumps
3. Upgrade fastjson to version 1.2.83
4. Fix the problem of WeChat app calling payment signature string
v1.14.0
1. Add support for docker
2. Optimize obtaining parameters from requests and using += splicing to use more elegant streaming splicing.
3. Optimize merchant deletion logic
4. Optimize the ledger execution API to solve the problem of non-existent orders.
5. Optimize and expand the length of log table request and response data
6. Fixed the problem of certificate download failure due to directory non-existence.
7. Fix the order timeout bug in WeChat and Alipay settings
8. Fixed the problem that the OSS save path did not consider setting the prefix.
9. Fixed the inconsistency between the order closing transfer parameter field and the document description.
10. Fixed the problem of checking refund amount in WeChat refund notification
v1.13.0
WeChat and Alipay interfaces increase payment timeout
Optimize WeChat payment V3 interface docking
The project supports jdk17 compilation
Fix paypal payment query problem
Fix the refund issue of WeChat Pay V2 interface
Fixed the problem that the disabled interface will be used when placing payment orders