Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.92 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.92 KB

VIPPS by DNB

Vipps is a Norwegian payment application designed for smartphones developed by DNB. Vipps was released May 30, 2015 and by reaching 1 million users November 5, 2015 - Vipps is Norways largest payment application. Although Vipps is developed by DNB it is an application open for customers from any Norwegian bank and 40% of the users are non-dnb customers.

source: Wikipedia

Prerequisites

After recent changes to Vipps architecture there is no longer need to authorize each request using cert files. Authorization is now token-based and you can generate tokens yourself using Merchant Integration Environment. Please contact [email protected] in order to access Vipps Developer Portal.

Quick start

Add VIPPS SDK to your project using Composer.

$ composer require SincosSoftware/vipps:^2.0

Vipps SDK uses PSR-7 compliant http-message plugin system, hence before you require SincosSoftware/vipps you must add http client adapter of your choice, ex. php-http/guzzle6-adapter (read more).

References

Author