REL-ID Verify: Push Notifications
š REL-IDverify Overview
REL-IDverify is a secure transaction approval platform that enables enterprises to send real-time, actionable push notifications to users' registered devices for confirming sensitive operations.
"Verify the right user, on the right device, at the right time."
š Key Features
š Push Notification with Secure Content Delivery
- Uses FCM (Android) and APNS (iOS) only as a wake-up signal.
- Actual sensitive data is fetched via REL-ID's MITM-proof secure channel after app wake-up.
š User-Initiated Action Prompts
- Customizable buttons like
Approve / Reject,Accept / Decline / Report Fraud. - Configurable
authlevelfor each action:- š
0: No authentication - š
1: Password - š”ļø
3: Device LDA (Local Device Authentication) - š§¬
4: Server-side Biometric
- š
āļø Digital Signature Support (Optional)
- Actioned content can be digitally signed on-device.
- Server verifies using user's public certificate.
š Callback or Polling Support
- š¬ Webhooks: REL-ID sends a callback to your server on user action or timeout.
- š Polling: Periodic check for notification status using the Notification UUID.
š Multi-Language Notifications
- UI-level support to send multi-lingual messages with toggles (e.g., English, Spanish).
š§¾ JWT Workflow Support
- Generate and return a JWT upon specific user actions (e.g., "Accept").
š Notification Limits & Abuse Control
- Configure push notification thresholds (e.g., reject limit = 3 in 30 mins).
- Prevent overuse or brute force scenarios.
š§ When Should You Use REL-IDverify?
Use REL-IDverify in the following scenarios:
| Use Case | Benefit |
|---|---|
| š Login Approval | Secure user authentication on login attempts |
| šø Transaction Confirmation | Protects money movement, fund transfers, and redemptions |
| š² Replace OTP | Stronger, phishing-resistant alternative to SMS OTPs |
| š§āš¼ Regulatory Compliance | Helps meet RBI/PSD2/GDPR requirements |
| š§¾ Secure Audit Trails | All approvals digitally signed and time-stamped |
š± Supported Platforms
- ā Android
- ā iOS
REL-IDverify integrates seamlessly with the REL-ID mobile SDK across platforms.
š§ Example Workflow
sequenceDiagram
participant App as Enterprise App
participant REL as REL-IDverify Server
participant User as User Device
App->>REL: Generate Notification API
REL-->>User: Push Notification (via FCM/APNS)
User-->>REL: Fetches transaction over secure channel
User-->>REL: Action (Approve/Reject) with Auth (if required)
REL-->>App: Callback with status or App polls for status
š”ļø Security Highlights
- š End-to-end encryption
- š Device-bound credentials
- š Auditable, signed transaction records
- 𧬠Multi-factor authentication options
- š« Resistant to phishing, MITM, SIM-swap attacks
š ļø Developer Quick Links
Want to integrate REL-IDverify? Start with theGenerate Notification Request API.
Updated 6 months ago
