CN112565079A - Intelligent routing system and decision method for bank transaction - Google Patents

Intelligent routing system and decision method for bank transaction Download PDF

Info

Publication number
CN112565079A
CN112565079A CN202011381743.XA CN202011381743A CN112565079A CN 112565079 A CN112565079 A CN 112565079A CN 202011381743 A CN202011381743 A CN 202011381743A CN 112565079 A CN112565079 A CN 112565079A
Authority
CN
China
Prior art keywords
routing
channel
information
route
configuration information
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.)
Granted
Application number
CN202011381743.XA
Other languages
Chinese (zh)
Other versions
CN112565079B (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.)
Jiangsu Sushang Bank Co ltd
Original Assignee
Jiangsu Suning Bank 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 Jiangsu Suning Bank Co Ltd filed Critical Jiangsu Suning Bank Co Ltd
Priority to CN202011381743.XA priority Critical patent/CN112565079B/en
Publication of CN112565079A publication Critical patent/CN112565079A/en
Application granted granted Critical
Publication of CN112565079B publication Critical patent/CN112565079B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/14Routing performance; Theoretical aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/742Route cache; Operation thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention provides an intelligent routing system and a decision method for bank transaction, wherein the routing system is connected with a service system and comprises the following steps: the core service module is used for carrying out routing decision according to the routing information acquired by the service system and screening out a routing channel; the channel management module is used for acquiring the screened routing channel; and the basic service module judges the screened routing channel to obtain the optimal routing channel. The invention realizes the integration of openRules by java, can efficiently carry out route judgment and route switching by intelligent route use, ensures that the coding of the business process is more clear and hierarchical, greatly improves the quality and maintainability of the code, and has a plurality of benefits on basic development and project construction.

Description

