Skip to content

Commit

Permalink
Updated readme with information about proper configuration in the Pos…
Browse files Browse the repository at this point in the history
…tfinance backend.
  • Loading branch information
bummzack committed Jun 14, 2016
1 parent 91eaad1 commit 5ee06bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Omnipay can be installed using [Composer](https://getcomposer.org/). [Installati
Run the following command to install omnipay and the postfinance gateway:

composer require bummzack/omnipay-postfinance ~0.1

## Configuration in the Postfinance Backend

This is the easiest way to setup your Postfinance account to work with the Omnipay Gateway:

1. In the **Global Security Parameters** tab, choose **Each parameter followed by the passphrase.** as the way to hash parameters.
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`)
3. Make sure to supply an **SHA-IN pass phrase** in the **Data and origin verification** tab
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**.


## Basic Usage

Expand Down

0 comments on commit 5ee06bc

Please sign in to comment.