Skip to main content

Setup

MobilePay Online PSPs

This page is for PSPs integrating with the ePayment, Recurring, or Vipps PSP APIs. If you are a MobilePay Online PSP, go to MobilePay Online API.

Sign up as a PSP partner​

Before you can use this API, you must sign up as a Payment Service Provider with Vipps MobilePay.

Sign up as a PSP partner on the Vipps MobilePay website. Once onboarding is complete, you will receive an email from the partner team with your test credentials.

Your credentials​

After signing up, you will receive the following credentials needed to authenticate with the API:

CredentialDescription
client_idClient ID, required for getting the access token.
client_secretClient secret, required for getting the access token.
Ocp-Apim-Subscription-KeyPSP subscription key, required for all requests.
PSP-IDYour PSP ID provided by Vipps MobilePay, required for all requests.
Keep credentials secret

API keys and secrets should never be shared publicly or committed to source control. Use encrypted mail or a secrets manager to handle them securely.

The PSP Merchant API uses the standard Vipps MobilePay authentication flow. For a full guide covering authentication and access tokens, see Integration and testing.

Test environment​

All development and testing should be done against the test environment before going live.

  • Test server: https://apitest.vipps.no
  • Test app: Download and login instructions are on the test apps page.
Read about the test environment

Before you start testing, familiarize yourself with test environment limitations, restrictions, and best practices.

Test environment guide

Next steps​