-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86632ff
commit 332fdc9
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# SprykerB2B Payment Integration by Novalnet | ||
<a href="https://www.novalnet.com/modul/spryker">Spryker Commerce OS</a> is a PHP-based e-commerce system for B2B. Novalnet payment module for Spryker simplifies your daily work by automating the entire payment process, from checkout till collection. This module is designed to help you increase your sales by offering various payment methods on a one-page checkout. The module which is perfectly adjusted to the Spryker shop with top-quality range of services of the payment provider. | ||
|
||
## Advantages | ||
- Easy configuration for all payment methods | ||
- One platform for all relevant payment types and related services | ||
- Complete automation of all payment processes | ||
- More than 50 fraud prevention modules integrated to prevent risk in real-time | ||
- No PCI DSS certification required when using our payment module | ||
- Real-time monitoring of the transaction flow from the checkout to the receivables | ||
- Multilevel claims management with integrated handover to collection and various export functions for the accounting | ||
- Automated e-mail notification function concerning payment status reports | ||
- Clear real-time overview and monitoring of payment status | ||
- Automated bookkeeping report in XML, SOAP, CSV, MT940 | ||
|
||
## Supported payment methods | ||
- Direct Debit SEPA | ||
- Credit Card (3DSecure and non 3DSecure) | ||
- Invoice | ||
- Prepayment | ||
- Barzahlen | ||
- Instant Bank Transfer | ||
- PayPal | ||
- iDEAL | ||
- eps | ||
- giropay | ||
- Przelewy24 | ||
- Postfinance | ||
- Postfinance card | ||
- Bancontact | ||
- Multibanco | ||
|
||
## Key features | ||
* Secure SSL- encoded gateways | ||
* Seamless and fast integration of the payment module | ||
* Credit Card with 3D Secure | ||
* On-hold transaction configuration in the shop admin panel | ||
* Easy way of confirmation and cancellation of on-hold transactions (Cancel & Capture option) for Direct Debit SEPA, Direct Debit SEPA with payment guarantee, Credit Card, Invoice, Invoice with payment guarantee, Prepayment & PayPal. | ||
* Refund option for Credit Card, Direct Debit SEPA, Direct Debit SEPA with payment guarantee, Invoice, Invoice with payment guarantee, Prepayment, Barzahlen, Instant Bank Transfer, iDEAL, eps, giropay, PayPal & Przelewy24. | ||
* Responsive templates | ||
|
||
## Installation & Configuration | ||
### Step 1: Installation | ||
Install the Novalnet Payment Module, run the below command: | ||
``` | ||
php composer.phar require "novalnet/payment" | ||
``` | ||
|
||
### Step 2: Novalnet - General Configuration | ||
Configure the required settings under | ||
> vendor/novalnet/payment/config/config.dist.php | ||
To get the complete installation guide, contact [email protected] | ||
|
||
## License | ||
See our License Agreement at: https://www.novalnet.com/payment-plugins/free/license | ||
|
||
## Documentation & Support | ||
If you have any inquiries, please contact one of the following departments: | ||
|
||
### Technical support | ||
[email protected] <br> | ||
+49 89 9230683-19 <br> | ||
|
||
### Sales team | ||
[email protected] <br> | ||
+49 89 9230683-20 <br> | ||
|
||
## Who is Novalnet? | ||
[Novalnet](https://novalnet.de/) is a German payment provider offering payment gateways for online merchants and marketplaces worldwide. Our PCI DSS certified SaaS engine is designed to automate the entire payment process from checkout to debt collection – with a single integration. We cover real-time risk management; secure payments (local + international) through escrow accounts, integrate receivables management, dynamic member and subscription management as well as other customized payment solutions for all your shop systems. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
*** Changelog *** | ||
= 1.1.1 - 2021.05.31 = | ||
* Fix - CallbackAction return type has been updated | ||
|
||
= 1.1.0 - 2021.05.15 = | ||
* Fix - Optimized readme instructions in Installation guide | ||
* Enhanced - Adjusted payment methods state machines | ||
|
||
= 1.0.0 - 2021.01.19 = | ||
* Enhanced - Payment module updated with composer installation and adapted with new v2 API structure | ||
|
||
|
||
|