Login API checklist
API version: 2.0.
Integrate all of the required endpoints. For examples of requests and responses, see:
If you're new to the platform, see Getting started for information about API keys, product activation, and the test environment.
Login API v2 checklist | Your comments |
---|---|
Endpoints to integrate | |
OpenID Connect (Get OIDC well-known endpoint)GET:/access-management-1.0/access/.well-known/openid-configuration | |
JSON Web Keys Discovery GET:/access-management-1.0/access/.well-known/jwks.json | |
The OAuth 2.0 authorize endpoint (Only required if using the Login in browser flow) GET:/access-management-1.0/access/oauth2/auth | |
The OAuth 2.0 token endpoint POST:/access-management-1.0/access/oauth2/token | |
CIBA authentication endpoint (Only required if using the Merchant initiated Login flow)POST:/vipps-login-ciba/api/backchannel/authentication | |
User exists endpoint (Only required if using the Merchant initiated Login flow)POST:/vipps-login-ciba/api/v1/user-exists | |
Quality assurance | |
Ensure functionalityVerify that your solution works seamlessly across all browsers, including non-default mobile browsers (e.g., initiating login from Chrome on iOS). | |
Connect existing accountsImplement proper linking of the Vipps or MobilePay user to your own user registry. See recommendations on linking to user account. | |
Handle errorsMake sure to log and handle all errors. For example, handle cancelled logins and error situations while redirecting the user back to | |
Avoid integration pitfalls | |
Use correct flowNative app integrations use the app-to-app flow. Merchant initiated login must not be used for web-based login. | |
Do not use embedded iFramesIntegration with the Login API is redirect-based (i.e., do not use an embedded iFrame). | |
Set company name and logoThe sales unit name appears on the Vipps MobilePay landing page. Both the name and logo appear in the Vipps or MobilePay app under Personal information > Companies with access. See how to change name and logo. | |
Whitelist redirect URIsEnsure that all | |
Use only required scopesRequest only the scopes that you require, no "nice to have" scopes. If using national identity number, you must be granted access to request these scopes. See FAQ for details. | |
Comply with our terms and conditionsIf you, as a merchant, will act on behalf of others (e.g., share data you have gotten from us with other merchants), ensure that you comply with our terms and conditions. | |
Follow design guidelinesThe branding must be according to the Design guidelines. Use the button generator. | |
Include standard HTTP headersSend the HTTP headers in all API requests for better tracking and troubleshooting (mandatory for partners and platforms, who must send these headers as part of the checklist approval). | |
Configure marketing consents(Only required if you are collecting marketing consents.) | |
Security | |
Generate a | |
Do not share |
Partners, there are additional checklist items for you, as described in
Partner checklist. As a partner, you accept the Partner terms and conditions Provide one pilot customer to verify the integration in the production environment (send organization number and name). Describe how your integration has been set up, with a link to a demo, or provide screenshots (PDF is preferred).Partner checklist
Partner checklist Your comments Accept partner terms and conditions
Provide technical documentation for merchants
Pilot customer
Description of integration
Send your completed checklist to us at developer@vippsmobilepay.com.
Include examples from the test environment, pilot customer info, and a description of the implemented solution. Please provide a test access to your setup for us to try, or a video of the user flow. The video must include both a successful login flow and a failed login flow (where user rejects the login).
We will verify your integration and get back to you as soon as possible. After the checklist is approved, we'll send you the information you need to go live.
Flow to go live for direct integrations
- Order Login.
- We will complete customer control (KYC, PEP, AML, etc.). As soon as the customer control is completed, independently of this checklist, we will make the production API keys available on portal.vippsmobilepay.com and notify you that you can retrieve your keys.
- Retrieve your API keys.
- Complete all the checklist items.
- Verify the integration in the test environment.
- Verify the integration in the production environment:
- Partners only: Send your checklist to developer@vippsmobilepay.com. We don't do any kind of activation or make any changes based on this checklist, we just use it to verify that you have done the integration.
- Go live 🎉
Operational Status Page
We recommend that you subscribe to the Vipps MobilePay Operational Status Page for real-time updates on service availability, incidents, and maintenance.