CN113988875A - Processing method and system for reservation transaction - Google Patents

Processing method and system for reservation transaction Download PDF

Info

Publication number
CN113988875A
CN113988875A CN202111416493.3A CN202111416493A CN113988875A CN 113988875 A CN113988875 A CN 113988875A CN 202111416493 A CN202111416493 A CN 202111416493A CN 113988875 A CN113988875 A CN 113988875A
Authority
CN
China
Prior art keywords
transaction
reservation
list
notification
execution
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.)
Pending
Application number
CN202111416493.3A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202111416493.3A priority Critical patent/CN113988875A/en
Publication of CN113988875A publication Critical patent/CN113988875A/en
Pending legal-status Critical Current

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/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/405Establishing or using transaction specific rules
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/02Reservations, e.g. for tickets, services or events
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Development Economics (AREA)
  • Tourism & Hospitality (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • Operations Research (AREA)
  • Computer Security & Cryptography (AREA)
  • Finance (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a processing method and a system for reservation transaction, which relate to the technical field of transaction data processing, and the method comprises the following steps: acquiring an appointment transaction list; configuring transaction parameters needing transaction information notification according to business requirements; generating a notification instruction of the reserved transaction according to the transaction parameters; executing corresponding reservation transaction when meeting reservation conditions according to the reservation transaction list, and recording transaction execution results; screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a to-be-notified list; executing a corresponding notification instruction according to the list to be notified to complete transaction information notification; the invention has simple and practical operation, can automatically realize flexible external notification only by configuring the transaction code and the state parameter to be notified by the user, has low development difficulty and low resource consumption, and can furthest reduce the influence on the prior transaction flow on the basis of not influencing the transaction processing logic.

Description

Processing method and system for reservation transaction
Technical Field
The present invention relates to the technical field of transaction data processing, and in particular, to a processing method and system for an appointment transaction.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
Financial transaction results notification to guests typically requires the transaction system to retain relevant transaction information to ensure transaction traceability. For example, the customer or the teller autonomously initiates an online transaction, and the front end of each channel (a mobile banking client, an internet banking client, etc.) can give prompt information about whether the transaction is successful in real time according to the processing state of the background program, so as to guide the customer or the teller to perform the next operation. The reservation transaction automatically initiated by the system is usually initiated by the host operation to invoke a relevant program, and the processing result of the program is returned to the host operation instead of the channel front end in a return code mode, so that the processing result cannot be fed back to the client in real time. In an actual application scenario, due to the fact that a database rollback operation is caused when a host transaction fails, information in various transaction processes cannot be reserved in a system, and further a process of sending a transaction notification to the outside cannot be completed.
In view of the above, there is a need for a technical solution that can overcome the above-mentioned drawbacks and can realize the external transmission of the execution result of the reservation transaction.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a processing method and a processing system for reservation transaction. The invention has simple and practical operation, can automatically realize flexible external notification only by configuring the transaction code and the state parameter to be notified by the user, has low development difficulty and low resource consumption, and can furthest reduce the influence on the prior transaction flow on the basis of not influencing the transaction processing logic.
In a first aspect of an embodiment of the present invention, a processing method of a reservation transaction is provided, including:
acquiring an appointment transaction list;
configuring transaction parameters needing transaction information notification according to business requirements;
generating a notification instruction of the reserved transaction according to the transaction parameters;
executing corresponding reservation transaction when meeting reservation conditions according to the reservation transaction list, and recording transaction execution results;
screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a to-be-notified list;
and executing a corresponding notification instruction according to the list to be notified to finish the transaction information notification.
Further, obtaining a list of reserved transactions, comprising:
and recording information required by the reservation transaction according to the service requirement to generate a reservation transaction list.
Further, configuring transaction parameters for transaction information notification according to service requirements, including:
and configuring a transaction code and a transaction state parameter which need to be notified of transaction information according to the service requirement.
Further, generating a notification instruction of the reserved transaction according to the transaction parameters includes:
and generating a notification instruction of each transaction code when the transaction code meets the transaction state parameters according to the transaction codes.
Further, according to the reservation transaction list, when a reservation condition is satisfied, executing a corresponding reservation transaction, and recording a transaction execution result, including:
acquiring the execution date of the reservation transaction according to the reservation transaction list;
when the execution date of the reservation transaction is reached, executing the reservation transaction in parallel; if the number of the reservation transactions executed in parallel exceeds a set value, a certain number of reservation transactions are selected for delay processing.
Further, acquiring the execution date of the reserved transaction according to the reserved transaction list further includes:
and generating the next execution date of the reserved transaction according to the transaction validity period and the transaction repeating period.
In a second aspect of the embodiments of the present invention, a processing system for a reservation transaction is provided, including:
the reservation transaction acquisition module is used for acquiring a reservation transaction list;
the configuration module is used for configuring transaction parameters needing transaction information notification according to business requirements;
the instruction generating module is used for generating a notification instruction of the reserved transaction according to the transaction parameters;
the transaction execution module is used for executing corresponding reserved transaction when the reservation transaction list meets reservation conditions and recording a transaction execution result;
the screening module is used for screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a list to be notified;
and the notification module is used for executing a corresponding notification instruction according to the list to be notified and finishing the transaction information notification.
Further, the reservation transaction obtaining module is specifically configured to:
and recording information required by the reservation transaction according to the service requirement to generate a reservation transaction list.
Further, the configuration module is specifically configured to:
and configuring a transaction code and a transaction state parameter which need to be notified of transaction information according to the service requirement.
Further, the instruction generating module is specifically configured to:
and generating a notification instruction of each transaction code when the transaction code meets the transaction state parameters according to the transaction codes.
Further, the transaction execution module includes:
an execution date acquisition unit for acquiring an execution date of the reservation transaction according to the reservation transaction list;
a transaction execution unit for executing the reservation transaction in parallel when the execution date of the reservation transaction is reached; if the number of the reservation transactions executed in parallel exceeds a set value, a certain number of reservation transactions are selected for delay processing.
Further, the execution date acquisition unit is further configured to:
and generating the next execution date of the reserved transaction according to the transaction validity period and the transaction repeating period.
In a third aspect of embodiments of the present invention, a computer device is provided, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and when the processor executes the computer program, the processor implements a processing method of a reservation transaction.
In a fourth aspect of embodiments of the present invention, a computer-readable storage medium is presented, which stores a computer program that, when executed by a processor, implements a method of processing a reservation transaction.
In a fifth aspect of embodiments of the present invention, a computer program product is presented, the computer program product comprising a computer program that, when executed by a processor, implements a method of processing a reservation transaction.
The processing method and the system for the reserved transaction acquire a reserved transaction list; configuring transaction parameters needing transaction information notification according to business requirements; generating a notification instruction of the reserved transaction according to the transaction parameters; executing corresponding reservation transaction when meeting reservation conditions according to the reservation transaction list, and recording transaction execution results; screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a to-be-notified list; the corresponding notification instruction is executed according to the list to be notified, the transaction information notification is completed, the operation of the whole scheme is simple and practical, and the user can automatically realize flexible external notification only by configuring the transaction code and the state parameter to be notified; the invention has low development difficulty and low resource consumption, and can reduce the influence on the existing transaction flow to the maximum extent on the basis of not influencing the transaction processing logic.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flow chart illustrating a processing method of a reservation transaction according to an embodiment of the invention.
Fig. 2 is a flow chart illustrating a process of performing a reservation transaction according to an embodiment of the invention.
FIG. 3 is a block diagram of a reservation transaction processing system according to an embodiment of the present invention.
FIG. 4 is a block diagram of a transaction execution module according to an embodiment of the invention.
Fig. 5 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The principles and spirit of the present invention will be described with reference to a number of exemplary embodiments. It is understood that these embodiments are given solely for the purpose of enabling those skilled in the art to better understand and to practice the invention, and are not intended to limit the scope of the invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, a processing method and a processing system for reservation transaction are provided, and the technical field of transaction data processing is related.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Fig. 1 is a flow chart illustrating a processing method of a reservation transaction according to an embodiment of the invention. As shown in fig. 1, the method includes:
s101, acquiring an appointment transaction list;
s102, configuring transaction parameters needing transaction information notification according to business requirements;
s103, generating a notification instruction of the reserved transaction according to the transaction parameters;
s104, executing corresponding reservation transaction when meeting reservation conditions according to the reservation transaction list, and recording a transaction execution result;
s105, screening out the transaction execution result which accords with the transaction parameters from the transaction execution result, and generating a list to be notified;
and S106, executing a corresponding notification instruction according to the list to be notified, and completing the notification of the transaction information.
In order to explain the processing method of the above-mentioned reservation transaction more clearly, the following is a detailed description with reference to each step.
In S101, the specific process of acquiring the reserved transaction list includes:
and recording information required by the reservation transaction according to the service requirement to generate a reservation transaction list.
In S102, the specific process of configuring the transaction parameters that need to be notified of the transaction information according to the service requirement includes:
and configuring a transaction code and a transaction state parameter which need to be notified of transaction information according to the service requirement.
In S103, the specific process of generating the notification instruction of the reserved transaction according to the transaction parameter includes:
and generating a notification instruction of each transaction code when the transaction code meets the transaction state parameters according to the transaction codes.
Referring to fig. 2, a flow chart of performing a reservation transaction according to an embodiment of the invention is shown. As shown in fig. 2, in S104, according to the reserved transaction list, when the reservation condition is satisfied, the corresponding reserved transaction is executed, and a specific process of recording the transaction execution result includes:
s1041, obtaining the execution date of the reservation transaction according to the reservation transaction list;
s1042, when the execution date of the reservation transaction is reached, executing the reservation transaction in parallel; if the number of the reservation transactions executed in parallel exceeds a set value, a certain number of reservation transactions are selected for delay processing.
In S1041, acquiring an execution date of the reserved transaction according to the reserved transaction list, further including: and generating the next execution date of the reserved transaction according to the transaction validity period and the transaction repeating period. For example, since some reservation transactions are performed monthly and yearly, the next execution date needs to be calculated according to the transaction period and the validity period.
In S105, screening out a transaction execution result meeting the transaction parameters from the transaction execution results, and generating a to-be-notified list; for example, if the transaction status is failure for a certain reserved transaction, the transaction execution result needs to be notified. If successful, no notification may be made.
And finally, combining with S106, executing a corresponding notification instruction according to the list to be notified, and completing the transaction information notification.
It should be noted that although the operations of the method of the present invention have been described in the above embodiments and the accompanying drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the operations shown must be performed, to achieve the desired results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
In order to explain the processing method of the above-mentioned reservation transaction more clearly, the following description is made with reference to a specific embodiment.
Taking a customer as an example, the customer opens an endowment regular account, and funds are transferred from another current account to the account on a fixed date every month, so that the funds cannot be omitted in the period of storage.
If transfer fails, the customer must be informed of additional payment in time, and the benefit of the customer is affected once the additional payment is missed.
Processing of the reservation transaction is performed in conjunction with the flows described in fig. 1 and 2 of the present invention:
s1, recording the information needed by the transaction according to the business requirement, wherein the recorded information needed by the transaction at least comprises: date of deposit, amount of money, frequency), a reservation transaction list is generated.
For example, on day 1 of 2 months, 1045 transactions were initiated by the system ATM {5678}, 1000 dollars were transferred from Account B to Account A, and the status was pending.
S2, configuring the transaction code and the transaction state parameter which need to send the transaction information notice according to the service requirement:
transaction code 1045, successful transaction; or transaction failure, the error cause being: the account to be planned is abnormal in state and insufficient in balance.
And S3, generating a transaction information near real-time notification instruction.
Specifically, 1045 a transaction is initiated, the transaction element is as described above, and the transaction list state is executing.
And S4, executing related transactions according to the transaction list of S1, and recording the execution result of each transaction.
The transaction list status may be success/failure, and error code.
S5, screening the execution result S4 according to the configured parameters of S2, and generating a list to be notified.
In the embodiment, the client to which the account B belongs is found according to the information in the reserved transaction list; generating a notification in a templating manner according to the client information: some customer, you good! Because the balance of the account of the tail number {1357} is insufficient, the fund transfer of the endowment account in the month fails, and you are asked to manually pay as soon as possible.
S6, executing the notification command generated in S3 to complete the transaction information notification.
And sending the notification short message to a mobile terminal of the client.
Having described the method of the exemplary embodiment of the present invention, a processing system of a reservation transaction of the exemplary embodiment of the present invention will be described with reference to fig. 3 to 4.
The implementation of the processing system of the reservation transaction can be referred to the implementation of the above method, and repeated details are omitted. The term "module" or "unit" used hereinafter may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Based on the same inventive concept, the present invention further provides a processing system of reservation transaction, as shown in fig. 3, the system includes:
an appointment transaction acquisition module 110, configured to acquire an appointment transaction list;
a configuration module 120, configured to configure transaction parameters that need to be notified of transaction information according to service requirements;
an instruction generating module 130, configured to generate a notification instruction of the reserved transaction according to the transaction parameter;
the transaction execution module 140 is configured to execute the corresponding reserved transaction when the reservation transaction list meets the reservation condition and record a transaction execution result;
the screening module 150 is configured to screen out, from the transaction execution results, transaction execution results that meet the transaction parameters, and generate a to-be-notified list;
and the notification module 160 is configured to execute a corresponding notification instruction according to the to-be-notified list, and complete the transaction information notification.
In one embodiment, the reservation transaction acquiring module 110 is specifically configured to:
and recording information required by the reservation transaction according to the service requirement to generate a reservation transaction list.
In an embodiment, the configuration module 120 is specifically configured to:
and configuring a transaction code and a transaction state parameter which need to be notified of transaction information according to the service requirement.
In an embodiment, the instruction generating module 130 is specifically configured to:
and generating a notification instruction of each transaction code when the transaction code meets the transaction state parameters according to the transaction codes.
Fig. 4 is a schematic diagram of a transaction execution module according to an embodiment of the invention. As shown in fig. 4, the transaction execution module 140 includes:
an execution date acquisition unit 141 for acquiring an execution date of the reserved transaction according to the reserved transaction list;
a transaction execution unit 142 for executing the reservation transaction in parallel when the execution date of the reservation transaction is reached; if the number of the reservation transactions executed in parallel exceeds a set value, a certain number of reservation transactions are selected for delay processing.
Specifically, the execution date acquiring unit 141 is further configured to:
and generating the next execution date of the reserved transaction according to the transaction validity period and the transaction repeating period.
It should be noted that although several modules of the processing system of the reservation transaction are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Based on the aforementioned inventive concept, as shown in fig. 5, the present invention further provides a computer device 500, which includes a memory 510, a processor 520, and a computer program 530 stored in the memory 510 and executable on the processor 520, wherein the processor 520 executes the computer program 530 to implement the aforementioned processing method of the reservation transaction.
Based on the foregoing inventive concept, the present invention proposes a computer-readable storage medium storing a computer program which, when executed by a processor, implements the foregoing processing method of a reservation transaction.
Based on the aforementioned inventive concept, the present invention proposes a computer program product comprising a computer program which, when executed by a processor, implements a processing method of a reservation transaction.
The processing method and the system for the reserved transaction acquire a reserved transaction list; configuring transaction parameters needing transaction information notification according to business requirements; generating a notification instruction of the reserved transaction according to the transaction parameters; executing corresponding reservation transaction when meeting reservation conditions according to the reservation transaction list, and recording transaction execution results; screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a to-be-notified list; the corresponding notification instruction is executed according to the list to be notified, the transaction information notification is completed, the operation of the whole scheme is simple and practical, and the user can automatically realize flexible external notification only by configuring the transaction code and the state parameter to be notified; the invention has low development difficulty and low resource consumption, and can reduce the influence on the existing transaction flow to the maximum extent on the basis of not influencing the transaction processing logic.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (15)

1. A method for processing an appointment transaction, comprising:
acquiring an appointment transaction list;
configuring transaction parameters needing transaction information notification according to business requirements;
generating a notification instruction of the reserved transaction according to the transaction parameters;
executing corresponding reservation transaction when meeting reservation conditions according to the reservation transaction list, and recording transaction execution results;
screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a to-be-notified list;
and executing a corresponding notification instruction according to the list to be notified to finish the transaction information notification.
2. The method of processing a reservation transaction of claim 1, wherein obtaining a list of reservation transactions comprises:
and recording information required by the reservation transaction according to the service requirement to generate a reservation transaction list.
3. The processing method of the reservation transaction according to claim 1, wherein the configuring of the transaction parameters for transaction information notification according to the service requirement comprises:
and configuring a transaction code and a transaction state parameter which need to be notified of transaction information according to the service requirement.
4. The method of processing a reservation transaction according to claim 3, wherein generating a notification instruction of the reservation transaction according to the transaction parameter comprises:
and generating a notification instruction of each transaction code when the transaction code meets the transaction state parameters according to the transaction codes.
5. The reservation transaction processing method of claim 1, wherein executing a corresponding reservation transaction when a reservation condition is satisfied according to the reservation transaction list, and recording a transaction execution result comprises:
acquiring the execution date of the reservation transaction according to the reservation transaction list;
when the execution date of the reservation transaction is reached, executing the reservation transaction in parallel; if the number of the reservation transactions executed in parallel exceeds a set value, a certain number of reservation transactions are selected for delay processing.
6. The reservation transaction processing method of claim 5, wherein acquiring an execution date of a reservation transaction according to the reservation transaction list further comprises:
and generating the next execution date of the reserved transaction according to the transaction validity period and the transaction repeating period.
7. A system for processing an appointment transaction, comprising:
the reservation transaction acquisition module is used for acquiring a reservation transaction list;
the configuration module is used for configuring transaction parameters needing transaction information notification according to business requirements;
the instruction generating module is used for generating a notification instruction of the reserved transaction according to the transaction parameters;
the transaction execution module is used for executing corresponding reserved transaction when the reservation transaction list meets reservation conditions and recording a transaction execution result;
the screening module is used for screening out the transaction execution result which accords with the transaction parameters from the transaction execution result to generate a list to be notified;
and the notification module is used for executing a corresponding notification instruction according to the list to be notified and finishing the transaction information notification.
8. The system for processing a reservation transaction according to claim 7, wherein the reservation transaction acquisition module is specifically configured to:
and recording information required by the reservation transaction according to the service requirement to generate a reservation transaction list.
9. The reservation transaction processing system of claim 7, wherein the configuration module is specifically configured to:
and configuring a transaction code and a transaction state parameter which need to be notified of transaction information according to the service requirement.
10. The reservation transaction processing system of claim 9, wherein the instruction generation module is specifically configured to:
and generating a notification instruction of each transaction code when the transaction code meets the transaction state parameters according to the transaction codes.
11. The reservation transaction processing system of claim 7, wherein the transaction execution module comprises:
an execution date acquisition unit for acquiring an execution date of the reservation transaction according to the reservation transaction list;
a transaction execution unit for executing the reservation transaction in parallel when the execution date of the reservation transaction is reached; if the number of the reservation transactions executed in parallel exceeds a set value, a certain number of reservation transactions are selected for delay processing.
12. The reservation transaction processing system of claim 11, wherein the execution date acquisition unit is further configured to:
and generating the next execution date of the reserved transaction according to the transaction validity period and the transaction repeating period.
13. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 6 when executing the computer program.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any one of claims 1 to 6.
15. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 6.
CN202111416493.3A 2021-11-25 2021-11-25 Processing method and system for reservation transaction Pending CN113988875A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111416493.3A CN113988875A (en) 2021-11-25 2021-11-25 Processing method and system for reservation transaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111416493.3A CN113988875A (en) 2021-11-25 2021-11-25 Processing method and system for reservation transaction

Publications (1)

Publication Number Publication Date
CN113988875A true CN113988875A (en) 2022-01-28

Family

ID=79731946

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111416493.3A Pending CN113988875A (en) 2021-11-25 2021-11-25 Processing method and system for reservation transaction

Country Status (1)

Country Link
CN (1) CN113988875A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101681465A (en) * 2007-05-17 2010-03-24 朗讯科技公司 System for automatic financial transaction notifications over wireless network or other network
CN106301851A (en) * 2015-06-02 2017-01-04 中兴通讯股份有限公司 charging method and system
CN108733768A (en) * 2018-04-19 2018-11-02 深圳市网心科技有限公司 transaction data consistency processing method, electronic device and storage medium
CN109543865A (en) * 2018-11-13 2019-03-29 中国银行股份有限公司 Reserve transaction processing method and device
CN110428326A (en) * 2019-08-06 2019-11-08 深圳市拜特科技股份有限公司 A kind of refund monitoring method and device
CN110930607A (en) * 2019-10-30 2020-03-27 浙江大搜车软件技术有限公司 Transaction result judgment method and device, computer equipment and storage medium
CN110956456A (en) * 2018-09-27 2020-04-03 优信数享(北京)信息技术有限公司 Money printing processing method, device and system
CN111190754A (en) * 2019-12-30 2020-05-22 联动优势(北京)数字科技有限公司 Block chain event notification method and block chain system
CN112184445A (en) * 2020-09-30 2021-01-05 银盛支付服务股份有限公司 Asynchronous notification method and system based on dynamic configuration
CN112333083A (en) * 2020-10-30 2021-02-05 平安付科技服务有限公司 Transaction information processing method and device, computer equipment and computer readable medium
CN112583585A (en) * 2020-12-09 2021-03-30 杭州复杂美科技有限公司 Transaction execution method, apparatus and storage medium
CN113469678A (en) * 2021-06-21 2021-10-01 深圳市雪球科技有限公司 Transaction reminding method, card swiping method and DESFIre card

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101681465A (en) * 2007-05-17 2010-03-24 朗讯科技公司 System for automatic financial transaction notifications over wireless network or other network
CN106301851A (en) * 2015-06-02 2017-01-04 中兴通讯股份有限公司 charging method and system
CN108733768A (en) * 2018-04-19 2018-11-02 深圳市网心科技有限公司 transaction data consistency processing method, electronic device and storage medium
CN110956456A (en) * 2018-09-27 2020-04-03 优信数享(北京)信息技术有限公司 Money printing processing method, device and system
CN109543865A (en) * 2018-11-13 2019-03-29 中国银行股份有限公司 Reserve transaction processing method and device
CN110428326A (en) * 2019-08-06 2019-11-08 深圳市拜特科技股份有限公司 A kind of refund monitoring method and device
CN110930607A (en) * 2019-10-30 2020-03-27 浙江大搜车软件技术有限公司 Transaction result judgment method and device, computer equipment and storage medium
CN111190754A (en) * 2019-12-30 2020-05-22 联动优势(北京)数字科技有限公司 Block chain event notification method and block chain system
CN112184445A (en) * 2020-09-30 2021-01-05 银盛支付服务股份有限公司 Asynchronous notification method and system based on dynamic configuration
CN112333083A (en) * 2020-10-30 2021-02-05 平安付科技服务有限公司 Transaction information processing method and device, computer equipment and computer readable medium
CN112583585A (en) * 2020-12-09 2021-03-30 杭州复杂美科技有限公司 Transaction execution method, apparatus and storage medium
CN113469678A (en) * 2021-06-21 2021-10-01 深圳市雪球科技有限公司 Transaction reminding method, card swiping method and DESFIre card

Similar Documents

Publication Publication Date Title
US9524230B2 (en) Testing coordinator
CN107038645B (en) Service processing method, device and system and server
CN110415095A (en) A kind of account checking method, device, terminal and storage medium
CN112150262A (en) Method and device for processing data of account and fact checking
CN111311395A (en) Management system, method, equipment and storage medium for public accumulation fund repayment business
CN111369253A (en) Foreign exchange service declaration method, device, equipment and storage medium
CN106034148B (en) Rapid information interaction method, local server, remote server and system
CN114170023A (en) Method and device for testing fund transaction operation platform system
CN111192034B (en) Method and device for processing service request data
CN113988875A (en) Processing method and system for reservation transaction
CN112785286A (en) Quick transfer method and device based on invitation codes
CN110335142B (en) System for realizing intelligent transfer service based on joint loan
CN109255616B (en) Processing method and device for refused task
CN116383052A (en) Automatic testing method, device and equipment for batch processing task and storage medium
CN113379388B (en) Method for remote physical examination reservation platform to switch subtask flows according to configuration parameters
CN115393029A (en) Special fund management method and device
CN115375278A (en) Business work order processing method and device, electronic equipment and storage medium
CN115018621A (en) Contract changing method, device, equipment and medium
CN113610518A (en) Bank card arrearage additional payment processing method and device based on online transaction triggering
CN112148353B (en) Data processing method and device
JP2018055190A (en) Test process management system, test process management method, and test process management program
CN112561693A (en) Automatic payment method, device, electronic equipment and computer readable storage medium
CN107492031B (en) Quasi-real-time financial system account checking method based on function contract bypass analysis
CN113971559A (en) Repayment processing method and system
US20240095149A1 (en) Continuous testing for distributed system to control breaking change

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