8000 [REF] sales: rename Viva Wallet to Viva.com · odoo/documentation@43eda58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43eda58

Browse files
committed
[REF] sales: rename Viva Wallet to Viva.com
As requested by Viva.com teams, we adapted the documentation to conform to their rebranding. Task: 4673212
1 parent ac6af9f commit 43eda58

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed

content/applications/sales/point_of_sale/payment_methods/terminals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then, follow the corresponding documentation to configure your device:
2727
- :doc:`SIX configuration <terminals/six>`
2828
- :doc:`Stripe configuration <terminals/stripe>`
2929
- :doc:`Tyro configuration <terminals/tyro>`
30-
- :doc:`Viva Wallet configuration <terminals/viva_wallet>`
30+
- :doc:`Viva.com configuration <terminals/viva_com>`
3131
- :doc:`Worldline configuration <terminals/worldline>`
3232

3333
Once the terminal is configured, you can :doc:`create the corresponding payment method and add it to
@@ -57,5 +57,5 @@ Successful`.
5757
terminals/six
5858
terminals/stripe
5959
terminals/tyro
60-
terminals/viva_wallet
60+
terminals/viva_com
6161
terminals/worldline

content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst renamed to content/applications/sales/point_of_sale/payment_methods/terminals/viva_com.rst

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,113 @@
1-
===========
2-
Viva Wallet
3-
===========
1+
========
2+
Viva.com
3+
========
44

5-
Connecting a **Viva Wallet** :doc:`payment terminal <../terminals>` allows you to offer a fluid
5+
Connecting a **Viva.com** :doc:`payment terminal <../terminals>` allows you to offer a fluid
66
payment flow to your customers and ease the work of your cashiers.
77

88
.. note::
9-
Viva Wallet lets you turn your phone into a mobile card reader: `Tap On Phone
10-
<https://www.vivawallet.com/gb_en/blog-tap-on-phone-gb>`_.
9+
Viva.com lets you turn your phone into a mobile card reader: `Tap On Phone
10+
<https://www.viva.com/en-gb/blog/tap-on-phone-turn-your-phone-into-a-mobile-card-reader>`_.
1111

1212
Configuration
1313
=============
1414

15-
Start by creating your Viva Wallet account on `Viva Wallet's website <https://www.vivawallet.com>`_.
15+
Start by creating your Viva.com account on `Viva.com's website <https://www.viva.com>`_.
1616

17-
Locate your Viva Wallet credentials
18-
-----------------------------------
17+
Locate your Viva.com credentials
18+
--------------------------------
1919

20-
When configuring Viva Wallet in Point of Sale, you need to use specific credentials that are
21-
available in your Viva Wallet account. These credentials include your :ref:`Merchant ID
22-
<viva_wallet/id-key>`, :ref:`API key <viva_wallet/id-key>`, :ref:`POS API credentials
23-
<viva_wallet/pos-api>`, and :ref:`Terminal ID <viva_wallet/identifier>` number.
20+
When configuring Viva.com in Point of Sale, you need to use specific credentials that are
21+
available in your Viva.com account. These credentials include your :ref:`Merchant ID
22+
<viva_com/id-key>`, :ref:`API key <viva_com/id-key>`, :ref:`POS API credentials
23+
<viva_com/pos-api>`, and :ref:`Terminal ID <viva_com/identifier>` number.
2424

25-
.. _viva_wallet/id-key:
25+
.. _viva_com/id-key:
2626

2727
Merchant ID and API key
2828
~~~~~~~~~~~~~~~~~~~~~~~
2929

3030
Locate your `Merchant ID and API key following the Viva documentation
31-
<https://developer.vivawallet.com/getting-started/find-your-account-credentials/merchant-id-and-api-key/>`_.
31+
<https://developer.viva.com/getting-started/find-your-account-credentials/merchant-id-and-api-key/>`_.
3232
Then, save the keys and paste them into the Odoo :guilabel:`Merchant ID` and :guilabel:`API Key`
33-
fields :ref:`when creating the payment method <viva_wallet/method-creation>`.
33+
fields :ref:`when creating the payment method <viva_com/method-creation>`.
3434

35-
.. image:: viva_wallet/access-cred.png
35+
.. image:: viva_com/access-cred.png
3636
:alt: merchant ID and API key fields
3737

3838
.. note::
3939
These credentials are used for APIs that authenticate with Basic Auth.
4040

41-
.. _viva_wallet/pos-api:
41+
.. _viva_com/pos-api:
4242

4343
POS API credentials
4444
~~~~~~~~~~~~~~~~~~~
4545

