WO2019194398A1 - Système de paiement par cryptomonnaie et procédé de paiement par cryptomonnaie - Google Patents

Système de paiement par cryptomonnaie et procédé de paiement par cryptomonnaie Download PDF

Info

Publication number
WO2019194398A1
WO2019194398A1 PCT/KR2019/000804 KR2019000804W WO2019194398A1 WO 2019194398 A1 WO2019194398 A1 WO 2019194398A1 KR 2019000804 W KR2019000804 W KR 2019000804W WO 2019194398 A1 WO2019194398 A1 WO 2019194398A1
Authority
WO
WIPO (PCT)
Prior art keywords
payment
cryptocurrency
electronic wallet
client terminal
terminal
Prior art date
Application number
PCT/KR2019/000804
Other languages
English (en)
Korean (ko)
Inventor
박상현
Original Assignee
박상현
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 박상현 filed Critical 박상현
Publication of WO2019194398A1 publication Critical patent/WO2019194398A1/fr

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/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • G06Q20/065Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme using e-cash
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K19/00Record carriers for use with machines and with at least a part designed to carry digital markings
    • G06K19/06Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K19/00Record carriers for use with machines and with at least a part designed to carry digital markings
    • G06K19/06Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
    • G06K19/06009Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code with optically detectable marking
    • G06K19/06037Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code with optically detectable marking multi-dimensional coding
    • 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/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • 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/36Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes
    • 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/36Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes
    • G06Q20/367Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes involving electronic purses or money safes
    • G06Q20/3678Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes involving electronic purses or money safes e-cash details, e.g. blinded, divisible or detecting double spending
    • 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/381Currency conversion

