PASAR API
Dominant mobile-payment app in Norway (and Nordics); uses an OAuth2 access token plus a subscription key, with a separate test environment at apitest.vipps.no.
View docs ↗ More Payments APIs# Vipps MobilePay ~ Nordic mobile payments API needs OAuth credentials ~ get yours at: # https://developer.vippsmobilepay.com/ curl 'https://api.vipps.no/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Norway API into my app. API: Vipps MobilePay ~ Nordic mobile payments API Provider: Vipps MobilePay Auth: requires OAuth credentials (sign up: https://developer.vippsmobilepay.com/) Pricing: paid Base URL: https://api.vipps.no/ Important note: Dominant mobile-payment app in Norway (and Nordics); uses an OAuth2 access token plus a subscription key, with a separate test environment at apitest.vipps.no. Source: Vipps MobilePay (https://developer.vippsmobilepay.com/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.