From 94d8b82b5089051fb78b99769657d232cb9f7710 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 8 Aug 2021 23:19:26 +0200 Subject: [PATCH] resources: add "How to make a payment" user guide --- .../ar/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../de/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ _i18n/en.yml | 1 + .../en/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../es/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../fr/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../it/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../nl/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../pl/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../ru/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../tr/resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../resources/user-guides/make-payment.md | 93 ++++++++++++++++++ .../user-guides/en/make-payment/openalias.png | Bin 0 -> 6154 bytes .../user-guides/en/make-payment/password.png | Bin 0 -> 6105 bytes .../user-guides/en/make-payment/send_page.png | Bin 0 -> 40246 bytes .../en/make-payment/transactions_page.png | Bin 0 -> 24097 bytes .../en/make-payment/tx_confirmation.png | Bin 0 -> 14607 bytes .../en/make-payment/tx_successful.png | Bin 0 -> 10204 bytes resources/user-guides/index.md | 1 + resources/user-guides/make-payment.md | 10 ++ 23 files changed, 1314 insertions(+) create mode 100644 _i18n/ar/resources/user-guides/make-payment.md create mode 100644 _i18n/de/resources/user-guides/make-payment.md create mode 100644 _i18n/en/resources/user-guides/make-payment.md create mode 100644 _i18n/es/resources/user-guides/make-payment.md create mode 100644 _i18n/fr/resources/user-guides/make-payment.md create mode 100644 _i18n/it/resources/user-guides/make-payment.md create mode 100644 _i18n/nb-no/resources/user-guides/make-payment.md create mode 100644 _i18n/nl/resources/user-guides/make-payment.md create mode 100644 _i18n/pl/resources/user-guides/make-payment.md create mode 100644 _i18n/pt-br/resources/user-guides/make-payment.md create mode 100644 _i18n/ru/resources/user-guides/make-payment.md create mode 100644 _i18n/tr/resources/user-guides/make-payment.md create mode 100644 _i18n/zh-cn/resources/user-guides/make-payment.md create mode 100644 _i18n/zh-tw/resources/user-guides/make-payment.md create mode 100644 img/resources/user-guides/en/make-payment/openalias.png create mode 100644 img/resources/user-guides/en/make-payment/password.png create mode 100644 img/resources/user-guides/en/make-payment/send_page.png create mode 100644 img/resources/user-guides/en/make-payment/transactions_page.png create mode 100644 img/resources/user-guides/en/make-payment/tx_confirmation.png create mode 100644 img/resources/user-guides/en/make-payment/tx_successful.png create mode 100644 resources/user-guides/make-payment.md diff --git a/_i18n/ar/resources/user-guides/make-payment.md b/_i18n/ar/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/ar/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/de/resources/user-guides/make-payment.md b/_i18n/de/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/de/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/en.yml b/_i18n/en.yml index b428bbad..7c8e2ab7 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -635,6 +635,7 @@ user-guides: node-i2pzero: How to run a node through I2P with I2P-zero guiguide: Guide for the Monero GUI wallet tailsguide: How to use Monero on Tails + make-payment: How to make a payment back: Back to the list roadmap: diff --git a/_i18n/en/resources/user-guides/make-payment.md b/_i18n/en/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/en/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/es/resources/user-guides/make-payment.md b/_i18n/es/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/es/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/fr/resources/user-guides/make-payment.md b/_i18n/fr/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/fr/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/it/resources/user-guides/make-payment.md b/_i18n/it/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/it/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/nb-no/resources/user-guides/make-payment.md b/_i18n/nb-no/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/nb-no/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/nl/resources/user-guides/make-payment.md b/_i18n/nl/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/nl/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/pl/resources/user-guides/make-payment.md b/_i18n/pl/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/pl/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/pt-br/resources/user-guides/make-payment.md b/_i18n/pt-br/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/pt-br/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/ru/resources/user-guides/make-payment.md b/_i18n/ru/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/ru/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/tr/resources/user-guides/make-payment.md b/_i18n/tr/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/tr/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/zh-cn/resources/user-guides/make-payment.md b/_i18n/zh-cn/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/zh-cn/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/_i18n/zh-tw/resources/user-guides/make-payment.md b/_i18n/zh-tw/resources/user-guides/make-payment.md new file mode 100644 index 00000000..d937951c --- /dev/null +++ b/_i18n/zh-tw/resources/user-guides/make-payment.md @@ -0,0 +1,93 @@ +{% include disclaimer.html translated="no" translationOutdated="no" %} + +### Table of contents + +- [What is important to know about Monero payments?](#what-is-important-to-know-about-monero-payments) +- [How to make a payment using Monero GUI](#how-to-make-a-payment-using-monero-gui) +- [How to check if your payment transaction was confirmed](#how-to-check-if-your-payment-transaction-was-confirmed) +- [What should I do if my transaction is not confirmed or has failed?](#what-should-i-do-if-my-transaction-is-not-confirmed-or-has-failed) +- [How to prove a payment was made](#how-to-prove-a-payment-was-made) + +### What is important to know about Monero payments? + +- **Monero transactions are irreversible**: Monero transactions can't be reversed once they are confirmed (included in a @block) by a miner. If you've sent a transaction and it was confirmed by a miner, the only way to get your money back is to ask the receiver to send it back to you. + +- **Monero transactions are private**: people watching the @blockchain will not know important details of your transaction, like sender address, amount and recipient address. The recipient of your payment will know all details of the transaction, except the sender address (your wallet address) and transaction description. + +- **The Monero transaction fee is paid by the sender**: unlike credit cards, where the merchant pays the transaction fee, in Monero the sender pays the transaction fee, which is used to incentivize miners to include the transaction in a block. + +- **The Monero transaction fee does not depend on the amount sent**: it depends on the network congestion at the time and the data size of your transaction, which increases together with the number of recipients and coins being spent. + +### How to make a payment using Monero GUI + +1) Go to `Send` page. In order to send a transaction, your node and wallet must be synchronized (this status can be seen in the lower left corner) and the currently selected account must have an available (unlocked) balance. + + + +2) On `Address` field, enter the recipient address. If it's a Monero address, it should start with `4...` or `8...`. + +Alternatively you can import an address using `Grab QR code from screen` and `Import from address book` buttons. + +You can also paste in this field a Monero payment request with an amount request, which starts with `monero:...`. + +This field also supports @OpenAlias addresses, which are human readable addresses (for instance, `donate.getmonero.org`). If you enter an OpenAlias address, a `Resolve` button will be displayed. Click on it to retrieve its Monero address. + + + +3) On `Amount` field, enter the amount in XMR. You can also click on `Send all` button, which will create a transaction sending all unlocked balance from the currently selected account. + +Below the XMR amount you can see the amount converted in fiat currency (USD or EUR). If your wallet is not displaying it, go to `Settings` > `Interface` page to enable this feature. + +4) Click on `Add recipient` if you want to add more recipients to the transaction. A transaction with multiple recipients will only pay a single transaction fee, but the higher the number of recipients, the higher the fee will be. + +Sending to multiple recipients doesn't compromise your privacy, since each recipient will not know the other recipients of the transaction, nor how much was sent for each one. + +5) If you are using Monero GUI in Advanced mode, you will see a `Transaction priority` dropbox. It's recommended to leave it on `Automatic`. + +For privacy reasons, it's not possible to enter a custom fee, but you can choose between four fee levels. It's not necessary to change the fee level unless the Monero network is congested. + +The transaction fee does not depend on the amount sent, it depends on the network congestion at the time and the data size of your transaction. The main factors that increase the data size of your transaction are a higher number of recipients and a higher number of coins being spent. Sending 10 XMR using 10 coins (10 outputs, each one worth 1 XMR) requires more transaction fee than sending 10 XMR using a single coin (1 output worth 10 XMR). The more transactions you send or receive, the higher will be the number of coins in your wallet. Currently it's not possible to see or manage individual coins on Monero GUI. It is an advanced feature and most users don't need it. If you need it, this feature is available on [Monero CLI]({{site.baseurl}}/downloads/#cli) and [Feather wallet]({{site.baseurl}}/downloads/#mobilelight). + +6) Optionally, click on `Add description` to add a note for your transaction, which will be saved in your wallet and can be later consulted on `History` page. This feature is for your control only: it will not be sent to the receiver neither registered on the blockchain. + +7) Click on `Send` button. + +8) A transaction confirmation dialog will appear. Check if the transaction details are correct and click on `Confirm` button. + + + +9) Enter your wallet password and click on `Send transaction` button. + + + +10) Next, you will see the `Transaction successfully sent!` dialog. + + + +This means your transaction was sent to the Monero network and is now waiting to be confirmed (included in a @block) by a miner. Now, you just have to wait for your transaction to be confirmed, which takes on average 2 minutes. Once you've sent your transaction to the network, there is nothing you can do to make the confirmation process faster. + +This dialog will also display the `Transaction ID` (txid), which is a unique identifier for your Monero transaction. Optionally, click on `Copy` button to copy it to the clipboard. You can enter it on `Transactions` page or [block explorers]({{site.baseurl}}/resources/tools/) to see the transaction details. Sometimes a recipient may also ask you to send a transaction ID to verify you’ve sent Monero to them. + +Click on `View progress` button to open `Transactions` page and see the transaction details. On this page you can monitor the @blockchain and check if your transaction was confirmed. + +### How to check if your payment transaction was confirmed + +The `Transactions` page allows you to see if your payment transaction was confirmed. + + + +There are three possible states for your sent transaction: + +- **Sent (Pending)**: your transaction was sent to the Monero network but it is still waiting to be confirmed. Please wait for a while until a miner includes your transaction in a block, confirming it. This process takes on average 2 minutes, but sometimes can take longer. +- **Sent**: your transaction was included in a block by a miner and is now considered confirmed. On `Blockheight` you can see the block number in which your transaction was included. On `Confirmations` you can see how many blocks were mined since your transaction was included in a block. +- **Sent (Failed)**: something went wrong and your transaction was not sent to the Monero network. Read the following section to see how you can solve this problem. + +### What should I do if my transaction is not confirmed or has failed? + +First of all, don't panic. In Monero your money can't get lost "in limbo". If you sent a transaction and it is not getting confirmed or has failed, your money is not at risk of being lost. The money is not removed from your wallet and sent somewhere before arriving at the recipient wallet. There are only two possibilities: either the transaction hasn't been confirmed and the money is still yours, or it was confirmed and the recipient now has the money. + +First, try following [this guide](https://monero.stackexchange.com/questions/6649/transaction-stuck-as-pending-in-the-gui). If it doesn't solve your problem, ask for support on [reddit (r/monerosupport)](https://www.reddit.com/r/monerosupport/) or [Monero public chat rooms]({{site.baseurl}}/community/hangouts/). + +### How to prove a payment was made + +Some merchants require proof of payment. In order to do that, please read [How to prove a payment was made]({{site.baseurl}}/resources/user-guides/prove-payment.html). diff --git a/img/resources/user-guides/en/make-payment/openalias.png b/img/resources/user-guides/en/make-payment/openalias.png new file mode 100644 index 0000000000000000000000000000000000000000..34e251bed51aa0d4442ef8ceb917cbd5ae5d086f GIT binary patch literal 6154 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 literal 0 HcmV?d00001 diff --git a/img/resources/user-guides/en/make-payment/send_page.png b/img/resources/user-guides/en/make-payment/send_page.png new file mode 100644 index 0000000000000000000000000000000000000000..c4729b711c868a78de3b727163377fb5f0427095 GIT binary patch literal 40246 zcmX7ObyU>d_cam{57J6VNDUH_LxV^&z=s+TkdkKTlnyBwQf2^QhK`{@kdOxHZjc(J zLjma$eEq(^KX0sc&pl_~v-a8N!gaJ%ACWMS;Najqf~YC!;o#r_I5@a@M0o#ZTKMXr z{|29QH1(C)*w~nun4Ua&!pRBZ=jXq1z;V%)vD1EKrlq8*sp)78*xA|r{rlJHwW__P zsk^&7%uF8&s99RRwKg}gG19g*(YJf8Ve!V`8M~60DEO@bAjQhU!otJCB6@yy#_}8* z92B(j=kMU)0P_p;-Mjnnp|kV*dleAN?d?s@+KrKsk?wPr>FF5}5c^`9_A^PJ`}?!A z;mG^DeF0{s#FG}Buod?$q^$n9}_jl*BBa!m#${!jIes!O2 zHXBqh0b&Gr&-WN7A?} zK(@(U^mDH7PMv$~*VQ`g1>#FZM|HkpYSLq!Tt4itj(4TL+wRZm|KeU2?Oyb4^~Q&DuK#P>=(Ymbpm=21+rebM*xN$e z?(Y4=KVPB}3x|q(b6>v{%dZ&iYDv6}4p}gN*g7>cT=L;IUgfI+*~HK8yN*U%3C&op zb1@to)EkJByuRP!uS~hPnOAflRz0R7N%7|tA{e^C4`n}7{P&++7eY&LRGvXTfA|U8 zccU1#a6U_d7v$$pCKYOq$?e%+zlp76>ATDVG_BT0v(wu)5%!6r99phVSwfC9L4+Sr z;g7)ooe^Rwe^5AKd`3aL=1b&PA$4R6b-Z^qrCzU+elR@%e>=lWEnODU*X}*Dp?+Fh zihdRPZ`yn4tQQlkjbcULd<0}m&!h;?h_I9nSg_6XM?g{RkyAk1!yCLKqTI(Au2gJ0 z*XT!pkQE&*+UANY8}5rg!8=Wkerq-=_+m-1V&Noc025*h72s(T6{=}l{SLbI4S1~8 z%0AHw8vxw;Z`=Prl%r|nVmHV-! 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 literal 0 HcmV?d00001 diff --git a/img/resources/user-guides/en/make-payment/transactions_page.png b/img/resources/user-guides/en/make-payment/transactions_page.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a537afbdb7804bea4b07f0f38e80214a6ca84d GIT binary patch literal 24097 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≪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

{% t user-guides.general %}

{% t user-guides.purchasing-storing %}

+

{% t user-guides.make-payment %}

{% t user-guides.prove-payment %}

diff --git a/resources/user-guides/make-payment.md b/resources/user-guides/make-payment.md new file mode 100644 index 00000000..cf6a4abb --- /dev/null +++ b/resources/user-guides/make-payment.md @@ -0,0 +1,10 @@ +--- +layout: user-guide +title: How to make a payment +permalink: /resources/user-guides/make-payment.html +outdated: False +--- + +{% t global.lang_tag %} +

{% t user-guides.make-payment %}

+{% tf resources/user-guides/make-payment.md %}