Definitions

  • the present invention relates to a cryptocurrency payment system and a cryptocurrency payment method, and more particularly, the virtual currency owned by the user on a card synchronized with an electronic wallet as a local currency in a country where the user is located, as well as transaction details.
  • the present invention relates to a cryptocurrency payment system and a cryptocurrency payment method that enable real-time checks on exchange rates and transaction information.
  • Bitcoin is a representative cryptocurrency currently traded on the Internet. Bitcoin is a digital currency created by Nakamoto Satoshi in 2009, and has no structure for issuing and managing a currency. Instead, Bitcoin's transactions are made by a P2P-based distributed database, which performs transactions based on public key cryptography.
  • Bitcoin is anonymous and public. Bitcoin is stored in the form of an electronic wallet, and each electronic wallet is given a unique address, and the transaction of Bitcoin is made based on the address.
  • the public key is like a bitcoin address, acting as the sender and receiver endpoint of all payments.
  • the private key paired with the public key is used to authorize only the owner to pay.
  • Bitcoin addresses are anonymous because they do not contain any information about the owner. The address is 33 characters long if it is human readable and looks like 1rYK1YzEGa59pI314159KUF2Za4jAYYTd. Bitcoin users can have multiple addresses and create new addresses without restrictions. This is because a new address can be created immediately by simply creating a new public and encryption key pair without having to contact any network node. Anonymity can be guaranteed if you easily create and change an infinite number of addresses.
  • Bitcoin contains the current owner's public key, or address. For example, if User A sends something to User, A adds B's public key (address) to Bitcoin and signs it with a private key owned by A, that is, a private key. Ab then broadcasts this Bitcoin to the P2P network as the transaction details of the appropriate message. The remaining network nodes will verify the encrypted signature and transaction volume before granting it.
  • bitcoin payment method and payment system is a payment method using bitcoin, (a) Accessing the shopping mall server to the shopping mall server; (b) selecting a plurality of purchased items from items sold by the seller through the purchaser terminal; (c) Bitcoin is settled from the buyer electronic wallet stored in the buyer terminal to the seller electronic wallet stored in the shopping mall server; (d) providing, by the shopping mall server, a plurality of the purchased items to the purchaser terminal with a purchase list and details of remittances transferred from the purchaser electronic wallet to the seller electronic wallet; (e) selecting a purchase item corresponding to the remittance details in the purchase list through the purchaser terminal; (f) characterized in that it comprises the step of approving the payment for the purchased goods selected in step (e).
  • a payment system using bitcoin for performing the above method comprising: a purchaser terminal having a buyer electronic wallet, a shopping mall server having a seller electronic wallet, and connected to the purchaser terminal through an internet network; The purchaser terminal remits payment to a bitcoin from the purchaser electronic wallet to the seller electronic wallet for a plurality of purchased items purchased through the shopping mall server; The shopping mall server provides the purchaser terminal with a purchase list for a plurality of the purchased items purchased through the purchaser terminal and remittance details transferred from the purchaser electronic wallet to the seller electronic wallet; When the purchase item corresponding to the remittance details is selected from the purchase list through the purchaser terminal, the shopping mall server may approve payment for the corresponding purchase item.
  • the prior art made as described above has a problem that a dispute occurs between a seller who sells an item and a buyer who purchases an item when payment is made only with bitcoin in a situation where its value is changed in real time.
  • Bitcoin is traded on the Internet like Bithumb, and since the value of Bitcoin fluctuates in real time, it is difficult to calculate the exact price of Bitcoin. Since there is no standard, a dispute arises between the seller and the buyer, causing a problem such as refusing to purchase the product.
  • the present invention is to solve the above problems, the virtual currency held in the electronic wallet of the client terminal in the QR code or card synchronized with the electronic wallet in the country where the client is located, as well as the transaction history and exchange rate And since the transaction information can be checked in real time, an object of the present invention is to provide a cryptocurrency payment system and a cryptocurrency payment method that enable the use of electronic cryptocurrencies used only in a limited region regardless of the country.
  • the present invention is a means for achieving the above object, the electronic wallet provided by the management server to specify the electronic cryptocurrency consisting of any one of Bitcoin, Ethereum, Bitcoin Cash, Ripple, Litecoin, Dash, Bitcoin Gold
  • a client terminal configured to communicate with a management server through an internet network so that the electronic cryptocurrency can be used in a home country or a foreign country; Signed a contract with the management server and an electronic cryptocurrency payment terminal is installed to authorize the electronic cryptocurrency information read from the client's electronic wallet to the management server.
  • the purchase price of the product can be entered in local currency in the terminal of the country and the corresponding country, and the QR code of the electronic wallet or the card synchronized with the electronic wallet is included. If you present the payment information, you can read and set the exchange rate of the country you wish to pay in real time with the real-time trading price of the electronic cryptocurrency.
  • a management server configured to communicate with the client terminal and the merchant through the Internet network so as to not only subtract the electronic cryptocurrency set through the electronic wallet of the client terminal, but also real-time transaction history, exchange rate and transaction information; It provides a virtual currency payment system, characterized in that.
  • the client terminal of the present invention subscribes to an electronic cryptocurrency site provided by a management server through an internet network, receives an electronic wallet operated by the site through a store provided by Google, and purchases an item through a merchant. Characterized in that a plurality of electronic cryptocurrency to settle the payment for the goods.
  • the client set any one or a combination of the electronic cryptocurrency. Characterized in that the payment is made through.
  • the affiliated store of the present invention includes an online affiliated store and an offline affiliated store, wherein the online affiliated store establishes an API or other interlocking solution that can interoperate with a management server to pay for product purchase and service provision, and manages the offline affiliated store. It is characterized in that the installation of the electronic cryptocurrency dedicated communication terminal of the server or the associated communication terminal.
  • Offline merchants of the present invention through the ARI or CTI when waiting for payment through the telephone voice input the merchant code, the payment amount through the input key button or voice, and the authorization code issued by the input again via the key button or voice Characterized in that the payment is entered.
  • the present invention as another means for achieving the above object, in the cryptocurrency payment method using a cryptocurrency payment system, a login step of signing up for membership through an electronic wallet installed in the client terminal and receiving a member number and logging in (S10). )Wow; Select the cryptocurrency to be used while logged in through the electronic wallet to check the price, and read the QR code or barcode containing the member number installed in the electronic wallet, and the member card through the merchant terminal to use it on the web server. S20); QR code or barcode for payment of an electronic wallet installed on the client terminal so that payment can be made through the electronic wallet by approving a transaction from the web server to the electronic wallet of the client terminal for the use request authorized through the merchant terminal.
  • the step of registering the membership through the website provided by the web server using the client terminal (S11); Applying to the web server to obtain any or all of the magnetic membership card, QR or barcode form, IC / NFC membership card, some or all of them so as to perform member authentication after registration (S12) and ; Issuing a member number of the client who applied for a member card or a member code through a web server (S13); Determining whether there is a request for an electronic wallet from the web server to perform a new payment in the client terminal based on the issued member number (S14); Selecting a cryptocurrency, a prepaid card, a gift certificate, etc.
  • the web server in response to a request for a new payment method, and transmitting data according to the selected content from the client terminal to the web server (S15);
  • the web server provides a program linked with the Google Store to perform the installation of the electronic wallet in the client terminal, and provides cryptocurrency and prepaid through the provided electronic wallet. It characterized in that it comprises a; step (S16) to hold the card, gift certificate.
  • the user inputs an ID and password in a state in which the electronic wallet installed in the client terminal is activated, logs in, and selects through the electronic wallet whether the client uses the domestic or foreign country in the logged in state.
  • Step S21 Cryptocurrency to be paid as a representative among Bitcoin, Ethereum, Leaf, Bitcoin Cash, Litecoin, EOS, Dash, Monero, Ethereum Classic, Quanton, Bitcoin Gold, and Jet Cash Selecting one or more of them or selecting a priority order among gift certificates or prepaid cards (S22); Presenting to the affiliated store through a membership card made up of QR code, barcode, IC card NFC (S24); Determining in the web server whether there is a request for use from the affiliated store through the membership card presented by the client (S25); Confirming priority payment means set by the client through an electronic wallet installed in the client terminal (S26); Determining, by the web server, whether there is a balance in a state of checking the priority payment means (S27); Performing a step S30 of approving a transaction when there is a balance in step S27, and determining whether a corresponding balance is insufficient in a corresponding payment method when there is no balance (S28); (S29) returning to the merchant use request step (S29
  • Transaction approval step (S40) of the present invention the step of selecting whether to use in the domestic or foreign in the state in which the client is logged in through the electronic wallet while the electronic wallet installed in the client terminal (S41a, S42a); Selecting a crypto coin, a prepaid card or a gift certificate to be used in a state of selecting a country, and checking the price if the crypto coin is selected (S42a, S42b); Checking the amount to be paid at the merchant (S43a, S43b); Checking the amount to be paid at the affiliated store and determining, at the web server, whether a real user and an encryption coin are requested to the web server through the affiliated terminal installed in the affiliated store (S44); If it is determined that there is a request for use from the merchant terminal, checking the data of the client to check the balance database on the web server (S45); When the payment amount of the merchant is smaller than the balance, performing a payment by deducting an encryption coin, a prepaid card or a gift certificate from the web server (S46); When the
  • the present invention can be confirmed in real time about the transaction history and exchange rate and transaction information as well as payment in local currency in the country where the client is located virtual currency held in the electronic wallet of the client terminal on the QR code or card synchronized with the electronic wallet Therefore, the electronic cryptocurrency used only in a limited area can be used regardless of the country.
  • the present invention can also use the payment system of the inventor's electronic virtual currency through the POS or other communication equipment through interlocking with other companies in the offline merchant, offline payment through the ARS or CTI system is also possible, the phone voice when waiting for payment Enter the merchant code, enter the payment amount, and enter the authorization code (via password or our SMS, etc.) to enter the payment amount, the amount of the product purchase and service provided according to the local currency standard amount of the relevant country on the terminal In addition, you can enter the payment amount in the currency of the corresponding country in Korea (KRW), Japan (Yen), China (RMB), US (US Dollar), etc. It has an effect.
  • FIG. 1 is a block diagram showing the configuration of a cryptocurrency payment system according to the present invention.
  • FIG. 2 is a schematic diagram showing a cryptocurrency payment method according to the present invention.
  • Figure 3 is a block diagram showing a process of charging, using and settlement through the cryptocurrency payment method using the cryptocurrency payment system according to the present invention.
  • Figure 4 is a flow chart illustrating a cryptocurrency payment process through the cryptocurrency payment system according to the present invention.
  • FIG. 5 is a flowchart illustrating a process of registering a user with a web server by a user through a client terminal according to the present invention.
  • FIG. 6 is a flowchart illustrating a process of moving a cryptocurrency, a prepaid card, a gift certificate, etc. to another electronic wallet through the electronic wallet in FIG. 5;
  • FIG. 6 is a flowchart illustrating a process of moving a cryptocurrency, a prepaid card, a gift certificate, etc. to another electronic wallet through the electronic wallet in FIG. 5;
  • FIG. 7 is a flowchart illustrating a process of setting a payment priority while performing a use request step through a client terminal according to the present invention.
  • FIG. 8 is a flow chart showing the detailed process of the transaction approval step through the client terminal according to the present invention.
  • FIG. 1 is a block diagram showing the configuration of a cryptocurrency payment system according to the present invention
  • Figure 2 is a schematic diagram showing a cryptocurrency payment method according to the present invention
  • Figure 3 is a cryptocurrency payment system according to the present invention This is a block diagram showing the process of charging, using and paying by using a cryptocurrency payment method.
  • the cryptocurrency payment system and cryptocurrency payment method according to the present invention is an electronic cryptocurrency consisting of any one of Bitcoin, Ethereum, Bitcoin Cash, Ripple, Litecoin, Dash, Bitcoin Gold Designated and stored in the electronic wallet provided by the management server 20 and the client terminal 10 is configured to communicate with the management server 20 through the Internet network to use the electronic cryptocurrency in the country or abroad through , Signing a franchise with the management server 20 and an electronic cryptocurrency dedicated merchant terminal 30 is installed to authorize the electronic cryptocurrency information read from the electronic wallet of the client to the management server 20 to sell goods and provide services Cash or designated electronic cash on the account or e-wallet with the full amount of the payment, excluding payment fees Using the merchant terminal 30 that is paid in luxury currency and the existing electronic wallet provided by the exchange or the electronic wallet installed in the client terminal 10, the purchase price of the product in the local merchant terminal 30 and the country's dedicated merchant terminal 30 is localized.
  • the client terminal 10 registers with the electronic cryptocurrency site provided by the management server 20 through the Internet network, receives the electronic wallet operated by the site through a store provided by Google, and supplies through the merchant Set a plurality of electronic cryptocurrencies so that payment can be made for the goods at the time of purchase.
  • the setting of the plurality of electronic cryptocurrency is settled through any one or a combination of a plurality of electronic cryptocurrency set by the client when the payment amount is insufficient when the payment of goods using the QR code or card synchronized with the electronic wallet Is done.
  • the affiliated store includes an online affiliated store and an offline affiliated store.
  • the online merchant builds an API or other interlocking solution that can interoperate with the management server 20 to pay for product purchase and service provision.
  • the offline merchant installs an electronic cryptocurrency dedicated merchant terminal 30 or affiliated merchant terminal 30 of the management server 20.
  • the merchant code is input through a voice call through a key button or a voice, and the authorization code issued by the input is input again through a key button or a voice. You can proceed with payment.
  • offline merchants can use the payment system of the inventor's electronic cryptocurrency through POS or other communication equipment through interlocking with other companies, offline payment through ARS or CTI system, and through voice call when payment is waiting.
  • Insert the merchant code enter the payment amount, enter the authorization code (via password or our SMS), and enter the amount of purchase and service provided by the terminal according to the local currency standard of the country. , Korea (Won), Japan (Yen), China (yuan), US (US dollar), etc. You can enter the payment amount in the currency of the corresponding country in the merchant terminal to proceed with the payment.
  • the merchant refunds a certain amount based on the terminal receipt and authorization SMS and the personal password.
  • the management server 20 is a web server 21 for providing a site connected through a client terminal connected through an Internet network, providing an electronic wallet installed in the client terminal, the client terminal 10, and the electronics installed in the affiliated store.
  • Communication server 22 for controlling communication with the cryptocurrency terminal or bansa easy, data according to the configuration of the management server 20, data according to the electronic wallet and card issuance, sales data, earned data, settlement data,
  • Data server 23 including a database for storing data according to the member data, statistics and analysis, and a backup server for backing up and storing the data stored in the database of the data server 23 in real time, at a predetermined time or a predetermined period ( 24).
  • the electronic wallet receives a membership number through a client terminal after accessing the website through a client terminal, generates a QR code or barcode based on the issued member number, and generates a QR code or barcode according to the Magnetic membership card or IC / NFC card and membership number are linked and used as a payment method, and also store cryptocurrency held by client in file form, and each unique address is assigned to trade cryptocurrency based on the address. To be able.
  • FIG. 4 is a flowchart illustrating a process of payment of a cryptocurrency through a cryptocurrency payment system according to the present invention.
  • FIG. 5 is a flowchart illustrating a process of registering a user to a web server by a user through a client terminal according to the present invention.
  • 5 is a flowchart illustrating a process of moving a cryptocurrency, a prepaid card, a gift certificate, etc. to another electronic wallet through an electronic wallet
  • FIG. 7 is a payment priority while performing a use request step through a client terminal according to the present invention.
  • 8 is a flow chart illustrating a detailed process of a transaction approval step through a client terminal according to the present invention.
  • the cryptocurrency payment method according to the present invention, the login step (S10) to log in through the electronic wallet installed in the client terminal 10, and selects the cryptocurrency to be used in the login state through the electronic wallet Check the market price, and read the QR code or bar code, the member card containing the member number installed in the electronic wallet through the merchant terminal 30 to request the use of the web server 21 (S20) and the merchant terminal ( 30) of the electronic wallet installed in the client terminal so as to perform a payment through the electronic wallet by approving a signal for approving the transaction from the web server 21 to the electronic wallet of the client terminal 10 with respect to the use request authorized through 30).
  • the electronic wallet receives a membership number through the client terminal 10 after registering as a member while accessing the website through the client terminal 10 and generating a QR code or a barcode based on the issued member number.
  • Magnetic membership card or IC / NFC card according to QR code or barcode is linked with membership number and used as a payment method, and also stores the cryptocurrency held by the client in the form of a file, and each unique address is assigned based on the address. Allows you to trade cryptocurrencies.
  • the membership registration and member number issuing process is a step of registering as a member through the website provided by the web server 21 using the client terminal 10 (S11), and a member so as to perform member authentication after registration. Applying to the web server 21 to obtain a member card, a member code in the form of a QR or a barcode, an IC / NFC member card, some or all of them (S12), and apply for a member card or a member code Issuing a member number of a client through the web server 21 (S13), and the electronic wallet to the web server 21 to perform a new payment in the client terminal 10 based on the issued member number Determining whether there is a request (S14), and by selecting a cryptocurrency, prepaid card, gift certificate, etc.
  • step S15 and the payment method selected through the client terminal 10 the web server 21 and the Google store to perform the installation of the electronic wallet in the client terminal 10 to be held in the electronic wallet Providing a program by interlocking, and performing the step (S16) to hold the cryptocurrency, prepaid card, gift certificate through the provided electronic wallet.
  • step (S16) to hold the cryptocurrency, prepaid card, gift certificate, etc. through the electronic wallet performs the step (S16-1) to activate and log in the electronic wallet installed in the client terminal 10, the client terminal
  • step S16-2 the web server 21 determines whether the user purchases a cryptocurrency, a prepaid card or a gift certificate, or selects the movement of an exchange through the electronic wallet activated in step 10, and performs the above step (S16-2). ), If the purchase of any one of the cryptocurrency, prepaid card or gift certificate through the client terminal 10 is selected, by opening the site provided by the web server 21 through the client terminal 10 to the cryptocurrency, prepaid card or In operation S16-3, one of the gift certificates may be selected.
  • the client terminal 10 performs a payment process for a selected cryptocurrency, a prepaid card or a gift certificate through the client terminal 10 through the site provided by the web server 21, and the client terminal 10.
  • step (S16-5) of transmitting the data on the cryptocurrency, prepaid card or gift certificate of the payment is completed to the website, the cryptocurrency purchased through the site provided by the web server 21, Store the data for the prepaid card or gift certificate in the database of the web server 21 in the form of blockchain, and perform the step (S16-6) to view the transaction history to all users, the step (S16) If the exchange is selected through the client terminal 10 in step -2), the electronic wallet of the selected other exchange is activated (S16-7).
  • the client requests one or all of cryptocurrency, prepaid card, or gift certificate stored in the electronic wallet of another exchange to another exchange server that manages the other exchange.
  • the client requests one or all of cryptocurrency, prepaid card, or gift certificate stored in the electronic wallet of another exchange to another exchange server that manages the other exchange.
  • step (S16-8) and transmits the data on the cryptocurrency, prepaid card or gift certificate from the other exchange server to the web server 21 by request through the client terminal 10, and transmits the transmitted data
  • the data is stored in the data base of the web server 21 in the form of a block chain and the data is stored in the electronic wallet installed in the client terminal 10 at the same time.
  • the use request step (S20) is to log in by inputting an ID and password in a state in which the electronic wallet installed in the client terminal 10 is activated, and the client selects through the electronic wallet whether it is used in a domestic or foreign state while logged in.
  • Step (S21) while selecting a country to use cryptocurrency Bitcoin, Ethereum, Leaf, Bitcoin Cash, Litecoin, EOS, Dash, Monero, Ethereum Classic, Quanton, Bitcoin Gold, Select one or more of the cryptocurrency to be paid as a representative from the Jet Cash or perform the step (S22) of selecting a priority order among gift certificates or prepaid cards, membership card made up of QR code, barcode, IC card NFC Perform the step (S24) to present to the merchant through.
  • the web server 21 determines whether there is a request for use from the affiliate store through the membership card presented by the client (S25), and the priority payment means set by the client through the electronic wallet installed in the client terminal 10; Checking step (S26), and in the web server 21 to determine whether there is a balance in the state of checking the priority payment means (S27), and when there is a balance in the step (S27) In step S30 of approving, and if there is no balance, determining whether the corresponding payment method is insufficient (S28), and allowing the client terminal 10 to select another next payment method other than the insufficient payment method. Authorizing the message through the electronic wallet to inform that the transaction may fail, and performs a step (S29) to return to the merchant use request step (S29).
  • the electronic wallet is to set the highest priority of the cryptocurrency or payment medium to be used first among the cryptocurrency or a separate payment medium, and the first payment method, the second payment method and the third payment method, etc. to be used sequentially.
  • the management server 20 is operated in the same manner as the electronic wallet.
  • the payment can be set by the payment method set sequentially, and the process occurring in this process is an electronic wallet or SNS, MMS or It is desirable to provide the content to the client by using a messenger or the like.
  • the electronic cryptocurrency held in the electronic wallet or a separate payment medium can be settled according to the designated order, and the other payment media other than the electronic virtual currency in the electronic wallet are prepaid cards, points, gift certificates (paper type, card type, mobile). Type, etc.).
  • the client may select one or more of the payment media set through the electronic wallet, and may change the designated payment media to another one at any time, and the payment media to be paid, that is, the payment method, may be directly designated by the client to be used.
  • the payment method of the merchant may be automatically selected from among payment media possessed by the client used by the management server 20 at the moment of payment to be used or to be paid among the integrated payment media.
  • the balance of the payment medium is not determined or there is no balance (balance) or less than the payment amount, it is preferable to use the payment medium of the next rank without using the priority payment medium.
  • the order of use is the highest among the payment mediums available at the merchant.
  • the management server 20 can be set to the payment order by the order of the balance to be settled.
  • step S45 determines that the balance is insufficient
  • the web server 21 performs a step (S48) of applying a message that the balance is insufficient to the client terminal 10 and the merchant terminal 30, and the balance After transmitting the message that the lack is insufficient, the merchant terminal 30 transmits the final message, "Transaction failed.” And performs the step of moving to step S44 so that payment can be made among other crypto coins or prepaid cards or gift certificates (S49). do.
  • the virtual currency held in the electronic wallet of the client terminal in the QR code or card synchronized with the electronic wallet is settled in local currency in the country where the client is located, as well as the transaction history, exchange rate and transaction information in real time.
  • the electronic cryptocurrency used in a limited region can be used regardless of the country.
  • the offline merchant may use the payment system of the inventor's electronic cryptocurrency through POS or other communication equipment through interworking with other companies, and offline payment through the ARS or CTI system is also possible.
  • Enter the merchant code by voice enter the payment amount, enter the authorization code (via password or our SMS, etc.) to pay, and the payment amount is purchased on the terminal according to the local currency standard amount of the country and the amount of service provided

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