Intelligent routing system and decision method for bank transaction
Technical Field
The invention relates to the technical field of computer information, in particular to an intelligent routing system and a decision method for bank transactions.
Background
With the rapid development of the financial industry, online and offline financial scenes are more abundant, the user product experience is continuously improved, the functions of a bank back-end transaction system are gradually increased, the transaction scenes of credit deposit, financing and cash withdrawal and the like related to financial services are increased besides the traditional authentication card binding, payment and transfer remittance, the channels of various service transactions are different, and the hard coding processing becomes very tedious. At present, for most banks, a traditional transaction system combines a business logic and a processing flow, each business channel selection needs rigid judgment, the business logic and a functional unit are coupled deeply, and a brand new business logic is generated when the business flow is changed, so that the system complexity is higher and higher along with the business development, the code maintainability is poorer and poorer, and great risks and cost investment are brought in development, testing and operation maintenance, so that a set of channels is needed to be managed and maintained, banks related to the channels are managed and maintained, the business logic and the process are separated to realize, the bank financial business requirements are taken as the leading factor, and the requirements of various scenes on the channels are combined to be selected and processed.
Aiming at the management of the intelligent routing and the connection control of the process, various types of rule engine frameworks such as an easy rules engine, a Drools rule engine, an Aviator expression evaluation engine, an MVEL expression analyzer and the like exist in the current market, and the products are often complex in system and function, have a lot of external dependence, need extra learning and use when being integrated with an application system, and cannot be fully adapted to a bank transaction system.
In addition, in view of more and more business scenes of the bank transaction system, channels supported by banks are also increased continuously, and the payment capacities and cost fees provided by different channels are different, so that the channel selection is relatively complex, the centralized management and maintenance of the development efficiency and the business process are improved in order to reduce the system risk and the development cost, and the defects that the complex functions of the system of the intelligent routing product on the market depend on a large amount of services are overcome, and the intelligent routing system adaptive to the bank transaction system needs to be provided urgently.
Disclosure of Invention
The invention aims to provide an intelligent routing system and a decision method for bank transaction, which are based on multi-channel routing switching, do not depend on any third-party plug-in, can flexibly and lightweight compile rule engine configuration, simultaneously support online change of routing rules, realize uninterrupted service and improve user experience.
In order to solve the technical problems, the invention adopts the technical scheme that:
in a first aspect, the present invention provides an intelligent routing system for banking transactions, connected to a business system, including: the core service module is used for carrying out routing decision according to the routing information acquired by the service system and screening out a routing channel; the channel management module is used for acquiring the screened routing channel; and the basic service module judges the screened routing channel to obtain the optimal routing channel.
Preferably, the method further comprises the following steps: and the configuration management module is used for carrying out route configuration according to the imported data and calling the basic service module to store and update the route configuration information.
Preferably, the routing configuration includes: and configuring through the excel file, and analyzing the excel file based on a spring framework and openRules.
As a preferred scheme, the basic service module includes a monitoring module, and the monitoring module monitors the route change queue and updates the route configuration information in the local cache after receiving the route change notification.
As a preferred scheme, the routing information acquired by the service system is a request message, and the request message includes a scene ID, bank card information, and a money amount.
In a second aspect, the invention provides an intelligent routing decision method for banking transactions, which comprises the following steps: the service system acquires the routing information and calls a core service module; the core service module carries out routing decision according to the routing information and screens out a routing channel; the channel management module acquires the screened routing channel and sends the routing channel to the basic service module; and the basic service module judges the screened routing channel to obtain the optimal routing channel.
Preferably, the method further comprises the following steps: the login configuration management module imports data for route configuration; and calling the basic service module to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache.
As a preferred scheme, the routing configuration information includes default configuration information and special configuration information, and the default configuration information is used for arranging default service scenarios and routing information related to current scenarios; the special configuration information is used for arranging the routing information and the process information related to the special service scene.
As a preferred scheme, the making of the routing decision according to the routing information includes: receiving a route decision request; judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing; and judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route.
As a preferred scheme, the judging the screened routing channel includes: judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route; and judging whether the transaction amount exceeds the limit, and if not, acquiring the optimal routing channel.
Compared with the prior art, the invention has the beneficial effects that:
(1) development risks are reduced, through intelligent routing design, the original channel design cannot be influenced by newly added channels, only corresponding channel configuration needs to be added, routing judgment logic does not need to be concerned, developers can clearly design service requirements, coupling depth among services is reduced, and service requirement iterative maintenance is more convenient;
(2) development efficiency is improved, developers do not need to pay attention to the logic of route judgment, only pay attention to service implementation, meanwhile, public components can be directly used, service processes are easy to design and rearrange, development speed of the developers is higher, and system maintenance is easier;
(3) routing rules are managed in a unified mode, and under the condition that bank maintenance is changed, service implementation codes do not need to be concerned about scattering all places through routing files and background management, so that nodes and circulation of a flow are maintained more easily;
(4) the system complexity is reduced, the routing logic is separated from the flow, flexible expansion can be realized according to the service realization requirement, the routing decision is responsible for channel selection, the code structure of the service realization layer is clearer, the reusability is high, and the complexity of the application system is greatly reduced.
The invention provides an intelligent routing system and a decision method for bank transaction, the system integrates openRules by java, and can efficiently carry out routing judgment and routing switching by using intelligent routing, so that the coding of a business process is realized more clearly and hierarchically, the quality and maintainability of codes are greatly improved, and the system has a plurality of benefits on basic development and project construction.
Drawings
The disclosure of the present invention is illustrated with reference to the accompanying drawings. It is to be understood that the drawings are designed solely for the purposes of illustration and not as a definition of the limits of the invention. In the drawings, like reference numerals are used to refer to like parts. Wherein:
FIG. 1 is a schematic structural diagram of an intelligent routing system for banking transactions according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of an intelligent routing decision method for banking transactions according to an embodiment of the present invention;
fig. 3 is a schematic flow chart illustrating decision-making determination of a routing channel according to an embodiment of the present invention.
Detailed Description
It is easily understood that according to the technical solution of the present invention, a person skilled in the art can propose various alternative structures and implementation ways without changing the spirit of the present invention. Therefore, the following detailed description and the accompanying drawings are merely illustrative of the technical aspects of the present invention, and should not be construed as all of the present invention or as limitations or limitations on the technical aspects of the present invention.
An embodiment according to the present invention is shown in connection with fig. 1. The invention provides an intelligent routing system 200 for bank transactions, which is connected with a business system 100. The service system 100 is a payment system, and the payment system is responsible for service request reception, message verification, routing message assembly, routing service invocation, and process integration. The service system 100 sends a request to the routing system 200, calls a routing service, and the routing system 200 selects an optimal channel through decision judgment to complete service logic; the routing system 200 sends a request to the service system 100, and inquires the acceptance capability and the subscription information; the routing system 200 receives the route maintenance information and notifies the local cache to update the local route information, thereby completing the maintenance of the route information.
The routing system 200 includes a core service module 201, a channel management module 202, a base service module 203, and a configuration management module 204.
Specifically, the core service module 201 performs a routing decision according to the routing information acquired by the service system 100, and screens out a routing channel. In the embodiment of the present invention, the routing information acquired by the service system 100 is a request message, and the request message includes information such as a service scene ID, bank card information, and amount of money.
The path management module 202 acquires the screened routing path.
The basic service module 203 judges the screened routing channel to obtain the best routing channel. The basic service module 203 further includes a monitoring module, which monitors the route change queue and updates the route configuration information in the local cache after receiving the route change notification.
The configuration management module 204 performs route configuration according to the imported data, and calls the basic service module 203 to store and update the route configuration information. Wherein, the route configuration comprises: the method comprises the steps of configuring through an excel file, and analyzing and processing the excel file based on a spring framework (a lightweight control reversal and section-oriented container framework) and openRules (a java-based complete open source code business rule management framework). And routing configuration is carried out through the excel file, so that the writing and understanding are facilitated, and the updating can be carried out in real time.
The routing configuration information includes channel information, supported bank lists, money intervals corresponding to each bank, available time configuration and the like, and can be customized according to service scenes.
As shown in fig. 2, the present invention also provides an intelligent routing decision method for banking transactions, which comprises the following steps:
step 1, the service system 100 obtains routing information and calls the core service module 201.
And 2, the core service module 201 performs routing decision according to the routing information and screens out a routing channel.
As shown in fig. 3, the making of the routing decision according to the routing information includes: receiving a route decision request; judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing; and judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route.
Step 3, the channel management module 202 acquires the screened routing channel and sends the routing channel to the basic service module 203;
and 4, the basic service module 203 judges the screened routing channel to obtain the optimal routing channel.
As shown in fig. 3, the determining the screened routing channel includes: judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route; and judging whether the transaction amount exceeds the limit, and if not, acquiring the optimal routing channel.
In the embodiment of the invention, the intelligent routing decision method for bank transaction further comprises the step of carrying out routing maintenance, which specifically comprises the following steps: an operator logs in the configuration management module 204 and conducts routing configuration through single manual addition or excel batch import data; and calling the basic service module 203 to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache.
After the operator performs route maintenance through the configuration management module 204, the route configuration information is distributed to the service system 100 through mq, the service system 100 updates the local route configuration information after receiving the route change notification, and performs route channel screening according to the service scenario after the service system 100 receives a specific service request, and selects a specific route channel to perform corresponding service processing.
Because of a plurality of service scenes and a plurality of similar parts of different scenes, a combined workflow concept is added in the design of the workflow, the routing configuration information is divided into default configuration information and special configuration information, and the default configuration information is used for arranging the default service scenes and the routing information related to the current scene; the special configuration information is used for arranging the routing information and the process information related to the special service scene, and obtaining the corresponding process and the routing channel information of the product according to the service product identification. For example: a payment transaction workflow in the payment system is divided into a workflow a and a workflow b, and nodes of the workflow a are public service components such as anti-duplication, account verification, rights and interests, wind control and the like and are arranged through default configuration information; and the node b performs warehousing, sending, accounting and other processing on the payment transaction and arranges the payment transaction through special configuration information. Therefore, the workflow a can be used by business processes such as correction and return, and the like, thereby reducing the code repetition and improving the system maintainability.
It is easy to understand that a nested mode can also be adopted, that is, the service implementation of a certain node in the workflow can be a sub-workflow mode, such as transaction transmission in a payment workflow, and can be designed as an independent workflow due to differences of downstream channel assembly messages, communication modes, communication processes, result control and the like.
In summary, the invention discloses an intelligent routing system and a decision method for bank transaction, the system integrates openRules by java, and by using intelligent routing, routing judgment and routing switching can be efficiently carried out, so that the coding of the business process is realized more clearly and hierarchically, the quality and maintainability of the code are greatly improved, and the system has a plurality of benefits on basic development and project construction. The method specifically comprises the following steps:
(1) development risks are reduced, through intelligent routing design, the original channel design cannot be influenced by newly added channels, only corresponding channel configuration needs to be added, routing judgment logic does not need to be concerned, developers can clearly design service requirements, coupling depth among services is reduced, and service requirement iterative maintenance is more convenient;
(2) development efficiency is improved, developers do not need to pay attention to the logic of route judgment, only pay attention to service implementation, meanwhile, public components can be directly used, service processes are easy to design and rearrange, development speed of the developers is higher, and system maintenance is easier;
(3) routing rules are managed in a unified mode, and under the condition that bank maintenance is changed, service implementation codes do not need to be concerned about scattering all places through routing files and background management, so that nodes and circulation of a flow are maintained more easily;
(4) the system complexity is reduced, the routing logic is separated from the flow, flexible expansion can be realized according to the service realization requirement, the routing decision is responsible for channel selection, the code structure of the service realization layer is clearer, the reusability is high, and the complexity of the application system is greatly reduced.
The technical scope of the present invention is not limited to the above description, and those skilled in the art can make various changes and modifications to the above-described embodiments without departing from the technical spirit of the present invention, and such changes and modifications should fall within the protective scope of the present invention.

