Skip to content

Commit 5ee06bc

Browse files
committed
Updated readme with information about proper configuration in the Postfinance backend.
1 parent 91eaad1 commit 5ee06bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ Omnipay can be installed using [Composer](https://getcomposer.org/). [Installati
2323
Run the following command to install omnipay and the postfinance gateway:
2424

2525
composer require bummzack/omnipay-postfinance ~0.1
26+
27+
## Configuration in the Postfinance Backend
28+
29+
This is the easiest way to setup your Postfinance account to work with the Omnipay Gateway:
30+
31+
1. In the **Global Security Parameters** tab, choose **Each parameter followed by the passphrase.** as the way to hash parameters.
32+
2. The **Hash algorithm** can be chosen freely, but must be supplied as `hashingMethod` parameter to the gateway if you're using anything else than the default (`sha1`)
33+
3. Make sure to supply an **SHA-IN pass phrase** in the **Data and origin verification** tab
34+
4. Under **Transaction feedback**, make sure to check **I would like to receive transaction feedback parameters on the redirection URLs** *and* supply a **SHA-OUT pass phrase**.
35+
2636

2737
## Basic Usage
2838

0 commit comments

Comments
 (0)