La présente invention concerne un système de paiement par cryptomonnaie et un procédé de paiement par cryptomonnaie, et fournit un système de paiement par cryptomonnaie et un procédé de paiement par cryptomonnaie permettant d'utiliser une cryptomonnaie électronique, utilisée uniquement dans une région restreinte, indépendamment d'une nation, car la monnaie virtuelle possédée dans un portefeuille électronique d'un terminal client est payée sous forme de monnaie locale dans une nation dans laquelle un client est positionné par rapport à un code QR ou à une carte synchronisée avec le portefeuille électronique, et les détails de la transaction et le taux de change et les informations concernant la transaction peuvent être contrôlés en temps réel, et la présente invention a pour effet de permettre l'utilisation d'une cryptomonnaie électronique utilisée uniquement dans une région restreinte, indépendamment d'une nation, car la monnaie virtuelle possédée dans un portefeuille électronique d'un terminal client est payée en monnaie locale dans une nation dans laquelle un client est positionné par rapport à un code QR ou à une carte synchronisée avec le portefeuille électronique, et les détails de la transaction et le taux de change et les informations concernant la transaction peuvent être contrôlés en temps réel.
PCT/KR2019/000804 2018-04-03 2019-01-19 Système de paiement par cryptomonnaie et procédé de paiement par cryptomonnaie WO2019194398A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2018-0038915 2018-04-03
KR1020180038915A KR102033244B1 (ko) 2018-04-03 2018-04-03 암호화 화폐 결제 시스템 및 암호화 화폐 결제방법

