Frequently asked questions
Here are the profile sharing and Userinfo API Frequently Asked Questions (FAQ).
What is the sub
?
The sub
is a unique identifier for a user and relates to their consent to share information.
For technical details, see API Guide: Sub.
Why can I get userinfo after the user has revoked consent?
For the payment session only, there may be some delay in consent revocation.
To better support merchants that do not handle online fetching and processing of the user info as part of a payment session, we keep this information accessible for the merchant for the next 168 hours. The data will be available even if the user revokes the consent in this period. Revoking consents will immediately affect future login and payment sessions.
For technical details, see:
How can I get updated information, like addresses, for a user?
You can request that the user shares their Vipps MobilePay information with you (e.g., address) through a payment request or a login request.
If they consent to sharing the information, you can then retrieve it through the Userinfo API. You must save this information and handle everything according to GDPR.
- For a payment session, the user information is available for 168 hours (1 week) after the request.
- For login sessions, the user information is available for ~10 minutes after the request.
For technical details, see:
How can we detect users' consent removal?
Or: How can our system dynamically "know/find out" if the user has revoked the consent for us to have access to his/her personal data in our system?
Your system can dynamically detect when a user's consent has been revoked by using the Login API's Revoke consent webhooks.
Who can get access to NIN and how?
Only merchants with legal requirements or other objective needs for getting access to user's National Identity Number (NIN) can get access.
For more details, see Who can get access to NIN and how.