Login API guide
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.
API version: 2.0
Login is the easiest way to sign in and create an account in both digital and physical settings. No typing required! Users don’t need to worry about forgetting or losing their usernames and passwords. All they need to remember is their phone number. Login is easier for the user while you as a merchant get better conversion and data quality.
The following topics are described:
- Overview provides high-level descriptions of the Login API flows.
- Important information to help you integrate with Login.
- Core concepts related to relevant OIDC concepts and parameters.
- Login from a mobile app - Choose the right flow for your mobile app integration.
- Login from a website describes how to integrate from a website.
- Merchant-initiated login with direct login in the Vipps or MobilePay app.
- In-app confirmation requires users to authenticate via the app, bypassing the remembered-in-browser session.
- User info describes the process of requesting consent and accessing the customer's profile info.
- Login Connect lets users consent to share payment-source references with a merchant, while a carddata partner receives the payment data.
- Partner keys facilitating integration for partners.
- Authentication solutions: How to use the Login API with Auth0 and Azure AD B2C authentication solutions.