Publications (1)

Publication Number Publication Date
WO2019194398A1 true WO2019194398A1 (fr) 2019-10-10

Family

ID=68100948

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2019/000804 WO2019194398A1 (fr) 2018-04-03 2019-01-19 Système de paiement par cryptomonnaie et procédé de paiement par cryptomonnaie

Country Status (2)

Country Link
KR (1) KR102033244B1 (fr)
WO (1) WO2019194398A1 (fr)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102287626B1 (ko) * 2020-01-22 2021-08-10 주식회사 트루스트체인 블록체인 기반 마일리지 통합 시스템 및 그 방법
KR102408072B1 (ko) * 2020-12-04 2022-06-10 심용태 암호화폐를 이용한 이벤트 관리 시스템
KR102536068B1 (ko) * 2021-02-02 2023-05-23 노영우 가상 화폐의 가치 변동 완화에 기반한 가상 화폐 결제 방법 및 시스템
KR102500585B1 (ko) * 2021-03-18 2023-02-17 나정식 모바일 지갑에 보유하고 있는 가상자산을 qr 코드 스캔을 통해 즉시 현금 결제가 가능토록 하는 결제 방법
KR20220135209A (ko) 2021-03-29 2022-10-06 박성우 블록체인 기반 암호화폐로 온라인 상품결제를 처리하는 방법
KR102601460B1 (ko) * 2021-04-13 2023-11-10 노영우 기존 거래 정보에 기반한 베네핏을 제공하는 가상 화폐 결제 서비스 제공 방법 및 시스템
KR102408070B1 (ko) * 2021-05-17 2022-06-10 심용태 암호화폐를 사용하는 모바일 티켓팅 시스템
KR102389922B1 (ko) 2021-07-16 2022-04-22 주식회사 시티랩스 암호화폐 결제 게이트웨이 및 그 결제방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160114749A (ko) * 2015-02-25 2016-10-06 이진희 블록체인 구조를 사용하는 암호화화폐 거래방법
KR20160133704A (ko) * 2015-05-13 2016-11-23 주식회사 우리은행 해외 선불화폐로 결제한 자금에 대한 실시간 정산 시스템 및 그 방법
KR20170039324A (ko) * 2015-10-01 2017-04-11 이경진 카드 결제 단말의 카드 취소 서비스 제공 방법
KR20170056332A (ko) * 2015-11-13 2017-05-23 이정륜 비트코인을 이용한 오프라인 지불결제 시스템 및 그 방법
KR101813256B1 (ko) * 2017-07-18 2017-12-29 이기호 가상화폐거래를 이용한 결제 시스템

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160091194A (ko) 2015-01-23 2016-08-02 네모아이씨티(주) 비트코인을 이용한 결제 방법 및 결제 시스템

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160114749A (ko) * 2015-02-25 2016-10-06 이진희 블록체인 구조를 사용하는 암호화화폐 거래방법
KR20160133704A (ko) * 2015-05-13 2016-11-23 주식회사 우리은행 해외 선불화폐로 결제한 자금에 대한 실시간 정산 시스템 및 그 방법
KR20170039324A (ko) * 2015-10-01 2017-04-11 이경진 카드 결제 단말의 카드 취소 서비스 제공 방법
KR20170056332A (ko) * 2015-11-13 2017-05-23 이정륜 비트코인을 이용한 오프라인 지불결제 시스템 및 그 방법
KR101813256B1 (ko) * 2017-07-18 2017-12-29 이기호 가상화폐거래를 이용한 결제 시스템

