Skip to content

Commit

Permalink
OP-408 - Added functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Aug 12, 2024
1 parent b939072 commit a351041
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ At BitBag we do believe in open source. However, we are able to do it just becau
## Table of Content
---
* [Overwiev](#overwiev)
* [Functionalities](doc/functionalities.md)
* [Support](#we-are-here-to-help)
* [Installation](#installation)
* [Requirements](#requirements)
Expand Down
44 changes: 44 additions & 0 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Functionalities

---
## Introduction

---
BNP Paribas is an international banking group headquartered in Paris, France. It is one of the largest banks in Europe and operates worldwide.
The bank offers a wide range of financial services, including retail banking, corporate banking,
investment banking, as well as asset management and insurance.

This plugin supports communication with the BNP Paribas payment system API and allows payment in a lots of different ways.
<div align="center">
<img src="./images/payments.jpg"/>
</div>

More info:
https://documentation.mercanet.bnpparibas.net/en/payment-means-index.html

<br>

## Usage

---
### Adding Payment Gate

After installation, users can add the payment method
<div align="center">
<img src="./images/payment_method_index.png"/>
</div>
<br>

...by completing the data received from the service provider.
<div align="center">
<img src="./images/payment_method_admin.png"/>
</div>
<br>

### Use of the gateway

When ordering, you can now choose to pay by card:
<div align="center">
<img src="./images/payment_method.png"/>
</div>
<br>
Binary file added doc/images/payment_method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/payment_method_admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/payment_method_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/payments.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a351041

Please sign in to comment.