4646
Locate and generate your `POS API credentials following the Viva documentation
47-
<https://developer.vivawallet.com/getting-started/find-your-account-credentials/pos-api-credentials/>`_.
47+
<https://developer.viva.com/getting-started/find-your-account-credentials/pos-apis-credentials/>`_.
4848
Then, save the keys and paste them in the Odoo :guilabel:`Client secret` and :guilabel:`Client ID`
49-
fields :ref:`when creating the payment method <viva_wallet/method-creation>`.
49+
fields :ref:`when creating the payment method <viva_com/method-creation>`.
5050

5151
.. warning::
5252
These credentials are only displayed once. Ensure you keep a copy to secure them.
5353

54-
.. image:: viva_wallet/api-cred.png
54+
.. image:: viva_com/api-cred.png
5555
:alt: Client secret and client ID fields
5656

5757
.. note::
5858
These credentials are used for Android and iOS POS Activation requests, as well as the Cloud
5959
Terminal API.
6060

61-
.. _viva_wallet/identifier:
61+
.. _viva_com/identifier:
6262

6363
Terminal ID
6464
~~~~~~~~~~~
6565

6666
Your terminal ID number is used to identify your terminal. To find it:
6767

68-
#. Go to your Viva Wallet account and select the relevant account.
68+
#. Go to your Viva.com account and select the relevant account.
6969
#. Go to :menuselection:`Sales --> Physical payments --> Card terminals` in the navigation menu.
7070

7171
The terminal ID number is located under the :guilabel:`Terminal ID (TID)` column. Save it to paste
7272
it into the :guilabel:`Terminal ID` field :ref:`when creating the payment method
73-
<viva_wallet/method-creation>`.
73+
<viva_com/method-creation>`.
7474

75-
.. image:: viva_wallet/terminal-id.png
75+
.. image:: viva_com/terminal-id.png
7676
:alt: Viva terminal ID
7777

78-
.. _viva_wallet/method-creation:
78+
.. _viva_com/method-creation:
7979

8080
Configure the payment method
8181
----------------------------
8282

83-
#. :doc:`Activate the POS Viva Wallet module <../../../../general/apps_modules>` to enable the
83+
#. :doc:`Activate the POS Viva.com module <../../../../general/apps_modules>` to enable the
8484
payment terminal.
8585
#. :doc:`Create the related payment method <../../payment_methods>` by going to
8686
:menuselection:`Point of Sale --> Configuration --> Payment Methods` and clicking
8787
:guilabel:`New`.
8888
#. Set the journal type as :guilabel:`Bank`.
89-
#. Select :guilabel:`Viva Wallet` in the :guilabel:`Use a Payment Terminal` field.
89+
#. Select :guilabel:`Viva.com` in the :guilabel:`Use a Payment Terminal` field.
9090
#. Fill in the mandatory fields with your:
9191

92-
- :ref:`Merchant ID and API key <viva_wallet/ID-key>`
93-
- :ref:`Client ID and Client secret <viva_wallet/pos-api>`
94-
- :ref:`Terminal ID <viva_wallet/identifier>`
92+
- :ref:`Merchant ID and API key <viva_com/ID-key>`
93+
- :ref:`Client ID and Client secret <viva_com/pos-api>`
94+
- :ref:`Terminal ID <viva_com/identifier>`
9595

96-
#. Save the form and copy the generated webhook URL from the :guilabel:`Viva Wallet Webhook
97-
Endpoint` field. This URL is necessary :ref:`when configuring the webhook <viva_wallet/webhook>`.
96+
#. Save the form and copy the generated webhook URL from the :guilabel:`Viva.com Webhook
97+
Endpoint` field. This URL is necessary :ref:`when configuring the webhook <viva_com/webhook>`.
9898

99-
.. image:: viva_wallet/create-method-viva-wallet.png
99+
.. image:: viva_com/create-method-viva-com.png
100100
:alt: payment method creation form
101101
:scale: 75%
102102

103-
.. _viva_wallet/webhook:
103+
.. _viva_com/webhook:
104104

105105
Configure the webhook
106106
---------------------
107107

108-
Webhooks allow you to receive real-time notifications whenever a transaction occurs within your Viva
109-
Wallet account. Set them up for `payment transactions following the Viva documentation
110-
<https://developer.vivawallet.com/webhooks-for-payments/transaction-payment-created/>`_.
108+
Webhooks allow you to receive real-time notifications whenever a transaction occurs within your
109+
Viva.com account. Set them up for `payment transactions following the Viva.com documentation
110+
<https://developer.viva.com/webhooks-for-payments/transaction-payment-created/>`_.
111111

112112
.. seealso::
113113
`Setting up webhooks <https://developer.viva.com/webhooks-for-payments/#setting-up-webhooks>`_

0 commit comments

Comments
 (0)
0