Also Published As

Publication number Publication date
KR20190115792A (ko) 2019-10-14
KR102033244B1 (ko) 2019-11-08

Similar Documents

Publication Publication Date Title
WO2019194398A1 (fr) Système de paiement par cryptomonnaie et procédé de paiement par cryptomonnaie
US6805289B2 (en) Prepaid card payment system and method for electronic commerce
CN109313764A (zh) 对在支付卡接受点处使用的存款账号进行令牌化的系统和方法
CN116171450A (zh) 使用数字资产的电子金融交易系统及该系统的支付方法
KR100764422B1 (ko) 전자 지불 방법.
KR102094101B1 (ko) 연동형 디지털화폐 시스템 및 그 방법, 전용 디지털화폐와 연동되는 전자지갑 간 결제 시스템 및 그 방법
KR20140101199A (ko) 일회용 코드를 이용한 휴대용 통신 단말 결제 시스템
KR20000054540A (ko) 이동통신 단말기를 이용한 디지털 상품권 유통방식 및결제시스템
CZ2007504A3 (cs) Zpusob provádení platební transakce s využitím mobilního terminálu
KR101327292B1 (ko) 다양한 결제수단을 이용한 ars 인증 기반의 상품/서비스 대금 결제 시스템 및 결제 방법
KR100867132B1 (ko) 인터넷 전자상거래 방법
KR20110135260A (ko) 개인 선불결제 시스템 및 그 운영 방법
KR20220016752A (ko) 렌탈페이 관리서버 및 그 동작 방법
KR20010073901A (ko) 신용 카드와 연계된 선불형 카드를 이용하는 전자 결제시스템
KR101887669B1 (ko) 공동분담 결제 장치 및 그 방법
JPWO2004066179A1 (ja) ポイント管理方法、及びポイント管理システム
KR20120100283A (ko) 전자결제 시스템 및 방법
WO2015000807A1 (fr) Procédé et système permettant d'effectuer des transactions électroniques
KR20090076316A (ko) 모바일 가상머신 상품권 유통관리시스템 및 가상머신상품권을 이용한 결제방법
KR101152164B1 (ko) 모바일 상품권 즉시 발행 시스템 및 방법
KR20020094165A (ko) 전자 화폐 및 전자 유가 증권의 환전 방법 및 시스템
JP2002251579A (ja) 電子決済システム、電子決済方法および認証サーバ装置
RU2295771C1 (ru) Способ выполнения электронных транзакций
KR101014368B1 (ko) 납부자 결제용id를 이용한 카드 결제 방법 및 결제 서버
US8510217B1 (en) Internet-calling card

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19781880

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19781880

Country of ref document: EP

Kind code of ref document: A1