Claims (10)

1. An intelligent routing system for banking transactions, connected to a business system, comprising:
the core service module is used for carrying out routing decision according to the routing information acquired by the service system and screening out a routing channel;
the channel management module is used for acquiring the screened routing channel;
and the basic service module judges the screened routing channel to obtain the optimal routing channel.
2. The intelligent routing system for banking transactions according to claim 1, further comprising:
and the configuration management module is used for carrying out route configuration according to the imported data and calling the basic service module to store and update the route configuration information.
3. The intelligent routing system for banking transactions according to claim 2, characterised in that said routing arrangement comprises: and configuring through the excel file, and analyzing the excel file based on a spring framework and openRules.
4. The intelligent routing system of bank transactions according to claim 1, wherein said basic service module includes a monitoring module, said monitoring module monitors a route change queue and updates route configuration information in a local cache after receiving a route change notification.
5. The intelligent routing system of bank transactions according to claim 1, characterized in that the routing information obtained by said business system is a request message, said request message including a scene ID, bank card information and amount of money.
6. An intelligent routing decision method for bank transaction is characterized by comprising the following steps:
the service system acquires the routing information and calls a core service module;
the core service module carries out routing decision according to the routing information and screens out a routing channel;
the channel management module acquires the screened routing channel and sends the routing channel to the basic service module;
and the basic service module judges the screened routing channel to obtain the optimal routing channel.
7. The intelligent routing decision method for banking transactions according to claim 6, characterised in that it further comprises the following steps:
the login configuration management module imports data for route configuration;
and calling the basic service module to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache.
8. The intelligent routing decision method for bank transactions according to claim 7, characterized in that the routing configuration information includes default configuration information and special configuration information, the default configuration information is used for arranging default service scenarios and routing information related to current scenarios; the special configuration information is used for arranging the routing information and the process information related to the special service scene.
9. The intelligent routing decision method for banking transactions according to claim 6 is characterized in that the routing decision is made according to the routing information, and comprises the following steps:
receiving a route decision request;
judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing;
and judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route.
10. The intelligent routing decision method for bank transactions according to claim 6, characterized in that the judgment of the screened routing channel comprises:
judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route;
and judging whether the transaction amount exceeds the limit, and if not, acquiring the optimal routing channel.
CN202011381743.XA 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction Active CN112565079B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011381743.XA CN112565079B (en) 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011381743.XA CN112565079B (en) 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction

