CN108932619B - Terminal offline charging service method and system - Google Patents

Terminal offline charging service method and system Download PDF

Info

Publication number
CN108932619B
CN108932619B CN201810583013.4A CN201810583013A CN108932619B CN 108932619 B CN108932619 B CN 108932619B CN 201810583013 A CN201810583013 A CN 201810583013A CN 108932619 B CN108932619 B CN 108932619B
Authority
CN
China
Prior art keywords
terminal
identification information
random password
charging
application server
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
CN201810583013.4A
Other languages
Chinese (zh)
Other versions
CN108932619A (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.)
Guizhou Maerbite Communication Technology Co ltd
Original Assignee
Guizhou Maerbite Communication Technology 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 Guizhou Maerbite Communication Technology Co ltd filed Critical Guizhou Maerbite Communication Technology Co ltd
Priority to CN201810583013.4A priority Critical patent/CN108932619B/en
Publication of CN108932619A publication Critical patent/CN108932619A/en
Application granted granted Critical
Publication of CN108932619B publication Critical patent/CN108932619B/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/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3829Payment protocols; Details thereof insuring higher security of transaction involving key management
    • 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/30Payment architectures, schemes or protocols characterised by the use of specific devices or networks
    • G06Q20/32Payment architectures, schemes or protocols characterised by the use of specific devices or networks using wireless devices
    • G06Q20/327Short range or proximity payments by means of M-devices
    • G06Q20/3276Short range or proximity payments by means of M-devices using a pictured code, e.g. barcode or QR-code, being read by the M-device
    • 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/30Payment architectures, schemes or protocols characterised by the use of specific devices or networks
    • G06Q20/32Payment architectures, schemes or protocols characterised by the use of specific devices or networks using wireless devices
    • G06Q20/327Short range or proximity payments by means of M-devices
    • G06Q20/3278RFID or NFC payments by means of M-devices

Abstract

The invention relates to a terminal off-line charging service method and a system, wherein the method comprises the steps that a user requests service for a charging terminal; the charging terminal generates a random password and related identification information and encrypts the random password; the user terminal receives the random password and the identification information encrypted by the charging terminal and sends the random password and the identification information to the application server; the server decrypts the encrypted random password and provides a payment interface for the user terminal to pay; after confirming that the user payment is completed, the application server sends the decrypted random password to the charging terminal through the user terminal; and the charging terminal receives and verifies the decrypted random password and provides corresponding service after verification is successful. In the whole process of the charging service, the charging terminal is in an off-line state, namely the terminal is not in network connection with the server, so that the operation cost of the charging system is greatly saved, and the deployment difficulty of the charging terminal is reduced.

Description

