55 lines
1.9 KiB
Markdown
55 lines
1.9 KiB
Markdown
# Flutterwave
|
|
|
|
[Flutterwave](https://flutterwave.com/) is an online payments provider established in Nigeria and
|
|
covering several African countries and payment methods.
|
|
|
|
(payment-providers-flutterwave-configure-dashboard)=
|
|
|
|
## Configuration on Flutterwave Dashboard
|
|
|
|
1. Log into [Flutterwave Dashboard](https://dashboard.flutterwave.com/) and go to
|
|
{menuselection}`Settings --> API`. Copy the values of the {guilabel}`Public Key` and
|
|
{guilabel}`Secret Key` fields and save them for later.
|
|
2. Go to
|
|
{menuselection}`Settings --> Webhooks`
|
|
and enter your Odoo database URL followed by
|
|
|
|
`/payment/flutterwave/webhook`
|
|
in the
|
|
{guilabel}`URL`
|
|
text field.
|
|
For example:
|
|
`https://yourcompany.odoo.com/payment/flutterwave/webhook`
|
|
.
|
|
3. Fill the {guilabel}`Secret hash` with a password that you generate and save its value for later.
|
|
4. Make sure *all* the remaining checkboxes are ticked.
|
|
5. Click on **Save** to finalize the configuration.
|
|
|
|
```{image} flutterwave/flutterwave-settings.png
|
|
:alt: Flutterwave settings
|
|
```
|
|
|
|
(payment-providers-flutterwave-configure-odoo)=
|
|
|
|
## Configuration on Odoo
|
|
|
|
1. {ref}`Navigate to the payment provider Flutterwave <payment_providers/add_new>` and change its
|
|
state to {guilabel}`Enabled`.
|
|
|
|
2. In the {guilabel}`Credentials` tab, fill the {guilabel}`Public Key`, {guilabel}`Secret Key`, and
|
|
{guilabel}`Webhook Secret` with the values you saved at the step
|
|
{ref}`payment_providers/flutterwave/configure_dashboard`.
|
|
|
|
3. Configure the rest of the options to your liking.
|
|
|
|
:::{important}
|
|
If you choose to allow saving payment methods, it is recommended to only enable card payments
|
|
from Flutterwave dashboard, as only cards can be saved as payment tokens. To do so, go to your
|
|
Flutterwave Dashboard and then to {menuselection}`Settings --> Account Settings`.
|
|
:::
|
|
|
|
:::{seealso}
|
|
- {doc}`../payment_providers`
|
|
:::
|
|
|