CN109377206B - Payment limit system, method, device and storage medium - Google Patents

Payment limit system, method, device and storage medium Download PDF

Info

Publication number
CN109377206B
CN109377206B CN201811121746.2A CN201811121746A CN109377206B CN 109377206 B CN109377206 B CN 109377206B CN 201811121746 A CN201811121746 A CN 201811121746A CN 109377206 B CN109377206 B CN 109377206B
Authority
CN
China
Prior art keywords
quota
interceptor
information
configuration
processing
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
CN201811121746.2A
Other languages
Chinese (zh)
Other versions
CN109377206A (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201811121746.2A priority Critical patent/CN109377206B/en
Publication of CN109377206A publication Critical patent/CN109377206A/en
Application granted granted Critical
Publication of CN109377206B publication Critical patent/CN109377206B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/22Payment schemes or models
    • G06Q20/29Payment schemes or models characterised by micropayments
    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Abstract

The invention provides a payment limit system, comprising: the system comprises a data module, a limit processing module and a limit processing module, wherein the data module is used for storing a database and a configuration file, the database is used for recording user transaction information, and the configuration file is used for recording a limit processing flow; the configuration module comprises a configuration analyzer and a configuration manager, wherein the configuration analyzer is used for reading and analyzing the data information of the configuration file and generating an analysis result, and the configuration manager is used for managing the analysis result; and the processing module comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor inquires the configuration file through the configuration module to configure quota information of each quota interceptor, and the user transaction information sequentially passes through each quota interceptor on the interception processing chain and carries out transaction quota processing according to the quota information of each quota interceptor. According to the invention, the data processing efficiency is greatly improved in a payment limit mode.

Description

Payment limit system, method, device and storage medium
Technical Field
The invention relates to the field of data processing, in particular to a payment limit system, a payment limit method, a payment limit device and a storage medium.
Background
In a bank channel integration system, an existing quota control method generally controls only a few main elements such as merchants, account types and the like, the elements are limited, and the method is not suitable for complex scenes, such as: controlling the quota according to the credit level of the user; and the quota control logics of various elements are coupled together to form a single quota module, so that various quotas are not subjected to layering and partitioning processing, expansion or change is not facilitated, and quick response to new quota requirements cannot be realized.
The channel integration system is used as an intermediate system for connecting the front-end channel system and the back-end product system, is an aggregation point of each front-end channel, and can implement a uniform quota strategy for each channel.
The existing quota method of the channel integration system is mainly the quota of the commercial tenant. The merchant quota mainly specifies different quota values according to two transaction factors of the merchant and the account type. When the front-end channel system initiates a transaction, the channel integration system sequentially calculates and judges the commercial tenant quota and the customer quota, once the transaction exceeds the quota value, the transaction is terminated, and the quota report error is returned to the front-end channel system. In conclusion, the existing payment limit control method and the input elements are limited, and the control degree is not accurate; and the logic is not layered and partitioned, so that the expansibility is insufficient.
Disclosure of Invention
In order to solve the technical problems, the invention provides a payment limit system, a payment limit method, a payment limit device and a storage medium, which solve the problems of poor expansion and low control capability of the current payment mode.
According to a first aspect of embodiments of the present invention, there is provided a payment limit system, the system comprising:
the system comprises a data module, a limit processing module and a limit processing module, wherein the data module is used for storing a database and a configuration file, the database is used for recording user transaction information, and the configuration file is used for recording a limit processing flow;
the configuration module comprises a configuration analyzer and a configuration manager, wherein the configuration analyzer is used for reading and analyzing the data information of the configuration file and generating an analysis result, and the configuration manager is used for managing the analysis result; and
and the processing module comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor inquires the configuration file through the configuration module to configure quota information of each quota interceptor, and the user transaction information sequentially passes through each quota interceptor on the interception processing chain and carries out transaction quota processing according to the quota information of each quota interceptor.
According to a second aspect of embodiments of the present invention, there is provided a method of paying a quota, the method comprising:
the data module stores a database and a configuration file, wherein the database is used for recording user transaction information, and the configuration file is used for recording a quota processing flow;
the configuration module comprises a configuration analyzer and a configuration manager, wherein the configuration analyzer is used for reading and analyzing the data information of the configuration file and generating an analysis result, and the configuration manager is used for managing the analysis result; and
the processing module comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor inquires the configuration file through the configuration module to configure quota information of each quota interceptor, and the user transaction information sequentially passes through each quota interceptor on the interception processing chain and carries out transaction quota processing according to the quota information of each quota interceptor.
According to a third aspect of embodiments of the present invention, there is provided a computer-readable storage medium embodying a computer program, wherein the computer program, when executed by one or more computers, causes the one or more computers to perform the operations of:
the operations comprise the steps comprised in the method of payment limit as described in any one of the above.
According to a fourth aspect of embodiments of the present invention, there is provided a payment limit apparatus, the apparatus comprising:
a memory storing computer readable instructions;
a processor executing the computer readable instructions to perform the steps included in the payment limit method as described above.
The implementation of the system, the method, the device and the storage medium for payment limit provided by the embodiment of the invention has the following advantages: through a payment limit mode, the data processing efficiency is greatly improved, and the expansibility and the accuracy are improved.
Drawings
Fig. 1 is a schematic structural diagram of a payment limit system 1 according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method of paying a quota in accordance with an embodiment of the present invention;
FIG. 3 is a flow chart of a quota interceptor processing method in the method according to an embodiment of the present invention;
FIG. 4 is a flow chart of a method for processing cumulative quotas in the method according to the embodiment of the present invention;
fig. 5 is a flowchart of a single quota processing method in the method according to the embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the present invention will be further described in detail with reference to the accompanying drawings.
Fig. 1 is a schematic structural diagram of a payment limit system 1 according to an embodiment of the present invention, and referring to fig. 1, the system 1 includes:
the data module 100 is configured to store a database and a configuration file, where the database is used to record user transaction information, and the configuration file is used to record a quota processing procedure.
The configuration module 200 includes a configuration parser for reading and parsing the data information of the configuration file and generating a parsing result, and a configuration manager for managing the parsing result so that the processing layer can quickly search for the corresponding quota configuration.
The processing module 300 comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor queries the configuration file through the configuration module to configure quota information of each quota interceptor, and the user transaction information sequentially passes through each quota interceptor on the interception processing chain and performs transaction quota processing according to the quota information of each quota interceptor.
In an embodiment of the present invention, the querying and configuring, by the configuration module, quota information of each quota interceptor by each quota interceptor includes: and each quota interceptor calculates a quota identifier according to the received transaction elements, and inquires and configures quota information in the configuration module through the quota identifier.
In an embodiment of the present invention, the processing of the transaction limit according to the limit information of each limit interceptor includes: and judging whether the user transaction information exceeds the transaction limit of the interception processor by one interception processor, if so, reporting the excess, and otherwise, continuously judging and processing by the next limit interceptor.
In an embodiment of the present invention, the quota information of each quota interceptor includes: the system comprises a quota type, a quota value and database table information, wherein the quota type comprises a single quota and an accumulated quota.
It should be noted that the processing module 300 reads the configuration of each quota interceptor from the configuration layer, and generates a corresponding quota interceptor. And connecting the quota interceptors in series according to the configuration description to form a processing chain. The interceptor calculates the transaction elements to obtain quota identification, and then searches corresponding quota information including quota types, quota values, database table names and other quota information in the configuration layer through the quota identification. If the limit type is single limit, directly comparing the transaction amount with the limit value, if the transaction amount is larger than the limit value, reporting an error exceeding the limit, otherwise, continuing processing. If the quota type is the accumulated quota, inquiring accumulated transaction amount and accumulated stroke number of the client through the database table name, if the sum of the accumulated amount and the current transaction amount is greater than the quota value, reporting an error exceeding the quota, and terminating the processing; otherwise, the next quota interceptor is continuously entered for processing. Each transaction is processed in each limit interceptor on the processing chain in turn, and once the transaction is found to exceed the limit when processed by a certain interceptor, the processing of the processing chain is terminated and an error report exceeding the limit is output directly.
In practical applications, the following elements need to be specified in the quota configuration: 1. a channel transaction code that indicates the specific transaction for which the flow control is to act. 2. And the transaction element calculation expression group is used for describing the calculation process of the specific quota identification. The system is built with some common functions and operation methods, for example, substring method substr. The calculation expression cardbin ═ substr (accout _ no,0,6), i.e., the first 6 bits representing the intercept account accout _ no are assigned to the cardbin variable.
The invention relates to a configurable method for carrying out fine-grained quota processing according to transaction elements. In the invention, each quota processing unit, namely the quota interceptor, is connected in series to form a chain, and the quota is processed one by one. The chain structure can effectively support the expansion of the processing unit and meet the requirement of rapid development of services.
The existing limit processing method can only process a few transaction factors such as merchants, account types and the like, and can not carry out differentiated limit on information such as client credit levels, client signing mechanisms, client mobile phones, identity card numbers and the like, and the controlled factors are single. In the embodiment of the invention, the calculation of any transaction element is supported, the complex processing logic is supported, and the fine-grained accurate quota processing is performed on the transaction. For example, the following precise quota control is performed: the top 6 digits of a bank card account number sent from an online banking channel are 123456, and the transaction of the xx line of the card issuing behavior is specified to be 1000 in a single quota value. The embodiment of the invention adopts a processing chain structure, and facilitates the expansion of the processing unit. For example, a customer quota interceptor is added behind the merchant quota interceptor.
Fig. 2 is a flow chart of a method of paying a quota, see fig. 2, the method comprising:
step S1, the data module stores a database and a configuration file, the database is used for recording the user transaction information, and the configuration file is used for recording the quota processing flow;
step S2, the configuration module includes a configuration parser for reading and parsing the data information of the configuration file and generating a parsing result, and a configuration manager for managing the parsing result; and
step S3, the processing module comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor inquires the configuration file through the configuration module to configure quota information of each quota interceptor, the user transaction information sequentially passes through each quota interceptor on the interception processing chain, and transaction quota processing is performed according to the quota information of each quota interceptor.
In an embodiment of the present invention, the querying and configuring, by the configuration module, quota information of each quota interceptor by each quota interceptor includes: and each quota interceptor calculates a quota identifier according to the received transaction elements, and inquires and configures quota information in the configuration module through the quota identifier.
In an embodiment of the present invention, the processing of the transaction limit according to the limit information of each limit interceptor includes: and judging whether the user transaction information exceeds the transaction limit of the interception processor by one interception processor, if so, reporting the excess, and otherwise, continuously judging and processing by the next limit interceptor.
In an embodiment of the present invention, the quota information of each quota interceptor includes: the system comprises a quota type, a quota value and database table information, wherein the quota type comprises a single quota and an accumulated quota.
FIG. 3 is a flow chart of a quota interceptor processing method in the method according to an embodiment of the present invention; referring to fig. 3, in the embodiment of the present invention, a flow of the quota interceptor processing method in the method includes the following steps:
11. receiving transaction elements and a result processed by a previous quota interceptor;
12. taking the received transaction elements and the processing result as input, and calculating according to the description of the calculation expression to obtain a quota identifier;
13. obtaining corresponding quota information through the quota identifier;
14. judging whether the quota is an accumulated quota or not according to the quota type in the quota information, if so, transferring to an accumulated quota processing sub-process, namely step 15; otherwise, turning to the single quota flow, namely step 16;
15. and (4) an accumulative quota processing sub-process: if the accumulated amount plus the current transaction amount is not greater than the quota value, the processing is successful, and the current amount is accumulated; otherwise, the processing fails, and a message exceeding the limit is generated;
16. a single quota processing sub-process: if the current transaction amount is not greater than the quota value, the processing is successful; otherwise, the processing fails, and a message exceeding the limit is generated;
17. judging the processing result of the sub-process, if the processing result exceeds the quota, then switching to the step 19 of outputting the processing result; otherwise go to step 18;
18. judging whether a next quota interceptor exists on the processing chain, if so, turning to the step 11 and continuing processing; otherwise go to step 19;
19. and outputting the result of quota processing.
FIG. 4 is a flow chart of a method for processing cumulative quotas in the method according to the embodiment of the present invention; referring to fig. 4, in the embodiment of the present invention, the flow of the method for processing the accumulated quota includes the following steps:
21. searching and obtaining the accumulated transaction amount of the client in the database according to the quota information;
22. judging whether the value of the accumulated amount plus the current transaction amount is larger than the quota value, if so, turning to the step 23, namely failing to process; otherwise, accumulating the current amount to the accumulated amount, step 24;
23. generating a quota processing excess message;
24. and generating a processing success message.
FIG. 5 is a flow chart of a single quota processing method in the method according to the embodiment of the present invention; referring to fig. 5, in the embodiment of the present invention, a flow of the single quota processing method in the method includes the following steps:
31. judging whether the current transaction amount is larger than the quota value, if so, going to step 32, otherwise, going to step 33;
32. generating a quota processing excess message;
33. and generating a processing success message.
It should be noted that the operation of the payment limit method includes the same steps as the above-mentioned operation of the payment limit system, and the detailed description is omitted here.
Additionally, the present invention also provides a computer-readable storage medium containing a computer program that, when executed by one or more computers, causes the one or more computers to perform the operations of: the operations include the steps included in the payment limit method as described above, and are not described in detail herein. The computer-readable storage medium may include various storage media such as ROM/RAM, magnetic disk, optical disk, magnetic disk, flash memory, etc., and is used to store a storage medium that can execute the computer program.
In addition, the present invention also provides a payment limit apparatus, comprising:
a memory storing computer readable instructions;
a processor executing the computer readable instructions to perform the steps included in the payment limit method as described above. It should be noted that the payment limit device includes: for example, a smart terminal, a mobile device, a laptop computer, a desktop computer, a server, or a network device.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention can be implemented by combining software and a hardware platform. With this understanding in mind, all or part of the technical solutions of the present invention that contribute to the background can be embodied in the form of a software product, which can be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments or some parts of the embodiments of the present invention.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the scope of the present invention, therefore, the present invention is not limited to the above embodiments, and the modifications and variations of the present invention are equivalent to the modifications and variations of the present invention as disclosed in the following claims.

Claims (10)

1. A payment limit system, the system comprising:
the system comprises a data module, a limit processing module and a limit processing module, wherein the data module is used for storing a database and a configuration file, the database is used for recording user transaction information, and the configuration file is used for recording a limit processing flow;
the configuration module comprises a configuration analyzer and a configuration manager, wherein the configuration analyzer is used for reading and analyzing the data information of the configuration file and generating an analysis result, and the configuration manager is used for managing the analysis result; and
and the processing module comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor inquires the configuration file through the configuration module to configure quota information of each quota interceptor, and the user transaction information sequentially passes through each quota interceptor on the interception processing chain and carries out transaction quota processing according to the quota information of each quota interceptor.
2. The system of claim 1, wherein the querying and configuring, by the configuration module, quota information for each quota interceptor comprises:
and each quota interceptor calculates a quota identifier according to the received transaction elements, and inquires and configures quota information in the configuration module through the quota identifier.
3. The system of claim 1, wherein the user transaction information passes through each quota interceptor in the interception processing chain in turn, and performing transaction quota processing according to the quota information of each quota interceptor comprises:
and judging whether the user transaction information exceeds the transaction limit of the interception processor by one interception processor, if so, reporting the excess, and otherwise, continuously judging and processing by the next limit interceptor.
4. A system according to any of claims 1-3, wherein the quota information for each quota interceptor comprises:
the system comprises a quota type, a quota value and database table information, wherein the quota type comprises a single quota and an accumulated quota.
5. A method of paying a limit, the method comprising:
the data module stores a database and a configuration file, wherein the database is used for recording user transaction information, and the configuration file is used for recording a quota processing flow;
the configuration module comprises a configuration analyzer and a configuration manager, wherein the configuration analyzer is used for reading and analyzing the data information of the configuration file and generating an analysis result, and the configuration manager is used for managing the analysis result; and
the processing module comprises an interception processing chain formed by connecting a plurality of quota interceptors in series, each quota interceptor inquires the configuration file through the configuration module to configure quota information of each quota interceptor, and the user transaction information sequentially passes through each quota interceptor on the interception processing chain and carries out transaction quota processing according to the quota information of each quota interceptor.
6. The method of claim 5, wherein the querying and configuring, by the configuration module, the quota information of each quota interceptor comprises:
and each quota interceptor calculates a quota identifier according to the received transaction elements, and inquires and configures quota information in the configuration module through the quota identifier.
7. The method of claim 6, wherein the user transaction information passes through each quota interceptor in the interception processing chain in turn, and performing transaction quota processing according to the quota information of each quota interceptor comprises:
and judging whether the user transaction information exceeds the transaction limit of the interception processor by one interception processor, if so, reporting the excess, and otherwise, continuously judging and processing by the next limit interceptor.
8. The method of any of claims 5-7, wherein the quota information for each quota interceptor comprises:
the system comprises a quota type, a quota value and database table information, wherein the quota type comprises a single quota and an accumulated quota.
9. A computer-readable storage medium embodying a computer program, the computer program when executed by one or more computers causing the one or more computers to perform operations comprising:
the operations comprising the steps comprised in the payment limit method according to any one of claims 5-8.
10. A payment limit apparatus, the apparatus comprising:
a memory storing computer readable instructions;
a processor executing the computer readable instructions to perform the steps included in the payment limit method of any one of claims 5-8.
CN201811121746.2A 2018-09-26 2018-09-26 Payment limit system, method, device and storage medium Active CN109377206B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811121746.2A CN109377206B (en) 2018-09-26 2018-09-26 Payment limit system, method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811121746.2A CN109377206B (en) 2018-09-26 2018-09-26 Payment limit system, method, device and storage medium

Publications (2)

Publication Number Publication Date
CN109377206A CN109377206A (en) 2019-02-22
CN109377206B true CN109377206B (en) 2021-09-28

Family

ID=65402532

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811121746.2A Active CN109377206B (en) 2018-09-26 2018-09-26 Payment limit system, method, device and storage medium

Country Status (1)

Country Link
CN (1) CN109377206B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111709731A (en) * 2020-06-18 2020-09-25 深圳前海微众银行股份有限公司 Transaction processing method and device
CN112465510B (en) * 2020-11-11 2023-09-26 中金支付有限公司 Online transaction malicious form removal identification method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102356402A (en) * 2009-01-21 2012-02-15 Igt公司 Tiered verification
CN104951977A (en) * 2015-06-04 2015-09-30 中国银行股份有限公司 Cumulative balance based bank card utilization method and cumulative balance based bank card utilization device
CN105608580A (en) * 2015-12-15 2016-05-25 百纳(武汉)信息技术有限公司 Mobile terminal payment method and mobile terminal payment system
CN106981024A (en) * 2016-12-23 2017-07-25 中国银联股份有限公司 A kind of trading limit calculates processing system and its processing method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090287603A1 (en) * 2008-05-15 2009-11-19 Bank Of America Corporation Actionable Alerts in Corporate Mobile Banking

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102356402A (en) * 2009-01-21 2012-02-15 Igt公司 Tiered verification
CN104951977A (en) * 2015-06-04 2015-09-30 中国银行股份有限公司 Cumulative balance based bank card utilization method and cumulative balance based bank card utilization device
CN105608580A (en) * 2015-12-15 2016-05-25 百纳(武汉)信息技术有限公司 Mobile terminal payment method and mobile terminal payment system
CN106981024A (en) * 2016-12-23 2017-07-25 中国银联股份有限公司 A kind of trading limit calculates processing system and its processing method

Also Published As

Publication number Publication date
CN109377206A (en) 2019-02-22

Similar Documents

Publication Publication Date Title
CN109447609A (en) Method of payment, device, computer equipment and storage medium
CN109194495B (en) Server, message processing method, and computer-readable storage medium
CN109213758B (en) Data access method, device, equipment and computer readable storage medium
CN109377206B (en) Payment limit system, method, device and storage medium
CN108921680A (en) Financial data accreditation method, apparatus, computer equipment and storage medium
CN111932238B (en) Payment account recommendation method and device and electronic equipment
CN108897729B (en) Transaction template sharing method and device, electronic equipment and storage medium
CN112037026A (en) Automatic abnormal transaction work order processing method, device and system
CN110706105A (en) Error marking method, error marking device, computer equipment and storage medium
CN111680998B (en) Payment routing method, computing device, and computer-readable storage medium
CN113205402A (en) Account checking method and device, electronic equipment and computer readable medium
CN105989457A (en) Information query method and apparatus thereof
CN108399175B (en) Data storage and query method and device
CN109785867A (en) Double record process configuration methods, device, computer equipment and storage medium
JP6721724B2 (en) Methods and devices that facilitate the expansion of payment entities
CN109697234B (en) Multi-attribute information query method, device, server and medium for entity
KR20170132305A (en) Data processing method and apparatus
CN112634012A (en) Service data processing method, device, server and storage medium
CN113269558A (en) Transaction processing method and device in distributed system
CN111984647A (en) Intelligent table element merging, displaying and storing method
CN113055401B (en) Enterprise business authorization processing method and device
TWM580230U (en) Financial service application review system
CN111192137B (en) Multi-dimensional balance management method and system based on business scene
CN115205059A (en) Routing strategy configuration method and device of financial system and electronic equipment
CN113112260A (en) Method and device for depositing money into accounts of two or three types

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