Terminal offline charging service method and system
Technical Field
The invention relates to the field of self-service charging service, in particular to a charging service method and system for terminal offline.
Background
With the development of communication electronic technology, electronic commerce has become an indispensable part of the public life, in most cities, devices for self-service charging services are available everywhere, such as vending machines, automatic coffee machines, etc., however, current self-service charging service systems generally connect charging terminals with application servers via networks, and are deployed in an online manner, so that a wired or wireless channel needs to be maintained between the application servers and the charging terminals, and this deployment manner has the following defects: the operator needs to be paid a high channel fee; if a wired deployment mode is adopted, the limitation on the deployment position of the charging terminal is large, after all, the network cable is a complicated project, and in addition, the wired line is easy to damage and is inconvenient to maintain; having to keep the charging terminal constantly online results in a large power consumption.
Disclosure of Invention
The present invention provides a charging service method for terminal off-line in order to solve the above technical problems.
The technical scheme for solving the technical problems is as follows: a terminal off-line charging service method and system includes the following steps:
s1, the charging terminal generates a random password and identification information from the acquired payment request, and stores the random password and the identification information;
s2, the toll terminal encrypts the random password to obtain an encrypted random password and sends the encrypted random password, the identification information and the ID of the toll terminal to the user terminal;
s3, the user terminal sends the encrypted random password, the identification information and the ID of the charging terminal to an application server;
s4, the application server finds a decryption secret key corresponding to the ID of the charging terminal and pre-stored in the application server according to the ID of the charging terminal, decrypts the encrypted random password through the decryption secret key to obtain a decrypted random password, and sends a payment interface corresponding to the identification information and pre-stored in the application server to the user terminal according to the identification information;
s5, the user terminal obtains payment information through the payment interface and sends the payment information to the application server;
s6, after confirming the payment information, the application server sends the decryption random password to the user terminal;
s7, the charging terminal obtaining the decryption random password from the user terminal;
s8, the charging terminal verifies the decryption random password, if the verification is passed, the corresponding service of the identification information is provided; if the verification fails, no service is provided.
The invention has the beneficial effects that: the charging terminal and the application server are contacted through the user terminal, so that the charging terminal does not need to be in direct network connection with the application server, the charging terminal is in an off-line state, real-time networking is not needed, the charging service can be completed in an off-line mode, the power consumption of the charging terminal is greatly reduced, and the operation cost of the whole charging system is reduced. And secondly, the random password is generated and encrypted through the charging terminal, so that the transaction security of the charging service system is greatly improved.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the specific verification method of S8 includes: comparing whether the decrypted random password is identical to the random password stored in the toll terminal in the S1.
The method has the advantages that the random password pre-stored in the charging terminal is compared with the decrypted random password, excessive data do not need to be introduced, and the verification method is simple and effective.
Further, the charging terminal in S2 further encrypts the identification information to obtain encrypted identification information;
in S3, the encrypted random password, the encrypted identification information, and the ID of the toll terminal are sent to the user terminal;
the application server in S4 further decrypts the encrypted identification information by using the decryption key to obtain decrypted identification information, and sends a payment interface corresponding to the decrypted identification information and pre-stored in the application server to the user terminal according to the decrypted identification information.
The beneficial effect of adopting the above further scheme is that the identification information is encrypted, so that the identification information is prevented from being tampered in the process of being transmitted to the application server, the application server generates a non-corresponding payment interface, and further merchant loss is caused, and the transaction safety is further improved.
Further, after the application server confirms the payment information in S6, the application server also sends decryption identification information to the user terminal;
the toll terminal acquires the decryption random password from the user terminal in S7;
the toll terminal verifies the decryption random password and the decryption identification information in S8; if the verification is passed, providing a corresponding service of the decryption identification information; if the verification fails, no service is provided.
The beneficial effect of adopting the further scheme is that the service provided by the charging terminal is ensured to be consistent with the service selected by the user by verifying the decryption identification information, and the transaction security is further ensured.
Further, the data transmission mode between the charging terminal and the user terminal is as follows: one or more of code scanning transmission, NFC transmission, Bluetooth transmission, WiFi transmission and ZigBee transmission.
The beneficial effect of adopting the further scheme is that the data transmission between the charging terminal and the user terminal is realized in a wireless communication mode, so that the use is convenient and quick, and the deployment of the charging terminal is convenient.
The invention also provides a charging service system for terminal off-line in order to solve the technical problem.
The technical scheme is as follows: a terminal off-line charging service system comprises a charging terminal, a user terminal in communication connection with the charging terminal, and an application server in communication connection with the user terminal;
the charging terminal is used for generating a random password and identification information from the acquired payment request and storing the random password and the identification information;
the charging terminal is also used for encrypting the random password to obtain an encrypted random password and sending the encrypted random password, the identification information and the ID of the charging terminal to the user terminal;
the user terminal is used for sending the encrypted random password, the identification information and the ID of the charging terminal to an application server;
the application server is used for finding a decryption secret key which is pre-stored in the application server and corresponds to the ID of the charging terminal according to the ID of the charging terminal, decrypting the encrypted random password through the decryption secret key to obtain a decryption random password, and sending a payment interface which is pre-stored in the application server and corresponds to the identification information to the user terminal according to the identification information;
the user terminal is also used for acquiring payment information through the payment interface and sending the payment information to the application server;
the application server is also used for sending the decryption random password to the user terminal after confirming the payment information;
the user terminal is also used for sending the decryption random password to the charging terminal;
the charging terminal is also used for verifying the decryption random password, and if the decryption random password passes the verification, the charging terminal provides corresponding service of the identification information; if the verification fails, no service is provided.
Further, the toll terminal is further configured to compare whether the decrypted random password is identical to the random password stored in the toll terminal.
Further, the charging terminal is further configured to encrypt the identification information; the application server is further configured to decrypt the encrypted identification information.
Further, the charging terminal is further configured to verify the decryption identification information.
Further, the data transmission mode between the charging terminal and the user terminal is as follows: one or more of code scanning transmission, NFC transmission, Bluetooth transmission, WiFi transmission and ZigBee transmission.
Drawings
FIG. 1 is a flow chart of a method of the present invention;
FIG. 2 is a schematic diagram of the system of the present invention;
FIG. 3 is a system flow diagram of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, a charging service method for terminal offline provided by the embodiment of the present invention includes the following steps:
s1, the charging terminal generates a random password and identification information from the acquired payment request, and stores the random password and the identification information;
the identification information includes information such as a service order number and a payment amount corresponding to the order number.
S2, the toll terminal encrypts the random password to obtain an encrypted random password, and sends the encrypted random password, the identification information and the ID of the toll terminal to the user terminal;
it should be noted that the user terminal may be a smart phone, a tablet computer, a notebook computer, or the like.
S3, the user terminal sends the encrypted random password, the identification information and the ID of the charging terminal to the application server;
s4, the application server finds a decryption secret key corresponding to the ID of the charging terminal and pre-stored in the application server according to the ID of the charging terminal, decrypts the encrypted random password through the decryption secret key to obtain a decrypted random password, and sends a payment interface corresponding to the identification information and pre-stored in the application server to the user terminal according to the identification information;
s5, the user terminal obtains payment information through the payment interface and sends the payment information to the application server;
s6, after confirming the payment information, the application server sends the decryption random password to the user terminal;
s7, the charging terminal acquires the decryption random password from the user terminal;
s8, the charging terminal verifies the decryption random password, if the verification is passed, the corresponding service of the identification information is provided; if the verification fails, no service is provided.
In an actual application scenario, firstly, a charging terminal generates a random password and identification information for an acquired payment request, for example, the generated random password is PWD, the generated identification information is M, and the random password PWD and the identification information M are stored, wherein the payment request is sent to the charging terminal by a user, the user can send the payment request in a wireless communication mode through the user terminal, and can also directly input the payment request through a human-computer interaction interface arranged on the charging terminal, and the wireless communication mode can specifically adopt a short-distance wireless transmission mode such as bluetooth, NFC, code scanning, WIFI and the like.
Then, the toll terminal encrypts the generated random password PWD to obtain an encrypted random password PWD, and sends the encrypted random password PWD, the identification information M and the ID of the toll terminal to the user terminal, and the user terminal receives and then remotely transmits the encrypted random password PWD and the identification information M to the application server, wherein the remote transmission mode can be a relatively mature remote transmission mode such as 3G, 4G, GPRS, and the like.
It should be noted that there are a plurality of arranged charging terminals, and each charging terminal has its own corresponding ID.
Then, after receiving the encrypted random password PWD, the identification information M and the ID of the toll terminal, the application server finds a decryption key corresponding to the ID of the toll terminal, which is pre-stored in the application server, according to the ID of the toll terminal, decrypts the encrypted random password by using the decryption key to obtain the decrypted random password PWD1, and sends a payment interface corresponding to the identification information M, which is pre-stored in the application server, to the user terminal according to the identification information M. The user fills in payment information, namely a payment account and a payment password, on a payment interface through the user terminal, and then sends the payment information to the application server, after the application server confirms the payment information, the application server sends the decryption random password PWD1 to the user terminal, and the user terminal sends the decryption random password PWD1 to the charging terminal.
Finally, the charging terminal verifies the received decryption random password PWD1, and if the verification is passed, the corresponding service of the identification information M is provided; if the verification fails, no service is provided. The whole process contacts the charging terminal and the application server through the user terminal, so that the charging terminal does not need to be directly connected with the application server through a network, the charging terminal is in an off-line state, real-time networking is not needed, charging service can be completed in an off-line mode, power consumption of the charging terminal is greatly reduced, and operation cost of the whole charging system is reduced. And secondly, the random password is generated and encrypted through the charging terminal, so that the transaction security of the charging service system is greatly improved.
Preferably, the specific verification method of S8 includes: comparing the decryption random password PWD1 with the random password PWD stored in the toll terminal in S1 to determine whether the decryption random password PWD1 is consistent with the random password PWD stored in the toll terminal, if so, providing a corresponding service of the identification information M, and clearing the random password and the identification information M stored in the toll terminal; otherwise, no service is provided. The random password pre-stored in the toll terminal is compared with the decryption random password PWD1, so that excessive data do not need to be introduced, and the authentication method is simple and effective.
Preferably, the charging terminal in S2 further encrypts the identification information M to obtain encrypted identification information M;
in S3, the encrypted random password PWD, the encrypted identification information M, and the ID of the toll terminal are sent to the user terminal;
the application server in S4 further decrypts the encrypted identification information M by using the decryption key to obtain decrypted identification information M1, and sends the payment interface corresponding to the decrypted identification information M1 and pre-stored in the application server to the user terminal according to the decrypted identification information M1. Here, by encrypting the identification information, the identification information is prevented from being tampered in the process of being transmitted to the application server, and specifically, the user is prevented from tampering the payment amount; or the service order number is tampered, so that the obtained service does not correspond to the payment amount, the application server generates an un-corresponding payment interface, and then loss of the merchant is caused, and therefore the transaction safety is further improved.
Preferably, after the application server confirms the payment information in S6, the application server further sends the decrypted identification information M1 to the user terminal;
the user terminal further transmits the decrypted identification information M1 to the charging terminal at S7;
the toll terminal verifies the decryption random password PWD1 and the decryption identification information M1 in S8; if the verification is passed, providing the corresponding service of the decryption identification information M1; if the verification fails, no service is provided. Here, by verifying the decryption identification information M1, it is ensured that the service provided by the charging terminal is consistent with the service selected by the user, and further the security of the transaction is ensured.
As shown in fig. 2: the embodiment provides a charging service method and a charging service system for terminal off-line, which comprise a charging terminal, a user terminal in communication connection with the charging terminal, and an application server in communication connection with the user terminal;
the charging terminal is used for generating a random password and identification information from the acquired payment request and storing the random password and the identification information;
the charging terminal is also used for encrypting the random password to obtain an encrypted random password and sending the encrypted random password, the identification information and the ID of the charging terminal to the user terminal;
the user terminal is used for sending the encrypted random password, the identification information and the ID of the charging terminal to the application server;
the application server is used for finding a decryption secret key which is pre-stored in the application server and corresponds to the ID of the charging terminal according to the ID of the charging terminal, decrypting the encrypted random password through the decryption secret key to obtain a decryption random password, and sending a payment interface which is pre-stored in the application server and corresponds to the identification information to the user terminal according to the identification information;
the user terminal is also used for acquiring payment information through the payment interface and sending the payment information to the application server;
the application server is also used for sending the decrypted random password to the user terminal after confirming the payment information;
the user terminal is also used for sending the decryption random password to the charging terminal;
the charging terminal is also used for verifying the decryption random password, and if the verification is passed, the corresponding service of the identification information is provided; if the verification fails, no service is provided.
Preferably, the toll terminal is further adapted to compare the decrypted random password with a random password stored in the toll terminal.
Preferably, the charging terminal is further configured to encrypt the identification information; the application server is also used for decrypting the encrypted identification information.
Preferably, the charging terminal is further configured to verify the decrypted identification information.
Preferably, the data transmission mode between the charging terminal and the user terminal is as follows: one or more of code scanning transmission, NFC transmission, Bluetooth transmission, WiFi transmission and ZigBee transmission.
In a practical application scenario, as shown in fig. 3: the use steps of the system in work are as follows:
(1) the user sends a payment request to the charging terminal.
(2) The toll terminal generates a random password PWD and associated identification information M of the present service and temporarily stores these data at the toll terminal. After the PWD and the M are encrypted, PWD and M are obtained respectively, and the PWD, M and the ID of the charging terminal are transmitted to the user terminal (such as a mobile phone, a PAD, etc.).
(3) The user mobile device forwards the PWD, M and the ID of the toll terminal to the application server.
(4) And the application server finds the corresponding decryption key according to the ID of the charging terminal, obtains the PWD1 and the M1 after decryption, jumps to a payment interface, and sends the payment interface to the user terminal.
(5) And filling in payment information on the payment interface by the user through the user terminal, and sending the payment information to the application server.
(6) The application server checks the payment information, and forwards the decryption random password PWD1 and the decryption identification information M1 to the user terminal after confirming that the payment is successful.
(7) The user transmits the PWD1 and the M1 received by the mobile device to the charging terminal, the charging terminal compares the PWD1 and the M1 with the PWD and the M which are temporarily stored, if the PWD and the M are consistent, the service is provided according to the service characteristics corresponding to the M identification, and the PWD and the M which are stored at this time are eliminated; if one of the two is inconsistent or not consistent, the service is not started.
It should be noted that, the information transmission method in step (2) may be: the charging terminal presents the transmitted data in a two-dimensional code form, and a user scans the two-dimensional code by using mobile equipment to obtain information; or the charging terminal transmits the data to the user mobile equipment through a communication mode such as NFC.
The information transmission method in step (7) may be: a user inputs information into the charging terminal through a human-computer interaction interface or a keyboard; or the information is transmitted to the charging terminal through communication modes such as NFC and the like; or the information is presented on the user mobile terminal in a two-dimensional code mode, and the charging terminal scans the two-dimensional code to obtain the information.
It should be noted that all the charging terminals and the application server need to configure the same encryption algorithm; each charging terminal is configured with a key belonging to the charging terminal, wherein the keys of different terminals are complementary and the same; the application server possesses the keys of all terminals.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A terminal off-line charging service method is characterized by comprising the following steps:
s1, the charging terminal generates a random password and identification information from the acquired payment request, and stores the random password and the identification information;
s2, the toll terminal encrypts the random password to obtain an encrypted random password and sends the encrypted random password, the identification information and the ID of the toll terminal to the user terminal;
s3, the user terminal sends the encrypted random password, the identification information and the ID of the charging terminal to an application server;
s4, the application server finds a decryption secret key corresponding to the ID of the charging terminal and pre-stored in the application server according to the ID of the charging terminal, decrypts the encrypted random password through the decryption secret key to obtain a decrypted random password, and sends a payment interface corresponding to the identification information and pre-stored in the application server to the user terminal according to the identification information;
s5, the user terminal obtains payment information through the payment interface and sends the payment information to the application server;
s6, after confirming the payment information, the application server sends the decryption random password to the user terminal;
s7, the charging terminal obtaining the decryption random password from the user terminal;
s8, the charging terminal verifies the decryption random password, if the verification is passed, the corresponding service of the identification information is provided; if the verification fails, no service is provided.
2. The method for charging service of terminal off-line as claimed in claim 1, wherein the specific verification method of S8 includes: comparing whether the decrypted random password is identical to the random password stored in the toll terminal in the S1.
3. The method for charging service with terminal offline as claimed in claim 1, wherein said charging terminal in S2 further encrypts said identification information to obtain encrypted identification information;
in S3, the encrypted random password, the encrypted identification information, and the ID of the toll terminal are sent to the user terminal;
the application server in S4 further decrypts the encrypted identification information by using the decryption key to obtain decrypted identification information, and sends a payment interface corresponding to the decrypted identification information and pre-stored in the application server to the user terminal according to the decrypted identification information.
4. The method of claim 3, wherein the charging service method for the terminal off-line,
after the application server confirms the payment information in S6, sending the decryption identification information to the user terminal;
the toll terminal acquires the decryption random password from the user terminal in S7;
the toll terminal verifies the decryption random password and the decryption identification information in S8; if the verification is passed, providing a corresponding service of the decryption identification information; if the verification fails, no service is provided.
5. The method for offline charging service of the terminal according to any one of claims 1 to 4, wherein the data transmission mode between the charging terminal and the user terminal is as follows: one or more of code scanning transmission, NFC transmission, Bluetooth transmission, WiFi transmission and ZigBee transmission.
6. A terminal off-line charging service system is characterized by comprising a charging terminal, a user terminal in communication connection with the charging terminal, and an application server in communication connection with the user terminal;
the charging terminal is used for generating a random password and identification information from the acquired payment request and storing the random password and the identification information;
the charging terminal is also used for encrypting the random password to obtain an encrypted random password and sending the encrypted random password, the identification information and the ID of the charging terminal to the user terminal;
the user terminal is used for sending the encrypted random password, the identification information and the ID of the charging terminal to an application server;
the application server is used for finding a decryption secret key which is pre-stored in the application server and corresponds to the ID of the charging terminal according to the ID of the charging terminal, decrypting the encrypted random password through the decryption secret key to obtain a decryption random password, and sending a payment interface which is pre-stored in the application server and corresponds to the identification information to the user terminal according to the identification information;
the user terminal is also used for acquiring payment information through the payment interface and sending the payment information to the application server;
the application server is also used for sending the decryption random password to the user terminal after confirming the payment information;
the charging terminal is also used for obtaining the decryption random password from the user terminal
The charging terminal is also used for verifying the decryption random password, and if the decryption random password passes the verification, the charging terminal provides corresponding service of the identification information; if the verification fails, no service is provided.
7. The system of claim 6, wherein the charging terminal is further configured to compare whether the decrypted random password is consistent with the random password stored in the charging terminal.
8. The charging service system of claim 6, wherein the charging terminal is further configured to encrypt the identification information; the application server is further configured to decrypt the encrypted identification information to obtain decrypted identification information.
9. The charging service system of claim 8, wherein the charging terminal is further configured to verify the decryption identification information.
10. A charging service system with off-line terminal according to any one of claims 6-9, characterized in that the data transmission mode between the charging terminal and the user terminal is: one or more of code scanning transmission, NFC transmission, Bluetooth transmission, WiFi transmission and ZigBee transmission.
CN201810583013.4A 2018-06-07 2018-06-07 Terminal offline charging service method and system Active CN108932619B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810583013.4A CN108932619B (en) 2018-06-07 2018-06-07 Terminal offline charging service method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810583013.4A CN108932619B (en) 2018-06-07 2018-06-07 Terminal offline charging service method and system

