BankID notified at High level; requires strict audit trail and non-repudiation.
BankID and Vipps: notifications for authentication and payment
BankID (eIDAS High assurance) is used by 99% of Norwegians for online banking, public services and digital signatures. Vipps has 80%+ adoption for P2P and merchant payments. 4notify integrates notifications for authentication events, new-IP alerts and receipts with BankID-grade audit trail.
A missed login alert can mean identity theft or unauthorized access to Altinn / Helseplattformen. Real-time multi-channel routing is critical for high-trust services.
Mandatory immediate notification of transactions and account access changes.
GDPR implementation; consent and audit-trail requirements for financial notifications.
Webhook from BankID issuer
BankID issuer (DNB, Sparebank 1, Nordea) sends event to 4notify on authentication or signature.
Multi-channel for critical events
New IP / new device → push immediately + SMS within 5s + email as durable medium.
Vipps merchant receipt
After Vipps payment: SMS receipt to buyer + push to merchant.
Signed audit export for inspection
PDF/A-1b export for Datatilsynet or Financial Authority inspection, 5-year retention.
bash
curl -X POST https://api.4notify.net/v1/dispatch \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "bankid_new_device_alert",
"channels": ["push", "sms"],
"recipient": {
"phone": "+4790123456",
"push_token": "fcm:..."
},
"session": {
"service": "DNB_nettbank",
"ip": "84.234.x.x",
"device": "Chrome / macOS",
"timestamp": "2026-05-26T10:23:00+02:00"
},
"compliance": { "regulator": "finanstilsynet", "retention_years": 5 }
}'DNB: Login from new IP 84.234.x.x. If not you, lock account: dnb.no/sperr/481923
- BankID issuer webhook connected
- Vipps merchant API key configured
- 5-year retention for financial notifications
- DPIA per GDPR Art. 35 approved
Direct webhook integration with BankID issuers + Vipps Merchant API in one service — no separate compliance platforms.
Does 4notify replace the BankID system?
No. 4notify is delivery layer for notifications — the BankID system is still operated by the BankID issuer.
What is P50/P95 latency?
Push P50 <1s, SMS P50 2.1s (Telenor) / 2.3s (Telia) / 2.5s (Ice). P95 <6s.
Start free
14 days, no card. Support in Norwegian and English.