Vipps is a mobile wallet enabling quick and secure payments in Norway. It is also available in Denmark and Finland under the brand name MobilePay. Users can link their phone numbers to payment cards for peer-to-peer transfers, bill payments and online or in-store purchases. It also simplifies shared expense management, like splitting group costs. Vipps is widely adopted across Scandinavia, offering seamless digital payment experiences for consumers and merchants alike.
This mobile payment solution enables customers to complete transactions using their phone number. Vipps and MobilePay are supported through a unified API, where customers receive a payment request in their mobile app and confirm the transaction directly on their smartphone. Card details are securely stored in the app, eliminating the need for manual entry.
Follow Vipps design guidelines for button placement and branding.
Further information can be found at vippsmobilepay.com.
Get started
Contact NEXI Helpdesk to enable Vipps on your merchant profile.
Integration options
NEXI Paygate supports Vipps through the following integration types:
Hosted Payment Page
Initiate a Hosted Payment Page by calling Create checkout session.
Hosted forms
Initiate Hosted forms by calling Create payment with:
"paymentMethods": {
"type": "VIPPS",
"integrationType": "HOSTED"
}
Reverse payment
You can reverse an authorized Vipps transaction before it is captured by calling the Reverse payment endpoint using the original payId.
Capture payment
If your merchant profile is configured for capturing transactions manually then you must explicitly initiate Capture payment endpoint to capture the funds.
Refund payment
Refunds are supported for captured Vipps transactions. Call the Refund payment endpoint to refund transactions.