Publications (2)

Publication Number Publication Date
CN108932619A CN108932619A (en) 2018-12-04
CN108932619B true CN108932619B (en) 2022-03-22

Family

ID=64449507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810583013.4A Active CN108932619B (en) 2018-06-07 2018-06-07 Terminal offline charging service method and system

Country Status (1)

Country Link
CN (1) CN108932619B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110995775B (en) * 2019-10-11 2020-12-01 浙江口碑网络技术有限公司 Service data processing method, device and system
CN116798167A (en) * 2023-08-25 2023-09-22 广东星云开物科技股份有限公司 Shared entertainment equipment starting method, system and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1417734A (en) * 2002-12-30 2003-05-14 邵苏毅 Method for implementation of electronic payment
EP2879421A1 (en) * 2012-07-24 2015-06-03 ZTE Corporation Terminal identity verification and service authentication method, system, and terminal
CN104753675A (en) * 2013-12-31 2015-07-01 腾讯科技(深圳)有限公司 Information verification method, and electronic payment method, terminal, server and system
CN106096947A (en) * 2016-06-08 2016-11-09 广东工业大学 Half off-line anonymous method of payment based on NFC

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1417734A (en) * 2002-12-30 2003-05-14 邵苏毅 Method for implementation of electronic payment
EP2879421A1 (en) * 2012-07-24 2015-06-03 ZTE Corporation Terminal identity verification and service authentication method, system, and terminal
CN104753675A (en) * 2013-12-31 2015-07-01 腾讯科技(深圳)有限公司 Information verification method, and electronic payment method, terminal, server and system
CN106096947A (en) * 2016-06-08 2016-11-09 广东工业大学 Half off-line anonymous method of payment based on NFC

