CN110111092B - Compatible system of payment channel - Google Patents

Compatible system of payment channel Download PDF

Info

Publication number
CN110111092B
CN110111092B CN201910263352.9A CN201910263352A CN110111092B CN 110111092 B CN110111092 B CN 110111092B CN 201910263352 A CN201910263352 A CN 201910263352A CN 110111092 B CN110111092 B CN 110111092B
Authority
CN
China
Prior art keywords
payment
channel
monitoring
compatible
parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910263352.9A
Other languages
Chinese (zh)
Other versions
CN110111092A (en
Inventor
周淑杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Jiaran Information Technology Co ltd
Original Assignee
Shanghai Handpal Information Technology Service Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Handpal Information Technology Service Co ltd filed Critical Shanghai Handpal Information Technology Service Co ltd
Priority to CN201910263352.9A priority Critical patent/CN110111092B/en
Publication of CN110111092A publication Critical patent/CN110111092A/en
Application granted granted Critical
Publication of CN110111092B publication Critical patent/CN110111092B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/387Information transfer, e.g. on bus using universal interface adapter for adaptation of different data processing systems to different peripheral devices, e.g. protocol converters for incompatible systems, open system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/085Payment architectures involving remote charge determination or related payment systems

Abstract

The invention provides a compatible system of a payment channel, wherein the compatible system comprises a plurality of interfaces, the interfaces are used for accessing different payment systems into the compatible system, and the compatible system also comprises: the registration module is used for registering the payment system accessed to the compatible system so as to form a corresponding payment channel according to the payment system parameters provided by the payment system; the payment gateway module is used for acquiring a payment request input by a user and preprocessing the payment request to obtain a processing result related to the payment request; the preposed service module is respectively connected with the interface, the payment gateway module and the registration module, and forwards the processing result to a payment system corresponding to the payment channel according to the payment channel corresponding to the processing result so that the payment system can process the processing result. The invention has the beneficial effects that: the updating times of the system in large area are reduced, so that the cost is reduced, and the complexity of system decoupling is reduced.

Description

Compatible system of payment channel
Technical Field
The invention relates to the technical field of communication, in particular to a compatible system of a payment channel.
Background
The establishment work of the payment channel in the prior art is usually a centralized research and development mode, however, the implementation construction and data structure of each payment system are greatly differentiated, so that the layering of the whole research and development compatible system is unclear due to the adoption of the centralized research and development mode in the prior art, so that great risks exist in the modification and maintenance of complex codes for the research and development authority control, the deployment granularity of the research and development compatible system is coarse, the maintenance complexity of the whole research and development compatible system is increased, and further the resource cost is increased.
Disclosure of Invention
In view of the above problems in the prior art, a compatible system for a payment channel is provided, which aims to reduce the number of large-area updates of the compatible system to reduce the cost.
The specific technical scheme is as follows:
a compatible system for a payment channel, wherein the compatible system comprises a plurality of interfaces for connecting different payment systems to the compatible system, and the compatible system further comprises:
the registration module is used for registering the payment system accessed to the compatible system so as to form a corresponding payment channel according to the payment system parameters provided by the payment system;
the payment gateway module is used for acquiring a payment request input by a user and preprocessing the payment request to obtain a processing result related to the payment request;
and the prepositive service module is respectively connected with the interface, the payment gateway module and the registration module, and forwards the processing result to a payment system corresponding to the payment channel according to the payment channel corresponding to the processing result so that the payment system can process the processing result.
Preferably, the system for compatibility of a payment channel, wherein the registration module comprises:
the channel monitoring unit is used for discovering the payment system newly accessed to the compatible system and outputting the payment system parameters of the payment system, and the channel monitoring unit is also used for monitoring the online state of the discovered payment system;
the channel management unit is connected with the channel monitoring unit and used for registering the payment system according to the payment system parameters uploaded by the channel monitoring unit so as to form a payment channel;
and the storage unit is connected with the channel management unit and is used for storing the channel related information of the payment channel output by the channel management unit.
Preferably, the system for compatibility of payment channels, wherein the channel monitoring unit comprises:
the first monitoring component is used for monitoring the payment system in real time in a heartbeat monitoring mode and outputting a real-time monitoring result;
and the first notification component is connected with the first monitoring component and used for notifying the monitoring result to the channel management unit so that the channel management unit can update the channel related information in the storage unit.
Preferably, a system for payment channel compatibility, wherein,
the path management unit includes:
the second monitoring component is used for monitoring the running state of each payment channel and updating the channel related information in the storage unit according to the real-time monitoring result;
and the second informing component is used for informing the currently enabled payment channel to the external user according to the channel related information in the storage unit.
Preferably, the payment channel is compatible with the system, wherein the payment system parameters comprise a payment channel name, a payment channel ID, a port and a payment system protocol.
Preferably, a system compatible with the payment channel, wherein the payment request corresponds to a transaction agreement;
the compatible system further comprises:
and the encryption module is respectively connected with the preposed service module and the payment gateway module and is used for encrypting the payment system protocol and the transaction protocol.
Preferably, the system for compatibility of a payment channel, wherein the storage unit comprises:
the cache component is used for caching the technical configuration parameters and the operation strategy parameters of the payment channel in the relevant parameters of the channel;
and the storage component is used for backing up the relevant parameters of the storage channel.
Preferably, the payment system of the channel is compatible, wherein the channel monitoring unit discovers the payment system of the new access compatible system through the zookeeper component.
The technical scheme has the following advantages or beneficial effects: different payment systems are accessed into the compatible system through the interface, the large-area updating times of the compatible system are reduced, the cost is reduced, the compatible system architecture is upgraded through the arrangement of multiple modules, the boundary of the whole compatible system is clear and definite, and the decoupling complexity of the compatible system is reduced.
Drawings
Embodiments of the present invention will now be described more fully hereinafter with reference to the accompanying drawings. The drawings are, however, to be regarded as illustrative and explanatory only and are not restrictive of the scope of the invention.
FIG. 1 is a first schematic structural diagram of a compatible system of a payment channel according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a registration module of an embodiment of a system compatible with a payment channel according to the present invention;
FIG. 3 is a schematic structural diagram of a channel monitoring unit according to an embodiment of the system for payment channel compatibility of the present invention;
FIG. 4 is a schematic structural diagram of a channel management unit of an embodiment of a system compatible with a payment channel according to the present invention;
fig. 5 is a schematic structural diagram of a compatible system embodiment of the payment channel of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict.
The invention is further described with reference to the following drawings and specific examples, which are not intended to be limiting.
The present invention includes a compatible system of payment channels, as shown in fig. 1, the compatible system includes a plurality of interfaces 2, the interfaces 2 are used for connecting different payment systems 5 into the compatible system, the compatible system further includes:
the system comprises a registration module 1, a connection interface 2 and a payment module, wherein the registration module is used for registering a payment system 5 accessed to a compatible system so as to form a corresponding payment channel according to payment system parameters provided by the payment system 5;
the payment gateway module 4 is used for acquiring a payment request input by a user and preprocessing the payment request to obtain a processing result related to the payment request;
the front-end service module 3 is respectively connected with the interface 2, the payment gateway module 4 and the registration module 1, and the front-end service module 3 forwards the processing result to the payment system 5 corresponding to the payment channel according to the payment channel corresponding to the processing result, so that the payment system 5 can process the processing result.
In the above embodiment, the compatible system is divided into a plurality of modules to realize the upgrade of the compatible system architecture, so that the boundary of the whole compatible system is clear and definite, and the decoupling complexity of the compatible system is reduced.
Further, as a preferred embodiment, the plurality of interfaces 2 may be configured as a clustered interface 2 interfacing with the payment system 5, and each interface 2 may internally access a different payment system 5 to a compatible system by encapsulating differentiated content, where the clustered interface 2 may be configured in a micro-service manner. That is, in the present embodiment, the differentiation is encapsulated by adopting the micro service cluster mode in the cluster interface 2, so that the differentiation is shielded by other modules of the whole compatible system, the authority of the whole compatible system is further controlled in a centralized manner, frequent upgrade due to access of the payment system 5 is reduced, and the use cost is reduced.
In the above embodiment, the routine maintenance of the entire compatible system may be centralized in the differentiated services of the plurality of interfaces 2, so as to reduce the risk brought by research personnel, and make the upgrade and resource package offline of the entire compatible system simpler and clearer.
For example, when a specific payment system 5 needs to be accessed, the access to the specific payment system 5 can be realized only by updating the differentiated content corresponding to the specific payment system 5 in the corresponding interface 2, so that the whole compatible system does not need to be updated, and the use cost is reduced.
The payment system 5 may be a payment bank, a wechat payment, a certain bank, or the like.
Further, as a preferred embodiment, the payment gateway module 4 performs a pre-processing on the payment request by using a preset policy, so as to obtain a processing result associated with the payment request.
The preset policy may include a remote RPC call protocol, a policy configured based on service management, and a channel list.
And the payment gateway module 4 calls the payment request according to the preset strategy to obtain a processing result, wherein the transfer parameter in the calling mode is a JavaBean type parameter.
Further, in the above embodiment, as shown in fig. 2, the registration module 1 includes:
the channel monitoring unit 11 is configured to discover the payment system 5 newly accessed to the compatible system and output payment system parameters of the payment system 5, and the channel monitoring unit 11 is further configured to monitor an online state of the discovered payment system 5;
the channel management unit 12 is connected with the channel monitoring unit 11 and used for registering the payment system 5 according to the payment system parameters uploaded by the channel monitoring unit 11 so as to form a payment channel;
and a storage unit 13 connected to the channel management unit 12, for storing the channel-related information of the payment channel output by the channel management unit 12.
Further, as a preferred embodiment, after the channel monitoring unit 11 registers the payment system 5, the channel related information may be stored in the channel management unit 12, so that the channel monitoring unit 11 updates the channel management unit 12.
When the channel monitoring unit 11 monitors the payment system 5 newly accessing a compatible system, the technical configuration parameters and the operation policy parameters of the corresponding payment channel may be acquired from the storage unit 13. Meanwhile, the channel management unit 12 may update the channel list according to the monitoring result, and perform daily maintenance on the corresponding payment channel, thereby increasing the service life of the entire compatible system.
It should be noted that, the channel management unit 12 may update the channel list in an automatic updating manner or in a manual updating manner. The method and the device can perform manual updating under the condition that the compatible system cannot perform automatic updating, and improve the stability of the compatible system.
Further, as a preferred embodiment, the aisle monitoring unit 11 may discover payment systems 5 that newly access compatible systems through the zookeeper component 14.
It is noted that the zookeeper component 14 may facilitate registration discovery of the payment system 5 and registration of the heartbeat listening payment system 5.
Further, in the above-described embodiment, as shown in fig. 3, the passage monitoring unit 11 includes:
the first monitoring component 111 is used for monitoring the payment system 5 in real time in a heartbeat monitoring mode and outputting a real-time monitoring result;
the first notifying component 112 is connected to the first monitoring component 111, and is configured to notify the monitoring result to the channel management unit 12, so that the channel management unit 12 updates the channel-related information in the storage unit 13.
Further, in the above-described embodiment, as shown in fig. 4, the path management unit 12 includes:
the second monitoring component 121 is configured to monitor an operating state of each payment channel, and update channel related information in the storage unit 13 according to a real-time monitoring result;
a second notification component 122, configured to notify the currently enabled payment channel to the external user according to the channel-related information in the storage unit 13.
For example, when the user submits a payment request, the user may find the payment channel in the activated state in the channel management unit 12, facilitating the user to select the required payment channel.
Further, in the above embodiment, the payment system parameters include a payment channel name, a payment channel ID, a port, and a payment system protocol.
Wherein the externally compatible system protocol comprises the protocol type and protocol parameters of the payment system 5.
Further, in the above embodiment, as shown in fig. 5, the payment request corresponds to a transaction agreement;
the compatible system further comprises:
and the encryption module 5 is respectively connected with the front service module 3 and the payment gateway module 4 and is used for encrypting the payment system protocol and the transaction protocol.
Further, as a preferred embodiment, the encryption module 5 may encrypt not only the payment system protocol and the transaction protocol, but also encrypt and sign the payment parameters of the payment channel, and may perform secondary encryption on the dispersed keys and certificates by using a secondary encryption manner, so as to implement unified and centralized storage and maintenance of the dispersed keys and certificates, and provide the functions of certificate expiration warning and certificate history record, thereby facilitating maintenance and management, and reducing the risk of leakage.
Further, in the above-described embodiment, the storage unit 13 includes:
the cache component 131 is configured to cache technical configuration parameters and operation policy parameters of the payment channel in the channel-related parameters;
the storage component 132 is used for backing up the storage channel related parameters.
As a preferred embodiment, the storage component 132 may be a DB data storage, may preferentially store the channel-related parameters and other information in a database, and provide database cluster disaster recovery services.
The Cache component 131 may be a Cache data unit, and is mainly used for storing technical configuration parameters and operation policy parameters of a payment channel in channel-related parameters, so as to improve the performance of data access.
Further, as a preferred embodiment, as shown in fig. 5, the registration method may specifically be: the channel monitoring unit 11 discovers the payment system 5 newly accessing the compatible system through the Zookeeper component 14, and outputs the payment system parameters of the payment system 5, the channel monitoring unit 11 is further configured to monitor the online state of the discovered payment system 5, and register the payment system 5 through the channel management unit 12 according to the payment system parameters uploaded by the channel monitoring unit 11, and form a payment channel, and the channel-related information of the payment channel is stored in the storage unit 13, so in this embodiment, the registration module 1 is connected to the front-end service module 3, and can register each payment system 5 accessing the compatible system in an automatic registration manner, thereby implementing smooth transition during the whole upgrade maintenance, and further reducing the possibility of failure.
By splitting the registration module 1 into a plurality of units in a fine granularity manner, dynamic adjustment can be realized according to the requirements of the current service, reasonable use of resources is realized, and the cost is reduced.
The request mode is specifically as follows: the payment gateway module 4 is connected to a plurality of applications APP10, the applications APP10 may be disposed in the mobile device, when a user uses the applications APP10 to make a payment request, the channel management unit 12 may notify the currently enabled payment channel to the current user according to the channel related information in the storage unit 13, that is, the user may select the currently enabled payment channel and complete the payment request, then the payment gateway module 4 obtains the payment request input by the user and preprocesses the payment request to obtain a processing result associated with the payment request, and sends the processing result to the front-end service module 3, and the front-end service module 3 forwards the processing result to the payment system 5 corresponding to the payment channel according to the payment channel corresponding to the processing result, so that the payment system 5 processes the processing result.
Wherein fig. 5 does not show all interfaces 2, wherein each interface 2 may correspond to one payment system 5.
It should be noted that the interface 2 is an API interface for communicating with the payment system based on the payment system protocol.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (7)

1. A system for compatibility of payment channels, the system comprising a plurality of interfaces for interfacing different payment systems to the system, the system further comprising:
the registration module is used for registering the payment system accessed to the compatible system so as to form a corresponding payment channel according to the payment system parameters provided by the payment system;
the payment gateway module is used for acquiring a payment request input by a user and preprocessing the payment request to obtain a processing result related to the payment request;
the front-end service module is respectively connected with the interface, the payment gateway module and the registration module, and forwards the processing result to the payment system corresponding to the payment channel according to the payment channel corresponding to the processing result so that the payment system can process the processing result;
the registration module includes:
the channel monitoring unit is used for discovering the payment system newly accessed to the compatible system and outputting the payment system parameters of the payment system, and the channel monitoring unit is also used for monitoring the on-line state of the discovered payment system;
the channel management unit is connected with the channel monitoring unit and used for registering the payment system according to the payment system parameters uploaded by the channel monitoring unit so as to form the payment channel;
and the storage unit is connected with the channel management unit and used for storing the channel related information of the payment channel output by the channel management unit.
2. The system for compatibility of a payment channel of claim 1, wherein the channel monitoring unit comprises:
the first monitoring component is used for monitoring the payment system in real time in a heartbeat monitoring mode and outputting a real-time monitoring result;
and the first notification component is connected with the first monitoring component and used for notifying the monitoring result to the channel management unit so that the channel management unit can update the channel related information in the storage unit.
3. The payment channel compatibility system of claim 1,
the path management unit includes:
the second monitoring component is used for monitoring the running state of each payment channel and updating the channel related information in the storage unit according to a real-time monitoring result;
and the second notification component is used for notifying the currently enabled payment channel to an external user according to the channel related information in the storage unit.
4. The payment channel compatibility system of claim 1, wherein the payment system parameters include a payment channel name, a payment channel ID, a port, and a payment system protocol.
5. A payment channel compatibility system according to claim 4, wherein the payment request corresponds to a transaction agreement;
the compatible system further comprises:
and the encryption module is respectively connected with the preposed service module and the payment gateway module and is used for encrypting the payment system protocol and the transaction protocol.
6. The payment channel compatibility system of claim 1, wherein the storage unit comprises:
the cache component is used for caching the technical configuration parameters and the operation strategy parameters of the payment channel in the relevant parameters of the channel;
and the storage component is used for backing up and storing the channel related parameters.
7. The payment channel compatibility system of claim 1, wherein the channel monitoring unit discovers the payment system newly accessing the compatibility system through a zookeeper component.
CN201910263352.9A 2019-04-02 2019-04-02 Compatible system of payment channel Active CN110111092B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910263352.9A CN110111092B (en) 2019-04-02 2019-04-02 Compatible system of payment channel

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910263352.9A CN110111092B (en) 2019-04-02 2019-04-02 Compatible system of payment channel

Publications (2)

Publication Number Publication Date
CN110111092A CN110111092A (en) 2019-08-09
CN110111092B true CN110111092B (en) 2023-03-24

Family

ID=67485011

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910263352.9A Active CN110111092B (en) 2019-04-02 2019-04-02 Compatible system of payment channel

Country Status (1)

Country Link
CN (1) CN110111092B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111163125A (en) * 2019-11-28 2020-05-15 网银在线(北京)科技有限公司 Channel control method, device, electronic equipment and computer readable medium
CN111401865A (en) * 2020-04-03 2020-07-10 上海瀚之友信息技术服务有限公司 Payment gateway system
CN112017306B (en) * 2020-08-03 2022-03-08 支付宝(杭州)信息技术有限公司 Method and system for realizing intercommunication of different payment operations
CN113076200B (en) * 2021-06-04 2022-04-15 四川新网银行股份有限公司 Channel flow dynamic regulation and control method based on multiple payment channels
CN113837739B (en) * 2021-09-16 2023-06-13 多点生活(成都)科技有限公司 Universal payment channel docking method

Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0907134A1 (en) * 1997-09-11 1999-04-07 Esd Information Technology Entwicklungs GmbH Method for computer supported payment transaction through payment systems
EP1981004A1 (en) * 2007-04-12 2008-10-15 First Data Corporation Modular payment terminal equipment
CN101345898A (en) * 2007-07-11 2009-01-14 北京方维银通科技有限公司 Electronic warrant payment platform, system and method
CN101739624A (en) * 2008-11-06 2010-06-16 同方股份有限公司 Trusted payment network system
WO2011094424A1 (en) * 2010-01-28 2011-08-04 Aero-Vision Technologies, Inc. Secure payment terminal
EP2372631A2 (en) * 2010-04-02 2011-10-05 Intel Corporation Payment management on mobile devices
CN102324076A (en) * 2011-08-24 2012-01-18 南京中兴群力信息科技有限公司 Unification all-purpose card payment system based on cloud calculation and method thereof
JP2012529699A (en) * 2009-06-09 2012-11-22 アリババ・グループ・ホールディング・リミテッド Method and system for payment through a mobile device
KR20130110433A (en) * 2012-03-29 2013-10-10 이왕주 Deputtizing settlement system
CN104299132A (en) * 2014-09-05 2015-01-21 江苏维罗可思信息科技有限公司 Uniform payment gateway
WO2015051727A1 (en) * 2013-10-08 2015-04-16 百度在线网络技术(北京)有限公司 Electronic transaction method and system, and payment platform system
CN105976542A (en) * 2016-05-18 2016-09-28 北京先研科技有限责任公司 Efficient self-service cashing system and method
CN106096960A (en) * 2016-06-07 2016-11-09 上海携程商务有限公司 The method and apparatus of the outside payment system of monitoring and method of payment and system
WO2017013458A1 (en) * 2015-07-17 2017-01-26 Göktas Hakki Payment system and method for registered users
CN106372877A (en) * 2016-08-31 2017-02-01 北京炎黄新星网络科技有限公司 Integrated payment system
CN106469367A (en) * 2015-08-14 2017-03-01 威海兴达信息科技有限公司 A kind of safety management system being applied to ecommerce quick payment
CN106529918A (en) * 2016-10-20 2017-03-22 北京众联享付科技股份有限公司 Network payment technology channel management system for Unicom subscribers, merchants and third party payment channels
CN106549981A (en) * 2017-01-13 2017-03-29 邹城众达知识产权咨询服务有限公司 A kind of directionless disk intelligent network about car system and its method for running based on big data cloud computing service
WO2017072647A1 (en) * 2015-10-27 2017-05-04 Fox Glacier Asset Management Llc Mobile payment system
CN106875163A (en) * 2017-02-08 2017-06-20 焦点科技股份有限公司 A kind of method for assembling payment gateway system automatically based on modularization
CN107292595A (en) * 2017-07-04 2017-10-24 广东信基蜂巢科技有限责任公司 A kind of multichannel actual time safety pays route system
CN108537534A (en) * 2018-03-26 2018-09-14 武汉楚鼎信息技术有限公司 A kind of universal payment method and system device of adaptation multiple terminals
BE1025027B1 (en) * 2017-11-09 2018-09-27 Worldline Sa/Nv Payment system for electric car charging station

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140201067A1 (en) * 2013-01-14 2014-07-17 Hooko Limited System and method for facilitating a transaction
US20140279419A1 (en) * 2013-03-15 2014-09-18 Elwha Llc Methods and systems for implementing various transactional architectures

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0907134A1 (en) * 1997-09-11 1999-04-07 Esd Information Technology Entwicklungs GmbH Method for computer supported payment transaction through payment systems
EP1981004A1 (en) * 2007-04-12 2008-10-15 First Data Corporation Modular payment terminal equipment
CN101345898A (en) * 2007-07-11 2009-01-14 北京方维银通科技有限公司 Electronic warrant payment platform, system and method
CN101739624A (en) * 2008-11-06 2010-06-16 同方股份有限公司 Trusted payment network system
JP2012529699A (en) * 2009-06-09 2012-11-22 アリババ・グループ・ホールディング・リミテッド Method and system for payment through a mobile device
WO2011094424A1 (en) * 2010-01-28 2011-08-04 Aero-Vision Technologies, Inc. Secure payment terminal
EP2372631A2 (en) * 2010-04-02 2011-10-05 Intel Corporation Payment management on mobile devices
CN102324076A (en) * 2011-08-24 2012-01-18 南京中兴群力信息科技有限公司 Unification all-purpose card payment system based on cloud calculation and method thereof
KR20130110433A (en) * 2012-03-29 2013-10-10 이왕주 Deputtizing settlement system
WO2015051727A1 (en) * 2013-10-08 2015-04-16 百度在线网络技术(北京)有限公司 Electronic transaction method and system, and payment platform system
CN104299132A (en) * 2014-09-05 2015-01-21 江苏维罗可思信息科技有限公司 Uniform payment gateway
WO2017013458A1 (en) * 2015-07-17 2017-01-26 Göktas Hakki Payment system and method for registered users
CN106469367A (en) * 2015-08-14 2017-03-01 威海兴达信息科技有限公司 A kind of safety management system being applied to ecommerce quick payment
WO2017072647A1 (en) * 2015-10-27 2017-05-04 Fox Glacier Asset Management Llc Mobile payment system
CN105976542A (en) * 2016-05-18 2016-09-28 北京先研科技有限责任公司 Efficient self-service cashing system and method
CN106096960A (en) * 2016-06-07 2016-11-09 上海携程商务有限公司 The method and apparatus of the outside payment system of monitoring and method of payment and system
CN106372877A (en) * 2016-08-31 2017-02-01 北京炎黄新星网络科技有限公司 Integrated payment system
CN106529918A (en) * 2016-10-20 2017-03-22 北京众联享付科技股份有限公司 Network payment technology channel management system for Unicom subscribers, merchants and third party payment channels
CN106549981A (en) * 2017-01-13 2017-03-29 邹城众达知识产权咨询服务有限公司 A kind of directionless disk intelligent network about car system and its method for running based on big data cloud computing service
CN106875163A (en) * 2017-02-08 2017-06-20 焦点科技股份有限公司 A kind of method for assembling payment gateway system automatically based on modularization
CN107292595A (en) * 2017-07-04 2017-10-24 广东信基蜂巢科技有限责任公司 A kind of multichannel actual time safety pays route system
BE1025027B1 (en) * 2017-11-09 2018-09-27 Worldline Sa/Nv Payment system for electric car charging station
CN108537534A (en) * 2018-03-26 2018-09-14 武汉楚鼎信息技术有限公司 A kind of universal payment method and system device of adaptation multiple terminals

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于JAVA的支付系统的设计;李云波;《微处理机》;20170815(第04期);第84-88页 *
支付系统知识连载一:支付管理信息系统;无作者;《华南金融电脑》;20030410(第04期);第36-39页 *

Also Published As

Publication number Publication date
CN110111092A (en) 2019-08-09

Similar Documents

Publication Publication Date Title
CN110111092B (en) Compatible system of payment channel
CN111130892B (en) Enterprise-level microservice management system and method
US8606897B2 (en) Systems and methods for exporting usage history data as input to a management platform of a target cloud-based network
CN106453288A (en) Asynchronous mode supporting distributed micro service framework system and implementation method thereof
KR101765001B1 (en) A method for smart u-city integrated monitoring and controlling platform, based on variable divice connection and data integration, and the system therefor
CN110851278A (en) Distribution network automation master station mobile application service management method and system based on micro-service architecture
CN106814975A (en) A kind of memory management method and its system for polymorphic type storage device
CN109756474B (en) Service cross-region calling method and device for power dispatching automation system
EP2778925A2 (en) Dashboard notifications on management console during a remote control session
CN107025222A (en) A kind of distributed information log acquisition method and device
CN105681463A (en) Distributed service framework and distributed service calling system
CN107193668A (en) The call method and system at interface service end
US20220191279A1 (en) IoT Device Data Management Method, Apparatus, and System
CN114024826B (en) Application multi-active system based on service grid technology and used in distributed ESB scene
CN113055421A (en) Service grid management method and system
CN106161644A (en) The distributed system of data process and data processing method thereof
CN110049031A (en) A kind of interface security authentication method and server, authentication center's server
CN105592164A (en) Distributed system and method for data processing
CN115695139A (en) Method for enhancing micro-service system architecture based on distributed robust
CN110519354A (en) A kind of distributed objects storage system and its method for processing business and storage medium
CN113641450A (en) Cloud management system and management method for private cloud
CN103001962A (en) Business support method and system
CN116881040A (en) Service operation processing method and device, electronic device and storage medium
CN113157796A (en) Data acquisition display system based on micro-service
CN108196797B (en) Data processing system based on cloud computing

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20231017

Address after: Room A320, 3rd Floor, No. 1359 Zhonghua Road, Huangpu District, Shanghai, 200010

Patentee after: Shanghai Jiaran Information Technology Co.,Ltd.

Address before: 200001 4th floor, Fengsheng building, 763 Mengzi Road, Huangpu District, Shanghai

Patentee before: SHANGHAI HANDPAL INFORMATION TECHNOLOGY SERVICE Co.,Ltd.

TR01 Transfer of patent right