Skip to content

Commit efa4971

Browse files
committed
[ADD] payment_providers/dpo: create documentation for DPO Pay
task-4925278 closes #15338 Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
1 parent ede25d8 commit efa4971

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

content/applications/finance/payment_providers.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Online payments
1515
payment_providers/authorize
1616
payment_providers/buckaroo
1717
payment_providers/demo
18+
payment_providers/dpo
1819
payment_providers/flutterwave
1920
payment_providers/mercado_pago
2021
payment_providers/mollie
@@ -97,6 +98,12 @@ Online payment providers
9798
-
9899
-
99100
-
101+
* - :doc:`DPO Pay <payment_providers/dpo>`
102+
- The provider's website
103+
-
104+
-
105+
-
106+
-
100107
* - :doc:`Flutterwave <payment_providers/flutterwave>`
101108
- The provider's website
102109
- |V|
@@ -467,6 +474,7 @@ payments from other payments.
467474
- :doc:`payment_providers/asiapay`
468475
- :doc:`payment_providers/buckaroo`
469476
- :doc:`payment_providers/demo`
477+
- :doc:`payment_providers/dpo`
470478
- :doc:`payment_providers/mercado_pago`
471479
- :doc:`payment_providers/mollie`
472480
- :doc:`payment_providers/nuvei`
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
=======
2+
DPO Pay
3+
=======
4+
5+
`DPO Pay <https://dpogroup.com/>`_ is a payment provider based in Africa that operates across
6+
multiple countries on the continent.
7+
8+
.. _payment_providers/dpo/configure_dashboard:
9+
10+
DPO Pay account creation
11+
========================
12+
13+
#. `Fill in the DPO Pay onboarding form <https://dpo-pay-network.odoo.com/form>`_ and upload
14+
the required documents.
15+
#. Agree to the :guilabel:`Terms and Conditions` and click :guilabel:`Submit`.
16+
#. DPO Pay creates a test account based on the submitted information and sends you an email
17+
containing your login credentials for the `DPO portal <https://portal.dpopay.com>`_
18+
and the :ref:`test credentials <payment_providers/test-mode>` to enter in
19+
:ref:`Odoo <payment_providers/dpo/configure_odoo>` if you want to try DPO Pay without affecting
20+
live transactions.
21+
#. Once DPO has verified the information and documents, they will transition your test account to a
22+
live account and send another email containing your live credentials to configure in
23+
:ref:`Odoo <payment_providers/dpo/configure_odoo>`.
24+
25+
.. _payment_providers/dpo/configure_odoo:
26+
27+
Configuration in Odoo
28+
=====================
29+
30+
#. :ref:`Navigate to the payment provider DPO Pay <payment_providers/add_new>`.
31+
#. Fill in the :guilabel:`Service ID` and :guilabel:`Company Token` fields with the
32+
:ref:`information received from DPO Pay <payment_providers/dpo/configure_dashboard>`.
33+
#. Configure the remaining options to your liking.
34+
#. Set the :guilabel:`State` field to :guilabel:`Enabled` (or :guilabel:`Test Mode` if you are
35+
trying DPO Pay as a :ref:`test <payment_providers/test-mode>`).
36+
37+
.. note::
38+
All `payment methods supported by DPO Pay <https://dpogroup.com/Payment-methods>`_ are grouped
39+
under the :guilabel:`Card / Mobile` payment method. When they select this payment method,
40+
customers are redirected to a DPO Pay page where they can select their preferred payment method.
41+
To enable or disable specific payment options, contact `DPO Pay support
42+
<https://dpogroup.com/contact-us/>`_.
43+
44+
.. seealso::
45+
:doc:`../payment_providers`

0 commit comments

Comments
 (0)