Also Published As

Publication number Publication date
CN108932619A (en) 2018-12-04

Similar Documents

Publication Publication Date Title
CN107113315B (en) Identity authentication method, terminal and server
CN107358441B (en) Payment verification method and system, mobile device and security authentication device
EP3130103B1 (en) Systems and methods for wireless authorization of transactions with mobile payment devices
EP3348020A1 (en) Method and apparatus for facilitating electronic payments using a wearable device
CN103714635A (en) POS terminal and terminal master key downloading mode configuration method thereof
CN103297403A (en) Method and system for achieving dynamic password authentication
CN107733652B (en) Unlocking method and system for shared vehicle and vehicle lock
CN105530241A (en) Authentication method of mobile intelligent terminal and POS terminal
CN105337740A (en) Identity verification method, client, relay device and server
CN106910063B (en) Offline payment method and system
CN110738776B (en) Method and system for opening Bluetooth access control, Bluetooth device and working method thereof
WO2019007063A1 (en) Battery charging and swapping equipment, and authentication method and system for object requesting for battery charging or swapping
CN112672342B (en) Data transmission method, device, equipment, system and storage medium
CN105592071A (en) Method and device for authorization between devices
CN109492371B (en) Digital certificate null sending method and device
CN105635951A (en) Data transmission control method based on Bluetooth
CN101771680A (en) Method for writing data to smart card, system and remote writing-card terminal
CN112184952A (en) Intelligent lock control system, method and storage medium
US8341703B2 (en) Authentication coordination system, terminal apparatus, storage medium, authentication coordination method, and authentication coordination program
CN108932619B (en) Terminal offline charging service method and system
CN102143483A (en) Method and terminal for acquiring unlock code
WO2017044677A1 (en) Method and apparatus for facilitating electronic payments using a wearable device
CN105071939A (en) User information authentication method and user information authentication system
CN104506509A (en) Multifunctional security authentication terminal and authentication method based on terminal
CN102264069B (en) Authentication control method, device and system based on universal guide architecture

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