Profile sharing with Userinfo API
If you're looking for Login-based profile sharing, see Login API guide.
Profile sharing allows merchants to request user information during a payment flow. This creates a seamless experience where users can agree to pay and share their information in one process.
When you request consent to access the user's profile information,
a consent screen will be displayed in the user's Vipps or MobilePay
app.
- Vipps
- MobilePay
The user must complete both screens before the merchant gets access to their profile information. If the user doesn't consent to access, then the payment or agreement will fail.
The following payment APIs integrate with the Userinfo API, each with its own specific implementation details:
- Recurring API - Enables profile sharing during agreement creation
- ePayment API - Supports profile sharing as part of the regular payment flow
- eCom API - Allows profile sharing during the eCom payment flow
See the API guide for details.
Follow the API quick start to walk through the entire flow.