Changelog
Install AI tools
Give your assistant up-to-date guidance for our APIs, with our plugin or without it.
The plugin is still under development. See the AI tools page for details.
- Claude Code
- Cursor
- Codex
- Without installing
Run both commands, in order.
claude plugin marketplace add vippsas/agent-toolkit
claude plugin install vipps-developer@agent-toolkit
Open Settings, then Plugins.
Add vippsas/agent-toolkit as a plugin marketplace, then install the "vipps-developer" plugin.
For the app, add the marketplace "vippsas/agent-toolkit" and then install "vipps-developer". For the CLI, run the following commands.
codex plugin marketplace add vippsas/agent-toolkit
codex plugin add vipps-developer@agent-toolkit
Paste this into any assistant.
Read https://github.com/vippsas/agent-toolkit/blob/main/plugins/vipps-developer/README.md for Vipps MobilePay integration guidance.
For troubleshooting, see the full instructions.
All notable changes to the current API will be documented here. To learn about API versioning, see API lifecycle.
Changes that affect multiple APIs are documented in the general changelog.
June 2026​
- Added In-app confirmation, a Login flow where "remember me in browser" is disabled so the user is always required to confirm the login in their Vipps or MobilePay app.
January 2026​
- Added new scope,
customFlow, that enables merchants to fully customize their consent collection experience using the flow builder in the business portal. This is the recommended approach for new integrations. See Collecting consents for details.
September 2025​
- Added user data to the id-token
August 2025​
- Increased the lifetime of the id-token to 1 hour
May 2025​
- The
emailandemail_verifiedfields were added to the id-token
April 2025​
- The
genderscope was added.
March 2025​
- Users accepting marketing consents will now be remembered on the server side. This means they will not be asked to accept the same marketing consent every time the
delegatedConsentsscope is present.
January 2025​
- Vipps MobilePay users can now change their phone number. This means you can get the same
subwith different phone numbers.
August 2024​
- Added support for controlling session timeout via the
requested_expiryparameter in the Merchant-initiated login integration flow.
April 2024​
- Added support for Marketing consent in browser.
January 2023​
- Removed the QR code login flow.
September 2021​
- Vipps Login support for logging in directly from phone number (CIBA) and QR code. See: Merchant-initiated login integration.
February 2021​
Launched Login API version 2​
To have a unified way of providing user information across Vipps services, we are standardizing the data formats, both within Vipps and with the OIDC standard.
Other improvements​
The merchant can choose whether the user should be automatically returned to the browser after completing the authentication in Vipps. We have also added a specific flow for integrations with native apps.