Publications (2)

Publication Number Publication Date
CN112565079A true CN112565079A (en) 2021-03-26
CN112565079B CN112565079B (en) 2022-06-28

Family

ID=75045719

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011381743.XA Active CN112565079B (en) 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction

Country Status (1)

Country Link
CN (1) CN112565079B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553038A (en) * 2021-07-30 2021-10-26 武汉众邦银行股份有限公司 Rule engine implementation method and device based on availability algorithm and storage medium
CN114971527A (en) * 2022-04-25 2022-08-30 北京云链金汇数字科技有限公司 Multi-service scene rule routing strategy management system and method based on Spring

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014177081A1 (en) * 2013-10-25 2014-11-06 中兴通讯股份有限公司 Routing policy configuration method and system
CN105704018A (en) * 2016-01-19 2016-06-22 温州银企互联信息技术有限公司 Intelligent route management method based on order-receiving operation platform
US20190342203A1 (en) * 2018-05-02 2019-11-07 Source Ltd System and method for optimizing routing of transactions over a computer network
CN111127012A (en) * 2019-12-24 2020-05-08 广州华熙汇控小额贷款有限公司 Intelligent route payment system and intelligent payment method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014177081A1 (en) * 2013-10-25 2014-11-06 中兴通讯股份有限公司 Routing policy configuration method and system
CN105704018A (en) * 2016-01-19 2016-06-22 温州银企互联信息技术有限公司 Intelligent route management method based on order-receiving operation platform
US20190342203A1 (en) * 2018-05-02 2019-11-07 Source Ltd System and method for optimizing routing of transactions over a computer network
CN111127012A (en) * 2019-12-24 2020-05-08 广州华熙汇控小额贷款有限公司 Intelligent route payment system and intelligent payment method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553038A (en) * 2021-07-30 2021-10-26 武汉众邦银行股份有限公司 Rule engine implementation method and device based on availability algorithm and storage medium
CN114971527A (en) * 2022-04-25 2022-08-30 北京云链金汇数字科技有限公司 Multi-service scene rule routing strategy management system and method based on Spring

