2017-07-04 06:00:32 +00:00
---
layout: custom
2017-12-19 21:14:59 +00:00
title: titles.accepting
2017-12-05 19:43:20 +00:00
permalink: /get-started/accepting/index.html
2023-04-19 08:09:32 +00:00
meta_descr: meta_descr.accepting
2017-07-04 06:00:32 +00:00
---
2018-07-05 15:04:14 +00:00
{% t global.lang_tag %}
2018-05-26 22:32:58 +00:00
< section class = "container" >
< div class = "row" >
< div class = "full" >
2019-12-08 13:42:35 +00:00
< div class = "info-block text-adapt" >
2020-05-12 11:35:08 +00:00
< h3 > {% t accepting.index %}< / h3 >
< ul class = "logo" >
< li > < a href = "#gui" > {% t accepting.title_gui %}< / a > < / li >
< li > < a href = "#cli" > {% t accepting.cliinstructions %}< / a > < / li >
< li > < a href = "#merchants" > {% t accepting.merchantstitle %}< / a > < / li >
< / ul >
< h3 id = "gui" > {% t accepting.title_gui %}< / h3 >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.gui1 %}< / p >
< p > {% t accepting.gui2 %} < a href = "https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#receive-monero" > {% t accepting.guilinkguide %}< / a > < / p >
2021-03-16 19:37:11 +00:00
< img class = "top-margin" src = "/img/receive.png" width = "980" height = "800" loading = "lazy" alt = "receive page" >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.guiinstructions %}< / p >
< p > {% t accepting.guimerchant %} < a href = "https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#merchant-view" > {% t accepting.guilinkguide1 %}< / a > .< / p >
2021-03-16 19:37:11 +00:00
< img class = "top-margin" src = "/img/merchant_page.png" width = "980" height = "800" loading = "lazy" alt = "merchant view" >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.guimerchant1 %}< / p >
< p > {% t accepting.guisteps %}< / p >
< ol >
< li > {% t accepting.guiol %}< / li >
< li > {% t accepting.guiol1 %}< / li >
< li > {% t accepting.guiol2 %}< / li >
< li > {% t accepting.guiol3 %}< / li >
< li > {% t accepting.guiol4 %}< / li >
< / ol >
2020-05-12 11:35:08 +00:00
< h3 id = "cli" > {% t accepting.cliinstructions %}< / h3 >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.clicreatewallet %}< / p >
< p > {% t accepting.cliaccounts %}< / p >
< p > {% t accepting.clicreateaccount %}< / p >
< p > < code > account new [label text with white spaces allowed]< / code > < / p >
< p > {% t accepting.clicreateaccount1 %}< / p >
2021-03-16 19:37:11 +00:00
< img class = "top-margin" src = "/img/account_cli.png" width = "755" height = "142" loading = "lazy" alt = "accounts" >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.cliindex %}< / p >
2021-03-16 19:37:11 +00:00
< img class = "top-margin" src = "/img/account_switch.png" width = "752" height = "216" loading = "lazy" alt = "accounts switch" >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.cliindex1 %}< / p >
< p > < code > address new [label text with white spaces allowed]< / code > < / p >
< p > < i > {% t accepting.clinotes %}< / i > < / p >
2020-05-12 11:35:08 +00:00
< h3 id = "merchants" > {% t accepting.merchantstitle %}< / h3 >
2019-12-08 13:42:35 +00:00
< p > {% t accepting.merchantsreceive %} < a href = "{{ site.baseurl }}/resources/developer-guides/" > {% t accepting.merchdevguides %}< / a > . {% t accepting.merchantsreceive1 %}< / p >
< p > {% t accepting.merchantsint %} < a href = "https://github.com/monero-integrations" > {% t accepting.merchantsintlink %}< / a > .< / p >
2023-02-04 00:07:12 +00:00
< p > {% t accepting.merchantsthirdp %} < a href = "{{ site.baseurl }}/resources/tools/#payment-gateways" > {% t accepting.merchthirdlink %}< / a > . {% t accepting.merchantsthirdp1 %}< / p >
2019-12-08 13:42:35 +00:00
< / div >
2018-05-26 22:32:58 +00:00
< / div >
< / div >
< / section >