Skip to content

Commit

Permalink
OP-418 Added functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Aug 12, 2024
1 parent a34b718 commit f6bb28d
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Like what we do? Want to join us? Check out our job listings on our [career page
***

* [Overview](#overview)
* [Functionalities](doc/functionalities.md)
* [Support](#we-are-here-to-help)
* [Installation](#installation)
* [Required merchant configuration](#required-merchant-configuration-in-quadpay)
Expand Down
43 changes: 43 additions & 0 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Functionalities

---
## Introduction

---
QuadPay, Inc. is a US-based fintech company that offers a 'buy now, pay later' (BNPL - Buy Now, Pay Later) service.
It allows consumers to make purchases and spread their payments over four instalments, usually interest-free if payments are made on time.

This plugin supports communication with the QuadPay payment system API and **allows payments to be made in instalments**.

<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 QuadPay.
<div align="center">
<img src="./images/payment_method_link.png"/>
</div>
<br>


<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/payment_method_link.png
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 f6bb28d

Please sign in to comment.