Also Published As

Publication number Publication date
CN112565079B (en) 2022-06-28

Similar Documents

Publication Publication Date Title
CN101272281B (en) System and method for providing network service relating to four parties
US7526547B2 (en) Intelligent network charging edge
CA2559274C (en) Intermediary content gateway system and method
AU2018201793A1 (en) Extensible key management system for application program interfaces
CN112565079B (en) Intelligent routing system and decision method for bank transaction
US20150026022A1 (en) Billing device and processing method
CN106067124A (en) A kind of Quick Response Code that scans pays and real time record total mark of consumption and the method for rebating
CN103425462A (en) Method and device for workflow data persistence
CN112968943A (en) Electric power is platform in coordination
CN101888320A (en) Enhanced network adapter framework
Aithal A comparison of ideal banking model with mobile banking system
CN112288577A (en) Transaction processing method and device for distributed service, electronic equipment and medium
CN114615096A (en) Telecommunication charging method, system and related equipment based on event-driven architecture
CN112508551A (en) Unified payment gateway system based on intelligent payment routing
CN108537534A (en) A kind of universal payment method and system device of adaptation multiple terminals
CN101854298A (en) Automatic link method of message, account correction method and system
CN112488770B (en) Transaction pricing control method and device, equipment and medium thereof
CN110336872B (en) Method, device and system for acquiring third-party data
CN115967625A (en) Rapid arranging method based on cloud network API (application programming interface) capability open architecture
CN111831868A (en) Method and apparatus for financial product configuration
CN103873264A (en) Settlement engine of integrated services under convergent networks
CN113592450A (en) Invoice checking method and device based on central platform invoice center, storage medium and electronic equipment
CN109951384A (en) A kind of application method of API gateway system flexible management
Ouyang et al. 6G Network Business Support System
CN114092078A (en) Method, device, equipment and storage medium for payment

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: No.4 building, Hexi Financial City, Jianye District, Nanjing City, Jiangsu Province, 210000

Patentee after: Jiangsu Sushang Bank Co.,Ltd.

Country or region after: China

Address before: No.4 building, Hexi Financial City, Jianye District, Nanjing City, Jiangsu Province, 210000

Patentee before: JIANGSU SUNING BANK Co.,Ltd.

Country or region before: China